@pie-lib/mask-markup 3.0.1 → 3.0.2-next.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [3.0.2-next.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/mask-markup@2.2.0-next.16...@pie-lib/mask-markup@3.0.2-next.0) (2026-05-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - add touchAction style to prevent touch interactions in DragInTheBlank and blank components PD-5811 ([ba4d73b](https://github.com/pie-framework/pie-lib/commit/ba4d73b4785cc59e85f3055902667a1cd4db325c))
11
+ - **mask-markup:** add tests for new getMeasureNode method PD-5501 ([85bd3f6](https://github.com/pie-framework/pie-lib/commit/85bd3f6ea7610819b676bc0113151bd8ef06709f))
12
+ - remove unnecessary newline in StyledChip component ([02acee2](https://github.com/pie-framework/pie-lib/commit/02acee2e8e741a56b854abd62c27de89cbf02f33))
13
+
6
14
  ## [3.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/mask-markup@3.0.0...@pie-lib/mask-markup@3.0.1) (2026-04-28)
7
15
 
8
16
  **Note:** Version bump only for package @pie-lib/mask-markup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/mask-markup",
3
- "version": "3.0.1",
3
+ "version": "3.0.2-next.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "src/index.js",
@@ -13,10 +13,10 @@
13
13
  "@emotion/style": "^0.8.0",
14
14
  "@mui/icons-material": "^7.3.4",
15
15
  "@mui/material": "^7.3.4",
16
- "@pie-lib/drag": "^4.0.1",
17
- "@pie-lib/editable-html-tip-tap": "^2.0.1",
18
- "@pie-lib/math-rendering": "^5.0.1",
19
- "@pie-lib/render-ui": "^6.0.1",
16
+ "@pie-lib/drag": "^4.0.2-next.0",
17
+ "@pie-lib/editable-html-tip-tap": "^2.1.0-next.0",
18
+ "@pie-lib/math-rendering": "^5.0.2-next.0",
19
+ "@pie-lib/render-ui": "^6.1.0-next.0",
20
20
  "classnames": "^2.2.6",
21
21
  "debug": "^4.1.1",
22
22
  "lodash-es": "^4.17.23",
@@ -28,5 +28,5 @@
28
28
  "keywords": [],
29
29
  "author": "",
30
30
  "license": "ISC",
31
- "gitHead": "1ba46aa3e68b7d108e609220db271d518ab20f11"
31
+ "gitHead": "2cf9410d6d89313791f1c763904bdfbceb6b1742"
32
32
  }