Skip to content

Releases: adobe/htlengine

v3.1.0

06 Jun 02:01
Compare
Choose a tag to compare

3.1.0 (2019-06-06)

Features

  • dom: allow injection of ${document.body} anywhere (269aaf7), closes #71

v3.0.0

05 Jun 23:56
Compare
Choose a tag to compare

3.0.0 (2019-06-05)

Features

  • compiler: allow to set default context (5c735d0), closes #69
  • runtime: Add support for DOM variables (d4bab4c), closes #62

BREAKING CHANGES

  • runtime: the response from the runtime template is no longer an object, but the generated string or document.

v2.3.2

05 Jun 06:17
Compare
Choose a tag to compare

2.3.2 (2019-06-05)

Bug Fixes

  • xss: Allow src/href attributes on images and links (f99d0a5), closes #66

v2.3.1

27 May 03:59
Compare
Choose a tag to compare

2.3.1 (2019-05-27)

Bug Fixes

v2.3.0

24 May 13:44
Compare
Choose a tag to compare

2.3.0 (2019-05-24)

Features

  • xss: URLs are not correctly sanitized (9869f7c), closes #53

v2.2.2

13 May 05:31
Compare
Choose a tag to compare

2.2.2 (2019-05-13)

Bug Fixes

  • compiler: rename global object to global (#61) (8a398f1), closes #60

v2.2.1

09 May 06:38
Compare
Choose a tag to compare

2.2.1 (2019-05-09)

Bug Fixes

v2.2.0

09 May 00:36
Compare
Choose a tag to compare

2.2.0 (2019-05-09)

Features

  • engine: Adding support for date formatting (d4301f8), closes #57

v2.1.7

07 May 07:09
Compare
Choose a tag to compare

2.1.7 (2019-05-07)

Bug Fixes

  • engine: implement support for data-sly-unwrap (2956097), closes #55

v2.1.6

19 Apr 05:05
Compare
Choose a tag to compare

2.1.6 (2019-04-19)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#51) (1cf9a6f)