Skip to content

Exadel Authoring Kit 2.5.2

Latest
Compare
Choose a tag to compare
@smiakchilo smiakchilo released this 17 Jun 21:37

New features

  • Implemented a better @Setting-s inheritance pattern when working with fieldsets. Now a @Setting declared in any superclass of the current class is recognized by a fieldset that is referenced by the current class.
  • Implemented a regression profile for testing a new version of the ToolKit with your AEM project or testing variants of changes to your project with the same version of ToolKit. See the "Doing regression testing" section at https://authoring-kit.com.

Updates and fixes

  • Added the ability to store @AllowedChildren policies in a separate Java class/interface and reuse them across components.
  • Improved the handling of multifields inside prefixed fieldsets.
  • Made the StringTransformation variants more useful when working with num-based option sources
  • Fixes and small improvements in the DependsOn module.

Documentation

  • Updated project documentation.

Issues managed

  • EAK-490, EAK-502, EAK-516, EAK-518, EAK-519, EAK-523, EAK-527