jedison 1.7.0 → 1.9.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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  ### dev
2
2
 
3
+ ### 1.9.0
4
+
5
+ - added `x-categoryOrder` option
6
+ - fixed issue #35
7
+ - fixed issue #33
8
+ - fixed issue #31. Added x-titleTemplate fallback when placeholder is empty
9
+
10
+ ### 1.8.0
11
+
12
+ - added `arrayDeleteAll` and `x-arrayDeleteAll` options
13
+ - added `arrayFooterAdd` and `x-arrayFooterAdd` options
14
+ - added `arrayFooterButtonsPosition` and `x-arrayFooterButtonsPosition` options
15
+ - added `arrayFooterDeleteAll` and `x-arrayarrayFooterDeleteAllDeleteAll` options
16
+ - Fix registration of correct if-then-else branch
17
+
3
18
  ### 1.7.0
4
19
 
5
20
  - Updated character-creator example to showcase correct use of `oneOf` and `x-discriminator`