Releases: adobe/htlengine
Releases · adobe/htlengine
v3.1.0
3.1.0 (2019-06-06)
Features
- dom: allow injection of ${document.body} anywhere (269aaf7), closes #71
v3.0.0
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
2.3.2 (2019-06-05)
Bug Fixes
- xss: Allow src/href attributes on images and links (f99d0a5), closes #66
v2.3.1
2.3.1 (2019-05-27)
Bug Fixes
v2.3.0
2.3.0 (2019-05-24)
Features
- xss: URLs are not correctly sanitized (9869f7c), closes #53
v2.2.2
2.2.2 (2019-05-13)
Bug Fixes
- compiler: rename global object to
global
(#61) (8a398f1), closes #60
v2.2.1
2.2.1 (2019-05-09)
Bug Fixes
v2.2.0
2.2.0 (2019-05-09)
Features
- engine: Adding support for date formatting (d4301f8), closes #57
v2.1.7
2.1.7 (2019-05-07)
Bug Fixes
- engine: implement support for data-sly-unwrap (2956097), closes #55
v2.1.6
2.1.6 (2019-04-19)
Bug Fixes
- package.json & package-lock.json to reduce vulnerabilities (#51) (1cf9a6f)