Skip to content

Exadel Authoring Kit 2.1.0

Compare
Choose a tag to compare
@smiakchilo smiakchilo released this 04 Mar 18:17
· 912 commits to master since this release
e04f50b

New features

  • Ability to create EToolbox Lists in code (see ListHelper).
  • A bunch of feature-rich Sling injectors:
    -- for injecting request selectors into Sling models;
    -- for injecting suffixes;
    -- for injecting HTTP request parameters;
    -- for injecting EToolbox Lists by their paths;
    -- for injecting a child/relative Sling resource or Sling model by its path (supports extracting virtual "sub-resources" by a subset of properties);
    -- for injecting a collection of child/relative Sling resources or Sling models (sports filtering with a Java predicate).
  • New in-dialog container that you can define with the @FixedColumns annotation.

Fixes and enhancements

  • Ability to @Place an arbitrary widget into an arbitrary in-dialog container. Nested containers are supported.
  • Ability to @Ignore an arbitrary widget in any container, including nested containers.
  • Full support of page properties dialogs.
  • Enhanced documentation.

Issues managed
EDMTP-152, EAK-239, EAK-259, EDMTP-384, EDMTP-385, EDMTP-419, EDMTP-434, EDMTP-435, EDMTP-436