@appquality/unguess-design-system 4.0.70 → 4.0.72

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,29 @@
1
+ # v4.0.72 (Wed May 06 2026)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: update downshift version and add overrides in package.json [#594](https://github.com/AppQuality/unguess-design-system/pull/594) ([@d-beezee](https://github.com/d-beezee))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@d-beezee](https://github.com/d-beezee)
10
+
11
+ ---
12
+
13
+ # v4.0.71 (Wed Apr 22 2026)
14
+
15
+ #### 🐛 Bug Fix
16
+
17
+ - Add markdown to editor [#593](https://github.com/AppQuality/unguess-design-system/pull/593) ([@cannarocks](https://github.com/cannarocks) [@d-beezee](https://github.com/d-beezee))
18
+ - Update @tiptap dependencies and add Markdown support to Editor component [#590](https://github.com/AppQuality/unguess-design-system/pull/590) ([@cannarocks](https://github.com/cannarocks))
19
+
20
+ #### Authors: 2
21
+
22
+ - [@d-beezee](https://github.com/d-beezee)
23
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
24
+
25
+ ---
26
+
1
27
  # v4.0.70 (Thu Apr 02 2026)
2
28
 
3
29
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -1108,6 +1108,7 @@ declare interface EditorArgs extends Partial<EditorOptions> {
1108
1108
  validation?: validationStatus;
1109
1109
  onSave?: (editor: Editor_2) => void;
1110
1110
  disableSaveShortcut?: boolean;
1111
+ contentType?: "json" | "markdown";
1111
1112
  }
1112
1113
 
1113
1114
  declare interface EditorChainedCommands {