0.13.4-preview.54
Pre-release
Pre-release
Release v0.13.4-preview.54
What's Changed
Enhacements
- Adds border when rendering arrays of complex types by @Specter-13 in #57
- Implements compilation of methods for swapping data between shadow, plain, and online by @PTKu in https://github.com/ix-
ax/ix/pull/29 - Compiler deletes previous generated *.g.cs files, by @PTKu in #76
- Adds the possibility to inject
css
classes into renderer by @Specter-13 in #87 - Improve parsing and emitting of pragmas using a irony parser by @PTKu in #91
- Filters localization delimiters in strings/wstring and string pragmas by @PTKu in #97
- Package metadata are now retrieved from ix project by @PTKu in #80
- Adds simple documentation compiler for AX PLC project @Specter-13 in #105
- Adds helpful extension methods for twin element by @PTKu in #113
- Add swapping methods to
ITwinObject
interface by @PTKu in #127 - Implement compiler omits directive by @PTKu in #121
- Adds polling for primitive types by @PTKu in #69
- Removes the limit for bulk quests size over WebAPI by @PTKu in #82
- New documentation now generated by docfx by @PTKu in #103
- Adds compiler of PLC localizable strings by @Brano5 in #99
- Adds partial initialization methods for Onliners by @Brano5 & @Specter-13 in #119
Fixies
- Fixes an inconsistence in UI behavior when value is changed OnEdit by @Specter-13 in #111
- Fixes an issue where members present in configurations global var does not work with layout attributes on member declaration by @PTKu in #59
- Fixes an issue where rendered does not recognize enum type correctly when another type than dummy connector is used by @PTKu in #68
- Fixes an issue where methods Shadow-Plain Plain-Shadow are not generated for structs by @PTKu in #72
- Fixes STRUCTs are not constructed in the class constructors by @PTKu in #74
- Fixes an issue when unknown arrays types are erroneously added to the constructor by @PTKu in #78
- Fixes an issue when polling does not start when RenderableContentControl context is of primitive type by @PTKu in #84
- Fixes an issue when the namespace of enums is not reachable in POCO objects by @PTKu in #89
- Fixes an issue when numerical views did not stop changing their values when entered for editing. by @Specter-13 in #108
New Contributors
Full Changelog: 0.13.2-preview.18...0.13.4-preview.54