Skip to content

Releases: adobe/htlengine

v6.2.5

30 Nov 01:19
Compare
Choose a tag to compare

6.2.5 (2020-11-30)

Bug Fixes

  • deps: revert back to antlr 4.7.2 (698bf8b), closes #266

v6.2.4

26 Nov 01:21
Compare
Choose a tag to compare

6.2.4 (2020-11-26)

Bug Fixes

v6.2.3

17 Nov 07:25
Compare
Choose a tag to compare

6.2.3 (2020-11-17)

Bug Fixes

v6.2.2

13 Nov 05:39
Compare
Choose a tag to compare

6.2.2 (2020-11-13)

Bug Fixes

v6.2.1

01 Nov 07:19
Compare
Choose a tag to compare

6.2.1 (2020-11-01)

Bug Fixes

  • htl: toplevel properties are case insensitive (#255) (09d31f1), closes #254

v6.2.0

24 Aug 08:20
Compare
Choose a tag to compare

6.2.0 (2020-08-24)

Features

  • compiler: add support for data-sly-include (11aaccc)

v6.1.0

12 Aug 05:55
Compare
Choose a tag to compare

6.1.0 (2020-08-12)

Features

v6.0.0

11 Aug 06:25
Compare
Choose a tag to compare

6.0.0 (2020-08-11)

Features

BREAKING CHANGES

  • code: $.slyResource was renamed to $.resource

v5.1.0

02 Aug 10:12
Compare
Choose a tag to compare

5.1.0 (2020-08-02)

Features

  • compiler: add support for external templates (#219) (90e20de)

v5.0.0

29 Jul 07:02
Compare
Choose a tag to compare

5.0.0 (2020-07-29)

Bug Fixes

BREAKING CHANGES

  • compiler: - The templateLoader and scriptResolver are now 2
    separate functions that can be set on the compiler

               - The Runtime.template() has an extra argument 'id'
                 that specifies the group (script) the template is
                 defined.