Releases: atata-framework/atata
Releases · atata-framework/atata
0.11.1
Changes
- Remove
UIComponent.Children
property, useControls
property instead - Update
UIComponentMetadata
class and referencing functionality. Some its members are marked with Obsolete attribute and will be removed in future version - Update triggers functionality
- Add functionality to add trigger in real time. For example:
component.Triggers.Add(trigger)
- Add
InvokeDelegateAttribute
trigger
Fixes
- Fix
UIComponentResolver
to ignore indexers ofUIComponent
classes - Fix initial navigation functionality
Links
0.11.0
Initial release.