jedison 1.19.0 → 1.20.1

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,3 +1,16 @@
1
+ ### Unreleased
2
+
3
+ ### 1.20.1
4
+
5
+ - Fixed issue #68: titles/descriptions no longer re-parsed through `marked`/`DOMPurify` on every change
6
+
7
+ ### 1.20.0
8
+
9
+ - Added Tom Select editor (`x-format: "tom-select"`)
10
+ - Added RefParser constructor options
11
+ - Fixed awesomplete issue #67
12
+ - Fixed security updates
13
+
1
14
  ### 1.19.0
2
15
 
3
16
  - Added Milkdown editor (`x-format: "milkdown"`), a WYSIWYG markdown editor built on ProseMirror and Remark