@pie-lib/editable-html-tip-tap 1.2.0-next.13 → 1.2.0-next.15

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.2.0-next.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html-tip-tap@1.2.0-next.14...@pie-lib/editable-html-tip-tap@1.2.0-next.15) (2026-03-11)
7
+
8
+ ### Bug Fixes
9
+
10
+ - bump pie-framework/mathquill PD-5791 ([6dd160a](https://github.com/pie-framework/pie-lib/commit/6dd160a980fd53c2acd704b503266863c24bcf23))
11
+
12
+ # [1.2.0-next.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html-tip-tap@1.2.0-next.13...@pie-lib/editable-html-tip-tap@1.2.0-next.14) (2026-03-09)
13
+
14
+ ### Features
15
+
16
+ - remove jQuery dependency via MathQuill 1.2.0-beta.0 Interface v3 shim PD-5791 ([d427f32](https://github.com/pie-framework/pie-lib/commit/d427f32d5547de9610579d83b454c568def7ea74))
17
+
6
18
  # [1.2.0-next.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html-tip-tap@1.2.0-next.12...@pie-lib/editable-html-tip-tap@1.2.0-next.13) (2026-03-06)
7
19
 
8
20
  ### Bug Fixes
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.0-next.13",
6
+ "version": "1.2.0-next.15",
7
7
  "description": "",
8
8
  "license": "ISC",
9
9
  "main": "lib/index.js",
@@ -17,9 +17,9 @@
17
17
  "@mui/icons-material": "^7.3.4",
18
18
  "@mui/material": "^7.3.4",
19
19
  "@pie-lib/drag": "^3.2.0-next.4",
20
- "@pie-lib/math-input": "^7.2.0-next.5",
20
+ "@pie-lib/math-input": "^7.2.0-next.7",
21
21
  "@pie-lib/math-rendering": "^4.2.0-next.3",
22
- "@pie-lib/math-toolbar": "^2.2.0-next.6",
22
+ "@pie-lib/math-toolbar": "^2.2.0-next.8",
23
23
  "@pie-lib/render-ui": "^5.2.0-next.4",
24
24
  "@tiptap/core": "3.0.9",
25
25
  "@tiptap/extension-character-count": "3.0.9",
@@ -52,13 +52,13 @@
52
52
  "to-style": "^1.3.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@pie-framework/mathquill": "^1.1.3",
55
+ "@pie-framework/mathquill": "1.2.1-beta.0",
56
56
  "react": "^18.2.0",
57
57
  "react-dom": "^18.2.0"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0"
61
61
  },
62
- "gitHead": "a55cae1c6e8fbcbeadba23b79fd53924980571bf",
62
+ "gitHead": "081a473c6d541600d0d3f791bf69388715681cae",
63
63
  "scripts": {}
64
64
  }