Exadel Authoring Kit 2.4.0
New features
- Support scriptable values in annotations' properties. You can reuse your fieldsets many times with alternative labels/default values/dropdown options/etc. and render your Granit UI components and widgets differently depending on the programming context, such as what is the current Java file or package.
- Brand new
@Setting
annotation to define variables used in scripting.
Updates and fixes
- DependsOn: Added variations of
visibility
action. - DependsOn: Added validation of
Autocomplete
. - DependsOn: Implemented the way to disable a whole fieldset.
- Added a communication mechanism between DependsOn and third-party JS logic over fields state.
- Unified ways of managing annotations within the ToolKit plugin via the
Metadata
andProperty
abstractions.
Documentation
- Updated project documentation.
Issues managed
- EAK-355, EAK-359, EAK-429, EAK-455, EAK-456