Skip to content

Releases: Esri/arcgis-html-sanitizer

v1.1.0

24 Jul 11:44
Compare
Choose a tag to compare

Changelog

FEATURES

  • Allow Online supported non-standard protocols in anchor href attributes. #33

FIX

  • NPM exports not up to date.

v1.0.0

22 Jul 17:29
Compare
Choose a tag to compare

Changelog

FEATURES

  • Update default whitelist #31
  • Support for Workers #25
  • Update dependencies.

v0.7.0

24 Sep 21:42
dbd7c7d
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Changelog

FEATURES

  • Update dependencies.

FIX

  • Add missing typescript definitions.

v0.5.0

11 Jun 19:57
89be985
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Changelog

FEATURES

  • style attributes are now allowed on p tags.

v0.4.0

11 Jun 20:00
bdc81ce
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog

FIX

  • Compile to ES5 instead of ESNext.

v0.3.0

14 May 21:21
e3a4cf9
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Changelog

FEATURES

  • You can now sanitize and validate all JSON data types (String, Number, JSON Object, Array, Boolean, or null)

BREAKING

  • isValidHtml renamed to validate.
  • The validate (previously isValidHtml) method now returns an object with the following keys: isValid and sanitized. This allows you to validate and have the sanitized value returned if the value is not sanitized.

v0.2.0

14 May 20:01
5d8baeb
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Merge pull request #6 from Esri/dependencies

Update .npmignore