@json-editor/json-editor 2.13.0 → 2.13.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 2.13.2
4
+
5
+ - Fixed early validation with boolean types
6
+ - Refactored copy command using navigator
7
+ - Fixed const validator when validating arrays and objects
8
+ - Fixed issue format buttons disable state
9
+ - Fixed issue #1453 setup buttons in array editor correctly if editor is initially collapsed
10
+ - Fixed issue #1461 setup buttons in array editor correctly if there exists another enum-typed property for which the default value does not equal to the first value
11
+
12
+ ### 2.13.1
13
+
14
+ - Fixed bug in enumTitle for headerTemplates
15
+
3
16
  ### 2.13.0
4
17
 
5
18
  - Added feature #1448 enumTitle for headerTemplates