@json-editor/json-editor 2.15.3 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env CHANGED
@@ -1,2 +1,2 @@
1
1
  COMPOSE_PROJECT_NAME=json-editor
2
- COMPOSE_FILE=./tests/docker-compose.yml
2
+ COMPOSE_FILE=./tests/docker-compose.yml:./tests/docker-compose-local.yml
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 2.16.0
4
+
5
+ - Purify values if DOMPurify is available
6
+
3
7
  ### 2.15.3
4
8
 
5
9
  - Added maintenance mode notice to README, CONTRIBUTING.md, and documentation