Releases: Esri/arcgis-html-sanitizer
Releases · Esri/arcgis-html-sanitizer
v1.1.0
v1.0.0
v0.7.0
v0.5.0
v0.4.0
v0.3.0
Changelog
FEATURES
- You can now sanitize and validate all JSON data types (String, Number, JSON Object, Array, Boolean, or null)
BREAKING
isValidHtml
renamed tovalidate
.- The
validate
(previouslyisValidHtml
) method now returns an object with the following keys:isValid
andsanitized
. This allows you to validate and have the sanitized value returned if the value is not sanitized.