Skip to content

Commit a17395e

Browse files
[ci skip] chore: publish
- @pie-lib/charting@7.0.8 - @pie-lib/config-ui@13.0.8 - @pie-lib/demo@9.0.9 - @pie-lib/drag@4.0.5 - @pie-lib/editable-html@13.0.5 - @pie-lib/editable-html-tip-tap@2.1.6 - @pie-lib/graphing@4.0.9 - @pie-lib/graphing-solution-set@4.0.8 - @pie-lib/mask-markup@3.0.8 - @pie-lib/plot@4.0.8 - @pie-lib/rubric@2.0.8
1 parent 2cfe5d1 commit a17395e

22 files changed

Lines changed: 88 additions & 33 deletions

File tree

packages/charting/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.7...@pie-lib/charting@7.0.8) (2026-06-17)
7+
8+
### Bug Fixes
9+
10+
- **charting, plot:** rename 'disabled' class to 'disabledMarkLabel' and 'disabledTitle' PIE-661 PIE-664 ([29fc92c](https://github.com/pie-framework/pie-lib/commit/29fc92cf738990cd83f0e0d48fa4dd9047ad065d))
11+
612
## [7.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/charting@7.0.6...@pie-lib/charting@7.0.7) (2026-06-12)
713

814
### Bug Fixes

packages/charting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.7",
6+
"version": "7.0.8",
77
"description": "charting",
88
"keywords": [
99
"react",
@@ -23,7 +23,7 @@
2323
"@mui/icons-material": "^7.3.4",
2424
"@mui/material": "^7.3.4",
2525
"@pie-lib/math-rendering": "^5.0.2",
26-
"@pie-lib/plot": "^4.0.7",
26+
"@pie-lib/plot": "^4.0.8",
2727
"@pie-lib/render-ui": "^6.1.2",
2828
"@pie-lib/translator": "^4.0.2",
2929
"@visx/axis": "^3.0.0",

packages/config-ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.7...@pie-lib/config-ui@13.0.8) (2026-06-17)
7+
8+
**Note:** Version bump only for package @pie-lib/config-ui
9+
610
## [13.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/config-ui@13.0.6...@pie-lib/config-ui@13.0.7) (2026-06-12)
711

812
### Bug Fixes

packages/config-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-lib/config-ui",
3-
"version": "13.0.7",
3+
"version": "13.0.8",
44
"main": "lib/index.js",
55
"module": "src/index.js",
66
"publishConfig": {
@@ -13,7 +13,7 @@
1313
"@emotion/styled": "^11.14.1",
1414
"@mui/icons-material": "^7.3.4",
1515
"@mui/material": "^7.3.4",
16-
"@pie-lib/editable-html-tip-tap": "^2.1.5",
16+
"@pie-lib/editable-html-tip-tap": "^2.1.6",
1717
"@pie-lib/icons": "^4.0.3",
1818
"@pie-lib/render-ui": "^6.1.2",
1919
"assert": "^1.4.1",

packages/demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.0.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/demo@9.0.8...@pie-lib/demo@9.0.9) (2026-06-17)
7+
8+
**Note:** Version bump only for package @pie-lib/demo
9+
610
## [9.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/demo@9.0.7...@pie-lib/demo@9.0.8) (2026-06-12)
711

812
### Bug Fixes

packages/demo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pie-lib/demo",
33
"private": true,
4-
"version": "9.0.8",
4+
"version": "9.0.9",
55
"repository": "pie-framework/pie-lib",
66
"dependencies": {
77
"@dnd-kit/core": "^6.3.1",
@@ -16,21 +16,21 @@
1616
"@pie-framework/mathml-to-latex": "1.4.4",
1717
"@pie-framework/mathquill": "1.2.1-beta.1",
1818
"@pie-framework/parse-english": "^1.0.0",
19-
"@pie-lib/charting": "^7.0.7",
20-
"@pie-lib/config-ui": "^13.0.7",
19+
"@pie-lib/charting": "^7.0.8",
20+
"@pie-lib/config-ui": "^13.0.8",
2121
"@pie-lib/correct-answer-toggle": "^4.0.4",
22-
"@pie-lib/drag": "^4.0.4",
23-
"@pie-lib/editable-html-tip-tap": "^2.1.5",
24-
"@pie-lib/graphing": "^4.0.8",
22+
"@pie-lib/drag": "^4.0.5",
23+
"@pie-lib/editable-html-tip-tap": "^2.1.6",
24+
"@pie-lib/graphing": "^4.0.9",
2525
"@pie-lib/icons": "^4.0.3",
26-
"@pie-lib/mask-markup": "^3.0.7",
26+
"@pie-lib/mask-markup": "^3.0.8",
2727
"@pie-lib/math-evaluator": "^4.0.2",
2828
"@pie-lib/math-input": "^8.1.1",
2929
"@pie-lib/math-rendering": "^5.0.2",
3030
"@pie-lib/math-toolbar": "^3.0.4",
31-
"@pie-lib/plot": "^4.0.7",
31+
"@pie-lib/plot": "^4.0.8",
3232
"@pie-lib/render-ui": "^6.1.2",
33-
"@pie-lib/rubric": "^2.0.7",
33+
"@pie-lib/rubric": "^2.0.8",
3434
"@pie-lib/scoring-config": "^5.0.3",
3535
"@pie-lib/style-utils": "^2.0.2",
3636
"@pie-lib/text-select": "^3.0.4",

packages/drag/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/drag@4.0.4...@pie-lib/drag@4.0.5) (2026-06-17)
7+
8+
### Bug Fixes
9+
10+
- **drag/placeholder:** update disabled class to 'placeholderDisabled' for better scoping PIE-666 ([d21fe1c](https://github.com/pie-framework/pie-lib/commit/d21fe1c07636842ca1e592aba965fe72e80d5b22))
11+
612
## [4.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/drag@4.0.3...@pie-lib/drag@4.0.4) (2026-06-12)
713

814
### Bug Fixes

packages/drag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-lib/drag",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "",
55
"main": "lib/index.js",
66
"module": "src/index.js",

packages/editable-html-tip-tap/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html-tip-tap@2.1.5...@pie-lib/editable-html-tip-tap@2.1.6) (2026-06-17)
7+
8+
### Bug Fixes
9+
10+
- **editable-html-tip-tap:** explicitly set SVG icon in toolbar button size to 24x24 for consistency ([22166de](https://github.com/pie-framework/pie-lib/commit/22166deb41adb5f1c88b111667e4e304348d4d51))
11+
- **editable-html-tip-tap:** improve popover positioning and update event handling PIE-670 ([ee89ea1](https://github.com/pie-framework/pie-lib/commit/ee89ea1cf8bd0679d62bb9daeb12f8907dded221))
12+
- made sure inline dropdown toolbar is rendered inside the editor [PIE-683] ([bf33caa](https://github.com/pie-framework/pie-lib/commit/bf33caa3f328541351b24b479b09d7bb2029dda3))
13+
- open math in custom toolbars, higher zIndex for character picker, math deletion, math selection, math and character position [PIE-656][PIE-657][PIE-658][PIE-659] ([92e4d66](https://github.com/pie-framework/pie-lib/commit/92e4d66cc5aff8e63363b43df1a5d39f89a7a1a5))
14+
615
## [2.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html-tip-tap@2.1.4...@pie-lib/editable-html-tip-tap@2.1.5) (2026-06-12)
716

817
### Bug Fixes

packages/editable-html-tip-tap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "2.1.5",
6+
"version": "2.1.6",
77
"description": "",
88
"license": "ISC",
99
"main": "lib/index.js",
@@ -16,7 +16,7 @@
1616
"@dnd-kit/utilities": "3.2.2",
1717
"@mui/icons-material": "^7.3.4",
1818
"@mui/material": "^7.3.4",
19-
"@pie-lib/drag": "^4.0.4",
19+
"@pie-lib/drag": "^4.0.5",
2020
"@pie-lib/math-input": "^8.1.1",
2121
"@pie-lib/math-rendering": "^5.0.2",
2222
"@pie-lib/math-toolbar": "^3.0.4",

0 commit comments

Comments
 (0)