diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1adbd6c43e..b98c49edcb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,14 +10,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
fetch-depth: 0 # REQUIRED for lerna version
- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
with:
node-version: 24
cache: yarn
@@ -35,14 +35,14 @@ jobs:
contents: write
id-token: write # REQUIRED for npm trusted publishing
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
fetch-depth: 0 # REQUIRED for lerna version
- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
with:
node-version: 24
registry-url: https://registry.npmjs.org/
@@ -61,33 +61,18 @@ jobs:
contents: write
id-token: write # REQUIRED for npm trusted publishing
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
fetch-depth: 0 # REQUIRED for lerna version
- name: Configure Git
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
with:
node-version: 24
registry-url: https://registry.npmjs.org/
cache: yarn
- run: yarn install
- run: scripts/release --build
- # ─────────────────────────────────────────────────────────────────────
- # TEMPORARY: --major forces every publishable package to a new major
- # version on the next publish. This is in place ONLY for the platform
- # upgrade release (React 18, MUI v7, Node 24, test stack modernization).
- #
- # REVERT THIS IMMEDIATELY AFTER THE PLATFORM RELEASE PUBLISHES.
- #
- # How to revert: open a follow-up PR to master that removes the
- # --major flag from the line below, restoring:
- # - run: scripts/release --release --loglevel verbose
- #
- # Leaving --major in place will bump every package to the next major
- # on EVERY subsequent merge to master, which is almost certainly not
- # what you want.
- # ─────────────────────────────────────────────────────────────────────
- - run: scripts/release --release --major --loglevel verbose
+ - run: scripts/release --release --loglevel verbose
diff --git a/package.json b/package.json
index 424a111421..273c3da33d 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"@babel/preset-react": "^7.28.5",
"@pie-framework/build-helper": "^5.2.11",
"@pie-framework/pie-code-health": "https://github.com/pie-framework/pie-code-health.git#main",
- "@pie-lib/test-utils": "2.0.0",
+ "@pie-lib/test-utils": "2.0.2",
"@pslb/pslb": "4.4.2-beta.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@testing-library/dom": "^10.4.1",
@@ -88,34 +88,34 @@
"d3-selection": "3.0.0",
"@jest/test-sequencer": "29.7.0",
"@types/d3-array": "3.0.3",
- "@pie-lib/categorize": "2.0.0",
- "@pie-lib/charting": "7.0.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/editable-html": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/feedback": "2.0.0",
- "@pie-lib/graphing-solution-set": "4.0.0",
- "@pie-lib/graphing-utils": "3.0.0",
- "@pie-lib/graphing": "4.0.0",
- "@pie-lib/icons": "4.0.0",
- "@pie-lib/mask-markup": "3.0.0",
- "@pie-lib/math-evaluator": "4.0.0",
- "@pie-lib/math-input": "8.0.0",
- "@pie-lib/math-rendering-accessible": "5.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/math-toolbar": "3.0.0",
- "@pie-lib/plot": "4.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/rubric": "2.0.0",
- "@pie-lib/scoring-config": "5.0.0",
- "@pie-lib/style-utils": "2.0.0",
- "@pie-lib/test-utils": "2.0.0",
- "@pie-lib/text-select": "3.0.0",
- "@pie-lib/tools": "2.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/categorize": "2.0.2",
+ "@pie-lib/charting": "7.0.3",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/editable-html": "13.0.2",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/feedback": "2.0.2",
+ "@pie-lib/graphing-solution-set": "4.0.3",
+ "@pie-lib/graphing-utils": "3.0.2",
+ "@pie-lib/graphing": "4.0.4",
+ "@pie-lib/icons": "4.0.2",
+ "@pie-lib/mask-markup": "3.0.3",
+ "@pie-lib/math-evaluator": "4.0.2",
+ "@pie-lib/math-input": "8.1.0",
+ "@pie-lib/math-rendering-accessible": "5.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/math-toolbar": "3.0.2",
+ "@pie-lib/plot": "4.0.3",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/rubric": "2.0.3",
+ "@pie-lib/scoring-config": "5.0.2",
+ "@pie-lib/style-utils": "2.0.2",
+ "@pie-lib/test-utils": "2.0.2",
+ "@pie-lib/text-select": "3.0.2",
+ "@pie-lib/tools": "2.0.2",
+ "@pie-lib/translator": "4.0.2",
"@pie-framework/mathquill": "1.2.1-beta.1"
},
"browserslist": [
diff --git a/packages/boilerplate-item-type/CHANGELOG.md b/packages/boilerplate-item-type/CHANGELOG.md
index 9db8ee3ff6..90a2780ce3 100644
--- a/packages/boilerplate-item-type/CHANGELOG.md
+++ b/packages/boilerplate-item-type/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@7.1.0-next.0...@pie-element/boilerplate-item-type@7.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@7.0.0...@pie-element/boilerplate-item-type@7.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/boilerplate-item-type
+
# [6.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@6.2.0-next.8...@pie-element/boilerplate-item-type@6.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/boilerplate-item-type/configure/CHANGELOG.md b/packages/boilerplate-item-type/configure/CHANGELOG.md
index 63ee5a3d1b..0c4cb3d937 100644
--- a/packages/boilerplate-item-type/configure/CHANGELOG.md
+++ b/packages/boilerplate-item-type/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@6.1.0-next.0...@pie-element/boilerplate-item-type-configure@6.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@6.0.0...@pie-element/boilerplate-item-type-configure@6.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/boilerplate-item-type-configure
+
# [5.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@5.2.0-next.8...@pie-element/boilerplate-item-type-configure@5.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/boilerplate-item-type/configure/package.json b/packages/boilerplate-item-type/configure/package.json
index da0bd63bfe..29c556151b 100644
--- a/packages/boilerplate-item-type/configure/package.json
+++ b/packages/boilerplate-item-type/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/boilerplate-item-type-configure",
"private": true,
- "version": "6.0.0",
+ "version": "6.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -11,9 +11,9 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
diff --git a/packages/boilerplate-item-type/controller/CHANGELOG.md b/packages/boilerplate-item-type/controller/CHANGELOG.md
index 918616afde..44bea58d2e 100644
--- a/packages/boilerplate-item-type/controller/CHANGELOG.md
+++ b/packages/boilerplate-item-type/controller/CHANGELOG.md
@@ -3,1404 +3,801 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@4.1.1...@pie-element/boilerplate-item-type-controller@4.2.1) (2025-10-16)
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@6.0.0...@pie-element/boilerplate-item-type-controller@6.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
+## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@4.1.1...@pie-element/boilerplate-item-type-controller@4.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@4.1.1...@pie-element/boilerplate-item-type-controller@4.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@4.0.1...@pie-element/boilerplate-item-type-controller@4.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@4.0.0...@pie-element/boilerplate-item-type-controller@4.1.0) (2025-10-07)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.4.0...@pie-element/boilerplate-item-type-controller@4.0.1) (2025-10-02)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.4.0...@pie-element/boilerplate-item-type-controller@4.0.0) (2025-10-01)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
# [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.9...@pie-element/boilerplate-item-type-controller@3.4.0) (2025-09-25)
-
### Bug Fixes
-* conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
-* fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
-* fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
-* merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
-* update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
-
+- conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
+- fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
+- fix imports PD-5126 ([3bf4684](https://github.com/pie-framework/pie-elements/commit/3bf4684871a62b3e23f50e2c010adfc9ae674919))
+- merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
+- update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
### Features
-* **charting, boilerplate, calculator, extended-text-entry:** use split pie-toolbox PD-5158 ([3f500fd](https://github.com/pie-framework/pie-elements/commit/3f500fd5fb80c17505ff1e8f6b7c977d63313571))
-
-
-
-
+- **charting, boilerplate, calculator, extended-text-entry:** use split pie-toolbox PD-5158 ([3f500fd](https://github.com/pie-framework/pie-elements/commit/3f500fd5fb80c17505ff1e8f6b7c977d63313571))
## [3.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.8...@pie-element/boilerplate-item-type-controller@3.3.9) (2025-09-11)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
## [3.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.7...@pie-element/boilerplate-item-type-controller@3.3.8) (2025-09-09)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
## [3.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.6...@pie-element/boilerplate-item-type-controller@3.3.7) (2025-09-09)
-
### Bug Fixes
-* update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
-
-
-
-
+- update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
## [3.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.5...@pie-element/boilerplate-item-type-controller@3.3.6) (2025-09-02)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
-
-
+- update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
+## [3.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.4...@pie-element/boilerplate-item-type-controller@3.3.5) (2025-08-15)
+### Bug Fixes
-## [3.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.4...@pie-element/boilerplate-item-type-controller@3.3.5) (2025-08-15)
+- PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
+## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.3...@pie-element/boilerplate-item-type-controller@3.3.4) (2025-08-14)
### Bug Fixes
-* PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
+- update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
+
+## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.2...@pie-element/boilerplate-item-type-controller@3.3.3) (2025-08-14)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
+## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.1...@pie-element/boilerplate-item-type-controller@3.3.2) (2025-07-25)
+### Bug Fixes
-## [3.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.3...@pie-element/boilerplate-item-type-controller@3.3.4) (2025-08-14)
+- refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
+- update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
+## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.0...@pie-element/boilerplate-item-type-controller@3.3.1) (2025-07-22)
### Bug Fixes
-* update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
+- update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
+# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.10...@pie-element/boilerplate-item-type-controller@3.3.0) (2025-07-18)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
+### Features
-## [3.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.2...@pie-element/boilerplate-item-type-controller@3.3.3) (2025-08-14)
+- update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
+- update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
+## [3.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.9...@pie-element/boilerplate-item-type-controller@3.2.10) (2025-06-27)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
+- update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
+
+## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.8...@pie-element/boilerplate-item-type-controller@3.2.9) (2025-06-25)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
+## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.7...@pie-element/boilerplate-item-type-controller@3.2.8) (2025-06-19)
+### Bug Fixes
-## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.1...@pie-element/boilerplate-item-type-controller@3.3.2) (2025-07-25)
+- update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
+## [3.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.6...@pie-element/boilerplate-item-type-controller@3.2.7) (2025-06-05)
### Bug Fixes
-* refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
-* update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
+- update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
+- update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
+- update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
+- update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
+## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.5...@pie-element/boilerplate-item-type-controller@3.2.6) (2025-05-22)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
+- update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
+## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.4...@pie-element/boilerplate-item-type-controller@3.2.5) (2025-05-12)
-## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.3.0...@pie-element/boilerplate-item-type-controller@3.3.1) (2025-07-22)
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
+## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.3...@pie-element/boilerplate-item-type-controller@3.2.4) (2025-04-29)
### Bug Fixes
-* update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
+- update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
+- update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
+
+## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.2...@pie-element/boilerplate-item-type-controller@3.2.3) (2025-04-18)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
+## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.1...@pie-element/boilerplate-item-type-controller@3.2.2) (2025-04-17)
+### Bug Fixes
-# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.10...@pie-element/boilerplate-item-type-controller@3.3.0) (2025-07-18)
+- update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
+## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.0...@pie-element/boilerplate-item-type-controller@3.2.1) (2025-04-10)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
+- update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
+# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.21...@pie-element/boilerplate-item-type-controller@3.2.0) (2025-04-01)
### Features
-* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
-* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
-
-
+- update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
+## [3.1.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.20...@pie-element/boilerplate-item-type-controller@3.1.21) (2025-03-27)
+### Bug Fixes
-## [3.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.9...@pie-element/boilerplate-item-type-controller@3.2.10) (2025-06-27)
+- update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
+## [3.1.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.19...@pie-element/boilerplate-item-type-controller@3.1.20) (2025-03-21)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
-
-
+- update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
+## [3.1.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.18...@pie-element/boilerplate-item-type-controller@3.1.19) (2025-03-14)
+### Bug Fixes
-## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.8...@pie-element/boilerplate-item-type-controller@3.2.9) (2025-06-25)
+- update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
+## [3.1.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.17...@pie-element/boilerplate-item-type-controller@3.1.18) (2025-03-13)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
+- update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
+## [3.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.16...@pie-element/boilerplate-item-type-controller@3.1.17) (2025-03-03)
+### Bug Fixes
+- update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
+## [3.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.15...@pie-element/boilerplate-item-type-controller@3.1.16) (2025-02-27)
-## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.7...@pie-element/boilerplate-item-type-controller@3.2.8) (2025-06-19)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+
+## [3.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.14...@pie-element/boilerplate-item-type-controller@3.1.15) (2025-02-19)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
+- update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
+
+## [3.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.13...@pie-element/boilerplate-item-type-controller@3.1.14) (2025-02-14)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
+## [3.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.12...@pie-element/boilerplate-item-type-controller@3.1.13) (2025-02-12)
+### Bug Fixes
-## [3.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.6...@pie-element/boilerplate-item-type-controller@3.2.7) (2025-06-05)
+- update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
+## [3.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.11...@pie-element/boilerplate-item-type-controller@3.1.12) (2025-02-06)
### Bug Fixes
-* update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
-* update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
-* update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
-* update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
+- update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
+
+## [3.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.10...@pie-element/boilerplate-item-type-controller@3.1.11) (2025-01-27)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
+## [3.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.9...@pie-element/boilerplate-item-type-controller@3.1.10) (2025-01-27)
+### Bug Fixes
-## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.5...@pie-element/boilerplate-item-type-controller@3.2.6) (2025-05-22)
+- update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
+## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.8...@pie-element/boilerplate-item-type-controller@3.1.9) (2025-01-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
-* update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
+- update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
+## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.7...@pie-element/boilerplate-item-type-controller@3.1.8) (2025-01-22)
+### Bug Fixes
+- replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
+## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.6...@pie-element/boilerplate-item-type-controller@3.1.7) (2025-01-06)
-## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.4...@pie-element/boilerplate-item-type-controller@3.2.5) (2025-05-12)
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
+## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.5...@pie-element/boilerplate-item-type-controller@3.1.6) (2024-12-20)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
+- update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
+
+## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.4...@pie-element/boilerplate-item-type-controller@3.1.5) (2024-12-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
+## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.3...@pie-element/boilerplate-item-type-controller@3.1.4) (2024-12-05)
+### Bug Fixes
-## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.3...@pie-element/boilerplate-item-type-controller@3.2.4) (2025-04-29)
+- update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
+## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.2...@pie-element/boilerplate-item-type-controller@3.1.3) (2024-11-29)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
-* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
+- update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
+
+## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.1...@pie-element/boilerplate-item-type-controller@3.1.2) (2024-11-15)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
+## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.0...@pie-element/boilerplate-item-type-controller@3.1.1) (2024-11-01)
+### Bug Fixes
-## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.2...@pie-element/boilerplate-item-type-controller@3.2.3) (2025-04-18)
+- update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
+- update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
+- update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
+# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.6...@pie-element/boilerplate-item-type-controller@3.1.0) (2024-10-29)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
+- fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
+### Features
+- used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
+## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.5...@pie-element/boilerplate-item-type-controller@3.0.6) (2024-10-28)
+### Bug Fixes
-## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.1...@pie-element/boilerplate-item-type-controller@3.2.2) (2025-04-17)
+- update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
+## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.4...@pie-element/boilerplate-item-type-controller@3.0.5) (2024-10-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
+- update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
+
+## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.3...@pie-element/boilerplate-item-type-controller@3.0.4) (2024-10-15)
+### Bug Fixes
+- added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
+- added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
+- reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
+- update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
+- update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
+- update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
+## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.2...@pie-element/boilerplate-item-type-controller@3.0.3) (2024-10-03)
+### Bug Fixes
-## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.0...@pie-element/boilerplate-item-type-controller@3.2.1) (2025-04-10)
+- update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
+## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.1...@pie-element/boilerplate-item-type-controller@3.0.2) (2024-10-01)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.0...@pie-element/boilerplate-item-type-controller@3.0.1) (2024-09-26)
+### Bug Fixes
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
+# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.6...@pie-element/boilerplate-item-type-controller@3.0.0) (2024-09-25)
-# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.21...@pie-element/boilerplate-item-type-controller@3.2.0) (2025-04-01)
+### Bug Fixes
+- update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
### Features
-* update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
+- update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
+### BREAKING CHANGES
+- big refactoring on the implementation of math-rendering-accessible
+## [2.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.5...@pie-element/boilerplate-item-type-controller@2.18.6) (2024-09-16)
+### Bug Fixes
-## [3.1.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.20...@pie-element/boilerplate-item-type-controller@3.1.21) (2025-03-27)
+- update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
+## [2.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.4...@pie-element/boilerplate-item-type-controller@2.18.5) (2024-09-16)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
+- experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
+- experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
+- experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
+- update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
+## [2.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.3...@pie-element/boilerplate-item-type-controller@2.18.4) (2024-09-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
+## [2.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.2...@pie-element/boilerplate-item-type-controller@2.18.3) (2024-09-10)
-## [3.1.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.19...@pie-element/boilerplate-item-type-controller@3.1.20) (2025-03-21)
+### Bug Fixes
+- update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
-### Bug Fixes
+## [2.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.1...@pie-element/boilerplate-item-type-controller@2.18.2) (2024-08-29)
-* update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
+### Bug Fixes
+- trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
+## [2.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.0...@pie-element/boilerplate-item-type-controller@2.18.1) (2024-08-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
-## [3.1.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.18...@pie-element/boilerplate-item-type-controller@3.1.19) (2025-03-14)
+# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.3...@pie-element/boilerplate-item-type-controller@2.18.0) (2024-08-27)
+### Features
-### Bug Fixes
+- update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
-* update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
+## [2.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.2...@pie-element/boilerplate-item-type-controller@2.17.3) (2024-08-22)
+### Bug Fixes
+- update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
+## [2.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.1...@pie-element/boilerplate-item-type-controller@2.17.2) (2024-08-19)
+### Bug Fixes
-## [3.1.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.17...@pie-element/boilerplate-item-type-controller@3.1.18) (2025-03-13)
+- update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
+## [2.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.0...@pie-element/boilerplate-item-type-controller@2.17.1) (2024-08-06)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
-
+- update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
+# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.16.0...@pie-element/boilerplate-item-type-controller@2.17.0) (2024-08-06)
+### Features
+- update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
-## [3.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.16...@pie-element/boilerplate-item-type-controller@3.1.17) (2025-03-03)
+# [2.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.6...@pie-element/boilerplate-item-type-controller@2.16.0) (2024-07-26)
+### Features
-### Bug Fixes
+- update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
+- update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
-* update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
+## [2.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.5...@pie-element/boilerplate-item-type-controller@2.15.6) (2024-07-19)
+### Bug Fixes
+- udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
+## [2.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.4...@pie-element/boilerplate-item-type-controller@2.15.5) (2024-07-17)
+### Bug Fixes
-## [3.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.15...@pie-element/boilerplate-item-type-controller@3.1.16) (2025-02-27)
+- udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
+## [2.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.3...@pie-element/boilerplate-item-type-controller@2.15.4) (2024-07-16)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+- udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
+## [2.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.2...@pie-element/boilerplate-item-type-controller@2.15.3) (2024-07-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
+## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.1...@pie-element/boilerplate-item-type-controller@2.15.2) (2024-07-04)
-## [3.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.14...@pie-element/boilerplate-item-type-controller@3.1.15) (2025-02-19)
+**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
+## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.0...@pie-element/boilerplate-item-type-controller@2.15.1) (2024-06-26)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
+- update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
+
+# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.14.0...@pie-element/boilerplate-item-type-controller@2.15.0) (2024-06-24)
+### Features
+- update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
+# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.13.0...@pie-element/boilerplate-item-type-controller@2.14.0) (2024-06-24)
+### Features
-## [3.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.13...@pie-element/boilerplate-item-type-controller@3.1.14) (2025-02-14)
+- update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
+# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.12.0...@pie-element/boilerplate-item-type-controller@2.13.0) (2024-06-19)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
+- update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
+### Features
+- update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
+# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.11.2...@pie-element/boilerplate-item-type-controller@2.12.0) (2024-06-13)
+### Features
-## [3.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.12...@pie-element/boilerplate-item-type-controller@3.1.13) (2025-02-12)
+- update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
+## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.11.1...@pie-element/boilerplate-item-type-controller@2.11.2) (2024-06-13)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
+- update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
+
+## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.11.0...@pie-element/boilerplate-item-type-controller@2.11.1) (2024-06-13)
+### Bug Fixes
+- update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
+# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.10.1...@pie-element/boilerplate-item-type-controller@2.11.0) (2024-06-03)
+### Features
-## [3.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.11...@pie-element/boilerplate-item-type-controller@3.1.12) (2025-02-06)
+- update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
+## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.10.0...@pie-element/boilerplate-item-type-controller@2.10.1) (2024-06-03)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
+- update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
+
+# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.6...@pie-element/boilerplate-item-type-controller@2.10.0) (2024-05-27)
+### Features
+- update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
+## [2.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.5...@pie-element/boilerplate-item-type-controller@2.9.6) (2024-05-27)
+### Bug Fixes
-## [3.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.10...@pie-element/boilerplate-item-type-controller@3.1.11) (2025-01-27)
+- update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
+## [2.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.4...@pie-element/boilerplate-item-type-controller@2.9.5) (2024-05-14)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
+- update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
+## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.3...@pie-element/boilerplate-item-type-controller@2.9.4) (2024-05-13)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
+## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.2...@pie-element/boilerplate-item-type-controller@2.9.3) (2024-05-07)
-## [3.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.9...@pie-element/boilerplate-item-type-controller@3.1.10) (2025-01-27)
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
+## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.1...@pie-element/boilerplate-item-type-controller@2.9.2) (2024-05-03)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
+- update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
+## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.0...@pie-element/boilerplate-item-type-controller@2.9.1) (2024-04-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
+# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.8.1...@pie-element/boilerplate-item-type-controller@2.9.0) (2024-04-22)
-## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.8...@pie-element/boilerplate-item-type-controller@3.1.9) (2025-01-22)
+### Features
+- update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
+
+## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.8.0...@pie-element/boilerplate-item-type-controller@2.8.1) (2024-04-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
+- update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
+# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.3...@pie-element/boilerplate-item-type-controller@2.8.0) (2024-04-18)
+### Bug Fixes
+- revert experiments for PD-3664 ([9d28f6e](https://github.com/pie-framework/pie-elements/commit/9d28f6ee635166c519f9902b7abb2bec67ac6fd0))
+### Features
-## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.7...@pie-element/boilerplate-item-type-controller@3.1.8) (2025-01-22)
+- update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
+## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.2...@pie-element/boilerplate-item-type-controller@2.7.3) (2024-04-16)
### Bug Fixes
-* replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
+- revert previous experiments and add another one PD-3664 ([954d576](https://github.com/pie-framework/pie-elements/commit/954d576cdc0632c00fef10c75fb3008ed6fec487))
+## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.1...@pie-element/boilerplate-item-type-controller@2.7.2) (2024-04-15)
+**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
+## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.0...@pie-element/boilerplate-item-type-controller@2.7.1) (2024-04-01)
+**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.6...@pie-element/boilerplate-item-type-controller@3.1.7) (2025-01-06)
+# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.6.0...@pie-element/boilerplate-item-type-controller@2.7.0) (2024-04-01)
+### Features
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
-
-
-
-
-
-## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.5...@pie-element/boilerplate-item-type-controller@3.1.6) (2024-12-20)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
-
-
-
-
-
-## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.4...@pie-element/boilerplate-item-type-controller@3.1.5) (2024-12-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
-
-
-
-
-
-## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.3...@pie-element/boilerplate-item-type-controller@3.1.4) (2024-12-05)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
-
-
-
-
-
-## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.2...@pie-element/boilerplate-item-type-controller@3.1.3) (2024-11-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
-
-
-
-
-
-## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.1...@pie-element/boilerplate-item-type-controller@3.1.2) (2024-11-15)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
-
-
-
-
-
-## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.1.0...@pie-element/boilerplate-item-type-controller@3.1.1) (2024-11-01)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
-* update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
-* update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
-
-
-
-
-
-# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.6...@pie-element/boilerplate-item-type-controller@3.1.0) (2024-10-29)
-
-
-### Bug Fixes
-
-* fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
-
-
-### Features
-
-* used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
-
-
-
-
-
-## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.5...@pie-element/boilerplate-item-type-controller@3.0.6) (2024-10-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
-
-
-
-
-
-## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.4...@pie-element/boilerplate-item-type-controller@3.0.5) (2024-10-22)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
-
-
-
-
-
-## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.3...@pie-element/boilerplate-item-type-controller@3.0.4) (2024-10-15)
-
-
-### Bug Fixes
-
-* added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
-* added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
-* reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
-* update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
-* update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
-* update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
-
-
-
-
-
-## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.2...@pie-element/boilerplate-item-type-controller@3.0.3) (2024-10-03)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
-
-
-
-
-
-## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.1...@pie-element/boilerplate-item-type-controller@3.0.2) (2024-10-01)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
-
-
-
-
-
-## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.0.0...@pie-element/boilerplate-item-type-controller@3.0.1) (2024-09-26)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
-
-
-
-
-
-# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.6...@pie-element/boilerplate-item-type-controller@3.0.0) (2024-09-25)
-
-
-### Bug Fixes
-
-* update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
-
-
-### Features
-
-* update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
-
-
-### BREAKING CHANGES
-
-* big refactoring on the implementation of math-rendering-accessible
-
-
-
-
-
-## [2.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.5...@pie-element/boilerplate-item-type-controller@2.18.6) (2024-09-16)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
-
-
-
-
-
-## [2.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.4...@pie-element/boilerplate-item-type-controller@2.18.5) (2024-09-16)
-
-
-### Bug Fixes
-
-* experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
-* experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
-* experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
-* update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
-
-
-
-
-
-## [2.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.3...@pie-element/boilerplate-item-type-controller@2.18.4) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
-
-
-
-
-
-## [2.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.2...@pie-element/boilerplate-item-type-controller@2.18.3) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
-
-
-
-
-
-## [2.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.1...@pie-element/boilerplate-item-type-controller@2.18.2) (2024-08-29)
-
-
-### Bug Fixes
-
-* trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
-
-
-
-
-
-## [2.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.18.0...@pie-element/boilerplate-item-type-controller@2.18.1) (2024-08-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
-
-
-
-
-
-# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.3...@pie-element/boilerplate-item-type-controller@2.18.0) (2024-08-27)
-
-
-### Features
-
-* update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
-
-
-
-
-
-## [2.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.2...@pie-element/boilerplate-item-type-controller@2.17.3) (2024-08-22)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
-
-
-
-
-
-## [2.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.1...@pie-element/boilerplate-item-type-controller@2.17.2) (2024-08-19)
-
-
-### Bug Fixes
-
-* update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
-
-
-
-
-
-## [2.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.17.0...@pie-element/boilerplate-item-type-controller@2.17.1) (2024-08-06)
-
-
-### Bug Fixes
-
-* update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
-
-
-
-
-
-# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.16.0...@pie-element/boilerplate-item-type-controller@2.17.0) (2024-08-06)
-
-
-### Features
-
-* update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
-
-
-
-
-
-# [2.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.6...@pie-element/boilerplate-item-type-controller@2.16.0) (2024-07-26)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
-* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
-
-
-
-
-
-## [2.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.5...@pie-element/boilerplate-item-type-controller@2.15.6) (2024-07-19)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
-
-
-
-
-
-## [2.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.4...@pie-element/boilerplate-item-type-controller@2.15.5) (2024-07-17)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
-
-
-
-
-
-## [2.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.3...@pie-element/boilerplate-item-type-controller@2.15.4) (2024-07-16)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
-
-
-
-
-
-## [2.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.2...@pie-element/boilerplate-item-type-controller@2.15.3) (2024-07-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
-
-
-
-
-
-## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.1...@pie-element/boilerplate-item-type-controller@2.15.2) (2024-07-04)
-
-**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
-
-## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.15.0...@pie-element/boilerplate-item-type-controller@2.15.1) (2024-06-26)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
-
-
-
-
-
-# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.14.0...@pie-element/boilerplate-item-type-controller@2.15.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
-
-
-
-
-
-# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.13.0...@pie-element/boilerplate-item-type-controller@2.14.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
-
-
-
-
-
-# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.12.0...@pie-element/boilerplate-item-type-controller@2.13.0) (2024-06-19)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
-
-
-
-
-
-# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.11.2...@pie-element/boilerplate-item-type-controller@2.12.0) (2024-06-13)
-
-
-### Features
-
-* update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
-
-
-
-
-
-## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.11.1...@pie-element/boilerplate-item-type-controller@2.11.2) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
-
-
-
-
-
-## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.11.0...@pie-element/boilerplate-item-type-controller@2.11.1) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
-
-
-
-
-
-# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.10.1...@pie-element/boilerplate-item-type-controller@2.11.0) (2024-06-03)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
-
-
-
-
-
-## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.10.0...@pie-element/boilerplate-item-type-controller@2.10.1) (2024-06-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
-
-
-
-
-
-# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.6...@pie-element/boilerplate-item-type-controller@2.10.0) (2024-05-27)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
-
-
-
-
-
-## [2.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.5...@pie-element/boilerplate-item-type-controller@2.9.6) (2024-05-27)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
-
-
-
-
-
-## [2.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.4...@pie-element/boilerplate-item-type-controller@2.9.5) (2024-05-14)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
-
-
-
-
-
-## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.3...@pie-element/boilerplate-item-type-controller@2.9.4) (2024-05-13)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
-
-
-
-
-
-## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.2...@pie-element/boilerplate-item-type-controller@2.9.3) (2024-05-07)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
-
-
-
-
-
-## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.1...@pie-element/boilerplate-item-type-controller@2.9.2) (2024-05-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
-
-
-
-
-
-## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.9.0...@pie-element/boilerplate-item-type-controller@2.9.1) (2024-04-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
-
-
-
-
-
-# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.8.1...@pie-element/boilerplate-item-type-controller@2.9.0) (2024-04-22)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
-
-
-
-
-
-## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.8.0...@pie-element/boilerplate-item-type-controller@2.8.1) (2024-04-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
-
-
-
-
-
-# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.3...@pie-element/boilerplate-item-type-controller@2.8.0) (2024-04-18)
-
-
-### Bug Fixes
-
-* revert experiments for PD-3664 ([9d28f6e](https://github.com/pie-framework/pie-elements/commit/9d28f6ee635166c519f9902b7abb2bec67ac6fd0))
-
-
-### Features
-
-* update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
-
-
-
-
-
-## [2.7.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.2...@pie-element/boilerplate-item-type-controller@2.7.3) (2024-04-16)
-
-
-### Bug Fixes
-
-* revert previous experiments and add another one PD-3664 ([954d576](https://github.com/pie-framework/pie-elements/commit/954d576cdc0632c00fef10c75fb3008ed6fec487))
-
-
-
-
-
-## [2.7.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.1...@pie-element/boilerplate-item-type-controller@2.7.2) (2024-04-15)
-
-**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
-
-## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.7.0...@pie-element/boilerplate-item-type-controller@2.7.1) (2024-04-01)
-
-**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
-
-# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.6.0...@pie-element/boilerplate-item-type-controller@2.7.0) (2024-04-01)
-
-
-### Features
-
-* **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
-
-
-
-
-
-# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.2...@pie-element/boilerplate-item-type-controller@2.6.0) (2024-04-01)
+- **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
+# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.2...@pie-element/boilerplate-item-type-controller@2.6.0) (2024-04-01)
### Features
-* update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.1...@pie-element/boilerplate-item-type-controller@2.5.2) (2024-03-28)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.5.0...@pie-element/boilerplate-item-type-controller@2.5.1) (2024-03-26)
**Note:** Version bump only for package @pie-element/boilerplate-item-type-controller
-
-
-
-
# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.4.0...@pie-element/boilerplate-item-type-controller@2.5.0) (2024-03-20)
-
### Bug Fixes
-* updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
-
+- updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
### Features
-* updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
-* use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
-
-
-
-
+- updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
+- use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.3.2...@pie-element/boilerplate-item-type-controller@2.4.0) (2024-03-15)
-
### Features
-* update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
-
-
-
-
+- update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.3.1...@pie-element/boilerplate-item-type-controller@2.3.2) (2024-03-13)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.3.0...@pie-element/boilerplate-item-type-controller@2.3.1) (2024-03-12)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.2.2...@pie-element/boilerplate-item-type-controller@2.3.0) (2024-03-04)
-
### Features
-* update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
-
-
-
-
+- update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.2.1...@pie-element/boilerplate-item-type-controller@2.2.2) (2024-02-20)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
-* update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
+- update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.2.0...@pie-element/boilerplate-item-type-controller@2.2.1) (2024-02-14)
-
### Bug Fixes
-* pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
-* update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
-
-
-
-
+- pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
+- update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.8...@pie-element/boilerplate-item-type-controller@2.2.0) (2024-02-09)
-
### Features
-* update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
-
-
-
-
+- update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.7...@pie-element/boilerplate-item-type-controller@2.1.8) (2024-02-07)
-
### Bug Fixes
-* update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
-
-
-
-
+- update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.6...@pie-element/boilerplate-item-type-controller@2.1.7) (2024-01-24)
-
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
-
-
-
-
+- update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.5...@pie-element/boilerplate-item-type-controller@2.1.6) (2024-01-24)
-
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
-
-
-
-
+- update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.4...@pie-element/boilerplate-item-type-controller@2.1.5) (2024-01-23)
-
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
-* update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
-
-
-
-
+- update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
+- update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.3...@pie-element/boilerplate-item-type-controller@2.1.4) (2024-01-15)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.2...@pie-element/boilerplate-item-type-controller@2.1.3) (2024-01-08)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
-* update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
-* update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
-
-
-
-
+- update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
+- update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
+- update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.1...@pie-element/boilerplate-item-type-controller@2.1.2) (2024-01-08)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.1.0...@pie-element/boilerplate-item-type-controller@2.1.1) (2024-01-04)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
-* update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
-
-
-
-
+- update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
+- update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.3...@pie-element/boilerplate-item-type-controller@2.1.0) (2023-12-19)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
-
+- update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
### Features
-* update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
-* update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
-
-
-
-
+- update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
+- update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.2...@pie-element/boilerplate-item-type-controller@2.0.3) (2023-11-27)
-
### Bug Fixes
-* update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
-
-
-
-
+- update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.1...@pie-element/boilerplate-item-type-controller@2.0.2) (2023-11-27)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
-* update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
-
-
-
-
+- update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
+- update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@2.0.0...@pie-element/boilerplate-item-type-controller@2.0.1) (2023-11-09)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@1.1.0...@pie-element/boilerplate-item-type-controller@2.0.0) (2023-11-07)
-
### Bug Fixes
-* update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
-* update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
-* update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
-* update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
-
+- update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
+- update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
+- update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
+- update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
### Code Refactoring
-* replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
-
+- replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
### BREAKING CHANGES
-* using pie-lib/pie-toolbox now, instead of any other pie-lib package.
-
-
-
-
+- using pie-lib/pie-toolbox now, instead of any other pie-lib package.
# 1.1.0 (2023-08-29)
-
### Features
-* create a boilerplate item type ([2cae8df](https://github.com/pie-framework/pie-elements/commit/2cae8df90b913f13875fb24fb09d61c60b7292f9))
+- create a boilerplate item type ([2cae8df](https://github.com/pie-framework/pie-elements/commit/2cae8df90b913f13875fb24fb09d61c60b7292f9))
diff --git a/packages/boilerplate-item-type/controller/package.json b/packages/boilerplate-item-type/controller/package.json
index 0b2fad5ec6..41f03f6c29 100644
--- a/packages/boilerplate-item-type/controller/package.json
+++ b/packages/boilerplate-item-type/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/boilerplate-item-type-controller",
"private": true,
- "version": "6.0.0",
+ "version": "6.0.2-next.0",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
diff --git a/packages/boilerplate-item-type/package.json b/packages/boilerplate-item-type/package.json
index 16be9da5a5..a5f74b49ea 100644
--- a/packages/boilerplate-item-type/package.json
+++ b/packages/boilerplate-item-type/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "7.0.0",
+ "version": "7.1.0-next.1",
"description": "",
"dependencies": {
"@emotion/react": "^11.14.0",
@@ -12,8 +12,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"prop-types": "^15.6.1",
"react": "18.3.1",
"react-dom": "18.3.1"
diff --git a/packages/calculator/CHANGELOG.md b/packages/calculator/CHANGELOG.md
index cebbc7f13c..60e843832d 100644
--- a/packages/calculator/CHANGELOG.md
+++ b/packages/calculator/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@9.1.0-next.0...@pie-element/calculator@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@9.0.0...@pie-element/calculator@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/calculator
+
# [8.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@8.2.0-next.8...@pie-element/calculator@8.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/calculator/configure/CHANGELOG.md b/packages/calculator/configure/CHANGELOG.md
index 95173980d4..9a0d159f0b 100644
--- a/packages/calculator/configure/CHANGELOG.md
+++ b/packages/calculator/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@7.1.0-next.0...@pie-element/calculator-configure@7.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@7.0.0...@pie-element/calculator-configure@7.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/calculator-configure
+
# [6.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@6.2.0-next.8...@pie-element/calculator-configure@6.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/calculator/configure/package.json b/packages/calculator/configure/package.json
index d493a63e5d..0c651bb056 100644
--- a/packages/calculator/configure/package.json
+++ b/packages/calculator/configure/package.json
@@ -1,6 +1,6 @@
{
"name": "@pie-element/calculator-configure",
- "version": "7.0.0",
+ "version": "7.1.0-next.1",
"description": "",
"main": "lib/index.js",
"private": true,
@@ -11,7 +11,7 @@
"@mui/material": "^7.3.4",
"@pie-framework/material-ui-calculator": "4.0.0",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
+ "@pie-lib/config-ui": "13.0.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
diff --git a/packages/calculator/package.json b/packages/calculator/package.json
index a20f6e5688..feaafe0e9f 100644
--- a/packages/calculator/package.json
+++ b/packages/calculator/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/calculator",
"repository": "pie-framework/pie-elements",
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"description": "A catalog tool",
"scripts": {
"test": "jest",
diff --git a/packages/categorize/CHANGELOG.md b/packages/categorize/CHANGELOG.md
index ffe9be1679..9eb846ea9d 100644
--- a/packages/categorize/CHANGELOG.md
+++ b/packages/categorize/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [13.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@13.1.0-next.0...@pie-element/categorize@13.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [13.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@13.0.0...@pie-element/categorize@13.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/categorize
+
# [12.2.0-next.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize@12.2.0-next.11...@pie-element/categorize@12.2.0-next.12) (2026-04-27)
### Features
diff --git a/packages/categorize/configure/CHANGELOG.md b/packages/categorize/configure/CHANGELOG.md
index b821edae7d..dfa3853079 100644
--- a/packages/categorize/configure/CHANGELOG.md
+++ b/packages/categorize/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@11.1.0-next.0...@pie-element/categorize-configure@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@11.0.0...@pie-element/categorize-configure@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/categorize-configure
+
# [10.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-configure@10.2.0-next.10...@pie-element/categorize-configure@10.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/categorize/configure/package.json b/packages/categorize/configure/package.json
index d7f747b1f9..48aaa4c541 100644
--- a/packages/categorize/configure/package.json
+++ b/packages/categorize/configure/package.json
@@ -3,7 +3,7 @@
"private": true,
"main": "lib/index.js",
"module": "src/index.js",
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"scripts": {},
"author": "pie framework developers",
@@ -15,13 +15,13 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/categorize": "2.0.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/categorize": "2.0.2",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
diff --git a/packages/categorize/controller/CHANGELOG.md b/packages/categorize/controller/CHANGELOG.md
index cfb003bc0e..6fccad15f6 100644
--- a/packages/categorize/controller/CHANGELOG.md
+++ b/packages/categorize/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@10.1.0-next.0...@pie-element/categorize-controller@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@10.0.0...@pie-element/categorize-controller@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/categorize-controller
+
# [9.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/categorize-controller@9.2.0-next.1...@pie-element/categorize-controller@9.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/categorize/controller/package.json b/packages/categorize/controller/package.json
index 854f9d4b12..2625de715c 100644
--- a/packages/categorize/controller/package.json
+++ b/packages/categorize/controller/package.json
@@ -2,13 +2,13 @@
"name": "@pie-element/categorize-controller",
"private": true,
"dependencies": {
- "@pie-lib/categorize": "2.0.0",
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/feedback": "2.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/categorize": "2.0.2",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/feedback": "2.0.2",
+ "@pie-lib/translator": "4.0.2",
"lodash-es": "^4.17.23"
},
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"scripts": {},
"main": "lib/index.js",
diff --git a/packages/categorize/package.json b/packages/categorize/package.json
index dabc93868c..a76aa67d0e 100644
--- a/packages/categorize/package.json
+++ b/packages/categorize/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "13.0.0",
+ "version": "13.1.0-next.1",
"description": "",
"author": "pie framework developers",
"license": "ISC",
@@ -15,13 +15,13 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/categorize": "2.0.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/categorize": "2.0.2",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.1",
diff --git a/packages/charting/CHANGELOG.md b/packages/charting/CHANGELOG.md
index 49c9fcd29d..569079dc1f 100644
--- a/packages/charting/CHANGELOG.md
+++ b/packages/charting/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [12.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting@12.1.0-next.0...@pie-element/charting@12.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [12.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting@12.0.0...@pie-element/charting@12.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/charting
+
# [11.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting@11.2.0-next.10...@pie-element/charting@11.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/charting/configure/CHANGELOG.md b/packages/charting/configure/CHANGELOG.md
index bc1aa6abb9..9e61407d79 100644
--- a/packages/charting/configure/CHANGELOG.md
+++ b/packages/charting/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-configure@11.1.0-next.0...@pie-element/charting-configure@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-configure@11.0.0...@pie-element/charting-configure@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/charting-configure
+
# [10.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-configure@10.2.0-next.9...@pie-element/charting-configure@10.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/charting/configure/package.json b/packages/charting/configure/package.json
index 0824c95ec1..9405ff6825 100644
--- a/packages/charting/configure/package.json
+++ b/packages/charting/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/charting-configure",
"private": true,
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,11 +12,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/charting": "7.0.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/charting": "7.0.3",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/charting/controller/CHANGELOG.md b/packages/charting/controller/CHANGELOG.md
index be0ba03cd9..ea775ddd7b 100644
--- a/packages/charting/controller/CHANGELOG.md
+++ b/packages/charting/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-controller@8.1.0-next.0...@pie-element/charting-controller@8.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-controller@8.0.0...@pie-element/charting-controller@8.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/charting-controller
+
# [7.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-controller@7.2.0-next.1...@pie-element/charting-controller@7.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/charting/controller/package.json b/packages/charting/controller/package.json
index 540c8d2f7e..290dd9279f 100644
--- a/packages/charting/controller/package.json
+++ b/packages/charting/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/charting-controller",
"private": true,
- "version": "8.0.0",
+ "version": "8.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -9,7 +9,7 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
},
diff --git a/packages/charting/package.json b/packages/charting/package.json
index d2c2e42da9..05172a730d 100644
--- a/packages/charting/package.json
+++ b/packages/charting/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "12.0.0",
+ "version": "12.1.0-next.1",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
@@ -15,10 +15,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/charting": "7.0.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/charting": "7.0.3",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"react": "18.3.1",
diff --git a/packages/complex-rubric/CHANGELOG.md b/packages/complex-rubric/CHANGELOG.md
index 46ccbab072..def1a2d512 100644
--- a/packages/complex-rubric/CHANGELOG.md
+++ b/packages/complex-rubric/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@7.1.0-next.0...@pie-element/complex-rubric@7.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@7.0.0...@pie-element/complex-rubric@7.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/complex-rubric
+
# [6.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@6.2.0-next.8...@pie-element/complex-rubric@6.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/complex-rubric/configure/CHANGELOG.md b/packages/complex-rubric/configure/CHANGELOG.md
index 2c164ed178..49f499622b 100644
--- a/packages/complex-rubric/configure/CHANGELOG.md
+++ b/packages/complex-rubric/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [5.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@5.1.0-next.0...@pie-element/complex-rubric-configure@5.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@5.0.0...@pie-element/complex-rubric-configure@5.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/complex-rubric-configure
+
# [4.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@4.2.0-next.8...@pie-element/complex-rubric-configure@4.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/complex-rubric/configure/package.json b/packages/complex-rubric/configure/package.json
index a2b7840582..9398c10d6b 100644
--- a/packages/complex-rubric/configure/package.json
+++ b/packages/complex-rubric/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/complex-rubric-configure",
"private": true,
- "version": "5.0.0",
+ "version": "5.1.0-next.1",
"description": "Complex Rubric authoring view",
"main": "lib/index.js",
"module": "src/index.js",
@@ -11,12 +11,12 @@
"@emotion/style": "^0.8.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
- "@pie-element/multi-trait-rubric": "^8.0.0",
- "@pie-element/rubric": "^8.0.0",
+ "@pie-element/multi-trait-rubric": "^8.1.0-next.1",
+ "@pie-element/rubric": "^8.1.0-next.1",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/rubric": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/rubric": "2.0.3",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
diff --git a/packages/complex-rubric/controller/CHANGELOG.md b/packages/complex-rubric/controller/CHANGELOG.md
index cb86c5b975..986290a929 100644
--- a/packages/complex-rubric/controller/CHANGELOG.md
+++ b/packages/complex-rubric/controller/CHANGELOG.md
@@ -3,1611 +3,925 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@4.1.1...@pie-element/complex-rubric-controller@4.2.1) (2025-10-16)
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@6.0.0...@pie-element/complex-rubric-controller@6.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
+## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@4.1.1...@pie-element/complex-rubric-controller@4.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/complex-rubric-controller
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@4.1.1...@pie-element/complex-rubric-controller@4.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@4.0.1...@pie-element/complex-rubric-controller@4.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@4.0.0...@pie-element/complex-rubric-controller@4.1.0) (2025-10-07)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.3.0...@pie-element/complex-rubric-controller@4.0.1) (2025-10-02)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.3.0...@pie-element/complex-rubric-controller@4.0.0) (2025-10-01)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.9...@pie-element/complex-rubric-controller@3.3.0) (2025-09-25)
-
### Bug Fixes
-* conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
-* merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
-* update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
-
+- conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
+- merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
+- update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
### Features
-* split pie-toolbox in ebsr, rubric, multi-trait-rubric, complex-rubric PD-5158 ([314604f](https://github.com/pie-framework/pie-elements/commit/314604fcc9bea9632ca78afd01be0e7516937313))
-
-
-
-
+- split pie-toolbox in ebsr, rubric, multi-trait-rubric, complex-rubric PD-5158 ([314604f](https://github.com/pie-framework/pie-elements/commit/314604fcc9bea9632ca78afd01be0e7516937313))
## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.8...@pie-element/complex-rubric-controller@3.2.9) (2025-09-11)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.7...@pie-element/complex-rubric-controller@3.2.8) (2025-09-09)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
## [3.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.6...@pie-element/complex-rubric-controller@3.2.7) (2025-09-09)
-
### Bug Fixes
-* update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
-
-
-
-
+- update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.5...@pie-element/complex-rubric-controller@3.2.6) (2025-09-02)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.4...@pie-element/complex-rubric-controller@3.2.5) (2025-08-15)
-
### Bug Fixes
-* PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
-
-
-
-
+- PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.3...@pie-element/complex-rubric-controller@3.2.4) (2025-08-14)
-
### Bug Fixes
-* update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
-
-
-
-
+- update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.2...@pie-element/complex-rubric-controller@3.2.3) (2025-08-14)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.1...@pie-element/complex-rubric-controller@3.2.2) (2025-07-25)
-
### Bug Fixes
-* refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
-* update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
-
-
-
-
+- refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
+- update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.2.0...@pie-element/complex-rubric-controller@3.2.1) (2025-07-22)
-
### Bug Fixes
-* update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
-
-
-
-
+- update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.10...@pie-element/complex-rubric-controller@3.2.0) (2025-07-18)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
-
+- update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
### Features
-* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
-* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
-
-
-
-
+- update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
+- update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
## [3.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.9...@pie-element/complex-rubric-controller@3.1.10) (2025-06-27)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.8...@pie-element/complex-rubric-controller@3.1.9) (2025-06-25)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.7...@pie-element/complex-rubric-controller@3.1.8) (2025-06-19)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
-
-
-
-
+- update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.6...@pie-element/complex-rubric-controller@3.1.7) (2025-06-05)
-
### Bug Fixes
-* update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
-* update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
-* update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
-* update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
-
-
-
-
+- update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
+- update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
+- update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
+- update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.5...@pie-element/complex-rubric-controller@3.1.6) (2025-05-22)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
-* update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
+- update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.4...@pie-element/complex-rubric-controller@3.1.5) (2025-05-12)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.3...@pie-element/complex-rubric-controller@3.1.4) (2025-04-29)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
-* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
+- update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.2...@pie-element/complex-rubric-controller@3.1.3) (2025-04-18)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.1...@pie-element/complex-rubric-controller@3.1.2) (2025-04-17)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.1.0...@pie-element/complex-rubric-controller@3.1.1) (2025-04-10)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.28...@pie-element/complex-rubric-controller@3.1.0) (2025-04-01)
-
### Features
-* update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
## [3.0.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.27...@pie-element/complex-rubric-controller@3.0.28) (2025-03-27)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
## [3.0.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.26...@pie-element/complex-rubric-controller@3.0.27) (2025-03-21)
-
### Bug Fixes
-* update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
-
-
-
-
+- update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
## [3.0.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.25...@pie-element/complex-rubric-controller@3.0.26) (2025-03-14)
-
### Bug Fixes
-* update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
-
-
-
-
+- update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
## [3.0.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.24...@pie-element/complex-rubric-controller@3.0.25) (2025-03-13)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
## [3.0.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.23...@pie-element/complex-rubric-controller@3.0.24) (2025-03-03)
-
### Bug Fixes
-* update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
-
-
-
-
+- update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
## [3.0.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.22...@pie-element/complex-rubric-controller@3.0.23) (2025-02-27)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
-* **rubric:** fix validation in rubric PD-4833 ([c5fbc60](https://github.com/pie-framework/pie-elements/commit/c5fbc60c0f2b9322ce27f3aecd48baa2e5163863))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+- **rubric:** fix validation in rubric PD-4833 ([c5fbc60](https://github.com/pie-framework/pie-elements/commit/c5fbc60c0f2b9322ce27f3aecd48baa2e5163863))
## [3.0.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.21...@pie-element/complex-rubric-controller@3.0.22) (2025-02-19)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
## [3.0.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.20...@pie-element/complex-rubric-controller@3.0.21) (2025-02-14)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
## [3.0.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.19...@pie-element/complex-rubric-controller@3.0.20) (2025-02-12)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
## [3.0.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.18...@pie-element/complex-rubric-controller@3.0.19) (2025-02-06)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
-
-
-
-
+- update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
## [3.0.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.17...@pie-element/complex-rubric-controller@3.0.18) (2025-01-27)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
## [3.0.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.16...@pie-element/complex-rubric-controller@3.0.17) (2025-01-27)
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
-
-
-
-
-
-## [3.0.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.15...@pie-element/complex-rubric-controller@3.0.16) (2025-01-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
-
-
-
-
-
-## [3.0.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.14...@pie-element/complex-rubric-controller@3.0.15) (2025-01-22)
-
-
-### Bug Fixes
-
-* replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
-
-
-
-
-
-## [3.0.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.13...@pie-element/complex-rubric-controller@3.0.14) (2025-01-06)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
-
-
-
-
-
-## [3.0.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.12...@pie-element/complex-rubric-controller@3.0.13) (2024-12-20)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
-
-
-
-
-
-## [3.0.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.11...@pie-element/complex-rubric-controller@3.0.12) (2024-12-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
-
-
-
-
-
-## [3.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.10...@pie-element/complex-rubric-controller@3.0.11) (2024-12-05)
-
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
-
-
-
-
-
-## [3.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.9...@pie-element/complex-rubric-controller@3.0.10) (2024-11-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
-
-
-
-
-
-## [3.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.8...@pie-element/complex-rubric-controller@3.0.9) (2024-11-15)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
-
-
-
-
-
-## [3.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.7...@pie-element/complex-rubric-controller@3.0.8) (2024-11-01)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
-* update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
-* update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
-
-
-
-
-
-## [3.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.6...@pie-element/complex-rubric-controller@3.0.7) (2024-10-29)
-
-
-### Bug Fixes
-
-* fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
-
-
-
-
-
-## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.5...@pie-element/complex-rubric-controller@3.0.6) (2024-10-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
-
-
-
-
-
-## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.4...@pie-element/complex-rubric-controller@3.0.5) (2024-10-22)
-
-
-### Bug Fixes
-
-* pslb fix ([2137958](https://github.com/pie-framework/pie-elements/commit/2137958adc303c2f08bc53bf6537469158220c1f))
-* update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
-
-
-
-
-
-## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.3...@pie-element/complex-rubric-controller@3.0.4) (2024-10-15)
-
-
-### Bug Fixes
-
-* added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
-* added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
-* reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
-* update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
-* update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
-* update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
-
-
-
-
-
-## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.2...@pie-element/complex-rubric-controller@3.0.3) (2024-10-03)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
-
-
-
-
-
-## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.1...@pie-element/complex-rubric-controller@3.0.2) (2024-10-01)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
-
-
-
-
-
-## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.0...@pie-element/complex-rubric-controller@3.0.1) (2024-09-26)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
-
-
-
-
-
-# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.6...@pie-element/complex-rubric-controller@3.0.0) (2024-09-25)
-
-
-### Bug Fixes
-
-* update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
-
-
-### Features
-
-* update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
-
-
-### BREAKING CHANGES
-
-* big refactoring on the implementation of math-rendering-accessible
-
-
-
-
-
-## [2.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.5...@pie-element/complex-rubric-controller@2.18.6) (2024-09-16)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
-
-
-
-
-
-## [2.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.4...@pie-element/complex-rubric-controller@2.18.5) (2024-09-16)
-
-
-### Bug Fixes
-
-* experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
-* experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
-* experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
-* update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
-
-
-
-
-
-## [2.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.3...@pie-element/complex-rubric-controller@2.18.4) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
-
-
-
-
-
-## [2.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.2...@pie-element/complex-rubric-controller@2.18.3) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
-
-
-
-
-
-## [2.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.1...@pie-element/complex-rubric-controller@2.18.2) (2024-08-29)
-
-
-### Bug Fixes
-
-* trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
-
-
-
-
-
-## [2.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.0...@pie-element/complex-rubric-controller@2.18.1) (2024-08-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
-
-
-
-
-
-# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.3...@pie-element/complex-rubric-controller@2.18.0) (2024-08-27)
-
-
-### Features
-
-* update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
-
-
-
-
-
-## [2.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.2...@pie-element/complex-rubric-controller@2.17.3) (2024-08-22)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
-
-
-
-
-
-## [2.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.1...@pie-element/complex-rubric-controller@2.17.2) (2024-08-19)
-
-
-### Bug Fixes
-
-* update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
-
-
-
-
-
-## [2.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.0...@pie-element/complex-rubric-controller@2.17.1) (2024-08-06)
-
-
-### Bug Fixes
-
-* update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
-
-
-
-
-
-# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.16.0...@pie-element/complex-rubric-controller@2.17.0) (2024-08-06)
-
-
-### Features
-
-* update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
-
-
-
-
-
-# [2.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.6...@pie-element/complex-rubric-controller@2.16.0) (2024-07-26)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
-* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
-
-
-
-
-
-## [2.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.5...@pie-element/complex-rubric-controller@2.15.6) (2024-07-19)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
-
-
-
-
-
-## [2.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.4...@pie-element/complex-rubric-controller@2.15.5) (2024-07-17)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
-
-
-
-
-
-## [2.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.3...@pie-element/complex-rubric-controller@2.15.4) (2024-07-16)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
-
-
-
-
-
-## [2.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.2...@pie-element/complex-rubric-controller@2.15.3) (2024-07-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
-
-
-
-
-
-## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.1...@pie-element/complex-rubric-controller@2.15.2) (2024-07-04)
-
-**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
-
-## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.0...@pie-element/complex-rubric-controller@2.15.1) (2024-06-26)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
-
-
-
-
-
-# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.14.0...@pie-element/complex-rubric-controller@2.15.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
-
-
-
-
-
-# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.13.0...@pie-element/complex-rubric-controller@2.14.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
-
-
-
-
-
-# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.12.0...@pie-element/complex-rubric-controller@2.13.0) (2024-06-19)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
-
-
-
-
-
-# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.11.2...@pie-element/complex-rubric-controller@2.12.0) (2024-06-13)
-
-
-### Features
-
-* update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
-
-
-
-
-
-## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.11.1...@pie-element/complex-rubric-controller@2.11.2) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
-
-
-
-
-
-## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.11.0...@pie-element/complex-rubric-controller@2.11.1) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
-
-
-
-
-
-# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.10.1...@pie-element/complex-rubric-controller@2.11.0) (2024-06-03)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
-
-
-
-
-
-## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.10.0...@pie-element/complex-rubric-controller@2.10.1) (2024-06-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
-
-
-
-
-
-# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.6...@pie-element/complex-rubric-controller@2.10.0) (2024-05-27)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
-
-
-
-
-
-## [2.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.5...@pie-element/complex-rubric-controller@2.9.6) (2024-05-27)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
-
-
-
-
-
-## [2.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.4...@pie-element/complex-rubric-controller@2.9.5) (2024-05-14)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
-
-
-
-
-
-## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.3...@pie-element/complex-rubric-controller@2.9.4) (2024-05-13)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
-
-
-
-
-
-## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.2...@pie-element/complex-rubric-controller@2.9.3) (2024-05-07)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
-
-
-
-
-
-## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.1...@pie-element/complex-rubric-controller@2.9.2) (2024-05-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
-
-
-
-
-
-## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.0...@pie-element/complex-rubric-controller@2.9.1) (2024-04-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
-
-
-
-
-
-# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.8.1...@pie-element/complex-rubric-controller@2.9.0) (2024-04-22)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
-
-
-
-
-
-## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.8.0...@pie-element/complex-rubric-controller@2.8.1) (2024-04-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
-
-
-
-
-
-# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.7.1...@pie-element/complex-rubric-controller@2.8.0) (2024-04-18)
-
-
-### Features
-
-* update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
-
-
-
-
-
-## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.7.0...@pie-element/complex-rubric-controller@2.7.1) (2024-04-01)
-
-**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
-
-# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.6.0...@pie-element/complex-rubric-controller@2.7.0) (2024-04-01)
-
-
-### Features
-
-* **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
-
-
-
-
-
-# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.4...@pie-element/complex-rubric-controller@2.6.0) (2024-04-01)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
-
-
-
-
-
-## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.3...@pie-element/complex-rubric-controller@2.5.4) (2024-03-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
-
-
-
-
-
-## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.2...@pie-element/complex-rubric-controller@2.5.3) (2024-03-27)
-
-
-### Bug Fixes
-
-* add back changes for PD-1870, that were reverted in previous version ([0cad3b8](https://github.com/pie-framework/pie-elements/commit/0cad3b8f29a123e34098b865190e57b92fbf5ecc))
-
-
-
-
-
-## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.1...@pie-element/complex-rubric-controller@2.5.2) (2024-03-27)
+- update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
+## [3.0.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.15...@pie-element/complex-rubric-controller@3.0.16) (2025-01-22)
### Bug Fixes
-* revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
+- update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
+
+## [3.0.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.14...@pie-element/complex-rubric-controller@3.0.15) (2025-01-22)
+### Bug Fixes
+- replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
+## [3.0.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.13...@pie-element/complex-rubric-controller@3.0.14) (2025-01-06)
+### Bug Fixes
-## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.0...@pie-element/complex-rubric-controller@2.5.1) (2024-03-26)
+- update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
-**Note:** Version bump only for package @pie-element/complex-rubric-controller
+## [3.0.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.12...@pie-element/complex-rubric-controller@3.0.13) (2024-12-20)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
+## [3.0.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.11...@pie-element/complex-rubric-controller@3.0.12) (2024-12-10)
+### Bug Fixes
-# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.4.0...@pie-element/complex-rubric-controller@2.5.0) (2024-03-20)
+- update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
+## [3.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.10...@pie-element/complex-rubric-controller@3.0.11) (2024-12-05)
### Bug Fixes
-* updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
+- update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
+## [3.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.9...@pie-element/complex-rubric-controller@3.0.10) (2024-11-29)
-### Features
-
-* updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
-* use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
+## [3.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.8...@pie-element/complex-rubric-controller@3.0.9) (2024-11-15)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
-# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.3.2...@pie-element/complex-rubric-controller@2.4.0) (2024-03-15)
+## [3.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.7...@pie-element/complex-rubric-controller@3.0.8) (2024-11-01)
+### Bug Fixes
-### Features
+- update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
+- update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
+- update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
-* update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
+## [3.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.6...@pie-element/complex-rubric-controller@3.0.7) (2024-10-29)
+### Bug Fixes
+- fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
+## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.5...@pie-element/complex-rubric-controller@3.0.6) (2024-10-28)
+### Bug Fixes
-## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.3.1...@pie-element/complex-rubric-controller@2.3.2) (2024-03-13)
+- update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
+## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.4...@pie-element/complex-rubric-controller@3.0.5) (2024-10-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
+- pslb fix ([2137958](https://github.com/pie-framework/pie-elements/commit/2137958adc303c2f08bc53bf6537469158220c1f))
+- update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
+
+## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.3...@pie-element/complex-rubric-controller@3.0.4) (2024-10-15)
+### Bug Fixes
+- added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
+- added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
+- reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
+- update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
+- update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
+- update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
+## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.2...@pie-element/complex-rubric-controller@3.0.3) (2024-10-03)
+### Bug Fixes
-## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.3.0...@pie-element/complex-rubric-controller@2.3.1) (2024-03-12)
+- update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
+## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.1...@pie-element/complex-rubric-controller@3.0.2) (2024-10-01)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@3.0.0...@pie-element/complex-rubric-controller@3.0.1) (2024-09-26)
+### Bug Fixes
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
+# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.6...@pie-element/complex-rubric-controller@3.0.0) (2024-09-25)
-# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.2.2...@pie-element/complex-rubric-controller@2.3.0) (2024-03-04)
+### Bug Fixes
+- update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
### Features
-* update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
+- update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
+### BREAKING CHANGES
+- big refactoring on the implementation of math-rendering-accessible
+## [2.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.5...@pie-element/complex-rubric-controller@2.18.6) (2024-09-16)
+### Bug Fixes
-## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.2.1...@pie-element/complex-rubric-controller@2.2.2) (2024-02-20)
+- update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
+## [2.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.4...@pie-element/complex-rubric-controller@2.18.5) (2024-09-16)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
-* update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
-
-
+- experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
+- experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
+- experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
+- update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
+## [2.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.3...@pie-element/complex-rubric-controller@2.18.4) (2024-09-10)
+### Bug Fixes
-## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.2.0...@pie-element/complex-rubric-controller@2.2.1) (2024-02-14)
+- update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
+## [2.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.2...@pie-element/complex-rubric-controller@2.18.3) (2024-09-10)
### Bug Fixes
-* pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
-* update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
+- update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
+
+## [2.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.1...@pie-element/complex-rubric-controller@2.18.2) (2024-08-29)
+### Bug Fixes
+- trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
+## [2.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.18.0...@pie-element/complex-rubric-controller@2.18.1) (2024-08-29)
+### Bug Fixes
-# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.10...@pie-element/complex-rubric-controller@2.2.0) (2024-02-09)
+- update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
+# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.3...@pie-element/complex-rubric-controller@2.18.0) (2024-08-27)
### Features
-* update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
+- update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
+## [2.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.2...@pie-element/complex-rubric-controller@2.17.3) (2024-08-22)
+### Bug Fixes
+- update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
+## [2.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.1...@pie-element/complex-rubric-controller@2.17.2) (2024-08-19)
-## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.9...@pie-element/complex-rubric-controller@2.1.10) (2024-02-07)
+### Bug Fixes
+- update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
-### Bug Fixes
+## [2.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.17.0...@pie-element/complex-rubric-controller@2.17.1) (2024-08-06)
-* update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
+### Bug Fixes
+- update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
+# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.16.0...@pie-element/complex-rubric-controller@2.17.0) (2024-08-06)
+### Features
+- update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
-## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.8...@pie-element/complex-rubric-controller@2.1.9) (2024-01-29)
+# [2.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.6...@pie-element/complex-rubric-controller@2.16.0) (2024-07-26)
+### Features
-### Bug Fixes
+- update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
+- update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
-* **rubric, complex-rubric:** fix validation for simple rubric exclude zero PD-3407 ([7b62d85](https://github.com/pie-framework/pie-elements/commit/7b62d85c04822794b0b2d17b62cf9fb75fbcda21))
+## [2.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.5...@pie-element/complex-rubric-controller@2.15.6) (2024-07-19)
+### Bug Fixes
+- udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
+## [2.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.4...@pie-element/complex-rubric-controller@2.15.5) (2024-07-17)
+### Bug Fixes
-## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.7...@pie-element/complex-rubric-controller@2.1.8) (2024-01-24)
+- udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
+## [2.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.3...@pie-element/complex-rubric-controller@2.15.4) (2024-07-16)
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
+- udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
+## [2.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.2...@pie-element/complex-rubric-controller@2.15.3) (2024-07-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
+## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.1...@pie-element/complex-rubric-controller@2.15.2) (2024-07-04)
-## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.6...@pie-element/complex-rubric-controller@2.1.7) (2024-01-24)
+**Note:** Version bump only for package @pie-element/complex-rubric-controller
+## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.15.0...@pie-element/complex-rubric-controller@2.15.1) (2024-06-26)
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
+- update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
+
+# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.14.0...@pie-element/complex-rubric-controller@2.15.0) (2024-06-24)
+### Features
+- update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
+# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.13.0...@pie-element/complex-rubric-controller@2.14.0) (2024-06-24)
+### Features
-## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.5...@pie-element/complex-rubric-controller@2.1.6) (2024-01-23)
+- update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
+# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.12.0...@pie-element/complex-rubric-controller@2.13.0) (2024-06-19)
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
-* update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
+- update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
+### Features
+- update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
+# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.11.2...@pie-element/complex-rubric-controller@2.12.0) (2024-06-13)
+### Features
-## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.4...@pie-element/complex-rubric-controller@2.1.5) (2024-01-15)
+- update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
+## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.11.1...@pie-element/complex-rubric-controller@2.11.2) (2024-06-13)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
-
+- update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
+## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.11.0...@pie-element/complex-rubric-controller@2.11.1) (2024-06-13)
+### Bug Fixes
+- update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
-## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.3...@pie-element/complex-rubric-controller@2.1.4) (2024-01-08)
+# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.10.1...@pie-element/complex-rubric-controller@2.11.0) (2024-06-03)
+### Features
-### Bug Fixes
+- update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
-* update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
-* update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
-* update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
-* **complex-rubric:** adjust defaults based on requirements PD-2555 ([37e64b2](https://github.com/pie-framework/pie-elements/commit/37e64b261b4c089dcf5e1482faea4c5faa6e4c7e))
+## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.10.0...@pie-element/complex-rubric-controller@2.10.1) (2024-06-03)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
+# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.6...@pie-element/complex-rubric-controller@2.10.0) (2024-05-27)
+### Features
-## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.2...@pie-element/complex-rubric-controller@2.1.3) (2024-01-08)
+- update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
+## [2.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.5...@pie-element/complex-rubric-controller@2.9.6) (2024-05-27)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
-
-
+- update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
+## [2.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.4...@pie-element/complex-rubric-controller@2.9.5) (2024-05-14)
+### Bug Fixes
-## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.1...@pie-element/complex-rubric-controller@2.1.2) (2024-01-04)
+- update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
+## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.3...@pie-element/complex-rubric-controller@2.9.4) (2024-05-13)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
-* update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
-
-
+- update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
+## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.2...@pie-element/complex-rubric-controller@2.9.3) (2024-05-07)
+### Bug Fixes
-## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.0...@pie-element/complex-rubric-controller@2.1.1) (2023-12-20)
+- update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
+## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.1...@pie-element/complex-rubric-controller@2.9.2) (2024-05-03)
### Bug Fixes
-* **complex-rubric:** adjust defaults based on requirements PD-2555 ([c2c3566](https://github.com/pie-framework/pie-elements/commit/c2c3566dafd2fbc5792c196af6f040a60f8a8751))
+- update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
+## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.9.0...@pie-element/complex-rubric-controller@2.9.1) (2024-04-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
+# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.8.1...@pie-element/complex-rubric-controller@2.9.0) (2024-04-22)
-# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.3...@pie-element/complex-rubric-controller@2.1.0) (2023-12-19)
+### Features
+- update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
+
+## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.8.0...@pie-element/complex-rubric-controller@2.8.1) (2024-04-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
-* **complex-rubric:** add comments PD-3260 ([998a941](https://github.com/pie-framework/pie-elements/commit/998a941a9c2e88d1914ee2ad7506e57a7e3f7865))
-* **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
+- update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
+# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.7.1...@pie-element/complex-rubric-controller@2.8.0) (2024-04-18)
### Features
-* update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
-* **complex-rubric:** add rubricOptions to config PD-2555 ([379110a](https://github.com/pie-framework/pie-elements/commit/379110a02e0858a78eb5679a80b26e0f976132bd))
-* **complex-rubric:** add validate logic PD-3260 ([0d07a83](https://github.com/pie-framework/pie-elements/commit/0d07a83254d7aab1f87a67893a858c04938d16ea))
-* **complex-rubric:** update tests and use enum for new rubric type PD-2555 ([0bafc9a](https://github.com/pie-framework/pie-elements/commit/0bafc9aa6d563378b08f4d478828da454d38ad20))
-* **rubric:** solve conflicts PD-2555 ([b67c659](https://github.com/pie-framework/pie-elements/commit/b67c65945fc68ef1bd577a915b5f8918da0a716b))
-* update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
-* **complex-rubrix:** add new rubric type and asjust logic ([e49fc22](https://github.com/pie-framework/pie-elements/commit/e49fc2281a8df02bd7dec9b931d06aa74e919031))
-
-
+- update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
+## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.7.0...@pie-element/complex-rubric-controller@2.7.1) (2024-04-01)
+**Note:** Version bump only for package @pie-element/complex-rubric-controller
-## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.2...@pie-element/complex-rubric-controller@2.0.3) (2023-11-27)
+# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.6.0...@pie-element/complex-rubric-controller@2.7.0) (2024-04-01)
+### Features
-### Bug Fixes
+- **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
-* update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
+# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.4...@pie-element/complex-rubric-controller@2.6.0) (2024-04-01)
+### Features
+- update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
+## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.3...@pie-element/complex-rubric-controller@2.5.4) (2024-03-28)
+### Bug Fixes
-## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.1...@pie-element/complex-rubric-controller@2.0.2) (2023-11-27)
+- update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
+## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.2...@pie-element/complex-rubric-controller@2.5.3) (2024-03-27)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
-* update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
+- add back changes for PD-1870, that were reverted in previous version ([0cad3b8](https://github.com/pie-framework/pie-elements/commit/0cad3b8f29a123e34098b865190e57b92fbf5ecc))
+## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.1...@pie-element/complex-rubric-controller@2.5.2) (2024-03-27)
+### Bug Fixes
+- revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
+## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.5.0...@pie-element/complex-rubric-controller@2.5.1) (2024-03-26)
-## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.0...@pie-element/complex-rubric-controller@2.0.1) (2023-11-09)
+**Note:** Version bump only for package @pie-element/complex-rubric-controller
+# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.4.0...@pie-element/complex-rubric-controller@2.5.0) (2024-03-20)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
+- updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
+### Features
+- updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
+- use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
+# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.3.2...@pie-element/complex-rubric-controller@2.4.0) (2024-03-15)
+### Features
-# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.6...@pie-element/complex-rubric-controller@2.0.0) (2023-11-07)
+- update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
+## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.3.1...@pie-element/complex-rubric-controller@2.3.2) (2024-03-13)
### Bug Fixes
-* update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
-* update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
-* update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
-* update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
+- update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
+## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.3.0...@pie-element/complex-rubric-controller@2.3.1) (2024-03-12)
-### Code Refactoring
-
-* replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
-
+### Bug Fixes
-### BREAKING CHANGES
+- update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
-* using pie-lib/pie-toolbox now, instead of any other pie-lib package.
+# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.2.2...@pie-element/complex-rubric-controller@2.3.0) (2024-03-04)
+### Features
+- update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
+## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.2.1...@pie-element/complex-rubric-controller@2.2.2) (2024-02-20)
+### Bug Fixes
-## [1.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.5...@pie-element/complex-rubric-controller@1.5.6) (2023-07-06)
+- update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
+- update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
+## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.2.0...@pie-element/complex-rubric-controller@2.2.1) (2024-02-14)
### Bug Fixes
-* updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
+- pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
+- update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
+# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.10...@pie-element/complex-rubric-controller@2.2.0) (2024-02-09)
+### Features
+- update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
+## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.9...@pie-element/complex-rubric-controller@2.1.10) (2024-02-07)
-## [1.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.4...@pie-element/complex-rubric-controller@1.5.5) (2023-04-25)
+### Bug Fixes
+
+- update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
+## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.8...@pie-element/complex-rubric-controller@2.1.9) (2024-01-29)
### Bug Fixes
-* update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
+- **rubric, complex-rubric:** fix validation for simple rubric exclude zero PD-3407 ([7b62d85](https://github.com/pie-framework/pie-elements/commit/7b62d85c04822794b0b2d17b62cf9fb75fbcda21))
+
+## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.7...@pie-element/complex-rubric-controller@2.1.8) (2024-01-24)
+### Bug Fixes
+- update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
+## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.6...@pie-element/complex-rubric-controller@2.1.7) (2024-01-24)
+### Bug Fixes
-## [1.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.3...@pie-element/complex-rubric-controller@1.5.4) (2023-04-10)
+- update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
+## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.5...@pie-element/complex-rubric-controller@2.1.6) (2024-01-23)
### Bug Fixes
-* **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
-* add tests back ([286b458](https://github.com/pie-framework/pie-elements/commit/286b458727b8680df397c5e932cc0fa23d702ef4))
-* remove tests to see if they cause build break ([a0b0046](https://github.com/pie-framework/pie-elements/commit/a0b00464cd0859dbd3803c4629a88e8eb78bbae7))
-* remove usage of pie-lib/rubric to test webpack build ([50fa5dc](https://github.com/pie-framework/pie-elements/commit/50fa5dcae7ffcedfd5d6560ffc8519839d167658))
-* update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
-* update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
+- update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
+- update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
+
+## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.4...@pie-element/complex-rubric-controller@2.1.5) (2024-01-15)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
+## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.3...@pie-element/complex-rubric-controller@2.1.4) (2024-01-08)
+### Bug Fixes
-## [1.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.2...@pie-element/complex-rubric-controller@1.5.3) (2023-03-30)
+- update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
+- update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
+- update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
+- **complex-rubric:** adjust defaults based on requirements PD-2555 ([37e64b2](https://github.com/pie-framework/pie-elements/commit/37e64b261b4c089dcf5e1482faea4c5faa6e4c7e))
+## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.2...@pie-element/complex-rubric-controller@2.1.3) (2024-01-08)
### Bug Fixes
-* revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
+- update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
+
+## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.1...@pie-element/complex-rubric-controller@2.1.2) (2024-01-04)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
+- update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
+## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.1.0...@pie-element/complex-rubric-controller@2.1.1) (2023-12-20)
+### Bug Fixes
-## [1.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.1...@pie-element/complex-rubric-controller@1.5.2) (2023-03-20)
+- **complex-rubric:** adjust defaults based on requirements PD-2555 ([c2c3566](https://github.com/pie-framework/pie-elements/commit/c2c3566dafd2fbc5792c196af6f040a60f8a8751))
+# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.3...@pie-element/complex-rubric-controller@2.1.0) (2023-12-19)
### Bug Fixes
-* update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
-* update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
+- update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
+- **complex-rubric:** add comments PD-3260 ([998a941](https://github.com/pie-framework/pie-elements/commit/998a941a9c2e88d1914ee2ad7506e57a7e3f7865))
+- **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
+### Features
+- update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
+- **complex-rubric:** add rubricOptions to config PD-2555 ([379110a](https://github.com/pie-framework/pie-elements/commit/379110a02e0858a78eb5679a80b26e0f976132bd))
+- **complex-rubric:** add validate logic PD-3260 ([0d07a83](https://github.com/pie-framework/pie-elements/commit/0d07a83254d7aab1f87a67893a858c04938d16ea))
+- **complex-rubric:** update tests and use enum for new rubric type PD-2555 ([0bafc9a](https://github.com/pie-framework/pie-elements/commit/0bafc9aa6d563378b08f4d478828da454d38ad20))
+- **rubric:** solve conflicts PD-2555 ([b67c659](https://github.com/pie-framework/pie-elements/commit/b67c65945fc68ef1bd577a915b5f8918da0a716b))
+- update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
+- **complex-rubrix:** add new rubric type and asjust logic ([e49fc22](https://github.com/pie-framework/pie-elements/commit/e49fc2281a8df02bd7dec9b931d06aa74e919031))
+## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.2...@pie-element/complex-rubric-controller@2.0.3) (2023-11-27)
+### Bug Fixes
-## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.0...@pie-element/complex-rubric-controller@1.5.1) (2023-02-28)
+- update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
+## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.1...@pie-element/complex-rubric-controller@2.0.2) (2023-11-27)
### Bug Fixes
-* update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
+- update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
+- update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
+## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.0.0...@pie-element/complex-rubric-controller@2.0.1) (2023-11-09)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
+# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.6...@pie-element/complex-rubric-controller@2.0.0) (2023-11-07)
-# [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.4.0...@pie-element/complex-rubric-controller@1.5.0) (2023-02-01)
+### Bug Fixes
+- update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
+- update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
+- update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
+- update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
-### Features
+### Code Refactoring
-* update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
+- replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
+### BREAKING CHANGES
+- using pie-lib/pie-toolbox now, instead of any other pie-lib package.
+## [1.5.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.5...@pie-element/complex-rubric-controller@1.5.6) (2023-07-06)
+### Bug Fixes
-# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.3.0...@pie-element/complex-rubric-controller@1.4.0) (2023-01-17)
+- updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
+## [1.5.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.4...@pie-element/complex-rubric-controller@1.5.5) (2023-04-25)
### Bug Fixes
-* **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
-
+- update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
-### Features
+## [1.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.3...@pie-element/complex-rubric-controller@1.5.4) (2023-04-10)
-* update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
+### Bug Fixes
+- **all elements:** fix eslint problems-PD-2732 ([eaeabfb](https://github.com/pie-framework/pie-elements/commit/eaeabfbbe3a868a1f9828ef831a7ea864dee75a9))
+- add tests back ([286b458](https://github.com/pie-framework/pie-elements/commit/286b458727b8680df397c5e932cc0fa23d702ef4))
+- remove tests to see if they cause build break ([a0b0046](https://github.com/pie-framework/pie-elements/commit/a0b00464cd0859dbd3803c4629a88e8eb78bbae7))
+- remove usage of pie-lib/rubric to test webpack build ([50fa5dc](https://github.com/pie-framework/pie-elements/commit/50fa5dcae7ffcedfd5d6560ffc8519839d167658))
+- update pie-libs ([6738269](https://github.com/pie-framework/pie-elements/commit/6738269d878f24ec4429f210d18bbf591123a55f))
+- update pie-libs ([9f05be1](https://github.com/pie-framework/pie-elements/commit/9f05be1ae6bf0a9651739b6bef7eca32ecabb4ce))
+## [1.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.2...@pie-element/complex-rubric-controller@1.5.3) (2023-03-30)
+### Bug Fixes
+- revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
-# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.4...@pie-element/complex-rubric-controller@1.3.0) (2023-01-05)
+## [1.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.1...@pie-element/complex-rubric-controller@1.5.2) (2023-03-20)
+### Bug Fixes
-### Features
+- update pie-libs ([340825a](https://github.com/pie-framework/pie-elements/commit/340825aab8c88569378eb5af6c5b9c9b99aeb285))
+- update pie-libs ([1fe3d37](https://github.com/pie-framework/pie-elements/commit/1fe3d37d2b001f7944e4da7c895a83ccecefefcb))
-* update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
-* update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
+## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.5.0...@pie-element/complex-rubric-controller@1.5.1) (2023-02-28)
+### Bug Fixes
+- update pie-libs ([6a10f3f](https://github.com/pie-framework/pie-elements/commit/6a10f3f45306cc9d9e077e45a90245d047235521))
+# [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.4.0...@pie-element/complex-rubric-controller@1.5.0) (2023-02-01)
+### Features
-## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.3...@pie-element/complex-rubric-controller@1.2.4) (2022-12-20)
+- update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
+# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.3.0...@pie-element/complex-rubric-controller@1.4.0) (2023-01-17)
### Bug Fixes
-* updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
+- **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
+### Features
+- update pie-libs ([6423903](https://github.com/pie-framework/pie-elements/commit/6423903898b041f56db2111de2e4aac4ee9f1fd3))
+# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.4...@pie-element/complex-rubric-controller@1.3.0) (2023-01-05)
+### Features
-## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.2...@pie-element/complex-rubric-controller@1.2.3) (2022-12-07)
+- update pie-libs ([b174476](https://github.com/pie-framework/pie-elements/commit/b174476729119a0689f1f8adfc8c235246676cab))
+- update pie-libs ([8490729](https://github.com/pie-framework/pie-elements/commit/8490729a2389d36fd3968f0806119fde96577842))
+## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.3...@pie-element/complex-rubric-controller@1.2.4) (2022-12-20)
### Bug Fixes
-* update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
-* update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
-* updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
-* updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
-
+- updated pie-libs ([6549302](https://github.com/pie-framework/pie-elements/commit/65493026fbf356c5ab752ae6a14d961d4b256368))
+## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.2...@pie-element/complex-rubric-controller@1.2.3) (2022-12-07)
+### Bug Fixes
+- update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
+- update libs for PD-2030 PD-2031 ([3174022](https://github.com/pie-framework/pie-elements/commit/3174022d45603ed217bbe8804a142b07084636a5))
+- updated lib PD-1715 ([42e788d](https://github.com/pie-framework/pie-elements/commit/42e788db0c792838994e55001952da7701251a8e))
+- updated libs ([343c9ec](https://github.com/pie-framework/pie-elements/commit/343c9ec3dccba7f781e90ae2bd195cac6f78f467))
## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.1...@pie-element/complex-rubric-controller@1.2.2) (2022-11-15)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.2.0...@pie-element/complex-rubric-controller@1.2.1) (2022-10-31)
**Note:** Version bump only for package @pie-element/complex-rubric-controller
-
-
-
-
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.1.0...@pie-element/complex-rubric-controller@1.2.0) (2022-10-18)
-
### Features
-* **complex-rubric:** update defaults and rubric versions ([3b5c834](https://github.com/pie-framework/pie-elements/commit/3b5c8341be5100f55e6753166fd04dbd3e07ad2b))
-
-
-
-
+- **complex-rubric:** update defaults and rubric versions ([3b5c834](https://github.com/pie-framework/pie-elements/commit/3b5c8341be5100f55e6753166fd04dbd3e07ad2b))
# [1.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@1.0.3...@pie-element/complex-rubric-controller@1.1.0) (2022-10-17)
-
### Bug Fixes
-* default rubric model ([6454f5f](https://github.com/pie-framework/pie-elements/commit/6454f5fbced5d843fe9500ca00db70d926a86819))
-* **complex-rubric:** update versions ([00accbb](https://github.com/pie-framework/pie-elements/commit/00accbb6d3228fb14adcd9b88d429dc936295692))
-* **complex-rubric:** update versions and package.json ([e41f360](https://github.com/pie-framework/pie-elements/commit/e41f3605ceea444f1068eda2d1a16c57828523fc))
-* **complex-rubric:** update versions and package.json ([331a80f](https://github.com/pie-framework/pie-elements/commit/331a80f23760f7098b4cf750af3be8e9dc864d19))
-
+- default rubric model ([6454f5f](https://github.com/pie-framework/pie-elements/commit/6454f5fbced5d843fe9500ca00db70d926a86819))
+- **complex-rubric:** update versions ([00accbb](https://github.com/pie-framework/pie-elements/commit/00accbb6d3228fb14adcd9b88d429dc936295692))
+- **complex-rubric:** update versions and package.json ([e41f360](https://github.com/pie-framework/pie-elements/commit/e41f3605ceea444f1068eda2d1a16c57828523fc))
+- **complex-rubric:** update versions and package.json ([331a80f](https://github.com/pie-framework/pie-elements/commit/331a80f23760f7098b4cf750af3be8e9dc864d19))
### Features
-* update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
-* **complex-rubric:** clean up PD-2013 ([76853fe](https://github.com/pie-framework/pie-elements/commit/76853fe66da524c65e0a42ac7348fdceb57a8cb7))
-* **complex-rubric:** create tests PD-2013 ([2961301](https://github.com/pie-framework/pie-elements/commit/29613011ac7d03e180defa163676e07c59607b9d))
-* **complex-rubric:** fix rubric rendering in authoring ([d453cad](https://github.com/pie-framework/pie-elements/commit/d453cad143899c450dfe41a8cd99b5fb7b5326e7))
-* **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
-* **complex-rubric:** use rubric type constant from pie-lib, remove settings pannel and remove session related code PD-2013 ([08bb144](https://github.com/pie-framework/pie-elements/commit/08bb14484a23e852ec8da88a57ba1b8a08e9882d))
-* **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
-
-
-
-
+- update pie-lib/rubric dependecies version ([5546015](https://github.com/pie-framework/pie-elements/commit/5546015c3923ce2e34ab810ccd698424c1009c03))
+- **complex-rubric:** clean up PD-2013 ([76853fe](https://github.com/pie-framework/pie-elements/commit/76853fe66da524c65e0a42ac7348fdceb57a8cb7))
+- **complex-rubric:** create tests PD-2013 ([2961301](https://github.com/pie-framework/pie-elements/commit/29613011ac7d03e180defa163676e07c59607b9d))
+- **complex-rubric:** fix rubric rendering in authoring ([d453cad](https://github.com/pie-framework/pie-elements/commit/d453cad143899c450dfe41a8cd99b5fb7b5326e7))
+- **complex-rubric:** PD-2013 implement new item type for rubrics ([33c08ff](https://github.com/pie-framework/pie-elements/commit/33c08ff8068255595e5bed7ac2d8675e57e2f925))
+- **complex-rubric:** use rubric type constant from pie-lib, remove settings pannel and remove session related code PD-2013 ([08bb144](https://github.com/pie-framework/pie-elements/commit/08bb14484a23e852ec8da88a57ba1b8a08e9882d))
+- **complex-rubric, multi-trait-rubric:** add new settings panel properties ([58d55e8](https://github.com/pie-framework/pie-elements/commit/58d55e877602d2655c7767433bdb404e4693074b))
## 1.0.3 (2022-09-29)
diff --git a/packages/complex-rubric/controller/package.json b/packages/complex-rubric/controller/package.json
index 11f57b1b30..cb12119c67 100644
--- a/packages/complex-rubric/controller/package.json
+++ b/packages/complex-rubric/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/complex-rubric-controller",
"private": true,
- "version": "6.0.0",
+ "version": "6.0.2-next.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
diff --git a/packages/complex-rubric/package.json b/packages/complex-rubric/package.json
index 95811a143f..a241ad4010 100644
--- a/packages/complex-rubric/package.json
+++ b/packages/complex-rubric/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/complex-rubric",
"repository": "pie-framework/pie-elements",
- "version": "7.0.0",
+ "version": "7.1.0-next.1",
"publishConfig": {
"access": "public"
},
@@ -10,10 +10,10 @@
"@emotion/style": "^0.8.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
- "@pie-element/multi-trait-rubric": "^8.0.0",
- "@pie-element/rubric": "^8.0.0",
+ "@pie-element/multi-trait-rubric": "^8.1.0-next.1",
+ "@pie-element/rubric": "^8.1.0-next.1",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/rubric": "2.0.0",
+ "@pie-lib/rubric": "2.0.3",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/drag-in-the-blank/CHANGELOG.md b/packages/drag-in-the-blank/CHANGELOG.md
index 4f0e9f26ba..570b746029 100644
--- a/packages/drag-in-the-blank/CHANGELOG.md
+++ b/packages/drag-in-the-blank/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@10.1.0-next.0...@pie-element/drag-in-the-blank@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@10.0.0...@pie-element/drag-in-the-blank@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/drag-in-the-blank
+
# [9.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank@9.2.0-next.9...@pie-element/drag-in-the-blank@9.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/drag-in-the-blank/configure/CHANGELOG.md b/packages/drag-in-the-blank/configure/CHANGELOG.md
index 9f2daf28eb..123bc90a58 100644
--- a/packages/drag-in-the-blank/configure/CHANGELOG.md
+++ b/packages/drag-in-the-blank/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-configure@9.1.0-next.0...@pie-element/drag-in-the-blank-configure@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-configure@9.0.0...@pie-element/drag-in-the-blank-configure@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/drag-in-the-blank-configure
+
# [8.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-configure@8.2.0-next.8...@pie-element/drag-in-the-blank-configure@8.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/drag-in-the-blank/configure/package.json b/packages/drag-in-the-blank/configure/package.json
index f09e9cdf9d..792aa140c6 100644
--- a/packages/drag-in-the-blank/configure/package.json
+++ b/packages/drag-in-the-blank/configure/package.json
@@ -1,6 +1,6 @@
{
"name": "@pie-element/drag-in-the-blank-configure",
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"private": true,
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,10 +12,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-rendering": "5.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-rendering": "5.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
diff --git a/packages/drag-in-the-blank/controller/CHANGELOG.md b/packages/drag-in-the-blank/controller/CHANGELOG.md
index d7c95493d7..a61fd48738 100644
--- a/packages/drag-in-the-blank/controller/CHANGELOG.md
+++ b/packages/drag-in-the-blank/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@9.1.0-next.0...@pie-element/drag-in-the-blank-controller@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@9.0.0...@pie-element/drag-in-the-blank-controller@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/drag-in-the-blank-controller
+
# [8.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drag-in-the-blank-controller@8.2.0-next.1...@pie-element/drag-in-the-blank-controller@8.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/drag-in-the-blank/controller/package.json b/packages/drag-in-the-blank/controller/package.json
index c8b319998a..495ea97b7f 100644
--- a/packages/drag-in-the-blank/controller/package.json
+++ b/packages/drag-in-the-blank/controller/package.json
@@ -1,14 +1,14 @@
{
"name": "@pie-element/drag-in-the-blank-controller",
"private": true,
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"author": "",
"license": "ISC",
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"type-of": "^2.0.1"
diff --git a/packages/drag-in-the-blank/package.json b/packages/drag-in-the-blank/package.json
index 99391f16d8..2cf4a663ee 100644
--- a/packages/drag-in-the-blank/package.json
+++ b/packages/drag-in-the-blank/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
@@ -15,11 +15,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/mask-markup": "3.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/mask-markup": "3.0.3",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.1",
"react": "18.3.1",
diff --git a/packages/drawing-response/CHANGELOG.md b/packages/drawing-response/CHANGELOG.md
index 42279f1c1c..92f00d750d 100644
--- a/packages/drawing-response/CHANGELOG.md
+++ b/packages/drawing-response/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [12.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response@12.1.0-next.0...@pie-element/drawing-response@12.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [12.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response@12.0.0...@pie-element/drawing-response@12.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/drawing-response
+
# [11.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response@11.2.0-next.8...@pie-element/drawing-response@11.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/drawing-response/configure/CHANGELOG.md b/packages/drawing-response/configure/CHANGELOG.md
index d7166d30ae..993c2301eb 100644
--- a/packages/drawing-response/configure/CHANGELOG.md
+++ b/packages/drawing-response/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-configure@11.1.0-next.0...@pie-element/drawing-response-configure@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-configure@11.0.0...@pie-element/drawing-response-configure@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/drawing-response-configure
+
# [10.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-configure@10.2.0-next.8...@pie-element/drawing-response-configure@10.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/drawing-response/configure/package.json b/packages/drawing-response/configure/package.json
index 0e6fb28aeb..afd300c84d 100644
--- a/packages/drawing-response/configure/package.json
+++ b/packages/drawing-response/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/drawing-response-configure",
"private": true,
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,8 +12,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.7.2",
diff --git a/packages/drawing-response/controller/CHANGELOG.md b/packages/drawing-response/controller/CHANGELOG.md
index eeb71233ba..1706058ae8 100644
--- a/packages/drawing-response/controller/CHANGELOG.md
+++ b/packages/drawing-response/controller/CHANGELOG.md
@@ -3,396 +3,251 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@4.1.1...@pie-element/drawing-response-controller@4.2.1) (2025-10-16)
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@6.0.0...@pie-element/drawing-response-controller@6.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/drawing-response-controller
+## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@4.1.1...@pie-element/drawing-response-controller@4.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/drawing-response-controller
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@4.1.1...@pie-element/drawing-response-controller@4.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@4.0.1...@pie-element/drawing-response-controller@4.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@4.0.0...@pie-element/drawing-response-controller@4.1.0) (2025-10-07)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.5.1...@pie-element/drawing-response-controller@4.0.1) (2025-10-02)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.5.1...@pie-element/drawing-response-controller@4.0.0) (2025-10-01)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.5.0...@pie-element/drawing-response-controller@3.5.1) (2025-06-05)
-
### Bug Fixes
-* add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
-
-
-
-
+- add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
# [3.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.4.1...@pie-element/drawing-response-controller@3.5.0) (2024-10-29)
-
### Features
-* used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
-
-
-
-
+- used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
## [3.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.4.0...@pie-element/drawing-response-controller@3.4.1) (2024-10-22)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
# [3.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.3.0...@pie-element/drawing-response-controller@3.4.0) (2024-03-28)
-
### Features
-* **drawing-response:** add required fields functionality PD-3589 ([8f57ade](https://github.com/pie-framework/pie-elements/commit/8f57ade13c83d226d1b58e389f844f3519eb7337))
-
-
-
-
+- **drawing-response:** add required fields functionality PD-3589 ([8f57ade](https://github.com/pie-framework/pie-elements/commit/8f57ade13c83d226d1b58e389f844f3519eb7337))
# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.2.9...@pie-element/drawing-response-controller@3.3.0) (2023-06-13)
-
### Features
-* **drawing-response:** add translator PD-2795 ([371fbce](https://github.com/pie-framework/pie-elements/commit/371fbceba849a1777770c9aba7584d914c60728c))
-
-
-
-
+- **drawing-response:** add translator PD-2795 ([371fbce](https://github.com/pie-framework/pie-elements/commit/371fbceba849a1777770c9aba7584d914c60728c))
## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.2.8...@pie-element/drawing-response-controller@3.2.9) (2022-12-07)
-
### Bug Fixes
-* PD-1642 toggle backgroundImageEnabled property instead of just config property, keep image link in model ([6661854](https://github.com/pie-framework/pie-elements/commit/6661854ab93f801d19b8cc8014f89ea8e5d83848))
-* tests ([b196414](https://github.com/pie-framework/pie-elements/commit/b196414b2d019dfdbd8ea6bfc996b47c2f152cb0))
-
-
-
-
+- PD-1642 toggle backgroundImageEnabled property instead of just config property, keep image link in model ([6661854](https://github.com/pie-framework/pie-elements/commit/6661854ab93f801d19b8cc8014f89ea8e5d83848))
+- tests ([b196414](https://github.com/pie-framework/pie-elements/commit/b196414b2d019dfdbd8ea6bfc996b47c2f152cb0))
## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.2.7...@pie-element/drawing-response-controller@3.2.8) (2022-03-22)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.2.2...@pie-element/drawing-response-controller@3.2.4) (2021-11-11)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.2.2...@pie-element/drawing-response-controller@3.2.3) (2021-11-11)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.2.0...@pie-element/drawing-response-controller@3.2.2) (2021-08-05)
-
### Bug Fixes
-* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
-
-
-
-
+- force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.1.8...@pie-element/drawing-response-controller@3.2.0) (2021-06-29)
-
### Features
-* **drawing-response:** remove rationale PD-191 ([#597](https://github.com/pie-framework/pie-elements/issues/597)) ([3b52331](https://github.com/pie-framework/pie-elements/commit/3b52331ac843084e6d402daad3536627ab0ddf28))
-
-
-
-
+- **drawing-response:** remove rationale PD-191 ([#597](https://github.com/pie-framework/pie-elements/issues/597)) ([3b52331](https://github.com/pie-framework/pie-elements/commit/3b52331ac843084e6d402daad3536627ab0ddf28))
## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.1.6...@pie-element/drawing-response-controller@3.1.8) (2021-03-03)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.1.4...@pie-element/drawing-response-controller@3.1.6) (2021-03-03)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.1.3...@pie-element/drawing-response-controller@3.1.4) (2020-05-25)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.1.2...@pie-element/drawing-response-controller@3.1.3) (2020-05-25)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.1.1...@pie-element/drawing-response-controller@3.1.2) (2020-04-14)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.0.1...@pie-element/drawing-response-controller@3.1.1) (2020-04-10)
-
### Bug Fixes
-* bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
-
-
-
-
+- bump all packages to avoid tag conflict ([d9ec9a8](https://github.com/pie-framework/pie-elements/commit/d9ec9a8))
## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.0.1...@pie-element/drawing-response-controller@3.0.2) (2020-04-10)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@3.0.0...@pie-element/drawing-response-controller@3.0.1) (2019-12-03)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@2.1.2...@pie-element/drawing-response-controller@3.0.0) (2019-10-08)
-
-* Andreea/ch3969/for all items default values should be true (#355) ([9916c38](https://github.com/pie-framework/pie-elements/commit/9916c38)), closes [#355](https://github.com/pie-framework/pie-elements/issues/355)
-
+- Andreea/ch3969/for all items default values should be true (#355) ([9916c38](https://github.com/pie-framework/pie-elements/commit/9916c38)), closes [#355](https://github.com/pie-framework/pie-elements/issues/355)
### BREAKING CHANGES
-* allowFeedback was replaced with feedbackEnabled.
-
-* fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-
-* fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- allowFeedback was replaced with feedbackEnabled.
-* fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(charting): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(drag-in-the-blank): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(drawing-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(ebsr): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(explicit-constructed-response): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(extended-text-entry): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(graph-lines): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(graphing): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(hotspot): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
+- fix(image-cloze-association): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(inline-dropdown): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(match): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
-* fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
+- fix(math-inline): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(multiple-choice): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- fix(placement-ordering): replaced usage of allowFeedback with feedbackEnabled. Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
+- allowFeedback was replaced with feedbackEnabled. `configuration.feedback.enabled` was moved to `model.feedbackEnabled`.
-* fix: Updated pie-models.
+- fix(select-text): Set feedbackEnabled, rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(categorize): Added normalize function on controller (to be able to add default values to the model).
+- fix(text-entry): Set rationaleEnabled, teacherInstructions, studentInstructions value on true by default.
-* fix(charting): Added normalize function on controller (to be able to add default values to the model).
+- fix: Updated pie-models.
-* fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
+- fix(categorize): Added normalize function on controller (to be able to add default values to the model).
-* fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
+- fix(charting): Added normalize function on controller (to be able to add default values to the model).
-* fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
+- fix(drag-in-the-blank): Added normalize function on controller (to be able to add default values to the model).
-* fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
+- fix(drawing-response): Added normalize function on controller (to be able to add default values to the model).
-* fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
+- fix(ebsr): Added normalize function on controller (to be able to add default values to the model).
-* Remove unnecessary change.
+- fix(explicit-constructed-response): Added normalize function on controller (to be able to add default values to the model).
-* fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
+- fix(extended-text-entry): Added normalize function on controller (to be able to add default values to the model).
-* fix(graphing): Added normalize function on controller (to be able to add default values to the model).
+- Remove unnecessary change.
-* fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
+- fix(graph-lines): Added normalize function on controller (to be able to add default values to the model).
-* fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
+- fix(graphing): Added normalize function on controller (to be able to add default values to the model).
-* fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
+- fix(hotspot): Added normalize function on controller (to be able to add default values to the model).
-* fix(match): Added normalize function on controller (to be able to add default values to the model).
+- fix(image-cloze-association): Added normalize function on controller (to be able to add default values to the model).
-* fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
+- fix(inline-dropdown): Added normalize function on controller (to be able to add default values to the model).
-* fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
+- fix(match): Added normalize function on controller (to be able to add default values to the model).
-* fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
-
-* fix(select-text): Added normalize function on controller (to be able to add default values to the model).
-
-* fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
+- fix(math-inline): Added normalize function on controller (to be able to add default values to the model).
+- fix(multiple-choice): Added normalize function on controller (to be able to add default values to the model).
+- fix(placement-ordering): Added normalize function on controller (to be able to add default values to the model).
+- fix(select-text): Added normalize function on controller (to be able to add default values to the model).
+- fix(text-entry): Added normalize function on controller (to be able to add default values to the model).
## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@2.1.1...@pie-element/drawing-response-controller@2.1.2) (2019-10-03)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@2.1.0...@pie-element/drawing-response-controller@2.1.1) (2019-10-03)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@2.0.1...@pie-element/drawing-response-controller@2.1.0) (2019-09-27)
-
### Features
-* **drawing-response:** model based prompt ([cb06b2a](https://github.com/pie-framework/pie-elements/commit/cb06b2a))
-
-
-
-
+- **drawing-response:** model based prompt ([cb06b2a](https://github.com/pie-framework/pie-elements/commit/cb06b2a))
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@2.0.0...@pie-element/drawing-response-controller@2.0.1) (2019-09-19)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@1.0.4...@pie-element/drawing-response-controller@2.0.0) (2019-09-17)
-
### Features
-* Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller. ([ca54ff9](https://github.com/pie-framework/pie-elements/commit/ca54ff9))
-
+- Moved rationale, teacherInstructions and student instructions enabled flag in model because it's needed in controller. ([ca54ff9](https://github.com/pie-framework/pie-elements/commit/ca54ff9))
### BREAKING CHANGES
-* `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
-
-
-
-
+- `enabled` property from `configuration.rationale.enabled` moved to `model.rationaleEnabled`. Same applies to teacherInstructions/studentInstructions.
## [1.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@1.0.3...@pie-element/drawing-response-controller@1.0.4) (2019-07-05)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [1.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@1.0.2...@pie-element/drawing-response-controller@1.0.3) (2019-07-03)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## [1.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/drawing-response-controller@1.0.1...@pie-element/drawing-response-controller@1.0.2) (2019-06-17)
**Note:** Version bump only for package @pie-element/drawing-response-controller
-
-
-
-
## 1.0.1 (2019-05-31)
**Note:** Version bump only for package @pie-element/drawing-response-controller
diff --git a/packages/drawing-response/controller/package.json b/packages/drawing-response/controller/package.json
index 00c58cc724..5b3854da5b 100644
--- a/packages/drawing-response/controller/package.json
+++ b/packages/drawing-response/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/drawing-response-controller",
"private": true,
- "version": "6.0.0",
+ "version": "6.0.2-next.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
diff --git a/packages/drawing-response/package.json b/packages/drawing-response/package.json
index d87cf63b5a..2b6ca68a70 100644
--- a/packages/drawing-response/package.json
+++ b/packages/drawing-response/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/drawing-response",
"repository": "pie-framework/pie-elements",
- "version": "12.0.0",
+ "version": "12.1.0-next.1",
"description": "",
"publishConfig": {
"access": "public"
@@ -14,9 +14,9 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"konva": "8.3.0",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.1",
diff --git a/packages/ebsr/CHANGELOG.md b/packages/ebsr/CHANGELOG.md
index b3323b1617..7895d49f0e 100644
--- a/packages/ebsr/CHANGELOG.md
+++ b/packages/ebsr/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [14.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@14.2.0-next.0...@pie-element/ebsr@14.2.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+# [14.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@14.0.1...@pie-element/ebsr@14.1.0) (2026-05-04)
+
+### Features
+
+- **multiple-choice / ebsr:** handle logic for player heading attributes PIE-153 PIE-154 ([3530ce6](https://github.com/pie-framework/pie-elements/commit/3530ce6e6bad9f032ceb7c774cfdc66a43c1f252))
+
+## [14.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@14.0.0...@pie-element/ebsr@14.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/ebsr
+
# [13.2.0-next.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@13.2.0-next.12...@pie-element/ebsr@13.2.0-next.13) (2026-04-27)
### Features
diff --git a/packages/ebsr/configure/CHANGELOG.md b/packages/ebsr/configure/CHANGELOG.md
index b7d14320f7..5c0b9edb29 100644
--- a/packages/ebsr/configure/CHANGELOG.md
+++ b/packages/ebsr/configure/CHANGELOG.md
@@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [13.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@13.1.0-next.0...@pie-element/ebsr-configure@13.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [13.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@13.0.1...@pie-element/ebsr-configure@13.0.2) (2026-05-04)
+
+**Note:** Version bump only for package @pie-element/ebsr-configure
+
+## [13.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@13.0.0...@pie-element/ebsr-configure@13.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/ebsr-configure
+
# [12.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@12.2.0-next.9...@pie-element/ebsr-configure@12.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/ebsr/configure/package.json b/packages/ebsr/configure/package.json
index 45cda90c03..681c544095 100644
--- a/packages/ebsr/configure/package.json
+++ b/packages/ebsr/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/ebsr-configure",
"private": true,
- "version": "13.0.0",
+ "version": "13.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -11,9 +11,9 @@
"@emotion/style": "^0.8.0",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
- "@pie-element/multiple-choice": "^13.0.0",
+ "@pie-element/multiple-choice": "^13.2.0-next.1",
"@pie-framework/pie-configure-events": "^1.2.0",
- "@pie-lib/config-ui": "13.0.0",
+ "@pie-lib/config-ui": "13.0.3",
"lodash-es": "^4.17.23",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/ebsr/configure/src/defaults.js b/packages/ebsr/configure/src/defaults.js
index 63b00f76a8..0015ed8ec5 100644
--- a/packages/ebsr/configure/src/defaults.js
+++ b/packages/ebsr/configure/src/defaults.js
@@ -126,7 +126,7 @@ const partModel = (base) => ({
export default {
model: {
- partLabels: true,
+ partLabels: false,
partLabelType: 'Letters',
// partialScoring: false,
partA: partModel(),
diff --git a/packages/ebsr/controller/CHANGELOG.md b/packages/ebsr/controller/CHANGELOG.md
index 6f2799420c..652ec85959 100644
--- a/packages/ebsr/controller/CHANGELOG.md
+++ b/packages/ebsr/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@11.1.0-next.0...@pie-element/ebsr-controller@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@11.0.0...@pie-element/ebsr-controller@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/ebsr-controller
+
# [10.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-controller@10.2.0-next.1...@pie-element/ebsr-controller@10.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/ebsr/controller/package.json b/packages/ebsr/controller/package.json
index 890fe00ce3..ae9925beaf 100644
--- a/packages/ebsr/controller/package.json
+++ b/packages/ebsr/controller/package.json
@@ -1,14 +1,14 @@
{
"name": "@pie-element/ebsr-controller",
"private": true,
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/translator": "4.0.2",
"lodash-es": "^4.17.23"
},
"author": "",
diff --git a/packages/ebsr/docs/demo/generate.js b/packages/ebsr/docs/demo/generate.js
index 01ddb25694..f9e51878b3 100644
--- a/packages/ebsr/docs/demo/generate.js
+++ b/packages/ebsr/docs/demo/generate.js
@@ -2,7 +2,7 @@ exports.model = (id, element) => ({
id,
element,
partA: {
- choiceMode: 'checkbox',
+ choiceMode: 'radio',
choices: [
{
value: 'yellow',
@@ -24,7 +24,7 @@ exports.model = (id, element) => ({
promptEnabled: true,
},
partB: {
- choiceMode: 'checkbox',
+ choiceMode: 'radio',
choices: [
{
value: 'orange',
diff --git a/packages/ebsr/package.json b/packages/ebsr/package.json
index a1495faf49..939b106e11 100644
--- a/packages/ebsr/package.json
+++ b/packages/ebsr/package.json
@@ -1,15 +1,15 @@
{
"name": "@pie-element/ebsr",
"repository": "pie-framework/pie-elements",
- "version": "14.0.0",
+ "version": "14.2.0-next.1",
"description": "",
"publishConfig": {
"access": "public"
},
"dependencies": {
- "@pie-element/multiple-choice": "^13.0.0",
+ "@pie-element/multiple-choice": "^13.2.0-next.1",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/translator": "4.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
diff --git a/packages/ebsr/src/index.js b/packages/ebsr/src/index.js
index 4e8aa2e31a..9fadb29839 100644
--- a/packages/ebsr/src/index.js
+++ b/packages/ebsr/src/index.js
@@ -26,6 +26,38 @@ export const isSessionComplete = (session) => {
return isNonEmptyArray(a) && isNonEmptyArray(b);
};
+function getPlayerAttributes(element) {
+ const player =
+ element.closest('pie-player') ||
+ element.closest('pie-item-player');
+
+ if (!player) {
+ return { baseHeadingLevel: undefined, includeSrHeading: true };
+ }
+
+ const getRaw = (camelCaseName, hyphenatedName, allLowerName) => {
+ let raw = player[camelCaseName];
+
+ // fallback in case someone sets via HTML attribute manually
+ if (raw == null) {
+ raw =
+ player.getAttribute(hyphenatedName) ??
+ player.getAttribute(allLowerName);
+ }
+
+ return raw;
+ };
+
+ const levelRaw = getRaw('baseHeadingLevel', 'base-heading-level', 'baseheadinglevel');
+ const level = parseInt(levelRaw, 10);
+ const baseHeadingLevel = Number.isFinite(level) && level >= 1 && level <= 6 ? level : undefined;
+
+ const srRaw = getRaw('includeSrHeading', 'include-sr-heading', 'includesrheading');
+ const includeSrHeading = srRaw == null ? true : srRaw !== false && srRaw !== 'false';
+
+ return { baseHeadingLevel, includeSrHeading };
+}
+
export default class Ebsr extends HTMLElement {
constructor() {
super();
@@ -85,6 +117,12 @@ export default class Ebsr extends HTMLElement {
mode,
keyMode: this._model[key].choicePrefix,
};
+
+ // Parts of an EBSR item should not render their own SR headings —
+ // the EBSR element itself provides the item-level heading.
+ const { includeSrHeading, baseHeadingLevel } = getPlayerAttributes(this);
+ part.includeSrHeading = includeSrHeading;
+ part.baseHeadingLevel = baseHeadingLevel;
}
}
@@ -116,16 +154,43 @@ export default class Ebsr extends HTMLElement {
connectedCallback() {
this._render();
+ this._initPlayerObserver();
this.addEventListener(SESSION_CHANGED, this.onSessionUpdated);
}
disconnectedCallback() {
+ this._disconnectPlayerObserver();
this.removeEventListener(SESSION_CHANGED, this.onSessionUpdated);
}
+ _initPlayerObserver() {
+ const player = this.closest('pie-player') || this.closest('pie-item-player');
+ if (!player) return;
+
+ this._playerObserver = new MutationObserver(() => {
+ this._render();
+ });
+ this._playerObserver.observe(player, {
+ attributes: true,
+ attributeFilter: ['base-heading-level', 'baseheadinglevel', 'include-sr-heading', 'includesrheading'],
+ });
+ }
+
+ _disconnectPlayerObserver() {
+ if (this._playerObserver) {
+ this._playerObserver.disconnect();
+ this._playerObserver = null;
+ }
+ }
+
_render() {
this.ariaLabel = 'Two-Part Question';
this.role = 'region';
+
+ const { baseHeadingLevel: ebsrLevel, includeSrHeading } = getPlayerAttributes(this);
+ const headingTag = ebsrLevel ? `h${Math.min(6, ebsrLevel)}` : 'h2';
+ const srHeading = includeSrHeading ? `<${headingTag} class="srOnly">Two-Part Question${headingTag}>` : '';
+
this.innerHTML = `
-
Two-Part Question
+ ${srHeading}
<${MC_TAG_NAME} id="a">${MC_TAG_NAME}>
<${MC_TAG_NAME} id="b">${MC_TAG_NAME}>
`;
diff --git a/packages/explicit-constructed-response/CHANGELOG.md b/packages/explicit-constructed-response/CHANGELOG.md
index 3da8eaaab2..d73f1229ed 100644
--- a/packages/explicit-constructed-response/CHANGELOG.md
+++ b/packages/explicit-constructed-response/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@11.1.0-next.0...@pie-element/explicit-constructed-response@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@11.0.0...@pie-element/explicit-constructed-response@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/explicit-constructed-response
+
# [10.2.0-next.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response@10.2.0-next.11...@pie-element/explicit-constructed-response@10.2.0-next.12) (2026-04-27)
### Features
diff --git a/packages/explicit-constructed-response/configure/CHANGELOG.md b/packages/explicit-constructed-response/configure/CHANGELOG.md
index 1c81f38624..8644bb21d7 100644
--- a/packages/explicit-constructed-response/configure/CHANGELOG.md
+++ b/packages/explicit-constructed-response/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@10.1.0-next.0...@pie-element/explicit-constructed-response-configure@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@10.0.0...@pie-element/explicit-constructed-response-configure@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/explicit-constructed-response-configure
+
# [9.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-configure@9.2.0-next.10...@pie-element/explicit-constructed-response-configure@9.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/explicit-constructed-response/configure/package.json b/packages/explicit-constructed-response/configure/package.json
index bb73df7ce4..dac1c28755 100644
--- a/packages/explicit-constructed-response/configure/package.json
+++ b/packages/explicit-constructed-response/configure/package.json
@@ -1,6 +1,6 @@
{
"name": "@pie-element/explicit-constructed-response-configure",
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"private": true,
"main": "lib/index.js",
"modue": "src/index.js",
@@ -10,8 +10,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
"classnames": "^2.2.6",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/explicit-constructed-response/controller/CHANGELOG.md b/packages/explicit-constructed-response/controller/CHANGELOG.md
index 696af51d56..cc52ada2c6 100644
--- a/packages/explicit-constructed-response/controller/CHANGELOG.md
+++ b/packages/explicit-constructed-response/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-controller@8.1.0-next.0...@pie-element/explicit-constructed-response-controller@8.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-controller@8.0.0...@pie-element/explicit-constructed-response-controller@8.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/explicit-constructed-response-controller
+
# [7.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/explicit-constructed-response-controller@7.2.0-next.1...@pie-element/explicit-constructed-response-controller@7.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/explicit-constructed-response/controller/package.json b/packages/explicit-constructed-response/controller/package.json
index 4cb2de1170..a01382ed1e 100644
--- a/packages/explicit-constructed-response/controller/package.json
+++ b/packages/explicit-constructed-response/controller/package.json
@@ -1,15 +1,15 @@
{
"name": "@pie-element/explicit-constructed-response-controller",
"private": true,
- "version": "8.0.0",
+ "version": "8.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"author": "",
"license": "ISC",
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/translator": "4.0.2",
"debug": "^4.1.1",
"he": "^1.2.0",
"lodash-es": "^4.17.23",
diff --git a/packages/explicit-constructed-response/package.json b/packages/explicit-constructed-response/package.json
index 4fe5b311ac..297b88a7d3 100644
--- a/packages/explicit-constructed-response/package.json
+++ b/packages/explicit-constructed-response/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
@@ -15,11 +15,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/mask-markup": "3.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/mask-markup": "3.0.3",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"classnames": "^2.2.5",
"he": "^1.2.0",
"lodash-es": "^4.17.23",
diff --git a/packages/extended-text-entry/CHANGELOG.md b/packages/extended-text-entry/CHANGELOG.md
index 712a03df1c..d30cfa16ac 100644
--- a/packages/extended-text-entry/CHANGELOG.md
+++ b/packages/extended-text-entry/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [15.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry@15.1.0-next.0...@pie-element/extended-text-entry@15.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [15.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry@15.0.0...@pie-element/extended-text-entry@15.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/extended-text-entry
+
# [14.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry@14.2.0-next.9...@pie-element/extended-text-entry@14.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/extended-text-entry/configure/CHANGELOG.md b/packages/extended-text-entry/configure/CHANGELOG.md
index fe647ae513..600abf691c 100644
--- a/packages/extended-text-entry/configure/CHANGELOG.md
+++ b/packages/extended-text-entry/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [13.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-configure@13.1.0-next.0...@pie-element/extended-text-entry-configure@13.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [13.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-configure@13.0.0...@pie-element/extended-text-entry-configure@13.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/extended-text-entry-configure
+
# [12.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-configure@12.2.0-next.8...@pie-element/extended-text-entry-configure@12.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/extended-text-entry/configure/package.json b/packages/extended-text-entry/configure/package.json
index 24db4641f5..7c5f843ecd 100644
--- a/packages/extended-text-entry/configure/package.json
+++ b/packages/extended-text-entry/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/extended-text-entry-configure",
"private": true,
- "version": "13.0.0",
+ "version": "13.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -13,8 +13,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
"react": "18.3.1",
diff --git a/packages/extended-text-entry/controller/CHANGELOG.md b/packages/extended-text-entry/controller/CHANGELOG.md
index c6abe88abb..d944de4102 100644
--- a/packages/extended-text-entry/controller/CHANGELOG.md
+++ b/packages/extended-text-entry/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-controller@9.1.0-next.0...@pie-element/extended-text-entry-controller@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-controller@9.0.0...@pie-element/extended-text-entry-controller@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/extended-text-entry-controller
+
# [8.2.0-next.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/extended-text-entry-controller@8.1.1-next.2...@pie-element/extended-text-entry-controller@8.2.0-next.0) (2026-04-27)
### Features
diff --git a/packages/extended-text-entry/controller/package.json b/packages/extended-text-entry/controller/package.json
index 72e74c5d8c..6eb069a78b 100644
--- a/packages/extended-text-entry/controller/package.json
+++ b/packages/extended-text-entry/controller/package.json
@@ -1,12 +1,12 @@
{
"name": "@pie-element/extended-text-entry-controller",
"private": true,
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
- "@pie-lib/feedback": "2.0.0"
+ "@pie-lib/feedback": "2.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
diff --git a/packages/extended-text-entry/package.json b/packages/extended-text-entry/package.json
index e68f74638e..96e08cf3bd 100644
--- a/packages/extended-text-entry/package.json
+++ b/packages/extended-text-entry/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/extended-text-entry",
"repository": "pie-framework/pie-elements",
- "version": "15.0.0",
+ "version": "15.1.0-next.1",
"description": "",
"publishConfig": {
"access": "public"
@@ -14,10 +14,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash.throttle": "^4.1.1",
diff --git a/packages/fraction-model/CHANGELOG.md b/packages/fraction-model/CHANGELOG.md
index 32f062f3e4..efbda4ef80 100644
--- a/packages/fraction-model/CHANGELOG.md
+++ b/packages/fraction-model/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model@6.1.0-next.0...@pie-element/fraction-model@6.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model@6.0.0...@pie-element/fraction-model@6.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/fraction-model
+
# [5.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model@5.2.0-next.9...@pie-element/fraction-model@5.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/fraction-model/configure/CHANGELOG.md b/packages/fraction-model/configure/CHANGELOG.md
index f6d1fc8091..0cff7675e1 100644
--- a/packages/fraction-model/configure/CHANGELOG.md
+++ b/packages/fraction-model/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [5.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-configure@5.1.0-next.0...@pie-element/fraction-model-configure@5.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-configure@5.0.0...@pie-element/fraction-model-configure@5.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/fraction-model-configure
+
# [4.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-configure@4.2.0-next.9...@pie-element/fraction-model-configure@4.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/fraction-model/configure/package.json b/packages/fraction-model/configure/package.json
index 12f9a88cca..98d2d0e26c 100644
--- a/packages/fraction-model/configure/package.json
+++ b/packages/fraction-model/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/fraction-model-configure",
"private": true,
- "version": "5.0.0",
+ "version": "5.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -11,8 +11,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.8.1",
diff --git a/packages/fraction-model/controller/CHANGELOG.md b/packages/fraction-model/controller/CHANGELOG.md
index f7020bba48..6f7f351663 100644
--- a/packages/fraction-model/controller/CHANGELOG.md
+++ b/packages/fraction-model/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [5.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-controller@5.1.0-next.0...@pie-element/fraction-model-controller@5.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-controller@5.0.0...@pie-element/fraction-model-controller@5.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/fraction-model-controller
+
# [4.2.0-next.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/fraction-model-controller@4.2.0-next.4...@pie-element/fraction-model-controller@4.2.0-next.5) (2026-04-27)
### Features
diff --git a/packages/fraction-model/controller/package.json b/packages/fraction-model/controller/package.json
index 14ab31d925..ffed2a15f9 100644
--- a/packages/fraction-model/controller/package.json
+++ b/packages/fraction-model/controller/package.json
@@ -1,12 +1,12 @@
{
"name": "@pie-element/fraction-model-controller",
"private": true,
- "version": "5.0.0",
+ "version": "5.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
- "@pie-lib/text-select": "3.0.0",
+ "@pie-lib/text-select": "3.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
},
diff --git a/packages/fraction-model/package.json b/packages/fraction-model/package.json
index 866cf6c719..21861b16e7 100644
--- a/packages/fraction-model/package.json
+++ b/packages/fraction-model/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "6.0.0",
+ "version": "6.1.0-next.1",
"description": "",
"dependencies": {
"@emotion/react": "^11.14.0",
@@ -12,11 +12,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/test-utils": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/test-utils": "2.0.2",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
diff --git a/packages/graphing-solution-set/CHANGELOG.md b/packages/graphing-solution-set/CHANGELOG.md
index cbcf3575f4..50de4fe9db 100644
--- a/packages/graphing-solution-set/CHANGELOG.md
+++ b/packages/graphing-solution-set/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set@6.1.0-next.0...@pie-element/graphing-solution-set@6.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set@6.0.0...@pie-element/graphing-solution-set@6.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/graphing-solution-set
+
# [5.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set@5.2.0-next.9...@pie-element/graphing-solution-set@5.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/graphing-solution-set/configure/CHANGELOG.md b/packages/graphing-solution-set/configure/CHANGELOG.md
index f3eda36be4..5071f8270b 100644
--- a/packages/graphing-solution-set/configure/CHANGELOG.md
+++ b/packages/graphing-solution-set/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [5.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-configure@5.1.0-next.0...@pie-element/graphing-solution-set-configure@5.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-configure@5.0.0...@pie-element/graphing-solution-set-configure@5.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/graphing-solution-set-configure
+
# [4.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-configure@4.2.0-next.9...@pie-element/graphing-solution-set-configure@4.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/graphing-solution-set/configure/package.json b/packages/graphing-solution-set/configure/package.json
index 9f0edd132e..851aae5007 100644
--- a/packages/graphing-solution-set/configure/package.json
+++ b/packages/graphing-solution-set/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/graphing-solution-set-configure",
"private": true,
- "version": "5.0.0",
+ "version": "5.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,10 +12,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/graphing-solution-set": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/graphing-solution-set": "4.0.3",
+ "@pie-lib/math-rendering": "5.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"prop-types": "^15.6.2",
diff --git a/packages/graphing-solution-set/controller/CHANGELOG.md b/packages/graphing-solution-set/controller/CHANGELOG.md
index 2bd2a7b5bb..b13b0f3ea1 100644
--- a/packages/graphing-solution-set/controller/CHANGELOG.md
+++ b/packages/graphing-solution-set/controller/CHANGELOG.md
@@ -3,1174 +3,665 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@3.1.1...@pie-element/graphing-solution-set-controller@3.2.1) (2025-10-16)
+## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@5.0.0...@pie-element/graphing-solution-set-controller@5.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@3.1.1...@pie-element/graphing-solution-set-controller@3.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@3.1.1...@pie-element/graphing-solution-set-controller@3.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@3.0.1...@pie-element/graphing-solution-set-controller@3.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@3.0.0...@pie-element/graphing-solution-set-controller@3.1.0) (2025-10-07)
**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.4.0...@pie-element/graphing-solution-set-controller@3.0.1) (2025-10-02)
**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.4.0...@pie-element/graphing-solution-set-controller@3.0.0) (2025-10-01)
+**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.9...@pie-element/graphing-solution-set-controller@2.4.0) (2025-09-25)
+### Bug Fixes
-# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.4.0...@pie-element/graphing-solution-set-controller@3.0.0) (2025-10-01)
-
-**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+- conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
+- fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
+- merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
+- update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
+### Features
+- split pie-toolbox for graphing-solution-set, hotspot, ica PD-5158 ([774a216](https://github.com/pie-framework/pie-elements/commit/774a216d02311294a1340aea0f26e2ea46a271d5))
+## [2.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.8...@pie-element/graphing-solution-set-controller@2.3.9) (2025-09-11)
+### Bug Fixes
-# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.9...@pie-element/graphing-solution-set-controller@2.4.0) (2025-09-25)
+- update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
+## [2.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.7...@pie-element/graphing-solution-set-controller@2.3.8) (2025-09-09)
### Bug Fixes
-* conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
-* fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
-* merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
-* update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
+- update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
+## [2.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.6...@pie-element/graphing-solution-set-controller@2.3.7) (2025-09-09)
-### Features
+### Bug Fixes
-* split pie-toolbox for graphing-solution-set, hotspot, ica PD-5158 ([774a216](https://github.com/pie-framework/pie-elements/commit/774a216d02311294a1340aea0f26e2ea46a271d5))
+- update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
+## [2.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.5...@pie-element/graphing-solution-set-controller@2.3.6) (2025-09-02)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
+## [2.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.4...@pie-element/graphing-solution-set-controller@2.3.5) (2025-08-15)
-## [2.3.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.8...@pie-element/graphing-solution-set-controller@2.3.9) (2025-09-11)
+### Bug Fixes
+
+- PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
+## [2.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.3...@pie-element/graphing-solution-set-controller@2.3.4) (2025-08-14)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
+- update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
+
+## [2.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.2...@pie-element/graphing-solution-set-controller@2.3.3) (2025-08-14)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
+## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.1...@pie-element/graphing-solution-set-controller@2.3.2) (2025-07-25)
+### Bug Fixes
-## [2.3.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.7...@pie-element/graphing-solution-set-controller@2.3.8) (2025-09-09)
+- refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
+- update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
+## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.0...@pie-element/graphing-solution-set-controller@2.3.1) (2025-07-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
+- update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
+# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.10...@pie-element/graphing-solution-set-controller@2.3.0) (2025-07-18)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
+### Features
-## [2.3.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.6...@pie-element/graphing-solution-set-controller@2.3.7) (2025-09-09)
+- update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
+- update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
+## [2.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.9...@pie-element/graphing-solution-set-controller@2.2.10) (2025-06-27)
### Bug Fixes
-* update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
+- update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
+## [2.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.8...@pie-element/graphing-solution-set-controller@2.2.9) (2025-06-25)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
+## [2.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.7...@pie-element/graphing-solution-set-controller@2.2.8) (2025-06-19)
-## [2.3.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.5...@pie-element/graphing-solution-set-controller@2.3.6) (2025-09-02)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
+
+## [2.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.6...@pie-element/graphing-solution-set-controller@2.2.7) (2025-06-05)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
+- update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
+- update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
+- update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
+- update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
+
+## [2.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.5...@pie-element/graphing-solution-set-controller@2.2.6) (2025-05-22)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
+- update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
+## [2.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.4...@pie-element/graphing-solution-set-controller@2.2.5) (2025-05-12)
+### Bug Fixes
-## [2.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.4...@pie-element/graphing-solution-set-controller@2.3.5) (2025-08-15)
+- update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
+## [2.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.3...@pie-element/graphing-solution-set-controller@2.2.4) (2025-04-29)
### Bug Fixes
-* PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
+- update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
+- update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
+
+## [2.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.2...@pie-element/graphing-solution-set-controller@2.2.3) (2025-04-18)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
+## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.1...@pie-element/graphing-solution-set-controller@2.2.2) (2025-04-17)
+### Bug Fixes
-## [2.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.3...@pie-element/graphing-solution-set-controller@2.3.4) (2025-08-14)
+- update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
+## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.0...@pie-element/graphing-solution-set-controller@2.2.1) (2025-04-10)
### Bug Fixes
-* update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
+- update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
+# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.21...@pie-element/graphing-solution-set-controller@2.2.0) (2025-04-01)
+### Features
+- update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
+## [2.1.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.20...@pie-element/graphing-solution-set-controller@2.1.21) (2025-03-27)
-## [2.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.2...@pie-element/graphing-solution-set-controller@2.3.3) (2025-08-14)
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
+## [2.1.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.19...@pie-element/graphing-solution-set-controller@2.1.20) (2025-03-21)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
+- update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
+
+## [2.1.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.18...@pie-element/graphing-solution-set-controller@2.1.19) (2025-03-14)
+### Bug Fixes
+- update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
+## [2.1.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.17...@pie-element/graphing-solution-set-controller@2.1.18) (2025-03-13)
+### Bug Fixes
-## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.1...@pie-element/graphing-solution-set-controller@2.3.2) (2025-07-25)
+- update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
+## [2.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.16...@pie-element/graphing-solution-set-controller@2.1.17) (2025-03-03)
### Bug Fixes
-* refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
-* update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
+- update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
+
+## [2.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.15...@pie-element/graphing-solution-set-controller@2.1.16) (2025-02-27)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+## [2.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.14...@pie-element/graphing-solution-set-controller@2.1.15) (2025-02-19)
+### Bug Fixes
-## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.3.0...@pie-element/graphing-solution-set-controller@2.3.1) (2025-07-22)
+- update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
+## [2.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.13...@pie-element/graphing-solution-set-controller@2.1.14) (2025-02-14)
### Bug Fixes
-* update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
+- update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
+
+## [2.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.12...@pie-element/graphing-solution-set-controller@2.1.13) (2025-02-12)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
+## [2.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.11...@pie-element/graphing-solution-set-controller@2.1.12) (2025-02-06)
+### Bug Fixes
-# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.10...@pie-element/graphing-solution-set-controller@2.3.0) (2025-07-18)
+- update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
+## [2.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.10...@pie-element/graphing-solution-set-controller@2.1.11) (2025-01-27)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
+- update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
+## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.9...@pie-element/graphing-solution-set-controller@2.1.10) (2025-01-27)
-### Features
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
-* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
-* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
+## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.8...@pie-element/graphing-solution-set-controller@2.1.9) (2025-01-22)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
+## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.7...@pie-element/graphing-solution-set-controller@2.1.8) (2025-01-22)
+### Bug Fixes
-## [2.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.9...@pie-element/graphing-solution-set-controller@2.2.10) (2025-06-27)
+- replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
+## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.6...@pie-element/graphing-solution-set-controller@2.1.7) (2025-01-06)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
+- update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
+
+## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.5...@pie-element/graphing-solution-set-controller@2.1.6) (2024-12-20)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
+## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.4...@pie-element/graphing-solution-set-controller@2.1.5) (2024-12-10)
+### Bug Fixes
-## [2.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.8...@pie-element/graphing-solution-set-controller@2.2.9) (2025-06-25)
+- update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
+## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.3...@pie-element/graphing-solution-set-controller@2.1.4) (2024-12-05)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
+- update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
+
+## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.2...@pie-element/graphing-solution-set-controller@2.1.3) (2024-11-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
+## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.1...@pie-element/graphing-solution-set-controller@2.1.2) (2024-11-15)
+### Bug Fixes
-## [2.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.7...@pie-element/graphing-solution-set-controller@2.2.8) (2025-06-19)
+- update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
+## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.0...@pie-element/graphing-solution-set-controller@2.1.1) (2024-11-01)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
+- update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
+- update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
+- update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
+# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.6...@pie-element/graphing-solution-set-controller@2.1.0) (2024-10-29)
+### Bug Fixes
+- fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
+### Features
-## [2.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.6...@pie-element/graphing-solution-set-controller@2.2.7) (2025-06-05)
+- used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
+## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.5...@pie-element/graphing-solution-set-controller@2.0.6) (2024-10-28)
### Bug Fixes
-* update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
-* update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
-* update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
-* update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
-
-
+- update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
+## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.4...@pie-element/graphing-solution-set-controller@2.0.5) (2024-10-22)
+### Bug Fixes
-## [2.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.5...@pie-element/graphing-solution-set-controller@2.2.6) (2025-05-22)
+- update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
+## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.3...@pie-element/graphing-solution-set-controller@2.0.4) (2024-10-15)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
-* update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
+- added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
+- added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
+- reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
+- update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
+- update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
+- update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
+
+## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.2...@pie-element/graphing-solution-set-controller@2.0.3) (2024-10-03)
+### Bug Fixes
+- update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
+## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.1...@pie-element/graphing-solution-set-controller@2.0.2) (2024-10-01)
+### Bug Fixes
-## [2.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.4...@pie-element/graphing-solution-set-controller@2.2.5) (2025-05-12)
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
+## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.0...@pie-element/graphing-solution-set-controller@2.0.1) (2024-09-26)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
+# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.6...@pie-element/graphing-solution-set-controller@2.0.0) (2024-09-25)
+### Bug Fixes
+- update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
+### Features
-## [2.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.3...@pie-element/graphing-solution-set-controller@2.2.4) (2025-04-29)
+- update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
+### BREAKING CHANGES
-### Bug Fixes
+- big refactoring on the implementation of math-rendering-accessible
-* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
-* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
+## [1.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.5...@pie-element/graphing-solution-set-controller@1.15.6) (2024-09-16)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
+## [1.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.4...@pie-element/graphing-solution-set-controller@1.15.5) (2024-09-16)
+### Bug Fixes
-## [2.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.2...@pie-element/graphing-solution-set-controller@2.2.3) (2025-04-18)
+- experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
+- experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
+- experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
+- update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
+## [1.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.3...@pie-element/graphing-solution-set-controller@1.15.4) (2024-09-10)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
+- update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
+
+## [1.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.2...@pie-element/graphing-solution-set-controller@1.15.3) (2024-09-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
+## [1.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.1...@pie-element/graphing-solution-set-controller@1.15.2) (2024-08-29)
+### Bug Fixes
-## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.1...@pie-element/graphing-solution-set-controller@2.2.2) (2025-04-17)
+- trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
+## [1.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.0...@pie-element/graphing-solution-set-controller@1.15.1) (2024-08-29)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
+- update pie-lib/pie-toolbox PD-4052 ([50be4dd](https://github.com/pie-framework/pie-elements/commit/50be4dd9f1ad16a20a4ec64c90ce2b3d5d9b3748))
+
+# [1.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.3...@pie-element/graphing-solution-set-controller@1.15.0) (2024-08-27)
+### Features
+- update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
+## [1.14.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.2...@pie-element/graphing-solution-set-controller@1.14.3) (2024-08-22)
+### Bug Fixes
-## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.2.0...@pie-element/graphing-solution-set-controller@2.2.1) (2025-04-10)
+- update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
+## [1.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.1...@pie-element/graphing-solution-set-controller@1.14.2) (2024-08-19)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
+- update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
+## [1.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.0...@pie-element/graphing-solution-set-controller@1.14.1) (2024-08-06)
+### Bug Fixes
+- update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
+# [1.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.13.0...@pie-element/graphing-solution-set-controller@1.14.0) (2024-08-06)
-# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.21...@pie-element/graphing-solution-set-controller@2.2.0) (2025-04-01)
+### Features
+
+- update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
+# [1.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.6...@pie-element/graphing-solution-set-controller@1.13.0) (2024-07-26)
### Features
-* update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
+- update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
+- update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
+
+## [1.12.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.5...@pie-element/graphing-solution-set-controller@1.12.6) (2024-07-19)
+### Bug Fixes
+- udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
+## [1.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.4...@pie-element/graphing-solution-set-controller@1.12.5) (2024-07-17)
+### Bug Fixes
-## [2.1.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.20...@pie-element/graphing-solution-set-controller@2.1.21) (2025-03-27)
+- udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
+## [1.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.3...@pie-element/graphing-solution-set-controller@1.12.4) (2024-07-16)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
+- udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
+## [1.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.2...@pie-element/graphing-solution-set-controller@1.12.3) (2024-07-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
+## [1.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.1...@pie-element/graphing-solution-set-controller@1.12.2) (2024-07-04)
-## [2.1.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.19...@pie-element/graphing-solution-set-controller@2.1.20) (2025-03-21)
+**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+## [1.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.0...@pie-element/graphing-solution-set-controller@1.12.1) (2024-06-26)
### Bug Fixes
-* update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
+- update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
+# [1.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.11.0...@pie-element/graphing-solution-set-controller@1.12.0) (2024-06-24)
+### Features
+- update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
+# [1.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.10.0...@pie-element/graphing-solution-set-controller@1.11.0) (2024-06-24)
-## [2.1.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.18...@pie-element/graphing-solution-set-controller@2.1.19) (2025-03-14)
+### Features
+
+- update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
+# [1.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.9.0...@pie-element/graphing-solution-set-controller@1.10.0) (2024-06-19)
### Bug Fixes
-* update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
+- update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
+### Features
+- update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
+# [1.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.8.2...@pie-element/graphing-solution-set-controller@1.9.0) (2024-06-13)
+### Features
-## [2.1.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.17...@pie-element/graphing-solution-set-controller@2.1.18) (2025-03-13)
+- update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
+## [1.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.8.1...@pie-element/graphing-solution-set-controller@1.8.2) (2024-06-13)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
+- update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
+## [1.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.8.0...@pie-element/graphing-solution-set-controller@1.8.1) (2024-06-13)
+### Bug Fixes
+- update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
+# [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.7.1...@pie-element/graphing-solution-set-controller@1.8.0) (2024-06-03)
-## [2.1.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.16...@pie-element/graphing-solution-set-controller@2.1.17) (2025-03-03)
+### Features
+
+- update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
+## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.7.0...@pie-element/graphing-solution-set-controller@1.7.1) (2024-06-03)
### Bug Fixes
-* update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
+- update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
+
+# [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.6...@pie-element/graphing-solution-set-controller@1.7.0) (2024-05-27)
+### Features
+- update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
+## [1.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.5...@pie-element/graphing-solution-set-controller@1.6.6) (2024-05-27)
+### Bug Fixes
-## [2.1.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.15...@pie-element/graphing-solution-set-controller@2.1.16) (2025-02-27)
+- update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
+## [1.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.4...@pie-element/graphing-solution-set-controller@1.6.5) (2024-05-14)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+- update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
+
+## [1.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.3...@pie-element/graphing-solution-set-controller@1.6.4) (2024-05-13)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
+## [1.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.2...@pie-element/graphing-solution-set-controller@1.6.3) (2024-05-07)
+### Bug Fixes
-## [2.1.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.14...@pie-element/graphing-solution-set-controller@2.1.15) (2025-02-19)
+- update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
+## [1.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.1...@pie-element/graphing-solution-set-controller@1.6.2) (2024-05-03)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
+- update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
+
+## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.0...@pie-element/graphing-solution-set-controller@1.6.1) (2024-04-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
+# [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.5.1...@pie-element/graphing-solution-set-controller@1.6.0) (2024-04-22)
+### Features
-## [2.1.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.13...@pie-element/graphing-solution-set-controller@2.1.14) (2025-02-14)
+- update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
+## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.5.0...@pie-element/graphing-solution-set-controller@1.5.1) (2024-04-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
+- update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
+# [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.3...@pie-element/graphing-solution-set-controller@1.5.0) (2024-04-18)
+### Features
+- update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
+## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.2...@pie-element/graphing-solution-set-controller@1.4.3) (2024-04-08)
-## [2.1.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.12...@pie-element/graphing-solution-set-controller@2.1.13) (2025-02-12)
+### Bug Fixes
+- update pie-lib/pie-toolbox SC-30530 ([23436bf](https://github.com/pie-framework/pie-elements/commit/23436bfcb951b0daef2119354c78283ae21dd8b8))
-### Bug Fixes
+## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.1...@pie-element/graphing-solution-set-controller@1.4.2) (2024-04-08)
-* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
+**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.0...@pie-element/graphing-solution-set-controller@1.4.1) (2024-04-01)
+**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.3.0...@pie-element/graphing-solution-set-controller@1.4.0) (2024-04-01)
+### Features
-## [2.1.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.11...@pie-element/graphing-solution-set-controller@2.1.12) (2025-02-06)
+- **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
+# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.2.2...@pie-element/graphing-solution-set-controller@1.3.0) (2024-04-01)
-### Bug Fixes
+### Features
-* update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
+- update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
+## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.2.1...@pie-element/graphing-solution-set-controller@1.2.2) (2024-03-28)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
+## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.2.0...@pie-element/graphing-solution-set-controller@1.2.1) (2024-03-26)
-## [2.1.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.10...@pie-element/graphing-solution-set-controller@2.1.11) (2025-01-27)
+**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
+# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.1.2...@pie-element/graphing-solution-set-controller@1.2.0) (2024-03-20)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
+- updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
+### Features
+- updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
+## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.1.1...@pie-element/graphing-solution-set-controller@1.1.2) (2024-03-19)
+### Bug Fixes
-## [2.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.9...@pie-element/graphing-solution-set-controller@2.1.10) (2025-01-27)
+- update pie-toolbox ([bc3643e](https://github.com/pie-framework/pie-elements/commit/bc3643e45680e4d1eff9a4ca9fd8d3f34289aa61))
+## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.1.0...@pie-element/graphing-solution-set-controller@1.1.1) (2024-03-18)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
-
-
-
-
-
-## [2.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.8...@pie-element/graphing-solution-set-controller@2.1.9) (2025-01-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
-
-
-
-
-
-## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.7...@pie-element/graphing-solution-set-controller@2.1.8) (2025-01-22)
-
-
-### Bug Fixes
-
-* replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
-
-
-
-
-
-## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.6...@pie-element/graphing-solution-set-controller@2.1.7) (2025-01-06)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
-
-
-
-
-
-## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.5...@pie-element/graphing-solution-set-controller@2.1.6) (2024-12-20)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
-
-
-
-
-
-## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.4...@pie-element/graphing-solution-set-controller@2.1.5) (2024-12-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
-
-
-
-
-
-## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.3...@pie-element/graphing-solution-set-controller@2.1.4) (2024-12-05)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
-
-
-
-
-
-## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.2...@pie-element/graphing-solution-set-controller@2.1.3) (2024-11-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
-
-
-
-
-
-## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.1...@pie-element/graphing-solution-set-controller@2.1.2) (2024-11-15)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
-
-
-
-
-
-## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.1.0...@pie-element/graphing-solution-set-controller@2.1.1) (2024-11-01)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
-* update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
-* update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
-
-
-
-
-
-# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.6...@pie-element/graphing-solution-set-controller@2.1.0) (2024-10-29)
-
-
-### Bug Fixes
-
-* fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
-
-
-### Features
-
-* used configlayout, preview layout or uilayout to enable extraCSSRules inside author and player elements [PD-1460] ([eeebb02](https://github.com/pie-framework/pie-elements/commit/eeebb02f200208620c1af56366a22bf65944ba3e))
-
-
-
-
-
-## [2.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.5...@pie-element/graphing-solution-set-controller@2.0.6) (2024-10-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
-
-
-
-
-
-## [2.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.4...@pie-element/graphing-solution-set-controller@2.0.5) (2024-10-22)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
-
-
-
-
-
-## [2.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.3...@pie-element/graphing-solution-set-controller@2.0.4) (2024-10-15)
-
-
-### Bug Fixes
-
-* added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
-* added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
-* reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
-* update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
-* update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
-* update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
-
-
-
-
-
-## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.2...@pie-element/graphing-solution-set-controller@2.0.3) (2024-10-03)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
-
-
-
-
-
-## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.1...@pie-element/graphing-solution-set-controller@2.0.2) (2024-10-01)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
-
-
-
-
-
-## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@2.0.0...@pie-element/graphing-solution-set-controller@2.0.1) (2024-09-26)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
-
-
-
-
-
-# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.6...@pie-element/graphing-solution-set-controller@2.0.0) (2024-09-25)
-
-
-### Bug Fixes
-
-* update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
-
-
-### Features
-
-* update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
-
-
-### BREAKING CHANGES
-
-* big refactoring on the implementation of math-rendering-accessible
-
-
-
-
-
-## [1.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.5...@pie-element/graphing-solution-set-controller@1.15.6) (2024-09-16)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
-
-
-
-
-
-## [1.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.4...@pie-element/graphing-solution-set-controller@1.15.5) (2024-09-16)
-
-
-### Bug Fixes
-
-* experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
-* experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
-* experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
-* update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
-
-
-
-
-
-## [1.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.3...@pie-element/graphing-solution-set-controller@1.15.4) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
-
-
-
-
-
-## [1.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.2...@pie-element/graphing-solution-set-controller@1.15.3) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
-
-
-
-
-
-## [1.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.1...@pie-element/graphing-solution-set-controller@1.15.2) (2024-08-29)
-
-
-### Bug Fixes
-
-* trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
-
-
-
-
-
-## [1.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.15.0...@pie-element/graphing-solution-set-controller@1.15.1) (2024-08-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4052 ([50be4dd](https://github.com/pie-framework/pie-elements/commit/50be4dd9f1ad16a20a4ec64c90ce2b3d5d9b3748))
-
-
-
-
-
-# [1.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.3...@pie-element/graphing-solution-set-controller@1.15.0) (2024-08-27)
-
-
-### Features
-
-* update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
-
-
-
-
-
-## [1.14.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.2...@pie-element/graphing-solution-set-controller@1.14.3) (2024-08-22)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
-
-
-
-
-
-## [1.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.1...@pie-element/graphing-solution-set-controller@1.14.2) (2024-08-19)
-
-
-### Bug Fixes
-
-* update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
-
-
-
-
-
-## [1.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.14.0...@pie-element/graphing-solution-set-controller@1.14.1) (2024-08-06)
-
-
-### Bug Fixes
-
-* update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
-
-
-
-
-
-# [1.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.13.0...@pie-element/graphing-solution-set-controller@1.14.0) (2024-08-06)
-
-
-### Features
-
-* update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
-
-
-
-
-
-# [1.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.6...@pie-element/graphing-solution-set-controller@1.13.0) (2024-07-26)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
-* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
-
-
-
-
-
-## [1.12.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.5...@pie-element/graphing-solution-set-controller@1.12.6) (2024-07-19)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
-
-
-
-
-
-## [1.12.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.4...@pie-element/graphing-solution-set-controller@1.12.5) (2024-07-17)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
-
-
-
-
-
-## [1.12.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.3...@pie-element/graphing-solution-set-controller@1.12.4) (2024-07-16)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
-
-
-
-
-
-## [1.12.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.2...@pie-element/graphing-solution-set-controller@1.12.3) (2024-07-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
-
-
-
-
-
-## [1.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.1...@pie-element/graphing-solution-set-controller@1.12.2) (2024-07-04)
-
-**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
-
-## [1.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.12.0...@pie-element/graphing-solution-set-controller@1.12.1) (2024-06-26)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
-
-
-
-
-
-# [1.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.11.0...@pie-element/graphing-solution-set-controller@1.12.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
-
-
-
-
-
-# [1.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.10.0...@pie-element/graphing-solution-set-controller@1.11.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
-
-
-
-
-
-# [1.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.9.0...@pie-element/graphing-solution-set-controller@1.10.0) (2024-06-19)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
-
-
-
-
-
-# [1.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.8.2...@pie-element/graphing-solution-set-controller@1.9.0) (2024-06-13)
-
-
-### Features
-
-* update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
-
-
-
-
-
-## [1.8.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.8.1...@pie-element/graphing-solution-set-controller@1.8.2) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
-
-
-
-
-
-## [1.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.8.0...@pie-element/graphing-solution-set-controller@1.8.1) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
-
-
-
-
-
-# [1.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.7.1...@pie-element/graphing-solution-set-controller@1.8.0) (2024-06-03)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
-
-
-
-
-
-## [1.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.7.0...@pie-element/graphing-solution-set-controller@1.7.1) (2024-06-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
-
-
-
-
-
-# [1.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.6...@pie-element/graphing-solution-set-controller@1.7.0) (2024-05-27)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
-
-
-
-
-
-## [1.6.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.5...@pie-element/graphing-solution-set-controller@1.6.6) (2024-05-27)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
-
-
-
-
-
-## [1.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.4...@pie-element/graphing-solution-set-controller@1.6.5) (2024-05-14)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
-
-
-
-
-
-## [1.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.3...@pie-element/graphing-solution-set-controller@1.6.4) (2024-05-13)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
-
-
-
-
-
-## [1.6.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.2...@pie-element/graphing-solution-set-controller@1.6.3) (2024-05-07)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
-
-
-
-
-
-## [1.6.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.1...@pie-element/graphing-solution-set-controller@1.6.2) (2024-05-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
-
-
-
-
-
-## [1.6.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.6.0...@pie-element/graphing-solution-set-controller@1.6.1) (2024-04-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
-
-
-
-
-
-# [1.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.5.1...@pie-element/graphing-solution-set-controller@1.6.0) (2024-04-22)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
-
-
-
-
-
-## [1.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.5.0...@pie-element/graphing-solution-set-controller@1.5.1) (2024-04-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
-
-
-
-
-
-# [1.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.3...@pie-element/graphing-solution-set-controller@1.5.0) (2024-04-18)
-
-
-### Features
-
-* update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
-
-
-
-
-
-## [1.4.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.2...@pie-element/graphing-solution-set-controller@1.4.3) (2024-04-08)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox SC-30530 ([23436bf](https://github.com/pie-framework/pie-elements/commit/23436bfcb951b0daef2119354c78283ae21dd8b8))
-
-
-
-
-
-## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.1...@pie-element/graphing-solution-set-controller@1.4.2) (2024-04-08)
-
-**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
-
-## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.4.0...@pie-element/graphing-solution-set-controller@1.4.1) (2024-04-01)
-
-**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
-
-# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.3.0...@pie-element/graphing-solution-set-controller@1.4.0) (2024-04-01)
-
-
-### Features
-
-* **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
-
-
-
-
-
-# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.2.2...@pie-element/graphing-solution-set-controller@1.3.0) (2024-04-01)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
-
-
-
-
-
-## [1.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.2.1...@pie-element/graphing-solution-set-controller@1.2.2) (2024-03-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
-
-
-
-
-
-## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.2.0...@pie-element/graphing-solution-set-controller@1.2.1) (2024-03-26)
-
-**Note:** Version bump only for package @pie-element/graphing-solution-set-controller
-
-
-
-
-
-# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.1.2...@pie-element/graphing-solution-set-controller@1.2.0) (2024-03-20)
-
-
-### Bug Fixes
-
-* updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
-
-
-### Features
-
-* updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
-
-
-
-
-
-## [1.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.1.1...@pie-element/graphing-solution-set-controller@1.1.2) (2024-03-19)
-
-
-### Bug Fixes
-
-* update pie-toolbox ([bc3643e](https://github.com/pie-framework/pie-elements/commit/bc3643e45680e4d1eff9a4ca9fd8d3f34289aa61))
-
-
-
-
-
-## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-solution-set-controller@1.1.0...@pie-element/graphing-solution-set-controller@1.1.1) (2024-03-18)
-
-
-### Bug Fixes
-
-* **graphing-solution-set:** Fix issue with validation logic SC-29578 ([290edab](https://github.com/pie-framework/pie-elements/commit/290edab818503993947b85bb77f7df1a25e01154))
-
-
-
-
+- **graphing-solution-set:** Fix issue with validation logic SC-29578 ([290edab](https://github.com/pie-framework/pie-elements/commit/290edab818503993947b85bb77f7df1a25e01154))
# 1.1.0 (2024-03-15)
-
### Features
-* update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
-* **graphing-solution-set:** Added new item type - GSS | SC-27890 ([5ea9240](https://github.com/pie-framework/pie-elements/commit/5ea92409dc9330f3822607cf1aa3cdadae6e9bb5))
+- update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
+- **graphing-solution-set:** Added new item type - GSS | SC-27890 ([5ea9240](https://github.com/pie-framework/pie-elements/commit/5ea92409dc9330f3822607cf1aa3cdadae6e9bb5))
diff --git a/packages/graphing-solution-set/controller/package.json b/packages/graphing-solution-set/controller/package.json
index 9037aa3859..a1ec3a6683 100644
--- a/packages/graphing-solution-set/controller/package.json
+++ b/packages/graphing-solution-set/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/graphing-solution-set-controller",
"private": true,
- "version": "5.0.0",
+ "version": "5.0.2-next.0",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
diff --git a/packages/graphing-solution-set/package.json b/packages/graphing-solution-set/package.json
index 07fbee704d..a4c4da2571 100644
--- a/packages/graphing-solution-set/package.json
+++ b/packages/graphing-solution-set/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "6.0.0",
+ "version": "6.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -16,11 +16,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/graphing-solution-set": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/graphing-solution-set": "4.0.3",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"react": "18.3.1",
diff --git a/packages/graphing/CHANGELOG.md b/packages/graphing/CHANGELOG.md
index 5f56c0e9d2..54ab28ed6c 100644
--- a/packages/graphing/CHANGELOG.md
+++ b/packages/graphing/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@10.1.0-next.1...@pie-element/graphing@10.1.0-next.2) (2026-05-07)
+
+### Bug Fixes
+
+- **graphing:** point labels scoring PIE-523 ([06e65e3](https://github.com/pie-framework/pie-elements/commit/06e65e3250d58bebc9632cf5903cd7b2281fd905))
+
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@10.1.0-next.0...@pie-element/graphing@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@10.0.0...@pie-element/graphing@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/graphing
+
# [9.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing@9.2.0-next.10...@pie-element/graphing@9.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/graphing/configure/CHANGELOG.md b/packages/graphing/configure/CHANGELOG.md
index 51e2f2b023..555a16b0f9 100644
--- a/packages/graphing/configure/CHANGELOG.md
+++ b/packages/graphing/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@9.1.0-next.0...@pie-element/graphing-configure@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@9.0.0...@pie-element/graphing-configure@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/graphing-configure
+
# [8.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-configure@8.2.0-next.9...@pie-element/graphing-configure@8.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/graphing/configure/package.json b/packages/graphing/configure/package.json
index 6a82c7ac3d..2353f0bef7 100644
--- a/packages/graphing/configure/package.json
+++ b/packages/graphing/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/graphing-configure",
"private": true,
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,10 +12,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/graphing": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/graphing": "4.0.4",
+ "@pie-lib/math-rendering": "5.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/graphing/controller/CHANGELOG.md b/packages/graphing/controller/CHANGELOG.md
index de74630456..bb0883a54b 100644
--- a/packages/graphing/controller/CHANGELOG.md
+++ b/packages/graphing/controller/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@9.1.0-next.1...@pie-element/graphing-controller@9.1.0-next.2) (2026-05-07)
+
+### Bug Fixes
+
+- **graphing:** point labels scoring PIE-523 ([06e65e3](https://github.com/pie-framework/pie-elements/commit/06e65e3250d58bebc9632cf5903cd7b2281fd905))
+
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@9.1.0-next.0...@pie-element/graphing-controller@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@9.0.0...@pie-element/graphing-controller@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/graphing-controller
+
# [8.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/graphing-controller@8.2.0-next.1...@pie-element/graphing-controller@8.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/graphing/controller/package.json b/packages/graphing/controller/package.json
index 4871932aee..d28856648c 100644
--- a/packages/graphing/controller/package.json
+++ b/packages/graphing/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/graphing-controller",
"private": true,
- "version": "9.0.0",
+ "version": "9.1.0-next.2",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -9,8 +9,8 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/graphing-utils": "3.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/graphing-utils": "3.0.2",
"debug": "^4.1.1"
},
"devDependencies": {
diff --git a/packages/graphing/controller/src/__tests__/utils.test.js b/packages/graphing/controller/src/__tests__/utils.test.js
index bed1b19a67..2950ac5399 100644
--- a/packages/graphing/controller/src/__tests__/utils.test.js
+++ b/packages/graphing/controller/src/__tests__/utils.test.js
@@ -1,5 +1,6 @@
import {
equalPoint,
+ equalPointWithLabel,
equalSegment,
equalVector,
equalLine,
@@ -58,6 +59,14 @@ describe('equalPoint', () => {
[p2_3, p1_10, false],
[p0_0, p1_0, false],
[pNull, pUndefined, true],
+ // equalPoint only checks position, not labels
+ [{ x: 1, y: 1, label: 'A' }, { x: 1, y: 1, label: 'A' }, true],
+ [{ x: 1, y: 1, label: 'A' }, { x: 1, y: 1, label: 'B' }, true],
+ [{ x: 1, y: 1, label: 'A' }, { x: 1, y: 1 }, true],
+ [{ x: 1, y: 1 }, { x: 1, y: 1, label: 'A' }, true],
+ [{ x: 1, y: 1 }, { x: 1, y: 1 }, true],
+ // wrong position
+ [{ x: 1, y: 1, label: 'A' }, { x: 2, y: 2, label: 'A' }, false],
])('%j, %j => %s', (pointA, pointB, expected) => {
const result = equalPoint(pointA, pointB);
@@ -65,6 +74,28 @@ describe('equalPoint', () => {
});
});
+describe('equalPointWithLabel', () => {
+ test.each([
+ [p0_0, p0_0, true],
+ [p10_10, p10_10, true],
+ [p2_3, p1_10, false],
+ [p0_0, p1_0, false],
+ [pNull, pUndefined, true],
+ // equalPointWithLabel checks both position AND label
+ [{ x: 1, y: 1, label: 'A' }, { x: 1, y: 1, label: 'A' }, true],
+ [{ x: 1, y: 1, label: 'A' }, { x: 1, y: 1, label: 'B' }, false],
+ [{ x: 1, y: 1, label: 'A' }, { x: 1, y: 1 }, false],
+ [{ x: 1, y: 1 }, { x: 1, y: 1, label: 'A' }, false],
+ [{ x: 1, y: 1 }, { x: 1, y: 1 }, true],
+ // wrong position, label irrelevant
+ [{ x: 1, y: 1, label: 'A' }, { x: 2, y: 2, label: 'A' }, false],
+ ])('%j, %j => %s', (pointA, pointB, expected) => {
+ const result = equalPointWithLabel(pointA, pointB);
+
+ expect(result).toEqual(expected);
+ });
+});
+
describe('equalSegment', () => {
test.each([
[{from: p0_0, to: p1_0}, {from: p0_0, to: p1_0}, true],
diff --git a/packages/graphing/controller/src/index.js b/packages/graphing/controller/src/index.js
index 2f95da45ce..e5b3b04c0a 100644
--- a/packages/graphing/controller/src/index.js
+++ b/packages/graphing/controller/src/index.js
@@ -2,7 +2,7 @@ import debug from 'debug';
import { cloneDeep, isEmpty, uniqWith } from 'lodash-es';
import defaults from './defaults';
-import { equalMarks, sortedAnswers } from './utils';
+import { equalMarks, equalPointWithLabel, sortedAnswers } from './utils';
import { partialScoring } from '@pie-lib/controller-utils';
@@ -44,14 +44,19 @@ export const comparLabelMarks = (mark1, mark2) => {
return mark1.label === mark2.label ? 'correct' : 'incorrect';
};
-export const getAnswerCorrected = ({ sessionAnswers, marks: correctAnswers }) => {
+export const getAnswerCorrected = ({ sessionAnswers, marks: correctAnswers, withPointLabel = false }) => {
sessionAnswers = sessionAnswers || [];
correctAnswers = correctAnswers || [];
const rez = cloneDeep(sessionAnswers).reduce((correctedAnswer, answer) => {
const answerIsCorrect = correctAnswers.find((mark) => compareMarks(answer, mark));
- answer.correctness = answerIsCorrect ? 'correct' : 'incorrect';
+ // For scoring points, check if both position AND label match
+ const isCorrectForScoring = answerIsCorrect && answer.type === 'point' && withPointLabel
+ ? equalPointWithLabel(answer, answerIsCorrect)
+ : !!answerIsCorrect;
+
+ answer.correctness = isCorrectForScoring ? 'correct' : 'incorrect';
if (answerIsCorrect) {
answer.correctnesslabel = comparLabelMarks(answer, answerIsCorrect);
answer.correctlabel = answerIsCorrect.label ? answerIsCorrect.label : '';
@@ -135,10 +140,11 @@ export const getBestAnswer = (question, session, env = {}) => {
// returns array of marks, each having 'correctness' property
const correctedAnswer = getAnswerCorrected({ sessionAnswers, marks });
- const correctMarks = correctedAnswer.filter((answer) => answer.correctness === 'correct');
+ const correctedAnswerWithLabels = getAnswerCorrected({ sessionAnswers, marks, withPointLabel: true });
+ const correctMarks = correctedAnswerWithLabels.filter((answer) => answer.correctness === 'correct');
// filter out missing objects because they do not affect the calculation of the score
// only correct and incorrect are needed
- const scoredCorrectedAnswer = correctedAnswer.filter((answer) => answer.correctness !== 'missing');
+ const scoredCorrectedAnswer = correctedAnswerWithLabels.filter((answer) => answer.correctness !== 'missing');
const maxScore = marks.length;
let score = correctMarks.length;
diff --git a/packages/graphing/controller/src/utils.js b/packages/graphing/controller/src/utils.js
index b003f94a59..93a04452f8 100644
--- a/packages/graphing/controller/src/utils.js
+++ b/packages/graphing/controller/src/utils.js
@@ -7,7 +7,17 @@ import {
} from '@pie-lib/graphing-utils';
export const equalPoint = (A, B) => {
+ A = { ...A };
+ B = { ...B };
+
+ return isEqual(A.x, B.x) && isEqual(A.y, B.y);
+};
+
+export const equalPointWithLabel = (A, B) => {
// x1 = x2 & y1 = y2
+ // A point is only correct if both its position AND its label match.
+ // Labels are not scored independently; a point in the correct position
+ // with the wrong label is considered incorrect as a whole.
let equalLabel = true;
A = { ...A };
@@ -17,7 +27,7 @@ export const equalPoint = (A, B) => {
equalLabel = isEqual(A.label, B.label);
}
- return isEqual(A.x, B.x) && isEqual(A.y, B.y);
+ return isEqual(A.x, B.x) && isEqual(A.y, B.y) && equalLabel;
};
export const equalSegment = (segment1, segment2) => {
diff --git a/packages/graphing/package.json b/packages/graphing/package.json
index a8f4ecd21e..ea4b41b0a3 100644
--- a/packages/graphing/package.json
+++ b/packages/graphing/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "10.0.0",
+ "version": "10.1.0-next.2",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
@@ -15,10 +15,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/graphing": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/graphing": "4.0.4",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"react": "18.3.1",
diff --git a/packages/hotspot/CHANGELOG.md b/packages/hotspot/CHANGELOG.md
index 79fc73b2e3..946c314bf0 100644
--- a/packages/hotspot/CHANGELOG.md
+++ b/packages/hotspot/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@11.1.0-next.0...@pie-element/hotspot@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@11.0.0...@pie-element/hotspot@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/hotspot
+
# [10.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@10.2.0-next.9...@pie-element/hotspot@10.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/hotspot/configure/CHANGELOG.md b/packages/hotspot/configure/CHANGELOG.md
index 52b517a3f8..e6604b1a7b 100644
--- a/packages/hotspot/configure/CHANGELOG.md
+++ b/packages/hotspot/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@10.1.0-next.0...@pie-element/hotspot-configure@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@10.0.0...@pie-element/hotspot-configure@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/hotspot-configure
+
# [9.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@9.2.0-next.8...@pie-element/hotspot-configure@9.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/hotspot/configure/package.json b/packages/hotspot/configure/package.json
index 0a40c14e72..b540df1952 100644
--- a/packages/hotspot/configure/package.json
+++ b/packages/hotspot/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/hotspot-configure",
"private": true,
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,8 +12,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
"debug": "^4.1.1",
"konva": "8.3.0",
"lodash-es": "^4.17.23",
diff --git a/packages/hotspot/controller/CHANGELOG.md b/packages/hotspot/controller/CHANGELOG.md
index 8ad1726a4a..0f1f842d6b 100644
--- a/packages/hotspot/controller/CHANGELOG.md
+++ b/packages/hotspot/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@8.1.0-next.0...@pie-element/hotspot-controller@8.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@8.0.0...@pie-element/hotspot-controller@8.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/hotspot-controller
+
# [7.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-controller@7.2.0-next.1...@pie-element/hotspot-controller@7.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/hotspot/controller/package.json b/packages/hotspot/controller/package.json
index 7d574a2eaa..7b5c9df4f8 100644
--- a/packages/hotspot/controller/package.json
+++ b/packages/hotspot/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/hotspot-controller",
"private": true,
- "version": "8.0.0",
+ "version": "8.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -11,7 +11,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
}
diff --git a/packages/hotspot/package.json b/packages/hotspot/package.json
index 5b05c69b67..6ea0545b5e 100644
--- a/packages/hotspot/package.json
+++ b/packages/hotspot/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/hotspot",
"repository": "pie-framework/pie-elements",
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"publishConfig": {
"access": "public"
@@ -12,10 +12,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/test-utils": "2.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/test-utils": "2.0.2",
"konva": "8.3.0",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/hotspot/src/hotspot/index.jsx b/packages/hotspot/src/hotspot/index.jsx
index 87b14bd52e..4422d5e910 100644
--- a/packages/hotspot/src/hotspot/index.jsx
+++ b/packages/hotspot/src/hotspot/index.jsx
@@ -94,21 +94,16 @@ class HotspotComponent extends React.Component {
} = this.props;
const { showCorrect } = this.state;
const isEvaluateMode = mode === 'evaluate';
+ const isGatherMode = mode === 'gather';
const showCorrectAnswerToggle = isEvaluateMode && !responseCorrect;
const showRationale = rationale && (hasText(rationale) || hasMedia(rationale));
const showTeacherInstructions =
teacherInstructions && (hasText(teacherInstructions) || hasMedia(teacherInstructions));
return (
-
+
{showTeacherInstructions && (
-
+
)}
@@ -138,7 +133,7 @@ class HotspotComponent extends React.Component {
dimensions={dimensions}
imageUrl={imageUrl}
hotspotColor={hotspotColor}
- hoverOutlineColor={hoverOutlineColor}
+ hoverOutlineColor={isGatherMode ? hoverOutlineColor : undefined}
selectedHotspotColor={selectedHotspotColor}
multipleCorrect={multipleCorrect}
outlineColor={outlineColor}
diff --git a/packages/image-cloze-association/CHANGELOG.md b/packages/image-cloze-association/CHANGELOG.md
index 3005f74f1d..44fbcac2f9 100644
--- a/packages/image-cloze-association/CHANGELOG.md
+++ b/packages/image-cloze-association/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@10.1.0-next.0...@pie-element/image-cloze-association@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@10.0.0...@pie-element/image-cloze-association@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/image-cloze-association
+
# [9.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association@9.2.0-next.9...@pie-element/image-cloze-association@9.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/image-cloze-association/configure/CHANGELOG.md b/packages/image-cloze-association/configure/CHANGELOG.md
index 10c35a6cc1..09eee819d1 100644
--- a/packages/image-cloze-association/configure/CHANGELOG.md
+++ b/packages/image-cloze-association/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@9.1.0-next.0...@pie-element/image-cloze-association-configure@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@9.0.0...@pie-element/image-cloze-association-configure@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/image-cloze-association-configure
+
# [8.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-configure@8.2.0-next.8...@pie-element/image-cloze-association-configure@8.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/image-cloze-association/configure/package.json b/packages/image-cloze-association/configure/package.json
index 89e63cb459..fcef37ded5 100644
--- a/packages/image-cloze-association/configure/package.json
+++ b/packages/image-cloze-association/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/image-cloze-association-configure",
"private": true,
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,8 +12,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
"debug": "^4.1.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/image-cloze-association/controller/CHANGELOG.md b/packages/image-cloze-association/controller/CHANGELOG.md
index b71640de7d..a46803404c 100644
--- a/packages/image-cloze-association/controller/CHANGELOG.md
+++ b/packages/image-cloze-association/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@8.1.0-next.0...@pie-element/image-cloze-association-controller@8.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@8.0.0...@pie-element/image-cloze-association-controller@8.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/image-cloze-association-controller
+
# [7.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/image-cloze-association-controller@7.2.0-next.1...@pie-element/image-cloze-association-controller@7.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/image-cloze-association/controller/package.json b/packages/image-cloze-association/controller/package.json
index 57530fc74e..92455c2e86 100644
--- a/packages/image-cloze-association/controller/package.json
+++ b/packages/image-cloze-association/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/image-cloze-association-controller",
"private": true,
- "version": "8.0.0",
+ "version": "8.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -11,7 +11,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
"debug": "^4.1.1",
"humps": "^2.0.1",
"lodash-es": "^4.17.23"
diff --git a/packages/image-cloze-association/package.json b/packages/image-cloze-association/package.json
index 3f422ddc19..0d420efa41 100644
--- a/packages/image-cloze-association/package.json
+++ b/packages/image-cloze-association/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/image-cloze-association",
"repository": "pie-framework/pie-elements",
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"publishConfig": {
"access": "public"
@@ -13,11 +13,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"classnames": "^2.2.6",
"humps": "^2.0.1",
"prop-types": "^15.8.1",
diff --git a/packages/inline-dropdown/CHANGELOG.md b/packages/inline-dropdown/CHANGELOG.md
index 57396355f2..e44830e4b6 100644
--- a/packages/inline-dropdown/CHANGELOG.md
+++ b/packages/inline-dropdown/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.1.0-next.0...@pie-element/inline-dropdown@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@10.0.0...@pie-element/inline-dropdown@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/inline-dropdown
+
# [9.2.0-next.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown@9.2.0-next.13...@pie-element/inline-dropdown@9.2.0-next.14) (2026-04-27)
### Features
diff --git a/packages/inline-dropdown/configure/CHANGELOG.md b/packages/inline-dropdown/configure/CHANGELOG.md
index 73bb32ea46..9b6423e3f7 100644
--- a/packages/inline-dropdown/configure/CHANGELOG.md
+++ b/packages/inline-dropdown/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.1.0-next.0...@pie-element/inline-dropdown-configure@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@9.0.0...@pie-element/inline-dropdown-configure@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/inline-dropdown-configure
+
# [8.2.0-next.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-configure@8.2.0-next.11...@pie-element/inline-dropdown-configure@8.2.0-next.12) (2026-04-27)
### Features
diff --git a/packages/inline-dropdown/configure/package.json b/packages/inline-dropdown/configure/package.json
index 6e830d82c4..1d69287388 100644
--- a/packages/inline-dropdown/configure/package.json
+++ b/packages/inline-dropdown/configure/package.json
@@ -1,6 +1,6 @@
{
"name": "@pie-element/inline-dropdown-configure",
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"private": true,
"main": "lib/index.js",
"module": "src/index.js",
@@ -10,10 +10,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"classnames": "^2.2.6",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/inline-dropdown/controller/CHANGELOG.md b/packages/inline-dropdown/controller/CHANGELOG.md
index ee7b4de299..d3efcbaaa6 100644
--- a/packages/inline-dropdown/controller/CHANGELOG.md
+++ b/packages/inline-dropdown/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [9.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-controller@9.1.0-next.0...@pie-element/inline-dropdown-controller@9.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [9.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-controller@9.0.0...@pie-element/inline-dropdown-controller@9.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/inline-dropdown-controller
+
# [8.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/inline-dropdown-controller@8.2.0-next.1...@pie-element/inline-dropdown-controller@8.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/inline-dropdown/controller/package.json b/packages/inline-dropdown/controller/package.json
index 824a9d63db..36e4619379 100644
--- a/packages/inline-dropdown/controller/package.json
+++ b/packages/inline-dropdown/controller/package.json
@@ -1,14 +1,14 @@
{
"name": "@pie-element/inline-dropdown-controller",
"private": true,
- "version": "9.0.0",
+ "version": "9.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"author": "",
"license": "ISC",
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"type-of": "^2.0.1"
diff --git a/packages/inline-dropdown/package.json b/packages/inline-dropdown/package.json
index d1aa6553b3..edf9fc1f99 100644
--- a/packages/inline-dropdown/package.json
+++ b/packages/inline-dropdown/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"scripts": {
"postpublish": "../../scripts/postpublish"
@@ -15,10 +15,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/mask-markup": "3.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/mask-markup": "3.0.3",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"lodash-es": "^4.17.23",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/likert/CHANGELOG.md b/packages/likert/CHANGELOG.md
index 35abb5847c..80a75a8440 100644
--- a/packages/likert/CHANGELOG.md
+++ b/packages/likert/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert@4.1.0-next.0...@pie-element/likert@4.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert@4.0.0...@pie-element/likert@4.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/likert
+
# [3.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert@3.2.0-next.8...@pie-element/likert@3.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/likert/configure/CHANGELOG.md b/packages/likert/configure/CHANGELOG.md
index 21c927a006..ce9872cfd0 100644
--- a/packages/likert/configure/CHANGELOG.md
+++ b/packages/likert/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-configure@3.1.0-next.0...@pie-element/likert-configure@3.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-configure@3.0.0...@pie-element/likert-configure@3.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/likert-configure
+
# [2.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-configure@2.2.0-next.8...@pie-element/likert-configure@2.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/likert/configure/package.json b/packages/likert/configure/package.json
index 3e0a68f84c..d3537d9c9d 100644
--- a/packages/likert/configure/package.json
+++ b/packages/likert/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/likert-configure",
"private": true,
- "version": "3.0.0",
+ "version": "3.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,9 +12,9 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/likert/controller/CHANGELOG.md b/packages/likert/controller/CHANGELOG.md
index 4a33b3551f..96299d7ba5 100644
--- a/packages/likert/controller/CHANGELOG.md
+++ b/packages/likert/controller/CHANGELOG.md
@@ -3,143 +3,80 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@1.1.1...@pie-element/likert-controller@1.2.1) (2025-10-16)
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@3.0.0...@pie-element/likert-controller@3.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/likert-controller
+## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@1.1.1...@pie-element/likert-controller@1.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/likert-controller
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@1.1.1...@pie-element/likert-controller@1.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@1.0.1...@pie-element/likert-controller@1.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
# [1.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@1.0.0...@pie-element/likert-controller@1.1.0) (2025-10-07)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [1.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.1.2...@pie-element/likert-controller@1.0.1) (2025-10-02)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
# [1.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.1.2...@pie-element/likert-controller@1.0.0) (2025-10-01)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [0.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.1.1...@pie-element/likert-controller@0.1.2) (2025-06-05)
-
### Bug Fixes
-* add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
-
-
-
-
+- add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
## [0.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.1.0...@pie-element/likert-controller@0.1.1) (2024-10-22)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
# [0.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.15...@pie-element/likert-controller@0.1.0) (2024-03-28)
-
### Features
-* **likert:** add required fields functionality PD-3595 ([629eb63](https://github.com/pie-framework/pie-elements/commit/629eb633c074156286a47239c5a5d29e796b4c16))
-
-
-
-
+- **likert:** add required fields functionality PD-3595 ([629eb63](https://github.com/pie-framework/pie-elements/commit/629eb633c074156286a47239c5a5d29e796b4c16))
## [0.0.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.14...@pie-element/likert-controller@0.0.15) (2022-12-07)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [0.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.9...@pie-element/likert-controller@0.0.11) (2021-11-11)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [0.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.9...@pie-element/likert-controller@0.0.10) (2021-11-11)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [0.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.7...@pie-element/likert-controller@0.0.9) (2021-08-05)
-
### Bug Fixes
-* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
-
-
-
-
+- force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
## [0.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.5...@pie-element/likert-controller@0.0.7) (2021-03-03)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [0.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.3...@pie-element/likert-controller@0.0.5) (2021-03-03)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## [0.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/likert-controller@0.0.2...@pie-element/likert-controller@0.0.3) (2020-08-13)
**Note:** Version bump only for package @pie-element/likert-controller
-
-
-
-
## 0.0.2 (2020-08-07)
**Note:** Version bump only for package @pie-element/likert-controller
diff --git a/packages/likert/controller/package.json b/packages/likert/controller/package.json
index 247895f0b6..508d2b7106 100644
--- a/packages/likert/controller/package.json
+++ b/packages/likert/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/likert-controller",
"private": true,
- "version": "3.0.0",
+ "version": "3.0.2-next.0",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
diff --git a/packages/likert/package.json b/packages/likert/package.json
index 4a5a891a34..878fb2dc95 100644
--- a/packages/likert/package.json
+++ b/packages/likert/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "4.0.0",
+ "version": "4.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -15,8 +15,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/match-list/CHANGELOG.md b/packages/match-list/CHANGELOG.md
index cd6de0e28b..4c4385662e 100644
--- a/packages/match-list/CHANGELOG.md
+++ b/packages/match-list/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.1.0-next.0...@pie-element/match-list@7.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@7.0.0...@pie-element/match-list@7.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/match-list
+
# [6.2.0-next.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list@6.2.0-next.5...@pie-element/match-list@6.2.0-next.6) (2026-04-27)
### Features
diff --git a/packages/match-list/controller/CHANGELOG.md b/packages/match-list/controller/CHANGELOG.md
index d962e57f3d..5352394e08 100644
--- a/packages/match-list/controller/CHANGELOG.md
+++ b/packages/match-list/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list-controller@6.1.0-next.0...@pie-element/match-list-controller@6.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list-controller@6.0.0...@pie-element/match-list-controller@6.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/match-list-controller
+
# [5.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-list-controller@5.2.0-next.1...@pie-element/match-list-controller@5.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/match-list/controller/package.json b/packages/match-list/controller/package.json
index 59906e0f67..df492a8b81 100644
--- a/packages/match-list/controller/package.json
+++ b/packages/match-list/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/match-list-controller",
"private": true,
- "version": "6.0.0",
+ "version": "6.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -9,8 +9,8 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/feedback": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/feedback": "2.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
},
diff --git a/packages/match-list/package.json b/packages/match-list/package.json
index 7c70163170..293d9be139 100644
--- a/packages/match-list/package.json
+++ b/packages/match-list/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "7.0.0",
+ "version": "7.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -18,10 +18,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.8.1",
diff --git a/packages/match/CHANGELOG.md b/packages/match/CHANGELOG.md
index 5853e7ee13..094377b69b 100644
--- a/packages/match/CHANGELOG.md
+++ b/packages/match/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [12.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match@12.1.0-next.0...@pie-element/match@12.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [12.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match@12.0.0...@pie-element/match@12.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/match
+
# [11.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/match@11.2.0-next.10...@pie-element/match@11.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/match/configure/CHANGELOG.md b/packages/match/configure/CHANGELOG.md
index 82b102da4c..860d398680 100644
--- a/packages/match/configure/CHANGELOG.md
+++ b/packages/match/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-configure@10.1.0-next.0...@pie-element/match-configure@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-configure@10.0.0...@pie-element/match-configure@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/match-configure
+
# [9.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-configure@9.2.0-next.9...@pie-element/match-configure@9.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/match/configure/package.json b/packages/match/configure/package.json
index d6366e713d..7b73534319 100644
--- a/packages/match/configure/package.json
+++ b/packages/match/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/match-configure",
"private": true,
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -13,11 +13,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/test-utils": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/test-utils": "2.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/match/controller/CHANGELOG.md b/packages/match/controller/CHANGELOG.md
index 077e6b924e..3942d9b8e4 100644
--- a/packages/match/controller/CHANGELOG.md
+++ b/packages/match/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-controller@10.1.0-next.0...@pie-element/match-controller@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-controller@10.0.0...@pie-element/match-controller@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/match-controller
+
# [9.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/match-controller@9.2.0-next.1...@pie-element/match-controller@9.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/match/controller/package.json b/packages/match/controller/package.json
index 948b777948..32e94d1296 100644
--- a/packages/match/controller/package.json
+++ b/packages/match/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/match-controller",
"private": true,
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -9,8 +9,8 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/feedback": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/feedback": "2.0.2",
"debug": "^4.1.1"
},
"devDependencies": {
diff --git a/packages/match/package.json b/packages/match/package.json
index 4f149e4093..3f3178f03c 100644
--- a/packages/match/package.json
+++ b/packages/match/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "12.0.0",
+ "version": "12.1.0-next.1",
"main": "lib/index.js",
"description": "",
"scripts": {
@@ -16,10 +16,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/test-utils": "2.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/test-utils": "2.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/math-inline/CHANGELOG.md b/packages/math-inline/CHANGELOG.md
index 59580f7bb3..f89d0348e4 100644
--- a/packages/math-inline/CHANGELOG.md
+++ b/packages/math-inline/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [12.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline@12.1.0-next.0...@pie-element/math-inline@12.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [12.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline@12.0.0...@pie-element/math-inline@12.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/math-inline
+
# [11.2.0-next.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline@11.2.0-next.12...@pie-element/math-inline@11.2.0-next.13) (2026-04-27)
### Features
diff --git a/packages/math-inline/configure/CHANGELOG.md b/packages/math-inline/configure/CHANGELOG.md
index 62aada7ea1..cf59972b0b 100644
--- a/packages/math-inline/configure/CHANGELOG.md
+++ b/packages/math-inline/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [11.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@11.1.0-next.0...@pie-element/math-inline-configure@11.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [11.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@11.0.0...@pie-element/math-inline-configure@11.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/math-inline-configure
+
# [10.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-configure@10.2.0-next.9...@pie-element/math-inline-configure@10.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/math-inline/configure/package.json b/packages/math-inline/configure/package.json
index 49ecb7a92e..f67ed3eb01 100644
--- a/packages/math-inline/configure/package.json
+++ b/packages/math-inline/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/math-inline-configure",
"private": true,
- "version": "11.0.0",
+ "version": "11.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,13 +12,13 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-input": "8.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/math-toolbar": "3.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/test-utils": "2.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-input": "8.1.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/math-toolbar": "3.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/test-utils": "2.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"prop-types": "^15.6.2",
diff --git a/packages/math-inline/controller/CHANGELOG.md b/packages/math-inline/controller/CHANGELOG.md
index fd7c344ad6..6927fa1a5b 100644
--- a/packages/math-inline/controller/CHANGELOG.md
+++ b/packages/math-inline/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-controller@10.1.0-next.0...@pie-element/math-inline-controller@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-controller@10.0.0...@pie-element/math-inline-controller@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/math-inline-controller
+
# [9.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-inline-controller@9.2.0-next.1...@pie-element/math-inline-controller@9.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/math-inline/controller/package.json b/packages/math-inline/controller/package.json
index ec0998973a..a830393d1e 100644
--- a/packages/math-inline/controller/package.json
+++ b/packages/math-inline/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/math-inline-controller",
"private": true,
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -10,8 +10,8 @@
},
"dependencies": {
"@pie-framework/math-validation": "^1.4.2",
- "@pie-lib/feedback": "2.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/feedback": "2.0.2",
+ "@pie-lib/translator": "4.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
},
diff --git a/packages/math-inline/package.json b/packages/math-inline/package.json
index d612cdff9f..3f2e137d3f 100644
--- a/packages/math-inline/package.json
+++ b/packages/math-inline/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "12.0.0",
+ "version": "12.1.0-next.1",
"main": "lib/index.js",
"description": "",
"scripts": {
@@ -16,12 +16,12 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/math-input": "8.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/math-toolbar": "3.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/math-input": "8.1.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/math-toolbar": "3.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/math-templated/CHANGELOG.md b/packages/math-templated/CHANGELOG.md
index d85502a9df..0d4b0dc26d 100644
--- a/packages/math-templated/CHANGELOG.md
+++ b/packages/math-templated/CHANGELOG.md
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.1.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@7.1.0-next.1...@pie-element/math-templated@7.1.0-next.2) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+# [7.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@7.1.0-next.0...@pie-element/math-templated@7.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- avoid keypad overlap the input when no below available space PIE-113 ([a58a01f](https://github.com/pie-framework/pie-elements/commit/a58a01fcebd903b05a1d34572680612e08c2e314))
+
+## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@7.0.0...@pie-element/math-templated@7.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/math-templated
+
# [6.2.0-next.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated@6.2.0-next.11...@pie-element/math-templated@6.2.0-next.12) (2026-04-27)
### Features
diff --git a/packages/math-templated/configure/CHANGELOG.md b/packages/math-templated/configure/CHANGELOG.md
index ab5567422c..da588f2777 100644
--- a/packages/math-templated/configure/CHANGELOG.md
+++ b/packages/math-templated/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [5.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@5.1.0-next.0...@pie-element/math-templated-configure@5.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [5.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@5.0.0...@pie-element/math-templated-configure@5.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/math-templated-configure
+
# [4.2.0-next.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-configure@4.2.0-next.9...@pie-element/math-templated-configure@4.2.0-next.10) (2026-04-27)
### Features
diff --git a/packages/math-templated/configure/package.json b/packages/math-templated/configure/package.json
index a7e20dfe8f..12d8731344 100644
--- a/packages/math-templated/configure/package.json
+++ b/packages/math-templated/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/math-templated-configure",
"private": true,
- "version": "5.0.0",
+ "version": "5.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -11,10 +11,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/math-toolbar": "3.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/math-toolbar": "3.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.8.1",
diff --git a/packages/math-templated/configure/src/design.jsx b/packages/math-templated/configure/src/design.jsx
index d24f08ceb7..1ff21cea5b 100644
--- a/packages/math-templated/configure/src/design.jsx
+++ b/packages/math-templated/configure/src/design.jsx
@@ -205,7 +205,7 @@ export class Design extends React.Component {
const newCachedResponses = cachedResponses ? cloneDeep(cachedResponses) : {};
nodes.forEach((node) => {
- const keyForNode = node.data.get('index');
+ const keyForNode = node.index;
if (!newChoices[keyForNode] && newCachedResponses[keyForNode]) {
Object.assign(newChoices, pick(newCachedResponses, keyForNode));
diff --git a/packages/math-templated/controller/CHANGELOG.md b/packages/math-templated/controller/CHANGELOG.md
index 4fcd7e4b02..2c00288f1b 100644
--- a/packages/math-templated/controller/CHANGELOG.md
+++ b/packages/math-templated/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [6.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@6.1.0-next.0...@pie-element/math-templated-controller@6.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@6.0.0...@pie-element/math-templated-controller@6.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/math-templated-controller
+
# [5.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/math-templated-controller@5.2.0-next.1...@pie-element/math-templated-controller@5.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/math-templated/controller/package.json b/packages/math-templated/controller/package.json
index 92f466996b..c2b1cbf684 100644
--- a/packages/math-templated/controller/package.json
+++ b/packages/math-templated/controller/package.json
@@ -1,14 +1,14 @@
{
"name": "@pie-element/math-templated-controller",
"private": true,
- "version": "6.0.0",
+ "version": "6.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
"@pie-framework/math-validation": "^1.4.2",
- "@pie-lib/controller-utils": "2.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
+ "@pie-lib/translator": "4.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
},
diff --git a/packages/math-templated/package.json b/packages/math-templated/package.json
index fd8d20ff16..c7373ed6e4 100644
--- a/packages/math-templated/package.json
+++ b/packages/math-templated/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "7.0.0",
+ "version": "7.1.0-next.2",
"description": "",
"dependencies": {
"@emotion/react": "^11.14.0",
@@ -12,11 +12,11 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/mask-markup": "3.0.0",
- "@pie-lib/math-input": "8.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/mask-markup": "3.0.3",
+ "@pie-lib/math-input": "8.1.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1"
diff --git a/packages/math-templated/src/__tests__/main.test.js b/packages/math-templated/src/__tests__/main.test.js
index be83ecb80f..9d9a2a5370 100644
--- a/packages/math-templated/src/__tests__/main.test.js
+++ b/packages/math-templated/src/__tests__/main.test.js
@@ -3,16 +3,6 @@ import { render } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import Main from '../main';
-const Mathquill = require('@pie-framework/mathquill');
-
-jest.mock('@pie-framework/mathquill', () => ({
- StaticMath: jest.fn().mockReturnValue({
- latex: jest.fn(),
- }),
- registerEmbed: jest.fn(),
- getInterface: jest.fn().mockReturnThis(),
-}));
-
jest.mock('@pie-lib/render-ui', () => ({
color: {
text: () => '#000',
@@ -46,6 +36,8 @@ jest.mock('@pie-lib/math-input', () => ({
},
HorizontalKeypad: (props) => ,
updateSpans: jest.fn(),
+ registerEmbed: jest.fn(),
+ applyStaticMath: jest.fn(),
}));
jest.mock('@pie-lib/math-rendering', () => ({
diff --git a/packages/math-templated/src/main.jsx b/packages/math-templated/src/main.jsx
index 06e26dfad8..bfc39e52e3 100644
--- a/packages/math-templated/src/main.jsx
+++ b/packages/math-templated/src/main.jsx
@@ -3,10 +3,9 @@ import PropTypes from 'prop-types';
import { isEmpty, isEqual } from 'lodash-es';
import { styled } from '@mui/material/styles';
import Tooltip from '@mui/material/Tooltip';
-import { mq, HorizontalKeypad, updateSpans } from '@pie-lib/math-input';
+import { mq, HorizontalKeypad, updateSpans, registerEmbed, applyStaticMath } from '@pie-lib/math-input';
import { color, Collapsible, Readable, hasText, hasMedia, PreviewPrompt, UiLayout } from '@pie-lib/render-ui';
import { renderMath } from '@pie-lib/math-rendering';
-import MathQuill from '@pie-framework/mathquill';
import { Customizable } from '@pie-lib/mask-markup';
import CorrectAnswerToggle from '@pie-lib/correct-answer-toggle';
import ReactDOM from 'react-dom';
@@ -366,10 +365,8 @@ export class Main extends React.Component {
UNSAFE_componentWillMount() {
if (typeof window !== 'undefined') {
- let MQ = MathQuill.getInterface(3);
-
if (!registered) {
- MQ.registerEmbed('answerBlock', (data) => ({
+ registerEmbed('answerBlock', (data) => ({
htmlString: `
R
@@ -396,18 +393,15 @@ export class Main extends React.Component {
const indexEl = this.root.querySelector(`#${answerId}Index`);
if (el) {
- let MQ = MathQuill.getInterface(3);
const answer = answers[answerId];
- el.textContent = (answer && answer.value) || '';
+ applyStaticMath(el, (answer && answer.value) || '');
if (model.view) {
el.parentElement.parentElement.classList.remove('correct');
el.parentElement.parentElement.classList.remove('incorrect');
}
- MQ.StaticMath(el);
-
indexEl.textContent = 'R';
}
});
@@ -800,18 +794,12 @@ export class Main extends React.Component {
modifiers: [
{
name: 'preventOverflow',
- enabled: true,
- options: {
- boundary: 'viewport',
- mainAxis: false,
- altAxis: true,
- },
+ enabled: false,
},
{
name: 'flip',
enabled: false,
},
-
smartHorizontalPlacementModifier,
],
},
diff --git a/packages/matrix/CHANGELOG.md b/packages/matrix/CHANGELOG.md
index 3e40bc1b4f..6a5ec4faec 100644
--- a/packages/matrix/CHANGELOG.md
+++ b/packages/matrix/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [4.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix@4.1.0-next.0...@pie-element/matrix@4.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix@4.0.0...@pie-element/matrix@4.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/matrix
+
# [3.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix@3.2.0-next.8...@pie-element/matrix@3.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/matrix/configure/CHANGELOG.md b/packages/matrix/configure/CHANGELOG.md
index 63fb210180..bfabd2ce9a 100644
--- a/packages/matrix/configure/CHANGELOG.md
+++ b/packages/matrix/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [3.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-configure@3.1.0-next.0...@pie-element/matrix-configure@3.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-configure@3.0.0...@pie-element/matrix-configure@3.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/matrix-configure
+
# [2.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-configure@2.2.0-next.8...@pie-element/matrix-configure@2.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/matrix/configure/package.json b/packages/matrix/configure/package.json
index 085ea3b188..3d06a0fe7e 100644
--- a/packages/matrix/configure/package.json
+++ b/packages/matrix/configure/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/matrix-configure",
"private": true,
- "version": "3.0.0",
+ "version": "3.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
@@ -12,9 +12,9 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/matrix/controller/CHANGELOG.md b/packages/matrix/controller/CHANGELOG.md
index 84f0df9b56..4005afb682 100644
--- a/packages/matrix/controller/CHANGELOG.md
+++ b/packages/matrix/controller/CHANGELOG.md
@@ -3,138 +3,78 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@1.1.1...@pie-element/matrix-controller@1.2.1) (2025-10-16)
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@3.0.0...@pie-element/matrix-controller@3.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/matrix-controller
+## [1.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@1.1.1...@pie-element/matrix-controller@1.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/matrix-controller
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@1.1.1...@pie-element/matrix-controller@1.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## [1.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@1.0.1...@pie-element/matrix-controller@1.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
# [1.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@1.0.0...@pie-element/matrix-controller@1.1.0) (2025-10-07)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## [1.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.1.2...@pie-element/matrix-controller@1.0.1) (2025-10-02)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
# [1.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.1.2...@pie-element/matrix-controller@1.0.0) (2025-10-01)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## [0.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.1.1...@pie-element/matrix-controller@0.1.2) (2025-06-05)
-
### Bug Fixes
-* add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
-
-
-
-
+- add validation for audio content PD-4123 ([f0ce3f1](https://github.com/pie-framework/pie-elements/commit/f0ce3f19a12fd4cfe2d2159ca4af801d866dc8a9))
## [0.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.1.0...@pie-element/matrix-controller@0.1.1) (2024-10-22)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
# [0.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.14...@pie-element/matrix-controller@0.1.0) (2024-03-28)
-
### Features
-* **matrix:** add required fields functionality PD-3596 ([356233e](https://github.com/pie-framework/pie-elements/commit/356233ea58c9bc1366b706fa6a86305e5d48bb8f))
-
-
-
-
+- **matrix:** add required fields functionality PD-3596 ([356233e](https://github.com/pie-framework/pie-elements/commit/356233ea58c9bc1366b706fa6a86305e5d48bb8f))
## [0.0.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.13...@pie-element/matrix-controller@0.0.14) (2023-05-02)
-
### Bug Fixes
-* **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
-
-
-
-
+- **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
## [0.0.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.12...@pie-element/matrix-controller@0.0.13) (2022-12-07)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## [0.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.7...@pie-element/matrix-controller@0.0.9) (2021-11-11)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## [0.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.7...@pie-element/matrix-controller@0.0.8) (2021-11-11)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## [0.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.5...@pie-element/matrix-controller@0.0.7) (2021-08-05)
-
### Bug Fixes
-* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
-
-
-
-
+- force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
## [0.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/matrix-controller@0.0.2...@pie-element/matrix-controller@0.0.5) (2021-03-03)
**Note:** Version bump only for package @pie-element/matrix-controller
-
-
-
-
## 0.0.2 (2021-02-02)
**Note:** Version bump only for package @pie-element/matrix-controller
diff --git a/packages/matrix/controller/package.json b/packages/matrix/controller/package.json
index 1b129f43f8..a3341166cd 100644
--- a/packages/matrix/controller/package.json
+++ b/packages/matrix/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/matrix-controller",
"private": true,
- "version": "3.0.0",
+ "version": "3.0.2-next.0",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
diff --git a/packages/matrix/package.json b/packages/matrix/package.json
index b4a06f2652..3749354ffc 100644
--- a/packages/matrix/package.json
+++ b/packages/matrix/package.json
@@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
- "version": "4.0.0",
+ "version": "4.1.0-next.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@@ -15,8 +15,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"prop-types": "^15.8.1",
"react": "18.3.1",
diff --git a/packages/multi-trait-rubric/CHANGELOG.md b/packages/multi-trait-rubric/CHANGELOG.md
index a7b7b167de..ead1d1733a 100644
--- a/packages/multi-trait-rubric/CHANGELOG.md
+++ b/packages/multi-trait-rubric/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@8.1.0-next.0...@pie-element/multi-trait-rubric@8.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@8.0.0...@pie-element/multi-trait-rubric@8.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/multi-trait-rubric
+
# [7.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@7.2.0-next.10...@pie-element/multi-trait-rubric@7.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/multi-trait-rubric/configure/CHANGELOG.md b/packages/multi-trait-rubric/configure/CHANGELOG.md
index 535769de84..976cc69954 100644
--- a/packages/multi-trait-rubric/configure/CHANGELOG.md
+++ b/packages/multi-trait-rubric/configure/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@7.1.0-next.0...@pie-element/multi-trait-rubric-configure@7.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [7.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@7.0.0...@pie-element/multi-trait-rubric-configure@7.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-configure
+
# [6.2.0-next.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@6.2.0-next.10...@pie-element/multi-trait-rubric-configure@6.2.0-next.11) (2026-04-27)
### Features
diff --git a/packages/multi-trait-rubric/configure/package.json b/packages/multi-trait-rubric/configure/package.json
index 4b1f63aeac..980de45127 100644
--- a/packages/multi-trait-rubric/configure/package.json
+++ b/packages/multi-trait-rubric/configure/package.json
@@ -1,6 +1,6 @@
{
"name": "@pie-element/multi-trait-rubric-configure",
- "version": "7.0.0",
+ "version": "7.1.0-next.1",
"private": true,
"main": "lib/index.js",
"module": "src/index.js",
@@ -11,10 +11,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/drag": "4.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/drag": "4.0.2",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
diff --git a/packages/multi-trait-rubric/controller/CHANGELOG.md b/packages/multi-trait-rubric/controller/CHANGELOG.md
index 85a68bcd80..4d12cdf463 100644
--- a/packages/multi-trait-rubric/controller/CHANGELOG.md
+++ b/packages/multi-trait-rubric/controller/CHANGELOG.md
@@ -3,1585 +3,901 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@4.1.1...@pie-element/multi-trait-rubric-controller@4.2.1) (2025-10-16)
+## [6.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@6.0.0...@pie-element/multi-trait-rubric-controller@6.0.1) (2026-04-28)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+## [4.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@4.1.1...@pie-element/multi-trait-rubric-controller@4.2.1) (2025-10-16)
-
-
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
# [4.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@4.1.1...@pie-element/multi-trait-rubric-controller@4.2.0) (2025-10-15)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
## [4.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@4.0.1...@pie-element/multi-trait-rubric-controller@4.1.1) (2025-10-10)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@4.0.0...@pie-element/multi-trait-rubric-controller@4.1.0) (2025-10-07)
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.2...@pie-element/multi-trait-rubric-controller@4.0.1) (2025-10-02)
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-# [4.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@4.0.0...@pie-element/multi-trait-rubric-controller@4.1.0) (2025-10-07)
+# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.2...@pie-element/multi-trait-rubric-controller@4.0.0) (2025-10-01)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.1...@pie-element/multi-trait-rubric-controller@3.3.2) (2025-09-30)
+### Bug Fixes
+- add back pie-toolbox PD-5240 ([48b5b59](https://github.com/pie-framework/pie-elements/commit/48b5b5930ef9ecd0cda426867859d7ab6048bfda))
+## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.0...@pie-element/multi-trait-rubric-controller@3.3.1) (2025-09-29)
-## [4.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.2...@pie-element/multi-trait-rubric-controller@4.0.1) (2025-10-02)
+### Bug Fixes
-**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+- add back pie-toolbox PD-5240 ([cdad900](https://github.com/pie-framework/pie-elements/commit/cdad90085b34b16d9fedd742346e651d81474dad))
+# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.9...@pie-element/multi-trait-rubric-controller@3.3.0) (2025-09-25)
+### Bug Fixes
+- conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
+- fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
+- merge develop ([9f997d7](https://github.com/pie-framework/pie-elements/commit/9f997d7a9813bed26b760f14fbf841e373bb0bb8))
+- merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
+- update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
+### Features
-# [4.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.2...@pie-element/multi-trait-rubric-controller@4.0.0) (2025-10-01)
+- split pie-toolbox in ebsr, rubric, multi-trait-rubric, complex-rubric PD-5158 ([314604f](https://github.com/pie-framework/pie-elements/commit/314604fcc9bea9632ca78afd01be0e7516937313))
-**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.8...@pie-element/multi-trait-rubric-controller@3.2.9) (2025-09-11)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
+## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.7...@pie-element/multi-trait-rubric-controller@3.2.8) (2025-09-09)
+### Bug Fixes
-## [3.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.1...@pie-element/multi-trait-rubric-controller@3.3.2) (2025-09-30)
+- update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
+## [3.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.6...@pie-element/multi-trait-rubric-controller@3.2.7) (2025-09-09)
### Bug Fixes
-* add back pie-toolbox PD-5240 ([48b5b59](https://github.com/pie-framework/pie-elements/commit/48b5b5930ef9ecd0cda426867859d7ab6048bfda))
-
-
+- update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
+## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.5...@pie-element/multi-trait-rubric-controller@3.2.6) (2025-09-02)
+### Bug Fixes
-## [3.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.3.0...@pie-element/multi-trait-rubric-controller@3.3.1) (2025-09-29)
+- update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
+## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.4...@pie-element/multi-trait-rubric-controller@3.2.5) (2025-08-15)
### Bug Fixes
-* add back pie-toolbox PD-5240 ([cdad900](https://github.com/pie-framework/pie-elements/commit/cdad90085b34b16d9fedd742346e651d81474dad))
+- PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
+
+## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.3...@pie-element/multi-trait-rubric-controller@3.2.4) (2025-08-14)
+### Bug Fixes
+- update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
+## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.2...@pie-element/multi-trait-rubric-controller@3.2.3) (2025-08-14)
+### Bug Fixes
-# [3.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.9...@pie-element/multi-trait-rubric-controller@3.3.0) (2025-09-25)
+- update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
+## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.1...@pie-element/multi-trait-rubric-controller@3.2.2) (2025-07-25)
### Bug Fixes
-* conflicts ([5c99a5d](https://github.com/pie-framework/pie-elements/commit/5c99a5db49549422ba1e29b6c67f210e688677d8))
-* fix conflicts and update imports ([da74559](https://github.com/pie-framework/pie-elements/commit/da745596bfc0da732cdafdcfee376c84fde3cdc6))
-* merge develop ([9f997d7](https://github.com/pie-framework/pie-elements/commit/9f997d7a9813bed26b760f14fbf841e373bb0bb8))
-* merge develop ([b5ec752](https://github.com/pie-framework/pie-elements/commit/b5ec752f6fedc576449c277308499bc853244544))
-* update pie-lib/pie-toolbox PD-5196 ([d525b88](https://github.com/pie-framework/pie-elements/commit/d525b888f16fcc2ac115c8e699ca6f249db27406))
+- refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
+- update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
+## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.0...@pie-element/multi-trait-rubric-controller@3.2.1) (2025-07-22)
-### Features
+### Bug Fixes
-* split pie-toolbox in ebsr, rubric, multi-trait-rubric, complex-rubric PD-5158 ([314604f](https://github.com/pie-framework/pie-elements/commit/314604fcc9bea9632ca78afd01be0e7516937313))
+- update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
+# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.10...@pie-element/multi-trait-rubric-controller@3.2.0) (2025-07-18)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
+### Features
-## [3.2.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.8...@pie-element/multi-trait-rubric-controller@3.2.9) (2025-09-11)
+- update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
+- update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
+## [3.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.9...@pie-element/multi-trait-rubric-controller@3.1.10) (2025-06-27)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5198, PD-5187 ([f04a94c](https://github.com/pie-framework/pie-elements/commit/f04a94c62a29d77fcb17b473b7de1022ad65eeb4))
+- update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
+
+## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.8...@pie-element/multi-trait-rubric-controller@3.1.9) (2025-06-25)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
+## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.7...@pie-element/multi-trait-rubric-controller@3.1.8) (2025-06-19)
+### Bug Fixes
-## [3.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.7...@pie-element/multi-trait-rubric-controller@3.2.8) (2025-09-09)
+- update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
+## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.6...@pie-element/multi-trait-rubric-controller@3.1.7) (2025-06-05)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5196 ([29ec1c8](https://github.com/pie-framework/pie-elements/commit/29ec1c80dd278b534751f3944445b91d5f9524a5))
+- update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
+- update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
+- update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
+- update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
+## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.5...@pie-element/multi-trait-rubric-controller@3.1.6) (2025-05-22)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
+- update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
+## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.4...@pie-element/multi-trait-rubric-controller@3.1.5) (2025-05-12)
-## [3.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.6...@pie-element/multi-trait-rubric-controller@3.2.7) (2025-09-09)
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
+## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.3...@pie-element/multi-trait-rubric-controller@3.1.4) (2025-04-29)
### Bug Fixes
-* update pie-lib/pie-toolboox PD-5181, PD-5187, PD-4580, PD-5198 ([9fa09cd](https://github.com/pie-framework/pie-elements/commit/9fa09cdb29fe43e292e6f3fba2b88561d8deceab))
+- update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
+- update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
+## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.2...@pie-element/multi-trait-rubric-controller@3.1.3) (2025-04-18)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
+## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.1...@pie-element/multi-trait-rubric-controller@3.1.2) (2025-04-17)
-## [3.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.5...@pie-element/multi-trait-rubric-controller@3.2.6) (2025-09-02)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
+
+## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.0...@pie-element/multi-trait-rubric-controller@3.1.1) (2025-04-10)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4579, PD-4430 ([277d2a6](https://github.com/pie-framework/pie-elements/commit/277d2a6bad2fc884ab9d980f71774ba9eca8dbb5))
+- update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
+
+# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.28...@pie-element/multi-trait-rubric-controller@3.1.0) (2025-04-01)
+### Features
+- update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
+## [3.0.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.27...@pie-element/multi-trait-rubric-controller@3.0.28) (2025-03-27)
+### Bug Fixes
-## [3.2.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.4...@pie-element/multi-trait-rubric-controller@3.2.5) (2025-08-15)
+- update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
+## [3.0.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.26...@pie-element/multi-trait-rubric-controller@3.0.27) (2025-03-21)
### Bug Fixes
-* PD-5084 ([78bd9ca](https://github.com/pie-framework/pie-elements/commit/78bd9ca1540c3968ddd36e0ff5cc4ac095865250))
+- update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
+
+## [3.0.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.25...@pie-element/multi-trait-rubric-controller@3.0.26) (2025-03-14)
+### Bug Fixes
+- update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
+## [3.0.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.24...@pie-element/multi-trait-rubric-controller@3.0.25) (2025-03-13)
+### Bug Fixes
-## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.3...@pie-element/multi-trait-rubric-controller@3.2.4) (2025-08-14)
+- update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
+## [3.0.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.23...@pie-element/multi-trait-rubric-controller@3.0.24) (2025-03-03)
### Bug Fixes
-* update pie-lib/pie-toolboxPD-5147, PD-4579, PD-5084, PD-4918 ([ff9ec92](https://github.com/pie-framework/pie-elements/commit/ff9ec92eb659a1664729aaae54eedf3b87f6a96a))
+- update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
+## [3.0.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.22...@pie-element/multi-trait-rubric-controller@3.0.23) (2025-02-27)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+## [3.0.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.21...@pie-element/multi-trait-rubric-controller@3.0.22) (2025-02-19)
-## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.2...@pie-element/multi-trait-rubric-controller@3.2.3) (2025-08-14)
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
+## [3.0.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.20...@pie-element/multi-trait-rubric-controller@3.0.21) (2025-02-14)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5147 ([484432f](https://github.com/pie-framework/pie-elements/commit/484432fd824ebe403e8f4302f6b8cf4d026dacb5))
+- update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
+
+## [3.0.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.19...@pie-element/multi-trait-rubric-controller@3.0.20) (2025-02-12)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
+## [3.0.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.18...@pie-element/multi-trait-rubric-controller@3.0.19) (2025-02-06)
+### Bug Fixes
-## [3.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.1...@pie-element/multi-trait-rubric-controller@3.2.2) (2025-07-25)
+- update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
+## [3.0.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.17...@pie-element/multi-trait-rubric-controller@3.0.18) (2025-01-27)
### Bug Fixes
-* refactor PD-5132, update pie-lib/pie-toolbox PD-3797 ([7434408](https://github.com/pie-framework/pie-elements/commit/7434408416a883fd680eec13fe1109711fd7e6b5))
-* update pie-lib/pie-toolbox PD-4885, PD-5131 ([4b9859c](https://github.com/pie-framework/pie-elements/commit/4b9859c919a1a7cc8e29d6168a91cd1f7d1aafd1))
+- update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
+
+## [3.0.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.16...@pie-element/multi-trait-rubric-controller@3.0.17) (2025-01-27)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
+## [3.0.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.15...@pie-element/multi-trait-rubric-controller@3.0.16) (2025-01-22)
+### Bug Fixes
-## [3.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.2.0...@pie-element/multi-trait-rubric-controller@3.2.1) (2025-07-22)
+- update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
+## [3.0.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.14...@pie-element/multi-trait-rubric-controller@3.0.15) (2025-01-22)
### Bug Fixes
-* update pie-toolbox PD-4885 ([a6d439e](https://github.com/pie-framework/pie-elements/commit/a6d439e49a0082f3d5e8bf46cc73c69d1d0ae311))
+- replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
+
+## [3.0.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.13...@pie-element/multi-trait-rubric-controller@3.0.14) (2025-01-06)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
+## [3.0.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.12...@pie-element/multi-trait-rubric-controller@3.0.13) (2024-12-20)
+### Bug Fixes
-# [3.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.10...@pie-element/multi-trait-rubric-controller@3.2.0) (2025-07-18)
+- update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
+## [3.0.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.11...@pie-element/multi-trait-rubric-controller@3.0.12) (2024-12-10)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
+- update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
+## [3.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.10...@pie-element/multi-trait-rubric-controller@3.0.11) (2024-12-05)
-### Features
+### Bug Fixes
+
+- update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
-* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
-* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
+## [3.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.9...@pie-element/multi-trait-rubric-controller@3.0.10) (2024-11-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
+## [3.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.8...@pie-element/multi-trait-rubric-controller@3.0.9) (2024-11-15)
+### Bug Fixes
-## [3.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.9...@pie-element/multi-trait-rubric-controller@3.1.10) (2025-06-27)
+- update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
+## [3.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.7...@pie-element/multi-trait-rubric-controller@3.0.8) (2024-11-01)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5064 ([f61face](https://github.com/pie-framework/pie-elements/commit/f61face71312f0a4e46a16a646aa616b9d4ed8eb))
+- update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
+- update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
+- update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
+
+## [3.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.6...@pie-element/multi-trait-rubric-controller@3.0.7) (2024-10-29)
+### Bug Fixes
+- fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
+## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.5...@pie-element/multi-trait-rubric-controller@3.0.6) (2024-10-28)
+### Bug Fixes
-## [3.1.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.8...@pie-element/multi-trait-rubric-controller@3.1.9) (2025-06-25)
+- update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
+## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.4...@pie-element/multi-trait-rubric-controller@3.0.5) (2024-10-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5059 ([d6f2203](https://github.com/pie-framework/pie-elements/commit/d6f22032dcfb049ce7aeb496f94456fdd06d4139))
+- update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
+
+## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.3...@pie-element/multi-trait-rubric-controller@3.0.4) (2024-10-15)
+### Bug Fixes
+- added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
+- added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
+- reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
+- update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
+- update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
+- update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
+## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.2...@pie-element/multi-trait-rubric-controller@3.0.3) (2024-10-03)
+### Bug Fixes
-## [3.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.7...@pie-element/multi-trait-rubric-controller@3.1.8) (2025-06-19)
+- update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
+## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.1...@pie-element/multi-trait-rubric-controller@3.0.2) (2024-10-01)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-5076, PD-5063, PD-4832, PD-5059 ([16201a3](https://github.com/pie-framework/pie-elements/commit/16201a35183965fabd033bbf797ef3b438d69a85))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
+## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.0...@pie-element/multi-trait-rubric-controller@3.0.1) (2024-09-26)
+### Bug Fixes
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
+# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.6...@pie-element/multi-trait-rubric-controller@3.0.0) (2024-09-25)
-## [3.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.6...@pie-element/multi-trait-rubric-controller@3.1.7) (2025-06-05)
+### Bug Fixes
+- update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
+- update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
-### Bug Fixes
+### Features
-* update pie-lib pie-toolbox PD-3756 and revert changes for PD-4810 ([1e3030b](https://github.com/pie-framework/pie-elements/commit/1e3030bfdb13d0cce7b54ce0e9a109446c5ec2a2))
-* update pie-lib-pie-toolbox PD-4810 ([6c81afc](https://github.com/pie-framework/pie-elements/commit/6c81afc6a8ad41e001bafb0bd1563164e9f32a10))
-* update pie-lib-pie-toolbox PD-4810 ([0f9dd82](https://github.com/pie-framework/pie-elements/commit/0f9dd827c474e87770fd3bd146d870dd77d296df))
-* update pie-lib/pie-toolbox PD-4888, PD-3542, PD-4873, PD-4679 ([9c3bdef](https://github.com/pie-framework/pie-elements/commit/9c3bdef1b68f128ecc6338ef74f25fb74c482aa6))
+- update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
+### BREAKING CHANGES
+- big refactoring on the implementation of math-rendering-accessible
+## [2.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.5...@pie-element/multi-trait-rubric-controller@2.18.6) (2024-09-16)
+### Bug Fixes
-## [3.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.5...@pie-element/multi-trait-rubric-controller@3.1.6) (2025-05-22)
+- update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
+## [2.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.4...@pie-element/multi-trait-rubric-controller@2.18.5) (2024-09-16)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4555, PD-4561 ([a7c878c](https://github.com/pie-framework/pie-elements/commit/a7c878cc1c1440bc0f72acb8ca3ef2a023023066))
-* update pie-lib/pie-toolbox PD-5009, PD-5002 ([9d5d7a3](https://github.com/pie-framework/pie-elements/commit/9d5d7a31ea06b568c346008aee2557dfd2e9a796))
+- experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
+- experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
+- experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
+- update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
+## [2.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.3...@pie-element/multi-trait-rubric-controller@2.18.4) (2024-09-10)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
+## [2.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.2...@pie-element/multi-trait-rubric-controller@2.18.3) (2024-09-10)
-## [3.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.4...@pie-element/multi-trait-rubric-controller@3.1.5) (2025-05-12)
+### Bug Fixes
+- update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
-### Bug Fixes
+## [2.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.1...@pie-element/multi-trait-rubric-controller@2.18.2) (2024-08-29)
-* update pie-lib/pie-toolbox PD-4977 ([1f864de](https://github.com/pie-framework/pie-elements/commit/1f864de43661adf716578caf4657c4c0a0384556))
+### Bug Fixes
+- trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
+## [2.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.0...@pie-element/multi-trait-rubric-controller@2.18.1) (2024-08-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
-## [3.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.3...@pie-element/multi-trait-rubric-controller@3.1.4) (2025-04-29)
+# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.3...@pie-element/multi-trait-rubric-controller@2.18.0) (2024-08-27)
+### Features
-### Bug Fixes
+- update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
-* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
-* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
+## [2.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.2...@pie-element/multi-trait-rubric-controller@2.17.3) (2024-08-22)
+### Bug Fixes
+- update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
+## [2.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.1...@pie-element/multi-trait-rubric-controller@2.17.2) (2024-08-19)
+### Bug Fixes
-## [3.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.2...@pie-element/multi-trait-rubric-controller@3.1.3) (2025-04-18)
+- update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
+## [2.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.0...@pie-element/multi-trait-rubric-controller@2.17.1) (2024-08-06)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([cf4c095](https://github.com/pie-framework/pie-elements/commit/cf4c095f21a2e9bdf74ce5a419ad5fc8d0d7f6ca))
+- update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
+# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.16.0...@pie-element/multi-trait-rubric-controller@2.17.0) (2024-08-06)
+### Features
+- update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
+# [2.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.6...@pie-element/multi-trait-rubric-controller@2.16.0) (2024-07-26)
-## [3.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.1...@pie-element/multi-trait-rubric-controller@3.1.2) (2025-04-17)
+### Features
+
+- update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
+- update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
+## [2.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.5...@pie-element/multi-trait-rubric-controller@2.15.6) (2024-07-19)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4967 ([0901bff](https://github.com/pie-framework/pie-elements/commit/0901bff14ea3398cf3930d7e41809a4d9dde0ccd))
+- udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
+## [2.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.4...@pie-element/multi-trait-rubric-controller@2.15.5) (2024-07-17)
+### Bug Fixes
+- udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
+## [2.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.3...@pie-element/multi-trait-rubric-controller@2.15.4) (2024-07-16)
-## [3.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.1.0...@pie-element/multi-trait-rubric-controller@3.1.1) (2025-04-10)
+### Bug Fixes
+- udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
+
+## [2.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.2...@pie-element/multi-trait-rubric-controller@2.15.3) (2024-07-10)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4765, PD-4947 ([56312ea](https://github.com/pie-framework/pie-elements/commit/56312ea13151cc7e5d026a112fb7d86d320e4799))
+- update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
+## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.1...@pie-element/multi-trait-rubric-controller@2.15.2) (2024-07-04)
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.0...@pie-element/multi-trait-rubric-controller@2.15.1) (2024-06-26)
+### Bug Fixes
-# [3.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.28...@pie-element/multi-trait-rubric-controller@3.1.0) (2025-04-01)
+- update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
+# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.14.0...@pie-element/multi-trait-rubric-controller@2.15.0) (2024-06-24)
### Features
-* update pie-lib/pie-toolbox PD-4938 ([4d89e6e](https://github.com/pie-framework/pie-elements/commit/4d89e6ef28c75b344b6669562f99057359bff794))
-
-
+- update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
+# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.13.0...@pie-element/multi-trait-rubric-controller@2.14.0) (2024-06-24)
+### Features
-## [3.0.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.27...@pie-element/multi-trait-rubric-controller@3.0.28) (2025-03-27)
+- update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
+# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.12.0...@pie-element/multi-trait-rubric-controller@2.13.0) (2024-06-19)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4895, PD-4093, PD-4888 ([7e6f1c5](https://github.com/pie-framework/pie-elements/commit/7e6f1c5d7bd0832f62ec8f048e04bcdbfe426779))
+- update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
+### Features
+- update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
+# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.11.2...@pie-element/multi-trait-rubric-controller@2.12.0) (2024-06-13)
+### Features
-## [3.0.27](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.26...@pie-element/multi-trait-rubric-controller@3.0.27) (2025-03-21)
+- update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
+## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.11.1...@pie-element/multi-trait-rubric-controller@2.11.2) (2024-06-13)
### Bug Fixes
-* update pie-toolbox PD-4917 ([03f3dab](https://github.com/pie-framework/pie-elements/commit/03f3dab963e2c5a55c8e44c472eaf00053bd111c))
+- update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
+## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.11.0...@pie-element/multi-trait-rubric-controller@2.11.1) (2024-06-13)
+### Bug Fixes
+- update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
+# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.10.1...@pie-element/multi-trait-rubric-controller@2.11.0) (2024-06-03)
-## [3.0.26](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.25...@pie-element/multi-trait-rubric-controller@3.0.26) (2025-03-14)
+### Features
+- update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
+
+## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.10.0...@pie-element/multi-trait-rubric-controller@2.10.1) (2024-06-03)
### Bug Fixes
-* update Recharts to latest stable version PD-4900 and revert PD-4093 in pie-lib/pie-toolbox ([60b5d7c](https://github.com/pie-framework/pie-elements/commit/60b5d7c799ac4457495a77c4f7d93e3fece1476e))
+- update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
+
+# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.6...@pie-element/multi-trait-rubric-controller@2.10.0) (2024-05-27)
+### Features
+- update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
+## [2.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.5...@pie-element/multi-trait-rubric-controller@2.9.6) (2024-05-27)
+### Bug Fixes
-## [3.0.25](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.24...@pie-element/multi-trait-rubric-controller@3.0.25) (2025-03-13)
+- update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
+## [2.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.4...@pie-element/multi-trait-rubric-controller@2.9.5) (2024-05-14)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4872, PD-4093, PD-4588, PD-4812, PD-4867 ([2386fb5](https://github.com/pie-framework/pie-elements/commit/2386fb5f84cadb42305ab5a0e6248bd2b2279e0a))
+- update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
+
+## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.3...@pie-element/multi-trait-rubric-controller@2.9.4) (2024-05-13)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
+## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.2...@pie-element/multi-trait-rubric-controller@2.9.3) (2024-05-07)
+### Bug Fixes
-## [3.0.24](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.23...@pie-element/multi-trait-rubric-controller@3.0.24) (2025-03-03)
+- update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
+## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.1...@pie-element/multi-trait-rubric-controller@2.9.2) (2024-05-03)
### Bug Fixes
-* update pie-lib pie-toolbox PD-4795 ([c0bc482](https://github.com/pie-framework/pie-elements/commit/c0bc48285a67aaaf6f4b81057ced62bc57ee978d))
+- update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
+## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.0...@pie-element/multi-trait-rubric-controller@2.9.1) (2024-04-29)
+### Bug Fixes
+- update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
+# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.8.1...@pie-element/multi-trait-rubric-controller@2.9.0) (2024-04-22)
-## [3.0.23](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.22...@pie-element/multi-trait-rubric-controller@3.0.23) (2025-02-27)
+### Features
+
+- update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
+## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.8.0...@pie-element/multi-trait-rubric-controller@2.8.1) (2024-04-22)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4820, PD-4766 ([7ccdb40](https://github.com/pie-framework/pie-elements/commit/7ccdb405614f1c310efe530d97c46fe324c0a669))
+- update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
+
+# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.7.1...@pie-element/multi-trait-rubric-controller@2.8.0) (2024-04-18)
+### Features
+- update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
+## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.7.0...@pie-element/multi-trait-rubric-controller@2.7.1) (2024-04-01)
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-## [3.0.22](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.21...@pie-element/multi-trait-rubric-controller@3.0.22) (2025-02-19)
+# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.6.0...@pie-element/multi-trait-rubric-controller@2.7.0) (2024-04-01)
+### Features
-### Bug Fixes
+- **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
-* update pie-lib/pie-toolbox PD-4168, PD-4723 ([921f1bf](https://github.com/pie-framework/pie-elements/commit/921f1bfff211979c859821bb15c369327cfacdf7))
+# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.4...@pie-element/multi-trait-rubric-controller@2.6.0) (2024-04-01)
+### Features
+- update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
+## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.3...@pie-element/multi-trait-rubric-controller@2.5.4) (2024-03-28)
+### Bug Fixes
-## [3.0.21](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.20...@pie-element/multi-trait-rubric-controller@3.0.21) (2025-02-14)
+- update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
+## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.2...@pie-element/multi-trait-rubric-controller@2.5.3) (2024-03-27)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4801 ([194e2d7](https://github.com/pie-framework/pie-elements/commit/194e2d7e86a02887ffe03e13c062f8d98d543fd9))
+- add back changes for PD-1870, that were reverted in previous version ([0cad3b8](https://github.com/pie-framework/pie-elements/commit/0cad3b8f29a123e34098b865190e57b92fbf5ecc))
+## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.1...@pie-element/multi-trait-rubric-controller@2.5.2) (2024-03-27)
+### Bug Fixes
+- revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
+## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.0...@pie-element/multi-trait-rubric-controller@2.5.1) (2024-03-26)
-## [3.0.20](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.19...@pie-element/multi-trait-rubric-controller@3.0.20) (2025-02-12)
+**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
+# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.4.0...@pie-element/multi-trait-rubric-controller@2.5.0) (2024-03-20)
### Bug Fixes
-* update pie-lib/pie-toolbox PD-4717 ([4bc5bea](https://github.com/pie-framework/pie-elements/commit/4bc5beafe3c04efe64809ff95c5863a6142cbb02))
+- updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
+### Features
+- updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
+- use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
+# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.3.2...@pie-element/multi-trait-rubric-controller@2.4.0) (2024-03-15)
+### Features
-## [3.0.19](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.18...@pie-element/multi-trait-rubric-controller@3.0.19) (2025-02-06)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4753, PD-4618, PD-4641 ([f73f2be](https://github.com/pie-framework/pie-elements/commit/f73f2bec76321a677fff71e575d19c0f2e5b1d9c))
-
-
-
-
-
-## [3.0.18](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.17...@pie-element/multi-trait-rubric-controller@3.0.18) (2025-01-27)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3995, PD-4679 ([87dadfa](https://github.com/pie-framework/pie-elements/commit/87dadfacfae3b06690edaf0b3c4a5ea09981b153))
-
-
-
-
-
-## [3.0.17](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.16...@pie-element/multi-trait-rubric-controller@3.0.17) (2025-01-27)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4688, PD-4589, PD-4616 ([754480c](https://github.com/pie-framework/pie-elements/commit/754480c6c747fa9123d374df0287a644c8376939))
-
-
-
-
-
-## [3.0.16](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.15...@pie-element/multi-trait-rubric-controller@3.0.16) (2025-01-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4452, PD-3872, PD-4689, PD-4704, PD-4588, PD-4698, PD-4618 ([a97329c](https://github.com/pie-framework/pie-elements/commit/a97329cf73619a3a5aae8d492edb8d6e5c5730df))
-
-
-
-
-
-## [3.0.15](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.14...@pie-element/multi-trait-rubric-controller@3.0.15) (2025-01-22)
-
-
-### Bug Fixes
-
-* replace mra package with mr, includes accessibility PD-4527 ([c83bd43](https://github.com/pie-framework/pie-elements/commit/c83bd438d3a0e94d524c04364fddd3a8edc8876e))
-
-
-
-
-
-## [3.0.14](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.13...@pie-element/multi-trait-rubric-controller@3.0.14) (2025-01-06)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4555, PD-4660, PD-4426, PD-4607, PD-4394, PD-4521 ([e4928b4](https://github.com/pie-framework/pie-elements/commit/e4928b4f9ac268a892b382045f76ae4eac6b458e))
-
-
-
-
-
-## [3.0.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.12...@pie-element/multi-trait-rubric-controller@3.0.13) (2024-12-20)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, PD-4362, PD-4618 ([c213141](https://github.com/pie-framework/pie-elements/commit/c2131410e19605093ca77afb8234b31708db01b1))
-
-
-
-
-
-## [3.0.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.11...@pie-element/multi-trait-rubric-controller@3.0.12) (2024-12-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4388, PD-4548 ([0e7dad4](https://github.com/pie-framework/pie-elements/commit/0e7dad48f541e7c5c10212e58c6ae846c60be93c))
-
-
-
-
-
-## [3.0.11](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.10...@pie-element/multi-trait-rubric-controller@3.0.11) (2024-12-05)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4393, PD-4388, PD-4550, PD-4394, PD-4165 ([afafda4](https://github.com/pie-framework/pie-elements/commit/afafda4a504ecae6e4c85a45817b7f73a4b81244))
-
-
-
-
-
-## [3.0.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.9...@pie-element/multi-trait-rubric-controller@3.0.10) (2024-11-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4387, PD-4388 ([0416caf](https://github.com/pie-framework/pie-elements/commit/0416caf1188a62367a893c1e2bcfd138303c1d6d))
-
-
-
-
-
-## [3.0.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.8...@pie-element/multi-trait-rubric-controller@3.0.9) (2024-11-15)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4401, PD-4441, PD-4319, PD-4394, PD-3687 ([f1f0af3](https://github.com/pie-framework/pie-elements/commit/f1f0af31f3c6fba54ca3a378dea3b8b32d8ebb87))
-
-
-
-
-
-## [3.0.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.7...@pie-element/multi-trait-rubric-controller@3.0.8) (2024-11-01)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4361 ([0ed2a71](https://github.com/pie-framework/pie-elements/commit/0ed2a7156d3fef55b9c25ab9c60d0df836b86ee5))
-* update pie-lib/pie-toolbox PD-4319, PD-1460, PD-4004 ([db03ac7](https://github.com/pie-framework/pie-elements/commit/db03ac7473960cedef2c83c79920e77db06f605d))
-* update pie-lib/pie-toolbox PD-4372 ([dc73470](https://github.com/pie-framework/pie-elements/commit/dc734705a6aefa0f69eb29d3d695c57e31671ab8))
-
-
-
-
-
-## [3.0.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.6...@pie-element/multi-trait-rubric-controller@3.0.7) (2024-10-29)
-
-
-### Bug Fixes
-
-* fixed all tests after updating pie-toolbox [PD-1460] ([9f5293d](https://github.com/pie-framework/pie-elements/commit/9f5293d618edc06f69fabb27a042ec5eee66e151))
-
-
-
-
-
-## [3.0.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.5...@pie-element/multi-trait-rubric-controller@3.0.6) (2024-10-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4322, PD-4215, PD-4209 ([08eac95](https://github.com/pie-framework/pie-elements/commit/08eac95fd3e1a79b420fbc88cd0c7436ba284c3c))
-
-
-
-
-
-## [3.0.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.4...@pie-element/multi-trait-rubric-controller@3.0.5) (2024-10-22)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-4220, PD-4194, PD-4201, PD-4189, PD-4193, PD-4018, PD-4187 ([47b14fb](https://github.com/pie-framework/pie-elements/commit/47b14fbd80a04494511bc0ae44196b4e0175f0bb))
-
-
-
-
-
-## [3.0.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.3...@pie-element/multi-trait-rubric-controller@3.0.4) (2024-10-15)
-
-
-### Bug Fixes
-
-* added complexjs as dependency [PD-4200] ([da393d5](https://github.com/pie-framework/pie-elements/commit/da393d5ae8ef52f17b47ccf32967410a9263180e))
-* added resolutions in controller as well [PD-4200] ([020edc5](https://github.com/pie-framework/pie-elements/commit/020edc5f0bb5de6bf8f344efd0a3b9b0b16b9dc7))
-* reverting changes since the issue is fixed in the latest complex.js [PD-4200] ([42c9f21](https://github.com/pie-framework/pie-elements/commit/42c9f216c4d29b051156489beb43fa7093667eb7))
-* update pie toolbox ([ba98798](https://github.com/pie-framework/pie-elements/commit/ba987984ebc2f856950611874436cf148a9a3963))
-* update pie-lib/pie-toolbox PD-4200 ([a41a620](https://github.com/pie-framework/pie-elements/commit/a41a62036afe6aa8ef70493900c08875cff8eec2))
-* update pie-lib/pie-toolbox PD-4241 ([b24d439](https://github.com/pie-framework/pie-elements/commit/b24d43945457792d403d0da62ce3e4b5b898ca46))
-
-
-
-
-
-## [3.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.2...@pie-element/multi-trait-rubric-controller@3.0.3) (2024-10-03)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module PD-4018 ([2d60730](https://github.com/pie-framework/pie-elements/commit/2d60730eb6c3ade08e522c58218cff2f6cb496cb))
-
-
-
-
-
-## [3.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.1...@pie-element/multi-trait-rubric-controller@3.0.2) (2024-10-01)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([ddb9d44](https://github.com/pie-framework/pie-elements/commit/ddb9d444243b881b3a468ecfb5bab551511a2495))
-
-
-
-
-
-## [3.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@3.0.0...@pie-element/multi-trait-rubric-controller@3.0.1) (2024-09-26)
-
-
-### Bug Fixes
-
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([c363be4](https://github.com/pie-framework/pie-elements/commit/c363be48f9428024d4acc1eed05cd598840ffe3a))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([fe83296](https://github.com/pie-framework/pie-elements/commit/fe83296445f9785e67c9643642221b28b4485921))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([321147b](https://github.com/pie-framework/pie-elements/commit/321147b4072f2a6200d155f7f09c712960fe078c))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([d3e24e8](https://github.com/pie-framework/pie-elements/commit/d3e24e83d74e93f0720eff8841ebac1d0493b769))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([a3dd8d6](https://github.com/pie-framework/pie-elements/commit/a3dd8d65a754acadd95134ee825b769355a08a45))
-
-
-
-
-
-# [3.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.6...@pie-element/multi-trait-rubric-controller@3.0.0) (2024-09-25)
-
-
-### Bug Fixes
-
-* update math-rendering-accessible ([a5588cf](https://github.com/pie-framework/pie-elements/commit/a5588cfdccb40e970e93736dea60de4b01f1a85d))
-* update pie-toolbox and @pie-lib/pie-toolbox-module ([8fa1e13](https://github.com/pie-framework/pie-elements/commit/8fa1e132d97ccc92093e789e4349610c2be21edb))
-
-
-### Features
-
-* update math-rendering-accessible PD-3989, PD-4103, PD-3865 ([01590fe](https://github.com/pie-framework/pie-elements/commit/01590fe0f6ac36d14983cc144ef03f9cff397dfc))
-
-
-### BREAKING CHANGES
-
-* big refactoring on the implementation of math-rendering-accessible
-
-
-
-
-
-## [2.18.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.5...@pie-element/multi-trait-rubric-controller@2.18.6) (2024-09-16)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4061, PD-4021 ([ef8e3d0](https://github.com/pie-framework/pie-elements/commit/ef8e3d0d5fca4ca57c89c7c8ef8e74ec5600551e))
-
-
-
-
-
-## [2.18.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.4...@pie-element/multi-trait-rubric-controller@2.18.5) (2024-09-16)
-
-
-### Bug Fixes
-
-* experiment with mra ([d62f2b4](https://github.com/pie-framework/pie-elements/commit/d62f2b4526eeda1f90d3660d97bf278ac1ae72da))
-* experiment with mra ([d9487a5](https://github.com/pie-framework/pie-elements/commit/d9487a5394c9b71bb7d7d69a836ed629ae13f7b1))
-* experiment with mra ([a2e933c](https://github.com/pie-framework/pie-elements/commit/a2e933cd27bb052046e245672d3e01cb5ba1b518))
-* update pie-lib/pie-toolbox PD-4027, PD-4042,PD-4039, PD-4073 ([68306be](https://github.com/pie-framework/pie-elements/commit/68306be02254a6019916637fd9b75427cae1c0ed))
-
-
-
-
-
-## [2.18.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.3...@pie-element/multi-trait-rubric-controller@2.18.4) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3652, PD-2451 ([8a00529](https://github.com/pie-framework/pie-elements/commit/8a00529f67a8e27e78e4c16de5d04e11ec8c4d16))
-
-
-
-
-
-## [2.18.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.2...@pie-element/multi-trait-rubric-controller@2.18.3) (2024-09-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox: ability to disable table and lists PD-4065 ([49f1ce4](https://github.com/pie-framework/pie-elements/commit/49f1ce4000bc45d0eb8032f6538c0c780940a503))
-
-
-
-
-
-## [2.18.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.1...@pie-element/multi-trait-rubric-controller@2.18.2) (2024-08-29)
-
-
-### Bug Fixes
-
-* trigger build PD-4052 ([24783c4](https://github.com/pie-framework/pie-elements/commit/24783c43a97db9c9a2b665f2c784ccd4ce8511ca))
-
-
-
-
-
-## [2.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.18.0...@pie-element/multi-trait-rubric-controller@2.18.1) (2024-08-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-4052 ([ebbbe2d](https://github.com/pie-framework/pie-elements/commit/ebbbe2dc584829abe8f1b4d6e8a9031e27f30dce))
-
-
-
-
-
-# [2.18.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.3...@pie-element/multi-trait-rubric-controller@2.18.0) (2024-08-27)
-
-
-### Features
-
-* update pie-lib PD-4026, PD-3990 ([395d7d7](https://github.com/pie-framework/pie-elements/commit/395d7d779caae57a810cc19c1d676319d1c19ded))
-
-
-
-
-
-## [2.17.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.2...@pie-element/multi-trait-rubric-controller@2.17.3) (2024-08-22)
-
-
-### Bug Fixes
-
-* update pie-lib PD-4021 ([07d6e85](https://github.com/pie-framework/pie-elements/commit/07d6e8560ddfe25f95dfbafc2d3155b93eb85404))
-
-
-
-
-
-## [2.17.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.1...@pie-element/multi-trait-rubric-controller@2.17.2) (2024-08-19)
-
-
-### Bug Fixes
-
-* update pie-lib PD-3855, PD-3841 ([29ed50e](https://github.com/pie-framework/pie-elements/commit/29ed50ec75c3deedfe765f776dc24a6ecd6af284))
-
-
-
-
-
-## [2.17.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.17.0...@pie-element/multi-trait-rubric-controller@2.17.1) (2024-08-06)
-
-
-### Bug Fixes
-
-* update pie-lib ([6ed3619](https://github.com/pie-framework/pie-elements/commit/6ed3619e0c670165ab45518e5bdbb40586c5adf8))
-
-
-
-
-
-# [2.17.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.16.0...@pie-element/multi-trait-rubric-controller@2.17.0) (2024-08-06)
-
-
-### Features
-
-* update pie-lib PD-3996, PD-3792, Pd-3791, PD-3841, PD-3956, PD-3569, PD-3855 ([6343d1b](https://github.com/pie-framework/pie-elements/commit/6343d1b00c5a4a3d88de70ed13a8aa5c1a43002d))
-
-
-
-
-
-# [2.16.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.6...@pie-element/multi-trait-rubric-controller@2.16.0) (2024-07-26)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2451, PD-3950, PD-3845 ([278d705](https://github.com/pie-framework/pie-elements/commit/278d7052dc7c17796ba196a2e397739e2e882b7f))
-* update pie-lib/pie-toolbox PD-3944, PD-3946, Pd-2450 ([ac34d93](https://github.com/pie-framework/pie-elements/commit/ac34d93fcc97e79cacddcd38c7509f3c96b69976))
-
-
-
-
-
-## [2.15.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.5...@pie-element/multi-trait-rubric-controller@2.15.6) (2024-07-19)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox to revert PD-3630 ([7858313](https://github.com/pie-framework/pie-elements/commit/785831349bb7830a3df8f35971958ebf616527f3))
-
-
-
-
-
-## [2.15.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.4...@pie-element/multi-trait-rubric-controller@2.15.5) (2024-07-17)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3945, PD-3627 ([c37e8aa](https://github.com/pie-framework/pie-elements/commit/c37e8aaa6c7e561707a2ed9ec76deb313380c6ba))
-
-
-
-
-
-## [2.15.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.3...@pie-element/multi-trait-rubric-controller@2.15.4) (2024-07-16)
-
-
-### Bug Fixes
-
-* udate pie-lib/pie-toolbox PD-3622, PD-3627, PD-3629, PD-3630, PD-3631 ([1e50c85](https://github.com/pie-framework/pie-elements/commit/1e50c859e2b5133e1ff9ef81f4169e49e76d9e4b))
-
-
-
-
-
-## [2.15.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.2...@pie-element/multi-trait-rubric-controller@2.15.3) (2024-07-10)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3799, PD-3924, PD-3878 ([2f276fb](https://github.com/pie-framework/pie-elements/commit/2f276fb29f121005cecd81459469ff9f5a06740d))
-
-
-
-
-
-## [2.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.1...@pie-element/multi-trait-rubric-controller@2.15.2) (2024-07-04)
-
-**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
-
-## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.15.0...@pie-element/multi-trait-rubric-controller@2.15.1) (2024-06-26)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3028, PD-3773 ([61bc47c](https://github.com/pie-framework/pie-elements/commit/61bc47c18d2becea321f18462f5cd486db0115e1))
-
-
-
-
-
-# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.14.0...@pie-element/multi-trait-rubric-controller@2.15.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3868, PD-3771, PD-3772, PD-3775 ([4475c65](https://github.com/pie-framework/pie-elements/commit/4475c658be5489a0f66be27af24e01c03b32b294))
-
-
-
-
-
-# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.13.0...@pie-element/multi-trait-rubric-controller@2.14.0) (2024-06-24)
-
-
-### Features
-
-* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
-
-
-
-
-
-# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.12.0...@pie-element/multi-trait-rubric-controller@2.13.0) (2024-06-19)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox fix build ([75777e1](https://github.com/pie-framework/pie-elements/commit/75777e189786cb9041bd0d2f843c023a1ea5b8b1))
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3179, PD-3206, PD-3186, PD-1311, PD-3771, PD-3772, PD-3817 ([14e175c](https://github.com/pie-framework/pie-elements/commit/14e175cd62770ab4d7ba8bf83e6d0c9ad683f595))
-
-
-
-
-
-# [2.12.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.11.2...@pie-element/multi-trait-rubric-controller@2.12.0) (2024-06-13)
-
-
-### Features
-
-* update pie-toolbox PD-3735 ([7a38768](https://github.com/pie-framework/pie-elements/commit/7a38768b320640de853e90e137082e141ee4ad1f))
-
-
-
-
-
-## [2.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.11.1...@pie-element/multi-trait-rubric-controller@2.11.2) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3180, PD-3391 ([f888f35](https://github.com/pie-framework/pie-elements/commit/f888f350468fca91379d4216c9c696c30695add3))
-
-
-
-
-
-## [2.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.11.0...@pie-element/multi-trait-rubric-controller@2.11.1) (2024-06-13)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3839 ([dcdc0bf](https://github.com/pie-framework/pie-elements/commit/dcdc0bf9a7cc341d257de831e87915fb9425e4a2))
-
-
-
-
-
-# [2.11.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.10.1...@pie-element/multi-trait-rubric-controller@2.11.0) (2024-06-03)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3733, PD-2455 ([a507dcb](https://github.com/pie-framework/pie-elements/commit/a507dcb30bf2de72614aaba8ee576edf0c953d05))
-
-
-
-
-
-## [2.10.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.10.0...@pie-element/multi-trait-rubric-controller@2.10.1) (2024-06-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3788, PD-1273 ([f4b6aba](https://github.com/pie-framework/pie-elements/commit/f4b6aba5c741fbf6305dba71bf47d2226f39f2ee))
-
-
-
-
-
-# [2.10.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.6...@pie-element/multi-trait-rubric-controller@2.10.0) (2024-05-27)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3736, PD-3734, PD-2488 ([3c44f06](https://github.com/pie-framework/pie-elements/commit/3c44f06d96e609246acde257a8223dc16192c2c4))
-
-
-
-
-
-## [2.9.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.5...@pie-element/multi-trait-rubric-controller@2.9.6) (2024-05-27)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3740, PD-2126 ([5573a4e](https://github.com/pie-framework/pie-elements/commit/5573a4e2f4524839525679df319bb92c7c841916))
-
-
-
-
-
-## [2.9.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.4...@pie-element/multi-trait-rubric-controller@2.9.5) (2024-05-14)
-
-
-### Bug Fixes
-
-* update pie-toolbox PD-3640 ([707c240](https://github.com/pie-framework/pie-elements/commit/707c24031bc0cb05bb070605d4bc27384334eaac))
-
-
-
-
-
-## [2.9.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.3...@pie-element/multi-trait-rubric-controller@2.9.4) (2024-05-13)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3650, PD-3651, PD-3621, PD-3620, PD-2127,PD-3709, PD-3726, PD-3191 ([2ef6881](https://github.com/pie-framework/pie-elements/commit/2ef688118b9099c7338cbe88afcdeed228fae11e))
-
-
-
-
-
-## [2.9.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.2...@pie-element/multi-trait-rubric-controller@2.9.3) (2024-05-07)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3731 ([2b5d6c9](https://github.com/pie-framework/pie-elements/commit/2b5d6c932280981a0fd636bcb30d7fbc181ac311))
-
-
-
-
-
-## [2.9.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.1...@pie-element/multi-trait-rubric-controller@2.9.2) (2024-05-03)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3537, PD-3538, PD-3539, PD-3540,PD-3680 ([d9cb471](https://github.com/pie-framework/pie-elements/commit/d9cb47148a8fec71d5de29f2cf2b92ec7b479470))
-
-
-
-
-
-## [2.9.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.9.0...@pie-element/multi-trait-rubric-controller@2.9.1) (2024-04-29)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3683, PD-3644 ([73734c5](https://github.com/pie-framework/pie-elements/commit/73734c50a1e4fcda6be4f67c725816d75aea222f))
-
-
-
-
-
-# [2.9.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.8.1...@pie-element/multi-trait-rubric-controller@2.9.0) (2024-04-22)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-2449 ([2a0b40a](https://github.com/pie-framework/pie-elements/commit/2a0b40a826f0338b5eda2e8301f79870be3d0073))
-
-
-
-
-
-## [2.8.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.8.0...@pie-element/multi-trait-rubric-controller@2.8.1) (2024-04-22)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3644, PD-3673 ([5e28ce0](https://github.com/pie-framework/pie-elements/commit/5e28ce0dab4a7ecd93ef7bba45ddb20f768b450b))
-
-
-
-
-
-# [2.8.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.7.1...@pie-element/multi-trait-rubric-controller@2.8.0) (2024-04-18)
-
-
-### Features
-
-* update pie-lib/pie-toolbox SC-30530, SC-30682, PD-3607, PD-3655 ([f08bccf](https://github.com/pie-framework/pie-elements/commit/f08bccf86fcb430e75e410116b000b3affc252c0))
-
-
-
-
-
-## [2.7.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.7.0...@pie-element/multi-trait-rubric-controller@2.7.1) (2024-04-01)
-
-**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
-
-# [2.7.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.6.0...@pie-element/multi-trait-rubric-controller@2.7.0) (2024-04-01)
-
-
-### Features
-
-* **inline-dropdown:** upgrade pie-toolbox PD-2465 ([828d1c1](https://github.com/pie-framework/pie-elements/commit/828d1c1bc9e9221c1e141baaa8f89a4929ad0eb9))
-
-
-
-
-
-# [2.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.4...@pie-element/multi-trait-rubric-controller@2.6.0) (2024-04-01)
-
-
-### Features
-
-* update pie-lib/pie-toolbox PD-3567, PD-3426 ([2a706d7](https://github.com/pie-framework/pie-elements/commit/2a706d799bb000c60b7a77a790de9dc66345ebf5))
-
-
-
-
-
-## [2.5.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.3...@pie-element/multi-trait-rubric-controller@2.5.4) (2024-03-28)
-
-
-### Bug Fixes
-
-* update pie-lib/pie-toolbox PD-3603 ([8fc82ab](https://github.com/pie-framework/pie-elements/commit/8fc82ab19baf45aecb40e4b364a7c307a9840130))
-
-
-
-
-
-## [2.5.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.2...@pie-element/multi-trait-rubric-controller@2.5.3) (2024-03-27)
-
-
-### Bug Fixes
-
-* add back changes for PD-1870, that were reverted in previous version ([0cad3b8](https://github.com/pie-framework/pie-elements/commit/0cad3b8f29a123e34098b865190e57b92fbf5ecc))
-
-
-
-
-
-## [2.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.1...@pie-element/multi-trait-rubric-controller@2.5.2) (2024-03-27)
-
-
-### Bug Fixes
-
-* revert changes made for PD-1870, we'll add them back later ([3e7e73e](https://github.com/pie-framework/pie-elements/commit/3e7e73ecc31de0ae16c59163bad95b6d7a02bb37))
-
-
-
-
-
-## [2.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.5.0...@pie-element/multi-trait-rubric-controller@2.5.1) (2024-03-26)
-
-**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
-
-# [2.5.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.4.0...@pie-element/multi-trait-rubric-controller@2.5.0) (2024-03-20)
-
-
-### Bug Fixes
-
-* updated pie-lib/pie-toolbox SC-28500 ([a8e4e6a](https://github.com/pie-framework/pie-elements/commit/a8e4e6ab27584435ce7ac3e964ccac2747402777))
-
-
-### Features
-
-* updated pie-lib/pie-toolbox SC-27890 and reverted once again math-rendering-accessible ([fd312e1](https://github.com/pie-framework/pie-elements/commit/fd312e1336999893025231946649496d290883e4))
-* use math-rendering-accessible everywhere PD-1870 ([d52e660](https://github.com/pie-framework/pie-elements/commit/d52e6607ad8847d704bd9cb9b7e3107c130f0500))
-
-
-
-
-
-# [2.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.3.2...@pie-element/multi-trait-rubric-controller@2.4.0) (2024-03-15)
-
-
-### Features
-
-* update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
-
-
-
-
+- update pie-lib/pie-toolbox SC-27890,PD-2461 ([13d94fa](https://github.com/pie-framework/pie-elements/commit/13d94faaf0cf9cf923bbc64587cdd4202154ea33))
## [2.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.3.1...@pie-element/multi-trait-rubric-controller@2.3.2) (2024-03-13)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3549 ([b5d7d13](https://github.com/pie-framework/pie-elements/commit/b5d7d1352169cc67eaedcd56898a5806b0a8812a))
## [2.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.3.0...@pie-element/multi-trait-rubric-controller@2.3.1) (2024-03-12)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3509, PD-3465 ([b1745aa](https://github.com/pie-framework/pie-elements/commit/b1745aa981722b5561aab1f4495ac81ac7bc4155))
# [2.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.2.2...@pie-element/multi-trait-rubric-controller@2.3.0) (2024-03-04)
-
### Features
-* update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
-
-
-
-
+- update pie-lib/pie-toolbox version PD-1870 and PD-3501 ([8df1d8d](https://github.com/pie-framework/pie-elements/commit/8df1d8d281a0d6023d5a9c0e6fdd29fea71b6ac1))
## [2.2.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.2.1...@pie-element/multi-trait-rubric-controller@2.2.2) (2024-02-20)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
-* update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3372, PD-3385, PD-3439 ([a79d800](https://github.com/pie-framework/pie-elements/commit/a79d800bb69af0d175793bc737282100168c4c60))
+- update pie-lib/pie-toolbox PD-3455 ([4ff9971](https://github.com/pie-framework/pie-elements/commit/4ff9971e65b680aea180c94f9e85cab7249af2fb))
## [2.2.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.2.0...@pie-element/multi-trait-rubric-controller@2.2.1) (2024-02-14)
-
### Bug Fixes
-* pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
-* update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
-
-
-
-
+- pie-lib/pie-toolbox with slate updates ([a8f8707](https://github.com/pie-framework/pie-elements/commit/a8f8707b2c197c2b40fb6632cee0ba4c27aa9aa4))
+- update pie-lib/pie-toolbox ([cec328c](https://github.com/pie-framework/pie-elements/commit/cec328caf5b69d9fee00473c502aed62d6e27462))
# [2.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.8...@pie-element/multi-trait-rubric-controller@2.2.0) (2024-02-09)
-
### Features
-* update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
-
-
-
-
+- update pie-toolbox version SC-28868 ([5745f50](https://github.com/pie-framework/pie-elements/commit/5745f502c89d730e72d4cdb83e96c9465a81ae19))
## [2.1.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.7...@pie-element/multi-trait-rubric-controller@2.1.8) (2024-02-07)
-
### Bug Fixes
-* update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
-
-
-
-
+- update pie-toolbox version PD-3423 ([053ad69](https://github.com/pie-framework/pie-elements/commit/053ad690619980bce68b1b44e51975fcf91054ec))
## [2.1.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.6...@pie-element/multi-trait-rubric-controller@2.1.7) (2024-01-24)
-
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
-
-
-
-
+- update to pie-lib/pie-toolbox 1.5.7 PD-3404 ([eae668d](https://github.com/pie-framework/pie-elements/commit/eae668d980ef4731af5eceb3e70329b7621a232b))
## [2.1.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.5...@pie-element/multi-trait-rubric-controller@2.1.6) (2024-01-24)
-
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
-
-
-
-
+- update to pie-lib/pie-toolbox 1.5.6 to fix issue introduced by fix for PD-3392 ([8d0a33f](https://github.com/pie-framework/pie-elements/commit/8d0a33f51a5ebe442eb824749cb419bf23c44d28))
## [2.1.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.4...@pie-element/multi-trait-rubric-controller@2.1.5) (2024-01-23)
-
### Bug Fixes
-* update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
-* update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
-
-
-
-
+- update to pie-lib/pie-toolbox 1.5.4 for PD-3387, PD-3384, PD-3383, PD-3392 ([2278f9a](https://github.com/pie-framework/pie-elements/commit/2278f9a3fdf1bc89ab590f240d926a857339179e))
+- update to pie-lib/pie-toolbox 1.5.5 for PD-3392 ([d4286e0](https://github.com/pie-framework/pie-elements/commit/d4286e08a060a73e6de098f87173baaaa88cc997))
## [2.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.3...@pie-element/multi-trait-rubric-controller@2.1.4) (2024-01-15)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3366, PD-3367, PD-3381 ([8c9d35f](https://github.com/pie-framework/pie-elements/commit/8c9d35ff6f0dad1a161d6a2dba203a169169e562))
## [2.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.2...@pie-element/multi-trait-rubric-controller@2.1.3) (2024-01-08)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
-* update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
-* update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
-
-
-
-
+- update pie-lib/pie-toolbox PD-2068, PD-2060 ([b63f783](https://github.com/pie-framework/pie-elements/commit/b63f78371452e265f31f721dcfa5f8ba9789089c))
+- update pie-lib/pie-toolbox PD-3352 ([c40c326](https://github.com/pie-framework/pie-elements/commit/c40c326209315b57ce8da802b8e00616256e3bd6))
+- update pie-lib/pie-toolbox SC-27396, SC-27398 ([658a553](https://github.com/pie-framework/pie-elements/commit/658a55358181271b508f7d550467eefadcd71544))
## [2.1.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.1...@pie-element/multi-trait-rubric-controller@2.1.2) (2024-01-08)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3352,PD-3348, PD-3296 ([48b1952](https://github.com/pie-framework/pie-elements/commit/48b1952831835ead598b692abb3d492ec9adb564))
## [2.1.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.1.0...@pie-element/multi-trait-rubric-controller@2.1.1) (2024-01-04)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
-* update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
-
-
-
-
+- update pie-lib/pie-toolbox PD-2068, PD-2060 ([e918850](https://github.com/pie-framework/pie-elements/commit/e9188502ffeaefe41bf0f23895d4bb2daf839364))
+- update pie-lib/pie-toolbox PD-3037 ([b2f689a](https://github.com/pie-framework/pie-elements/commit/b2f689a416c2c39d7ed423a22db02dd32415ba82))
# [2.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.0.3...@pie-element/multi-trait-rubric-controller@2.1.0) (2023-12-19)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
-* **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
-* **multi-trait-rubric:** use markupToText from utils PD-3260 ([24a785b](https://github.com/pie-framework/pie-elements/commit/24a785b8cca686bd032d2006be58c1de16ff195e))
-
+- update pie-lib/pie-toolbox PD-2068 ([34eccd5](https://github.com/pie-framework/pie-elements/commit/34eccd52c44259eddf3e2b816b00b82f83bc2bf8))
+- **complex-rubric:** add comments, delete logs PD-3260 ([e3991c6](https://github.com/pie-framework/pie-elements/commit/e3991c6c09a2b1f4815d3b2216b32f073e5cbf3c))
+- **multi-trait-rubric:** use markupToText from utils PD-3260 ([24a785b](https://github.com/pie-framework/pie-elements/commit/24a785b8cca686bd032d2006be58c1de16ff195e))
### Features
-* update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
-* update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
-
-
-
-
+- update pie-lib/pie-toolbox PD-2555 ([86d4fd9](https://github.com/pie-framework/pie-elements/commit/86d4fd909180dd1fcbc446bd8b29c23af21a1c69))
+- update pie-lib/pie-toolbox PD-3307, PD-2067, PD-3271, PD-3041, PD-2068 ([2eabcbd](https://github.com/pie-framework/pie-elements/commit/2eabcbd036e318bb24552f4140ca7384ad865951))
## [2.0.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.0.2...@pie-element/multi-trait-rubric-controller@2.0.3) (2023-11-27)
-
### Bug Fixes
-* update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
-
-
-
-
+- update pie-lib ([74283d7](https://github.com/pie-framework/pie-elements/commit/74283d71b12ab9c82875ce995368e5e39f4face6))
## [2.0.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.0.1...@pie-element/multi-trait-rubric-controller@2.0.2) (2023-11-27)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
-* update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
-
-
-
-
+- update pie-lib/pie-toolbox PD-597 ([1ec84aa](https://github.com/pie-framework/pie-elements/commit/1ec84aadae515088ef65b99f780a5e5dca516f99))
+- update pie-libs PD-2996 ([cd092c6](https://github.com/pie-framework/pie-elements/commit/cd092c6b5c4db91645394cd23febc1f9a07f46f9))
## [2.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@2.0.0...@pie-element/multi-trait-rubric-controller@2.0.1) (2023-11-09)
-
### Bug Fixes
-* update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
-
-
-
-
+- update pie-lib/pie-toolbox PD-3221, PD-3249, PD-2765 ([9de1563](https://github.com/pie-framework/pie-elements/commit/9de1563d636983c3ddceee0279c0709d396d4f96))
# [2.0.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.4.0...@pie-element/multi-trait-rubric-controller@2.0.0) (2023-11-07)
-
### Bug Fixes
-* update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
-* update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
-* update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
-* update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
-
+- update pie-lib version to fix imports for pie-lib/pie-toolbox/editable-html ([a90cbf6](https://github.com/pie-framework/pie-elements/commit/a90cbf6be81824e7266df23c2dc49b259337c1b6))
+- update pie-lib/pie-toolbox version ([212cbfa](https://github.com/pie-framework/pie-elements/commit/212cbfad27b29f0b1b2a3706ba82f6fb59147001))
+- update pie-lib/pie-toolbox version ([b791e10](https://github.com/pie-framework/pie-elements/commit/b791e10857928766e2d73c6aa80b3fb50fd1afac))
+- update pie-lib/pie-toolbox version ([7f64f9f](https://github.com/pie-framework/pie-elements/commit/7f64f9f2b874fd08bd8f6f05c1c4292c34ac6338))
### Code Refactoring
-* replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
-
+- replaced all pie-lib packages with the new pie-toolbox package that contains all of them. ([073d7e5](https://github.com/pie-framework/pie-elements/commit/073d7e5175f7a73069f09d2ceda799682acce494))
### BREAKING CHANGES
-* using pie-lib/pie-toolbox now, instead of any other pie-lib package.
-
-
-
-
+- using pie-lib/pie-toolbox now, instead of any other pie-lib package.
# [1.4.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.3.5...@pie-element/multi-trait-rubric-controller@1.4.0) (2023-07-06)
-
### Bug Fixes
-* **multi-trait-rubric:** fix conflicts ([52f3c3d](https://github.com/pie-framework/pie-elements/commit/52f3c3d87cca681094c1475085dce9f0cf395030))
-* updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
-
+- **multi-trait-rubric:** fix conflicts ([52f3c3d](https://github.com/pie-framework/pie-elements/commit/52f3c3d87cca681094c1475085dce9f0cf395030))
+- updated editable-html dependent packages for PD-2150 ([ffa6297](https://github.com/pie-framework/pie-elements/commit/ffa62977a9e329c1e12ea1dfcb2af4ba4c993bca))
### Features
-* **multi-trait-rubric:** PD-2872-add validations in controller ([8d31062](https://github.com/pie-framework/pie-elements/commit/8d31062f539455d22382ed07e13a97fd93c5847b))
-* **multi-trait-rubric:** PD-2872-call imported method without this ([567372f](https://github.com/pie-framework/pie-elements/commit/567372f5806c0e0a54fc31727f20ce97369538e7))
-* **multi-trait-rubric:** PD-2872-ui part of validations ([bba8c0c](https://github.com/pie-framework/pie-elements/commit/bba8c0cd410cb1968c5f144c97aded00624cece2))
-* **multi-trait-rubric:** solve review observations ([b4aef59](https://github.com/pie-framework/pie-elements/commit/b4aef594a59c80530b3049cc30754eef905982ed))
-
-
-
-
+- **multi-trait-rubric:** PD-2872-add validations in controller ([8d31062](https://github.com/pie-framework/pie-elements/commit/8d31062f539455d22382ed07e13a97fd93c5847b))
+- **multi-trait-rubric:** PD-2872-call imported method without this ([567372f](https://github.com/pie-framework/pie-elements/commit/567372f5806c0e0a54fc31727f20ce97369538e7))
+- **multi-trait-rubric:** PD-2872-ui part of validations ([bba8c0c](https://github.com/pie-framework/pie-elements/commit/bba8c0cd410cb1968c5f144c97aded00624cece2))
+- **multi-trait-rubric:** solve review observations ([b4aef59](https://github.com/pie-framework/pie-elements/commit/b4aef594a59c80530b3049cc30754eef905982ed))
## [1.3.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.3.4...@pie-element/multi-trait-rubric-controller@1.3.5) (2023-06-13)
-
### Bug Fixes
-* **multi-trait-rubric:** use the first scale trait label only if defaultTraitLabel is not defined PD-2869 ([87cf86f](https://github.com/pie-framework/pie-elements/commit/87cf86fe29d4cf6dbcbed800dd009b590b82fbf7))
-
-
-
-
+- **multi-trait-rubric:** use the first scale trait label only if defaultTraitLabel is not defined PD-2869 ([87cf86f](https://github.com/pie-framework/pie-elements/commit/87cf86fe29d4cf6dbcbed800dd009b590b82fbf7))
## [1.3.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.3.3...@pie-element/multi-trait-rubric-controller@1.3.4) (2023-05-02)
-
### Bug Fixes
-* update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
-* **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
-
-
-
-
+- update pie-libs (fix eslint problems PD-2732) ([3fa630e](https://github.com/pie-framework/pie-elements/commit/3fa630eb96b116cb685ab58fbf216fb572d1c333))
+- **pie-elements:** avoid logs pbs and add fragments as containers ([b4bd2b7](https://github.com/pie-framework/pie-elements/commit/b4bd2b7f994d7affdac443bd486047e5a629b763))
## [1.3.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.3.2...@pie-element/multi-trait-rubric-controller@1.3.3) (2023-04-25)
-
### Bug Fixes
-* update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
-
-
-
-
+- update pie-libs PD-2762 ([7ac4313](https://github.com/pie-framework/pie-elements/commit/7ac431346b822fe3bbb0d13375f044f6ce1f426b))
## [1.3.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.3.1...@pie-element/multi-trait-rubric-controller@1.3.2) (2023-03-30)
-
### Bug Fixes
-* revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
-
-
-
-
+- revert adding pie-lib/rubric and remove its usage from controller ([2e58a35](https://github.com/pie-framework/pie-elements/commit/2e58a35e3490f4c002c82206eec3b74b215f3e57))
## [1.3.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.3.0...@pie-element/multi-trait-rubric-controller@1.3.1) (2023-03-30)
-
### Bug Fixes
-* add dependencies ([4156132](https://github.com/pie-framework/pie-elements/commit/415613209380f7bc613b1ae7908586bbe43e32bf))
-
-
-
-
+- add dependencies ([4156132](https://github.com/pie-framework/pie-elements/commit/415613209380f7bc613b1ae7908586bbe43e32bf))
# [1.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.13...@pie-element/multi-trait-rubric-controller@1.3.0) (2023-02-01)
-
### Features
-* update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
-
-
-
-
+- update pie-libs ([0af590d](https://github.com/pie-framework/pie-elements/commit/0af590d624f4b2c0af58039e935531cef52e2a86))
## [1.2.13](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.12...@pie-element/multi-trait-rubric-controller@1.2.13) (2023-01-17)
-
### Bug Fixes
-* **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
-
-
-
-
+- **multi-trait-rubric:** fix validation bugs, update documentation. Fixed match docs typo PD-2427 ([26d598e](https://github.com/pie-framework/pie-elements/commit/26d598e7a32d50ed176d566605bb6b4ebdc07a2c))
## [1.2.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.11...@pie-element/multi-trait-rubric-controller@1.2.12) (2022-12-07)
-
### Bug Fixes
-* update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
-
-
-
-
+- update libs ([441f403](https://github.com/pie-framework/pie-elements/commit/441f403870b7bec0d61fab58b8d93dbe0ead4c32))
## [1.2.8](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.6...@pie-element/multi-trait-rubric-controller@1.2.8) (2021-11-11)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
## [1.2.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.6...@pie-element/multi-trait-rubric-controller@1.2.7) (2021-11-11)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
## [1.2.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.4...@pie-element/multi-trait-rubric-controller@1.2.6) (2021-08-05)
-
### Bug Fixes
-* force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
-
-
-
-
+- force bump ([5ea7295](https://github.com/pie-framework/pie-elements/commit/5ea7295e4755fbc492a76e7ec69e5fc35b196919))
## [1.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.3...@pie-element/multi-trait-rubric-controller@1.2.4) (2021-06-29)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
## [1.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.2.0...@pie-element/multi-trait-rubric-controller@1.2.3) (2021-03-03)
**Note:** Version bump only for package @pie-element/multi-trait-rubric-controller
-
-
-
-
# [1.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-controller@1.1.0...@pie-element/multi-trait-rubric-controller@1.2.0) (2021-03-03)
-
### Features
-* Updated design. Moved exclude zero at item level. Added ability to toggle from Settings Panel: level tag input, description, standards, visibility to student, half scoring, score labels, drag and drop. Added Actionable List. BREAKING CHANGE: moved exclude zero at item level (from scale level) ([c8bb906](https://github.com/pie-framework/pie-elements/commit/c8bb9064712aae057b74dceba5928a19054b27eb))
-
-
-
-
+- Updated design. Moved exclude zero at item level. Added ability to toggle from Settings Panel: level tag input, description, standards, visibility to student, half scoring, score labels, drag and drop. Added Actionable List. BREAKING CHANGE: moved exclude zero at item level (from scale level) ([c8bb906](https://github.com/pie-framework/pie-elements/commit/c8bb9064712aae057b74dceba5928a19054b27eb))
# 1.1.0 (2021-02-02)
-
### Features
-* Added showStandards configuration setting. Added halfScoring and visibleToStudent. ([db993ca](https://github.com/pie-framework/pie-elements/commit/db993ca))
-* multi-trait-rubric (No authoring yet) ([dc01b01](https://github.com/pie-framework/pie-elements/commit/dc01b01))
+- Added showStandards configuration setting. Added halfScoring and visibleToStudent. ([db993ca](https://github.com/pie-framework/pie-elements/commit/db993ca))
+- multi-trait-rubric (No authoring yet) ([dc01b01](https://github.com/pie-framework/pie-elements/commit/dc01b01))
diff --git a/packages/multi-trait-rubric/controller/package.json b/packages/multi-trait-rubric/controller/package.json
index 36d0f0b244..259994734c 100644
--- a/packages/multi-trait-rubric/controller/package.json
+++ b/packages/multi-trait-rubric/controller/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/multi-trait-rubric-controller",
"private": true,
- "version": "6.0.0",
+ "version": "6.0.2-next.0",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
diff --git a/packages/multi-trait-rubric/package.json b/packages/multi-trait-rubric/package.json
index fb5c66301a..1b2f966183 100644
--- a/packages/multi-trait-rubric/package.json
+++ b/packages/multi-trait-rubric/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/multi-trait-rubric",
"repository": "pie-framework/pie-elements",
- "version": "8.0.0",
+ "version": "8.1.0-next.1",
"publishConfig": {
"access": "public"
},
@@ -11,8 +11,8 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
"clsx": "^1.1.1",
"prop-types": "^15.6.1",
"react": "18.3.1",
diff --git a/packages/multiple-choice/CHANGELOG.md b/packages/multiple-choice/CHANGELOG.md
index 0cbf1d6113..e18ea048f0 100644
--- a/packages/multiple-choice/CHANGELOG.md
+++ b/packages/multiple-choice/CHANGELOG.md
@@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [13.2.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@13.2.0-next.0...@pie-element/multiple-choice@13.2.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+- fixed tests [PIE-439] ([aef44f6](https://github.com/pie-framework/pie-elements/commit/aef44f686c0d69c83f3fe464509092d68b32cbc1))
+- make sure initial changes to the model are applied to what is needed [PIE-439] ([892a3cc](https://github.com/pie-framework/pie-elements/commit/892a3cc4c6f0b37cb65f42cfdd9a9a01db447aed))
+
+# [13.1.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@13.0.1...@pie-element/multiple-choice@13.1.0) (2026-05-04)
+
+### Features
+
+- **multiple-choice / ebsr:** handle logic for player heading attributes PIE-153 PIE-154 ([3530ce6](https://github.com/pie-framework/pie-elements/commit/3530ce6e6bad9f032ceb7c774cfdc66a43c1f252))
+
+## [13.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@13.0.0...@pie-element/multiple-choice@13.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/multiple-choice
+
# [12.2.0-next.12](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice@12.2.0-next.11...@pie-element/multiple-choice@12.2.0-next.12) (2026-04-27)
### Features
diff --git a/packages/multiple-choice/configure/CHANGELOG.md b/packages/multiple-choice/configure/CHANGELOG.md
index 0fa4681caa..fe26981708 100644
--- a/packages/multiple-choice/configure/CHANGELOG.md
+++ b/packages/multiple-choice/configure/CHANGELOG.md
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [10.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@10.1.0-next.0...@pie-element/multiple-choice-configure@10.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+- fixed tests [PIE-439] ([aef44f6](https://github.com/pie-framework/pie-elements/commit/aef44f686c0d69c83f3fe464509092d68b32cbc1))
+- make sure initial changes to the model are applied to what is needed [PIE-439] ([892a3cc](https://github.com/pie-framework/pie-elements/commit/892a3cc4c6f0b37cb65f42cfdd9a9a01db447aed))
+
+## [10.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@10.0.0...@pie-element/multiple-choice-configure@10.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/multiple-choice-configure
+
# [9.2.0-next.9](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-configure@9.2.0-next.8...@pie-element/multiple-choice-configure@9.2.0-next.9) (2026-04-27)
### Features
diff --git a/packages/multiple-choice/configure/package.json b/packages/multiple-choice/configure/package.json
index 154b875bb6..3a83fcdb5e 100644
--- a/packages/multiple-choice/configure/package.json
+++ b/packages/multiple-choice/configure/package.json
@@ -1,6 +1,6 @@
{
"name": "@pie-element/multiple-choice-configure",
- "version": "10.0.0",
+ "version": "10.1.0-next.1",
"private": true,
"main": "lib/index.js",
"module": "src/index.js",
@@ -10,9 +10,9 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-configure-events": "^1.3.0",
- "@pie-lib/config-ui": "13.0.0",
- "@pie-lib/editable-html-tip-tap": "2.0.0",
- "@pie-lib/render-ui": "6.0.0",
+ "@pie-lib/config-ui": "13.0.3",
+ "@pie-lib/editable-html-tip-tap": "2.1.1",
+ "@pie-lib/render-ui": "6.1.0",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.8.1",
diff --git a/packages/multiple-choice/configure/src/__tests__/root.test.jsx b/packages/multiple-choice/configure/src/__tests__/root.test.jsx
index 4a22453b33..b54ab2b662 100644
--- a/packages/multiple-choice/configure/src/__tests__/root.test.jsx
+++ b/packages/multiple-choice/configure/src/__tests__/root.test.jsx
@@ -127,7 +127,6 @@ describe('Main', () => {
instance.onRemoveChoice(0);
expect(onModelChanged).toBeCalledWith({
- ...initialModel,
choices: initialModel.choices.slice(1),
});
});
@@ -165,7 +164,6 @@ describe('Main', () => {
instance.onAddChoice();
expect(onModelChanged).toBeCalledWith({
- ...initialModel,
choices: [
...initialModel.choices,
{
@@ -203,7 +201,6 @@ describe('Main', () => {
newChoices[1].correct = true;
expect(onModelChanged).toBeCalledWith({
- ...initialModel,
choices: newChoices,
});
});
@@ -227,7 +224,6 @@ describe('Main', () => {
instance.onChoiceChanged(1, choice);
expect(onModelChanged).toBeCalledWith({
- ...newModel,
choices: [
{
correct: false,
@@ -259,7 +255,6 @@ describe('Main', () => {
instance.onPromptChanged('New Prompt');
expect(onModelChanged).toBeCalledWith({
- ...initialModel,
prompt: 'New Prompt',
});
});
@@ -271,7 +266,6 @@ describe('Main', () => {
instance.onTeacherInstructionsChanged('New Teacher Instructions');
expect(onModelChanged).toBeCalledWith({
- ...initialModel,
teacherInstructions: 'New Teacher Instructions',
});
});
@@ -296,8 +290,6 @@ describe('Main', () => {
expect(onModelChanged).toBeCalledWith(
{
- ...initialModel,
- choiceMode: 'radio',
choices: expectedChoices,
},
true,
diff --git a/packages/multiple-choice/configure/src/index.js b/packages/multiple-choice/configure/src/index.js
index baf9ec04ae..358e83ab79 100644
--- a/packages/multiple-choice/configure/src/index.js
+++ b/packages/multiple-choice/configure/src/index.js
@@ -137,7 +137,10 @@ export default class MultipleChoice extends HTMLElement {
}
onModelChanged(m, reset) {
- this._model = m;
+ this._model = {
+ ...this._model,
+ ...m,
+ };
this._render();
this.dispatchModelUpdated(reset);
diff --git a/packages/multiple-choice/configure/src/main.jsx b/packages/multiple-choice/configure/src/main.jsx
index 7c9b684d5d..273356fb11 100644
--- a/packages/multiple-choice/configure/src/main.jsx
+++ b/packages/multiple-choice/configure/src/main.jsx
@@ -381,7 +381,9 @@ export class Main extends React.Component {
}
model.choices.splice(index, 1);
- onModelChanged(model);
+ onModelChanged({
+ choices: model.choices,
+ });
};
onAddChoice = () => {
@@ -407,7 +409,9 @@ export class Main extends React.Component {
feedback: { type: 'none' },
});
- onModelChanged(model);
+ onModelChanged({
+ choices: model.choices,
+ });
};
onChoiceChanged = (index, choice) => {
@@ -418,19 +422,19 @@ export class Main extends React.Component {
}
model.choices.splice(index, 1, choice);
- onModelChanged(model);
+ onModelChanged({
+ choices: model.choices,
+ });
};
onPromptChanged = (prompt) => {
this.props.onModelChanged({
- ...this.props.model,
prompt,
});
};
onTeacherInstructionsChanged = (teacherInstructions) => {
this.props.onModelChanged({
- ...this.props.model,
teacherInstructions,
});
};
@@ -460,7 +464,9 @@ export class Main extends React.Component {
});
}
- onModelChanged(model, true);
+ onModelChanged({
+ choices: model.choices,
+ }, true);
break;
}
diff --git a/packages/multiple-choice/controller/CHANGELOG.md b/packages/multiple-choice/controller/CHANGELOG.md
index 6a7fe0e99a..2717b7cc7a 100644
--- a/packages/multiple-choice/controller/CHANGELOG.md
+++ b/packages/multiple-choice/controller/CHANGELOG.md
@@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [8.1.0-next.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@8.1.0-next.0...@pie-element/multiple-choice-controller@8.1.0-next.1) (2026-05-06)
+
+### Bug Fixes
+
+- bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519, PIE-216 ([932fc12](https://github.com/pie-framework/pie-elements/commit/932fc12557ba56a737cee005be898d54d5e590ef))
+
+## [8.0.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@8.0.0...@pie-element/multiple-choice-controller@8.0.1) (2026-04-28)
+
+**Note:** Version bump only for package @pie-element/multiple-choice-controller
+
# [7.2.0-next.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multiple-choice-controller@7.2.0-next.1...@pie-element/multiple-choice-controller@7.2.0-next.2) (2026-04-27)
### Features
diff --git a/packages/multiple-choice/controller/package.json b/packages/multiple-choice/controller/package.json
index 2ce4e02314..2a9e246d21 100644
--- a/packages/multiple-choice/controller/package.json
+++ b/packages/multiple-choice/controller/package.json
@@ -1,14 +1,14 @@
{
"name": "@pie-element/multiple-choice-controller",
"private": true,
- "version": "8.0.0",
+ "version": "8.1.0-next.1",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"author": "",
"license": "ISC",
"dependencies": {
- "@pie-lib/controller-utils": "2.0.0",
+ "@pie-lib/controller-utils": "2.0.2",
"debug": "^4.1.1",
"lodash-es": "^4.17.23"
}
diff --git a/packages/multiple-choice/package.json b/packages/multiple-choice/package.json
index 8a3059807b..c6eb60ad69 100644
--- a/packages/multiple-choice/package.json
+++ b/packages/multiple-choice/package.json
@@ -1,7 +1,7 @@
{
"name": "@pie-element/multiple-choice",
"repository": "pie-framework/pie-elements",
- "version": "13.0.0",
+ "version": "13.2.0-next.1",
"publishConfig": {
"access": "public"
},
@@ -11,10 +11,10 @@
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@pie-framework/pie-player-events": "^0.1.0",
- "@pie-lib/correct-answer-toggle": "4.0.0",
- "@pie-lib/math-rendering": "5.0.0",
- "@pie-lib/render-ui": "6.0.0",
- "@pie-lib/translator": "4.0.0",
+ "@pie-lib/correct-answer-toggle": "4.0.2",
+ "@pie-lib/math-rendering": "5.0.2",
+ "@pie-lib/render-ui": "6.1.0",
+ "@pie-lib/translator": "4.0.2",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
diff --git a/packages/multiple-choice/src/choice-input.jsx b/packages/multiple-choice/src/choice-input.jsx
index b305daa387..6b78a59078 100644
--- a/packages/multiple-choice/src/choice-input.jsx
+++ b/packages/multiple-choice/src/choice-input.jsx
@@ -346,7 +346,7 @@ export class ChoiceInput extends React.Component {
) : (
<>
{screenReaderLabel}
-
+
>
);
diff --git a/packages/multiple-choice/src/choice.jsx b/packages/multiple-choice/src/choice.jsx
index 847f157536..c5f3941743 100644
--- a/packages/multiple-choice/src/choice.jsx
+++ b/packages/multiple-choice/src/choice.jsx
@@ -69,7 +69,6 @@ export class Choice extends React.Component {
hoverAnswerBackgroundColor,
hoverAnswerStrokeColor,
hoverAnswerStrokeWidth,
- autoFocusRef,
tagName
} = this.props;
@@ -158,7 +157,7 @@ export class Choice extends React.Component {
noBorder={noBorder}
horizontalLayout={horizontalLayout}
>
-
+
);
@@ -187,7 +186,6 @@ Choice.propTypes = {
hoverAnswerStrokeWidth: PropTypes.string,
tagName: PropTypes.string,
isSelectionButtonBelow: PropTypes.bool,
- autoFocusRef: PropTypes.object,
};
export default Choice;
diff --git a/packages/multiple-choice/src/index.js b/packages/multiple-choice/src/index.js
index defbec4baf..0935bf7d4c 100644
--- a/packages/multiple-choice/src/index.js
+++ b/packages/multiple-choice/src/index.js
@@ -44,6 +44,49 @@ export const isComplete = (session, model, audioComplete, elementContext) => {
return true;
};
+function getPlayerAttributes(element) {
+ const player =
+ element.closest('pie-player') ||
+ element.closest('pie-item-player');
+
+ if (!player) {
+ return { baseHeadingLevel: undefined, includeSrHeading: true };
+ }
+
+ const getRaw = (camelCaseName, hyphenatedName, allLowerName) => {
+ let raw = player[camelCaseName];
+
+ // fallback in case someone sets via HTML attribute manually
+ if (raw == null) {
+ raw =
+ player.getAttribute(hyphenatedName) ??
+ player.getAttribute(allLowerName);
+ }
+
+ return raw;
+ };
+
+ const levelRaw = getRaw('baseHeadingLevel', 'base-heading-level', 'baseheadinglevel');
+ const level = parseInt(levelRaw, 10);
+ const baseHeadingLevel = Number.isFinite(level) && level >= 1 && level <= 6 ? level : undefined;
+
+ const srRaw = getRaw('includeSrHeading', 'include-sr-heading', 'includesrheading');
+ const includeSrHeading = srRaw == null ? true : srRaw !== false && srRaw !== 'false';
+
+ return { baseHeadingLevel, includeSrHeading };
+}
+
+// Resolves heading attributes for a custom element, preferring explicit instance
+// properties (set by a parent element such as EBSR) over player-level attributes.
+function resolveHeadingProps(element) {
+ const fromPlayer = getPlayerAttributes(element);
+
+ return {
+ baseHeadingLevel: element._baseHeadingLevel !== undefined ? element._baseHeadingLevel : fromPlayer.baseHeadingLevel,
+ includeSrHeading: element._includeSrHeading !== undefined ? element._includeSrHeading : fromPlayer.includeSrHeading,
+ };
+}
+
export default class MultipleChoice extends HTMLElement {
constructor() {
super();
@@ -67,6 +110,7 @@ export default class MultipleChoice extends HTMLElement {
options: this._options,
onChoiceChanged: this._onChange.bind(this),
onShowCorrectToggle: this.onShowCorrectToggle.bind(this),
+ ...resolveHeadingProps(this),
});
//TODO: aria-label is set in the _rerender because we need to change it when the model.choiceMode is updated. Consider revisiting the placement of the aria-label setting in the _rerender
@@ -182,6 +226,16 @@ export default class MultipleChoice extends HTMLElement {
this._rerender();
}
+ set baseHeadingLevel(level) {
+ this._baseHeadingLevel = level;
+ this._rerender();
+ }
+
+ set includeSrHeading(value) {
+ this._includeSrHeading = value;
+ this._rerender();
+ }
+
set session(s) {
this._session = s;
this._rerender();
@@ -224,6 +278,7 @@ export default class MultipleChoice extends HTMLElement {
connectedCallback() {
this._initMathObserver();
+ this._initPlayerObserver();
this._rerender();
// Observation: audio in Chrome will have the autoplay attribute,
@@ -312,8 +367,29 @@ export default class MultipleChoice extends HTMLElement {
}
}
+ _initPlayerObserver() {
+ const player = this.closest('pie-player') || this.closest('pie-item-player');
+ if (!player) return;
+
+ this._playerObserver = new MutationObserver(() => {
+ this._rerender();
+ });
+ this._playerObserver.observe(player, {
+ attributes: true,
+ attributeFilter: ['base-heading-level', 'baseheadinglevel', 'include-sr-heading', 'includesrheading'],
+ });
+ }
+
+ _disconnectPlayerObserver() {
+ if (this._playerObserver) {
+ this._playerObserver.disconnect();
+ this._playerObserver = null;
+ }
+ }
+
disconnectedCallback() {
this._disconnectMathObserver();
+ this._disconnectPlayerObserver();
if (this._keyboardEventsEnabled) {
window.removeEventListener('keydown', this._boundHandleKeyDown);
this._keyboardEventsEnabled = false;
diff --git a/packages/multiple-choice/src/main.jsx b/packages/multiple-choice/src/main.jsx
index 63a129b5c3..3d7befd26c 100644
--- a/packages/multiple-choice/src/main.jsx
+++ b/packages/multiple-choice/src/main.jsx
@@ -14,6 +14,8 @@ class Main extends React.Component {
names: PropTypes.arrayOf(PropTypes.string),
rules: PropTypes.string,
}),
+ baseHeadingLevel: PropTypes.number,
+ includeSrHeading: PropTypes.bool,
};
static defaultProps = {
@@ -22,7 +24,7 @@ class Main extends React.Component {
};
render() {
- const { model, onChoiceChanged, session, onShowCorrectToggle, options } = this.props;
+ const { model, onChoiceChanged, session, onShowCorrectToggle, options, baseHeadingLevel, includeSrHeading } = this.props;
const { extraCSSRules, fontSizeFactor } = model;
// model.partLabel is a property used for ebsr
@@ -34,6 +36,8 @@ class Main extends React.Component {
session={session}
onChoiceChanged={onChoiceChanged}
onShowCorrectToggle={onShowCorrectToggle}
+ baseHeadingLevel={baseHeadingLevel}
+ includeSrHeading={includeSrHeading}
/>
);
diff --git a/packages/multiple-choice/src/multiple-choice.jsx b/packages/multiple-choice/src/multiple-choice.jsx
index ed948d95e1..1423a35f27 100644
--- a/packages/multiple-choice/src/multiple-choice.jsx
+++ b/packages/multiple-choice/src/multiple-choice.jsx
@@ -4,7 +4,7 @@ import CorrectAnswerToggle from '@pie-lib/correct-answer-toggle';
import classNames from 'classnames';
import { styled } from '@mui/material/styles';
import Box from '@mui/material/Box';
-import { color, Collapsible, PreviewPrompt } from '@pie-lib/render-ui';
+import { color, Collapsible, PreviewPrompt, transformDataHeadings } from '@pie-lib/render-ui';
import Translator from '@pie-lib/translator';
import Choice from './choice';
@@ -51,9 +51,6 @@ const StyledFieldset = styled('fieldset')({
padding: '0.01em 0 0 0',
margin: '0px',
minWidth: '0px',
- '&:focus': {
- outline: 'none',
- },
});
const SrOnly = styled('h3')({
@@ -107,6 +104,8 @@ export class MultipleChoice extends React.Component {
pauseImage: PropTypes.string,
},
options: PropTypes.object,
+ baseHeadingLevel: PropTypes.number,
+ includeSrHeading: PropTypes.bool,
};
constructor(props) {
@@ -118,7 +117,12 @@ export class MultipleChoice extends React.Component {
};
this.onToggle = this.onToggle.bind(this);
- this.firstInputRef = React.createRef();
+
+ // Unique radio `name` attribute per instance, so separate MultipleChoice
+ // instances (e.g. Part A and Part B inside EBSR, or two EBSRs on the same
+ // page) are always treated as independent radio groups by the browser,
+ // regardless of any label-related model settings or bundle deduplication.
+ this.groupName = `mc-group-${Math.random().toString(36).slice(2, 10)}`;
}
isSelected(value) {
@@ -233,34 +237,22 @@ export class MultipleChoice extends React.Component {
// renderHeading function was added for accessibility.
renderHeading() {
- const { mode, choiceMode } = this.props;
+ const { mode, choiceMode, includeSrHeading, baseHeadingLevel, partLabel } = this.props;
- if (mode !== 'gather') {
+ // When a part label is present the item is an EBSR part — the SR heading
+ // is provided by the EBSR element, not here.
+ const shouldRenderSrHeading = !partLabel && includeSrHeading !== false;
+
+ if (!shouldRenderSrHeading || mode !== 'gather') {
return null;
}
- return choiceMode === 'radio' ? (
-
Multiple Choice Question
- ) : (
-
Multiple Select Question
- );
- }
-
- handleGroupFocus = (e) => {
- const fieldset = e.currentTarget;
- const activeEl = document.activeElement;
-
- if (fieldset.contains(activeEl) && activeEl !== fieldset) {
- return;
- }
+ const clampedLevel = baseHeadingLevel ? Math.min(6, baseHeadingLevel) : 2;
+ const HeadingTag = SrOnly.withComponent(`h${clampedLevel}`);
+ const label = choiceMode === 'radio' ? 'Multiple Choice Question' : 'Multiple Select Question';
- // Only focus the first input if user is tabbing forward
- if (!e.relatedTarget || fieldset.compareDocumentPosition(e.relatedTarget) & Node.DOCUMENT_POSITION_PRECEDING) {
- if (this.firstInputRef?.current) {
- this.firstInputRef.current.focus();
- }
- }
- };
+ return
{label};
+ }
render() {
const {
@@ -284,6 +276,7 @@ export class MultipleChoice extends React.Component {
session,
customAudioButton,
options,
+ baseHeadingLevel,
} = this.props;
const { showCorrect, maxSelectionsErrorState } = this.state;
const isEvaluateMode = mode === 'evaluate';
@@ -291,6 +284,18 @@ export class MultipleChoice extends React.Component {
const columnsStyle = gridColumns > 1 ? { gridTemplateColumns: `repeat(${gridColumns}, 1fr)` } : undefined;
const selections = (session.value && session.value.length) || 0;
+ // Heading levels are optional and only applied when baseHeadingLevel is provided.
+ const getContentHeadingLevel = () => {
+ if (!baseHeadingLevel) return undefined;
+ // SR heading (rendered or external) sits at baseHeadingLevel.
+ // Content is always one below that; part label (EBSR) sits between them.
+ let offset = 1; // content default: baseHeadingLevel + 1
+ if (partLabel) offset += 1; // part label at base + 1, content pushed to base + 2
+ return Math.min(6, baseHeadingLevel + offset);
+ };
+ const contentHeadingLevel = getContentHeadingLevel();
+ const transformPrompt = (html) => (html && contentHeadingLevel) ? transformDataHeadings(html, contentHeadingLevel) : html;
+
const teacherInstructionsDiv = (
- {partLabel && {partLabel}}
+ {partLabel && {partLabel}}
{this.renderHeading()}
@@ -347,15 +352,11 @@ export class MultipleChoice extends React.Component {
)}
-
+
{choices.map((choice, index) => (
{
*/
const test = () => {
const workers = os.cpus().length || 1;
- log(chalk.magenta(`--- STEP 4: TEST ---`));
+ log(chalk.magenta(`--- STEP 5: TEST ---`));
runCmd(`${binary('jest')} -w ${workers}`);
};
@@ -208,23 +208,23 @@ const test = () => {
* - If the `argv.loglevel` flag is provided, the specified log level will be included in the publishing command.
*/
const release = () => {
- log(chalk.magenta('--- STEP 5: VERSION PACKAGES ---'));
- // --major forces a major bump on every publishable package, bypassing
- // conventional-commits inference. Use this for coordinated platform
- // upgrades (peerDep changes for React, MUI, etc.) where every package
- // must move to a new major in lockstep.
- const versionCmd = argv.major
- ? 'npx lerna version major --force-publish=* --yes'
- : 'npx lerna version --conventional-commits --yes';
- runCmd(versionCmd);
+ if (argv.next) {
+ log(chalk.magenta('--- STEP 6: NEXT/CANARY RELEASE ---'));
+ let releaseCmd = 'npx lerna publish --canary --preid next --dist-tag next --include-merged-tags --yes';
+ if (argv.loglevel) releaseCmd += ` --loglevel ${argv.loglevel}`;
+ runCmd(releaseCmd);
+ return;
+ }
+
+ log(chalk.magenta('--- STEP 6: VERSION PACKAGES ---'));
+ runCmd('npx lerna version --conventional-commits --yes');
- log(chalk.magenta('--- STEP 6: PUBLISH PACKAGES ---'));
+ log(chalk.magenta('--- STEP 7: PUBLISH PACKAGES ---'));
let releaseCmd = 'npx lerna publish from-git --yes';
- if (argv.next) releaseCmd += ' --canary --preid next --dist-tag next';
if (argv.loglevel) releaseCmd += ` --loglevel ${argv.loglevel}`;
runCmd(releaseCmd);
- log(chalk.magenta('--- STEP 7: PUSH TAGS ---'));
+ log(chalk.magenta('--- STEP 8: PUSH TAGS ---'));
runCmd(`git push origin ${getCurrentBranch()} --follow-tags`);
};
diff --git a/yarn.lock b/yarn.lock
index 84e593c994..4a436ee038 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2825,28 +2825,28 @@
resolved "https://registry.yarnpkg.com/@pie-framework/pie-player-events/-/pie-player-events-0.1.0.tgz#0150904118fd604559982ab658967811c053ffe3"
integrity sha512-6H1tlRGmcZ3Wt+8HMqu5KugVcwwyNrMylfI5rIpvOSt0T82QDmjRj+2sPgQG5zos/w6MtwUqn/QZ+8Rq2EXSOA==
-"@pie-lib/categorize@2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/categorize/-/categorize-2.0.0.tgz#18d3112e34f0d5b681fbef89c27ce58d8cd2529d"
- integrity sha512-4pF8eex9Flz6A+pwLB/wzYTDZruO8YDNMCu8gPJThNGdPSoSk5hO57yjzrGGj/+WGg/4drA3Q63AeihFMeWhhg==
+"@pie-lib/categorize@2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/categorize/-/categorize-2.0.2.tgz#e4b45cfd0941501226a6724de099ba4439fc188e"
+ integrity sha512-3tdqI9FOsvz23FPHjAOYyXQ4Mdz8oXnC+fLCAYTBERKMvsOlLkpgD74kyWNSP41expsdCKy07e2ukIzxdSTMRw==
dependencies:
debug "^4.1.1"
lodash-es "^4.17.23"
-"@pie-lib/charting@7.0.0":
- version "7.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/charting/-/charting-7.0.0.tgz#5c26e3d16e21b63bb97d364ee9207d52e46a4ca5"
- integrity sha512-AMvdk+2+hJkpsuKBK1PWmTZaPrGA1Q5yZ6aoJghFHZ/PRNno2vuRxyTx3/oISmfFp5D9/gZJrRGILJ6DJWMp5A==
+"@pie-lib/charting@7.0.3":
+ version "7.0.3"
+ resolved "https://registry.yarnpkg.com/@pie-lib/charting/-/charting-7.0.3.tgz#ec453b3f2aa8f6996d1ae60adb40202a66bde077"
+ integrity sha512-4l8+3CsrkGYzpLfcjIzFQTSOSQ1mz0ecQb17YvvzJCILjgmW5owYJ7H3X/8QNXGnMJdpZWLZn5EsO9lAA9Xkwg==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mapbox/point-geometry" "^1.1.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/math-rendering" "^5.0.0"
- "@pie-lib/plot" "^4.0.0"
- "@pie-lib/render-ui" "^6.0.0"
- "@pie-lib/translator" "^4.0.0"
+ "@pie-lib/math-rendering" "^5.0.2"
+ "@pie-lib/plot" "^4.0.3"
+ "@pie-lib/render-ui" "^6.1.0"
+ "@pie-lib/translator" "^4.0.2"
"@visx/axis" "^3.0.0"
"@visx/event" "^3.0.0"
"@visx/grid" "^3.0.0"
@@ -2864,18 +2864,18 @@
react-draggable "^3.3.0"
react-input-autosize "^2.2.1"
-"@pie-lib/config-ui@13.0.0":
- version "13.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/config-ui/-/config-ui-13.0.0.tgz#39863d5ec2e857c160be382620c184681704194e"
- integrity sha512-mg0ikdCRByaRCJa54OW+BMUgoqurP8zzV1bMMIzKSKhk4ebOYd/T53fFyJqLYnePznNmb1yxchUXSV67HZc3OA==
+"@pie-lib/config-ui@13.0.3":
+ version "13.0.3"
+ resolved "https://registry.yarnpkg.com/@pie-lib/config-ui/-/config-ui-13.0.3.tgz#1cf273fff80bf6b9eec48185b9a557bf9eb3d38a"
+ integrity sha512-poPDVh4+hs/5ztbf+0Jch1k3f5z17cWgc2Dqe14cHumbU7SFCkHLtfIo3ljEb31l3O6kROY0xmxovRTupbDsLQ==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/editable-html-tip-tap" "^2.0.0"
- "@pie-lib/icons" "^4.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/editable-html-tip-tap" "^2.1.1"
+ "@pie-lib/icons" "^4.0.2"
+ "@pie-lib/render-ui" "^6.1.0"
assert "^1.4.1"
debug "^4.1.1"
lodash-es "^4.17.23"
@@ -2883,34 +2883,34 @@
prop-types "^15.6.2"
react-measure "^2.2.2"
-"@pie-lib/controller-utils@2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/controller-utils/-/controller-utils-2.0.0.tgz#773b1d5c9cf088c39a6e941898eb919823ac33a9"
- integrity sha512-AZDCE12Dl0Wkb5cAzd39V3YFVwFiecpqU4f+YXbLpkWTzFb63ZSv4994zU8eamqksi5iH72/sZjL0sbL/DhIjg==
+"@pie-lib/controller-utils@2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/controller-utils/-/controller-utils-2.0.2.tgz#63566d812f4d05b2b8d6582424982d012a070412"
+ integrity sha512-NAc6g5hzrbmFQFpupeKoam9Mw/i4I/pjdFO37rJH0cQAHUbmaUgc66dD5YaZFQuAgPPaSAogm+BqqfIQJ1HMgg==
dependencies:
debug "^4.1.1"
lodash-es "^4.17.23"
-"@pie-lib/correct-answer-toggle@4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/correct-answer-toggle/-/correct-answer-toggle-4.0.0.tgz#a3d63483e81d762155d43191ae5c94e0830f375e"
- integrity sha512-nZv1RDiJrW+p9tfLHtbs85TELYA75G/D/IutTbZHu1ppyIrUM3wtZcKouBgLl4z5NQA2oGu/Sb59wTzjhcHfhA==
+"@pie-lib/correct-answer-toggle@4.0.2":
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/correct-answer-toggle/-/correct-answer-toggle-4.0.2.tgz#d529b6b6eba6e6bde71cd25e6d86ad18710bb4d1"
+ integrity sha512-Ma9A0TYJ3Ek5zZBe6Gb06+i6NVtp08Fsd6tiKm2XAr2QOAi/pP+im3PgJcYB93yH4uRonrh/MVgbCEEcGdlyMQ==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/icons" "^4.0.0"
- "@pie-lib/render-ui" "^6.0.0"
- "@pie-lib/translator" "^4.0.0"
+ "@pie-lib/icons" "^4.0.2"
+ "@pie-lib/render-ui" "^6.1.0"
+ "@pie-lib/translator" "^4.0.2"
lodash-es "^4.17.23"
prop-types "^15.6.2"
react-transition-group "^4.4.5"
-"@pie-lib/drag@4.0.0", "@pie-lib/drag@^4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/drag/-/drag-4.0.0.tgz#412fd99155079a6bed002be7e482ede7874a5802"
- integrity sha512-f+9K9vqZ17AFZ94yw27ns/mH/P8Yx1VX4sitNLWutn6Vgj1o3LdzwwyMaFa6tqLLgRcQfcP2T8Vhs68L1vByHA==
+"@pie-lib/drag@4.0.2", "@pie-lib/drag@^4.0.2":
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/drag/-/drag-4.0.2.tgz#ac7358a536ef49cc966da54b17f0ef4ebeca2624"
+ integrity sha512-maZBv+yqdrzfwK9u2RpwlkjxByJERk1D8GAICrZhHe13u254tiVlR0/gNOohcUZLLrJh5x4Y6Ta+DEhwOOeVGQ==
dependencies:
"@dnd-kit/core" "6.3.1"
"@dnd-kit/sortable" "10.0.0"
@@ -2919,28 +2919,28 @@
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/math-rendering" "^5.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/math-rendering" "^5.0.2"
+ "@pie-lib/render-ui" "^6.1.0"
classnames "^2.2.6"
lodash-es "^4.17.23"
prop-types "^15.7.2"
react "^18.2.0"
-"@pie-lib/editable-html-tip-tap@2.0.0", "@pie-lib/editable-html-tip-tap@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/editable-html-tip-tap/-/editable-html-tip-tap-2.0.0.tgz#34504df5da878a1e79071da41d7d9507e88366ff"
- integrity sha512-7CLkph01jeQeNJ+pcZCnMT2RAQsfmsyyh+ry1feXla2jQywsbihqOYfFmM+aGU3dwF7ZgYXNBVmOBXX4skeExQ==
+"@pie-lib/editable-html-tip-tap@2.1.1", "@pie-lib/editable-html-tip-tap@^2.1.1":
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/@pie-lib/editable-html-tip-tap/-/editable-html-tip-tap-2.1.1.tgz#1141c8e39913453898480cc4c434756d58e859f5"
+ integrity sha512-znaTRUK97dwElRgjWSZV8Z+6DBEaOGPTuMqU+Fghk/k6XiHBGzSvEo5uLD96WQTLqFyJQfZwzy4COoKhCGaISQ==
dependencies:
"@dnd-kit/core" "6.3.1"
"@dnd-kit/modifiers" "9.0.0"
"@dnd-kit/utilities" "3.2.2"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/drag" "^4.0.0"
- "@pie-lib/math-input" "^8.0.0"
- "@pie-lib/math-rendering" "^5.0.0"
- "@pie-lib/math-toolbar" "^3.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/drag" "^4.0.2"
+ "@pie-lib/math-input" "^8.1.0"
+ "@pie-lib/math-rendering" "^5.0.2"
+ "@pie-lib/math-toolbar" "^3.0.2"
+ "@pie-lib/render-ui" "^6.1.0"
"@tiptap/core" "3.0.9"
"@tiptap/extension-character-count" "3.0.9"
"@tiptap/extension-color" "3.0.9"
@@ -2971,10 +2971,10 @@
tippy.js latest
to-style "^1.3.3"
-"@pie-lib/editable-html@13.0.0":
- version "13.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/editable-html/-/editable-html-13.0.0.tgz#5451f5d1eef78ec31d09aa1f7ce5ab2f3ea51785"
- integrity sha512-wfrKUJIKpFcTjtZmZhl5/4m4mUffpI810kVSE4hA+jhJ7/jz+FgysQ2krEcXNva2AcJt+j8fihEq1BWsn3RxFQ==
+"@pie-lib/editable-html@13.0.2":
+ version "13.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/editable-html/-/editable-html-13.0.2.tgz#f290167a77532b0d361c55196fafe49c92f76333"
+ integrity sha512-yXUcfEe3/7dZwwpQ6D3nRGyjwc0uEoMkFvVH57EdxizC79H8PTJFCWBIqkUrTvlfCCcPhxUQ0FEEBEaWnz26fg==
dependencies:
"@dnd-kit/core" "6.3.1"
"@dnd-kit/modifiers" "9.0.0"
@@ -2983,11 +2983,11 @@
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/drag" "^4.0.0"
- "@pie-lib/math-input" "^8.0.0"
- "@pie-lib/math-rendering" "^5.0.0"
- "@pie-lib/math-toolbar" "^3.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/drag" "^4.0.2"
+ "@pie-lib/math-input" "^8.1.0"
+ "@pie-lib/math-rendering" "^5.0.2"
+ "@pie-lib/math-toolbar" "^3.0.2"
+ "@pie-lib/render-ui" "^6.1.0"
change-case "^3.0.2"
classnames "^2.2.6"
debug "^4.1.1"
@@ -3008,15 +3008,15 @@
slate-soft-break "^0.8.1"
to-style "^1.3.3"
-"@pie-lib/feedback@2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/feedback/-/feedback-2.0.0.tgz#eaf7c1605c6a4b537cb521dd1b83f910ce8eadb1"
- integrity sha512-kzA7w9TmsyLyLUOAyNJe6qPnFcEuL+G5Gv4TsNAT+tQ7FuPYkS6cAtYhyEzrSsqRPpFYn+UJ5cHWXXgZu/obEg==
+"@pie-lib/feedback@2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/feedback/-/feedback-2.0.2.tgz#897e249ba78f8203aa39d75bd46b59e499b8e773"
+ integrity sha512-y7NKifptZJJUb5eynFz+ppai4XoeOjlowSh6BrIrvghEshGkoX+O4EYzQCXcSlFuyOjjiuYaHd/OzNuifaYG5Q==
-"@pie-lib/graphing-solution-set@4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/graphing-solution-set/-/graphing-solution-set-4.0.0.tgz#5bf07fa9ec8f028d2cd70f1ff855a7009c5dff8e"
- integrity sha512-h9gwyamH1P5zzEiFbtr1DCpFwx/lYjQjJb7eQ0pV5N1GFe5fmWwM1PV0zod9QCRDeCKZg/4C9aFmhOVmhAUJeA==
+"@pie-lib/graphing-solution-set@4.0.3":
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/@pie-lib/graphing-solution-set/-/graphing-solution-set-4.0.3.tgz#f0145e31a70ab9fcebeb0e81a99c32cd0d9dbcff"
+ integrity sha512-BDvt1xQE0jD9BtHIaCHxd/JzO0MlMPnNdVKTcz/GQPdBw8lgiha0UoQ4l1u3fDICm8colp0GfuvjVjQ7q6miZg==
dependencies:
"@dnd-kit/sortable" "10.0.0"
"@emotion/react" "^11.14.0"
@@ -3024,13 +3024,13 @@
"@mapbox/point-geometry" "^1.1.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/drag" "^4.0.0"
- "@pie-lib/editable-html-tip-tap" "^2.0.0"
- "@pie-lib/graphing-utils" "^3.0.0"
- "@pie-lib/plot" "^4.0.0"
- "@pie-lib/render-ui" "^6.0.0"
- "@pie-lib/tools" "^2.0.0"
- "@pie-lib/translator" "^4.0.0"
+ "@pie-lib/drag" "^4.0.2"
+ "@pie-lib/editable-html-tip-tap" "^2.1.1"
+ "@pie-lib/graphing-utils" "^3.0.2"
+ "@pie-lib/plot" "^4.0.3"
+ "@pie-lib/render-ui" "^6.1.0"
+ "@pie-lib/tools" "^2.0.2"
+ "@pie-lib/translator" "^4.0.2"
"@visx/axis" "^3.0.0"
"@visx/clip-path" "^3.0.0"
"@visx/curve" "^3.0.0"
@@ -3054,19 +3054,19 @@
redux "^4.0.1"
redux-undo "^1.1.0"
-"@pie-lib/graphing-utils@3.0.0", "@pie-lib/graphing-utils@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/graphing-utils/-/graphing-utils-3.0.0.tgz#7215b3139da6fd7bc25b6b3e70ecfcb35c980df6"
- integrity sha512-2XjiK4kA90InPzWEyLVbacZ+yFNwDnf03eRN11fScizlliBFlq2fJWFCMJFA5y6CIclKuHPqVbOSQHfN0euE5g==
+"@pie-lib/graphing-utils@3.0.2", "@pie-lib/graphing-utils@^3.0.2":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/graphing-utils/-/graphing-utils-3.0.2.tgz#724d4bc7eb581e846013c0d104166af8e584bae4"
+ integrity sha512-UWXZdFdyYriD6bfoHKieWJ9VdHhGO/HbvP0c7XtkYNrcXS1/ufOT1lQLbBztvh4gr7O87t33Lj2T9YIB6rIqGQ==
dependencies:
"@mapbox/point-geometry" "^1.1.0"
debug "^4.1.1"
lodash-es "^4.17.23"
-"@pie-lib/graphing@4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/graphing/-/graphing-4.0.0.tgz#3e59a8f7317eae326c567b9617a777da904857a2"
- integrity sha512-k6GslXxBxSNdBFUdDDz794QAMMWtr+m8jpnNY30F6XQp9c4hrhR5LPH4qegV3hYZz+HDPLYFwmctqz75lPzGjQ==
+"@pie-lib/graphing@4.0.4":
+ version "4.0.4"
+ resolved "https://registry.yarnpkg.com/@pie-lib/graphing/-/graphing-4.0.4.tgz#87c9aa93bb564dfef4424068ac4dc6c0c94409b0"
+ integrity sha512-DFvEi5Mpv4bOzBJmXYcVXppRYGbZdLRLbqnSfmoL/RvU7mjOMLbQkL0sqzo9R9M4v8qGScFwOiaTLe2KyVAGbA==
dependencies:
"@dnd-kit/sortable" "10.0.0"
"@emotion/react" "^11.14.0"
@@ -3074,12 +3074,12 @@
"@mapbox/point-geometry" "^1.1.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/drag" "^4.0.0"
- "@pie-lib/editable-html-tip-tap" "^2.0.0"
- "@pie-lib/graphing-utils" "^3.0.0"
- "@pie-lib/plot" "^4.0.0"
- "@pie-lib/render-ui" "^6.0.0"
- "@pie-lib/translator" "^4.0.0"
+ "@pie-lib/drag" "^4.0.2"
+ "@pie-lib/editable-html-tip-tap" "^2.1.1"
+ "@pie-lib/graphing-utils" "^3.0.2"
+ "@pie-lib/plot" "^4.0.3"
+ "@pie-lib/render-ui" "^6.1.0"
+ "@pie-lib/translator" "^4.0.2"
"@visx/axis" "^3.0.0"
"@visx/clip-path" "^3.0.0"
"@visx/curve" "^3.0.0"
@@ -3103,10 +3103,10 @@
redux "^4.0.1"
redux-undo "^1.1.0"
-"@pie-lib/icons@4.0.0", "@pie-lib/icons@^4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/icons/-/icons-4.0.0.tgz#1a795b36f3e6d84a80e8163baf1ff3aeb2515744"
- integrity sha512-tbdtiBiVzFpp5dsrnNE0/znFMjOgRfrkKiOjMra3AyBmKVhFBC51AxyOE9Zw2+j9GqByUbf2+6gswTXog4SSXw==
+"@pie-lib/icons@4.0.2", "@pie-lib/icons@^4.0.2":
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/icons/-/icons-4.0.2.tgz#8ab7ef28509e026ecbf3f081e647967f2885a8a6"
+ integrity sha512-PUmu5Nc8jPMUdNjdpyM6oKiXSNkF1bfAlvh/zOFVCT+8lQ8FIHy3M8gdSngpVAx7/SRd/+g3AvAwuDl9L4MssQ==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
@@ -3114,19 +3114,19 @@
"@mui/material" "^7.3.4"
prop-types "^15.6.2"
-"@pie-lib/mask-markup@3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/mask-markup/-/mask-markup-3.0.0.tgz#98a6e37054c0bd0b666faf0dfc1443853905defa"
- integrity sha512-ZcON1pwsKzX3fjbtq5QfkYx76e9QD9UZ0VlkzcWCFTa+3rZK8tao4fnEKFK79t1gCjZGjzkIwMGl1rXwikCzMQ==
+"@pie-lib/mask-markup@3.0.3":
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@pie-lib/mask-markup/-/mask-markup-3.0.3.tgz#b6617a161ac1841528f408a27e80fbbfbbd96fb2"
+ integrity sha512-VTQNCXFTU85pziz7cq3ZxiVPrkHj6fofy8sSx4v1HPXRZV2NUjkY80IXixTj7XHOQiUYVLK7eaDTh5vBWCBHew==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/drag" "^4.0.0"
- "@pie-lib/editable-html-tip-tap" "^2.0.0"
- "@pie-lib/math-rendering" "^5.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/drag" "^4.0.2"
+ "@pie-lib/editable-html-tip-tap" "^2.1.1"
+ "@pie-lib/math-rendering" "^5.0.2"
+ "@pie-lib/render-ui" "^6.1.0"
classnames "^2.2.6"
debug "^4.1.1"
lodash-es "^4.17.23"
@@ -3135,20 +3135,20 @@
react-dom "^18.2.0"
to-style "^1.3.3"
-"@pie-lib/math-evaluator@4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/math-evaluator/-/math-evaluator-4.0.0.tgz#d38cb7cb3054efc130738c4c1b6e81a811c87a3e"
- integrity sha512-jojbPNaR+w8CW3LOfN6U6xRqcv7/y4shdQUVQ2/icyf6LVmO9W38WDGFKnPA8TurOPU28tC/QPVZ073HUmwl8g==
+"@pie-lib/math-evaluator@4.0.2":
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/math-evaluator/-/math-evaluator-4.0.2.tgz#cb7cd98f5986af2a8e419fff65e1c50517e85ec3"
+ integrity sha512-E2wadpxLFUz9mmlUia9WRBEDkD/7zYTL3t3cFWmyB6eayga7pEib/Er6ggpqnNTQZlRz66gUaSxVwc8YZN6X6w==
dependencies:
"@pie-framework/math-expressions" "^3.0.0"
jsesc "^2.5.2"
lodash-es "^4.17.23"
mathjs "^7.0.1"
-"@pie-lib/math-input@8.0.0", "@pie-lib/math-input@^8.0.0":
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/math-input/-/math-input-8.0.0.tgz#7cf0e75d9e298345690c316712ef26ed1670a05b"
- integrity sha512-7K1qXq/VTgsmR5I9y2uYsrW4Oru+1IATqcXiP3b/A1+ebGLwxz+Mg8eZ+LogFF1469n6ELhtuGeUV9iJR0ENlw==
+"@pie-lib/math-input@8.1.0", "@pie-lib/math-input@^8.1.0":
+ version "8.1.0"
+ resolved "https://registry.yarnpkg.com/@pie-lib/math-input/-/math-input-8.1.0.tgz#e27542aa910bec22d4916c06a34b3bf02521dafc"
+ integrity sha512-aJZUKF5q/fYxnA0MOYwETSeIWgCXJWhgGqGfRYumSkyn734T4HJzUL2M7V6pUVZI1SkYYFdUFeyeEu3g+LyuPw==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
@@ -3159,23 +3159,23 @@
lodash-es "^4.17.23"
prop-types "^15.7.2"
-"@pie-lib/math-rendering-accessible@5.0.0":
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/math-rendering-accessible/-/math-rendering-accessible-5.0.0.tgz#8b1d6c21bac7b1a14f2294c110a9047f254a2749"
- integrity sha512-nZg3VjYGC5uzljMCqRp2DMuX4iVGvZYwSCavpvAiBF2s16sJaIzdHScas8mHb929k5oVYWhy8VIl8UgK/xA/3Q==
+"@pie-lib/math-rendering-accessible@5.0.2":
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/math-rendering-accessible/-/math-rendering-accessible-5.0.2.tgz#720606e2362989e3b174e15b0de45aabf48e6e39"
+ integrity sha512-XdAbonKKrsh9m7r5JxBDd9eHWGGhXh9IHdwbR/FEatFJRwCTbK0Aty+CBnzNNOeklxCa5w5wq09YTK1NaNh9SQ==
dependencies:
"@pie-framework/mathml-to-latex" "1.4.4"
- "@pie-lib/math-rendering" "^5.0.0"
+ "@pie-lib/math-rendering" "^5.0.2"
debug "^4.1.1"
lodash-es "^4.17.23"
mathjax-full "3.2.2"
mathml-to-latex "1.2.0"
react "^18.2.0"
-"@pie-lib/math-rendering@5.0.0", "@pie-lib/math-rendering@^5.0.0":
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/math-rendering/-/math-rendering-5.0.0.tgz#5b2ff87cc8b9a7a36e5057eda83e7f0e08e425e4"
- integrity sha512-p+j6bvOUgNrIIRzhjC3jHmjtpd9M5kD3TvV37GVGazDZQl+NEsz1KdRa5RCt/2ZdZPF3n7O2/k990PtNfWCULg==
+"@pie-lib/math-rendering@5.0.2", "@pie-lib/math-rendering@^5.0.2":
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/math-rendering/-/math-rendering-5.0.2.tgz#f4665b4604a3e68f0052e3de3489226f5773b153"
+ integrity sha512-65lDbvgjDHrVcc/7Zj7oRpvlzh9URez0vxvnHKXcrz1rLqDKKmlWj1BZYASvzgXSuBTVaWCZohY234axvMVr7A==
dependencies:
"@pie-framework/mathml-to-latex" "1.4.4"
debug "^4.1.1"
@@ -3183,33 +3183,33 @@
mathjax-full "3.2.2"
react "^18.2.0"
-"@pie-lib/math-toolbar@3.0.0", "@pie-lib/math-toolbar@^3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/math-toolbar/-/math-toolbar-3.0.0.tgz#d1281632b9f4696598ae2ecd90917fbbafe5051a"
- integrity sha512-fUd44K4FsZwp6QcSlt8jlViSEbKrmlSyvJu5GMIPmUOR7Fcjsx3NLcxuxAIqgAdS+SkbRipEpYf+ePiVDfVmig==
+"@pie-lib/math-toolbar@3.0.2", "@pie-lib/math-toolbar@^3.0.2":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/math-toolbar/-/math-toolbar-3.0.2.tgz#216849ca8225677706b9a339164946c89d248c0d"
+ integrity sha512-Wu3/8PpH3ouNw2X1pbojVFnxpqmVKVFnjNI4CJBXjExPE8JFoeHZf9t7LV1DGxeJOvs4p8IeILqk2zMpd3YsiQ==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/math-input" "^8.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/math-input" "^8.1.0"
+ "@pie-lib/render-ui" "^6.1.0"
debug "^4.1.1"
lodash-es "^4.17.23"
prop-types "^15.7.2"
-"@pie-lib/plot@4.0.0", "@pie-lib/plot@^4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/plot/-/plot-4.0.0.tgz#3ca458a13b36d0639e3249c509c7974290d1270a"
- integrity sha512-+ZsmlYyq4CO6LiWx8d0FEOW18InuY4eXwuAOgTDdvPkpm2ts4HeiloB9wyRDLlKgtYFOjDbcEdvpgVdDg/PgrQ==
+"@pie-lib/plot@4.0.3", "@pie-lib/plot@^4.0.3":
+ version "4.0.3"
+ resolved "https://registry.yarnpkg.com/@pie-lib/plot/-/plot-4.0.3.tgz#3052608975ef744cfa216fe991d20430cf045c7c"
+ integrity sha512-xUkpTP8YYCTRRPevd5DGuSIo78EwMZs9y4iU3cLAkRjlC86sFqOC/Uwzq5EPQJX1G3tkBDNNg4TzcPmlgMWobg==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mapbox/point-geometry" "^1.1.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/editable-html-tip-tap" "^2.0.0"
- "@pie-lib/render-ui" "^6.0.0"
+ "@pie-lib/editable-html-tip-tap" "^2.1.1"
+ "@pie-lib/render-ui" "^6.1.0"
assert "^1.4.1"
d3-scale "^4.0.2"
d3-selection "^3.0.0"
@@ -3222,44 +3222,44 @@
react-redux "^6.0.0"
redux "^4.0.1"
-"@pie-lib/render-ui@6.0.0", "@pie-lib/render-ui@^6.0.0":
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/render-ui/-/render-ui-6.0.0.tgz#c419c3a111a6d539d457b72f8918ab39c0824103"
- integrity sha512-GOY6MT70Azy/2Ks2MCGtxKTwK+BFiKiaThWsFMl3BBjow/tv5mag9dyPagE29xGSVVTZC/i+kR9iaTYEWdcErA==
+"@pie-lib/render-ui@6.1.0", "@pie-lib/render-ui@^6.1.0":
+ version "6.1.0"
+ resolved "https://registry.yarnpkg.com/@pie-lib/render-ui/-/render-ui-6.1.0.tgz#e1834f61d1d413005cc22a0d01b1b20c9ea8e72e"
+ integrity sha512-bjuhd2RGKrew87PDsvryk7r1gDh2I7FpM0x72j8KWkkqZCD5IfMEi7zZlGh0k+6sjnp+V8MllUBI0qCxPYuFBg==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/styled" "^11.14.1"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/icons" "^4.0.0"
- "@pie-lib/math-rendering" "^5.0.0"
- "@pie-lib/test-utils" "^2.0.0"
+ "@pie-lib/icons" "^4.0.2"
+ "@pie-lib/math-rendering" "^5.0.2"
+ "@pie-lib/test-utils" "^2.0.2"
debug "^4.1.1"
lodash-es "^4.17.23"
prop-types "^15.7.2"
react-transition-group "^4.4.5"
-"@pie-lib/rubric@2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/rubric/-/rubric-2.0.0.tgz#728c9ede75cde6c756a175f7ec0edd4f0c24de19"
- integrity sha512-qzgTQH8CVM/e4SZe1ZXJRFBEV66lXd7T4b/YW9Fplg+IeKembVO1qmVUJSW+f/OwzmJb3EcBQZxgGY+5VID+4Q==
+"@pie-lib/rubric@2.0.3":
+ version "2.0.3"
+ resolved "https://registry.yarnpkg.com/@pie-lib/rubric/-/rubric-2.0.3.tgz#08e0e89e18cefdd2c519bd9365a4bf129784ae0d"
+ integrity sha512-TaMFpp/sKmzuJL/swAa4zQ+IGI09k1KwTte2UtvJrS7HGbqLCk3Z2O2JJ0Ww52xcy2wKcqASVRQMqHIu+Qj81g==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@hello-pangea/dnd" "^18.0.1"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/editable-html-tip-tap" "^2.0.0"
+ "@pie-lib/editable-html-tip-tap" "^2.1.1"
debug "^4.1.1"
lodash-es "^4.17.23"
prop-types "^15.7.2"
react "^18.2.0"
react-dom "^18.2.0"
-"@pie-lib/scoring-config@5.0.0":
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/scoring-config/-/scoring-config-5.0.0.tgz#1b31db2549aec8d19823f14f3d203ed3f1812f00"
- integrity sha512-Ps0RffQYqtokJNSpkafic0hotezQ0LdpjqrhlBjcBb6RienLEOKNQvIwWqRTeOSBZ3cpdl7gIZezLuCXGNEtGw==
+"@pie-lib/scoring-config@5.0.2":
+ version "5.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/scoring-config/-/scoring-config-5.0.2.tgz#60d8d1c1d7594ba6a77f4d53f7fa4aa3afa6da55"
+ integrity sha512-hR3mC0YUUkIKwsoxBdbqD+w8vND2yCPWa2kfBsZa2W+a03mJSkp9WTxp3IL6XP/XSOSSwmKrXV5PE4tFBA5P+Q==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
@@ -3269,50 +3269,50 @@
lodash-es "^4.17.23"
prop-types "^15.7.2"
-"@pie-lib/style-utils@2.0.0", "@pie-lib/style-utils@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/style-utils/-/style-utils-2.0.0.tgz#bc4014f6e3609470e9f18c07b429c243ee21912a"
- integrity sha512-f7vBCDnx4h+jD4cBzr+m3Rf25L5zg5ZKoDlFaSjrecB9pKSNV9DZyMS+mVzocFDyK93PIXO3j1YKfJRiVGj2kg==
+"@pie-lib/style-utils@2.0.2", "@pie-lib/style-utils@^2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/style-utils/-/style-utils-2.0.2.tgz#f3d0e4744d55a1cd960f970c11ea343fa9d02366"
+ integrity sha512-0UPcz6KLJmrCeVD3dsuUKmYzbO0ZMOIlSXaMMIhHdm+Wk4KkuOzyjH0bODbAWvc/t4GTRBwaIrmVhIvV1XDMCw==
-"@pie-lib/test-utils@2.0.0", "@pie-lib/test-utils@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/test-utils/-/test-utils-2.0.0.tgz#7c023ff90a209064a54bf37eea0be2bf01b53c09"
- integrity sha512-LFmTVeN9A0rQMycIqS+SyuUQslqsPbLmOHriStihFmayqdBJd8/mLRpTQvgnMj+Wz1n+nNGFS69VrnPhAXdTlQ==
+"@pie-lib/test-utils@2.0.2", "@pie-lib/test-utils@^2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/test-utils/-/test-utils-2.0.2.tgz#d5cf3df95147b72dd561b783ddbebde5b99ef472"
+ integrity sha512-Ia2l6U/GzWlDilE9g1gxyuDt/GsrtHM2ylkpWwpjANm4g908qLIYrkMgdZ89wpHV6nybuaeBh577n8UeK+m9Dg==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/styled" "^11.11.0"
"@testing-library/jest-dom" "^5.16.5"
"@testing-library/user-event" "^14.5.2"
-"@pie-lib/text-select@3.0.0":
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/text-select/-/text-select-3.0.0.tgz#4453e2949a83020ebd5d9f675a45718dc1d59296"
- integrity sha512-5ChZjLzMu7oh+VKbaRd4ugAtxGeCx8uQWSALW5OrC+JZ5nXX1VOqeLL7MCkwY0+z9nPSi0FknQX5CX8T3dbeEw==
+"@pie-lib/text-select@3.0.2":
+ version "3.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/text-select/-/text-select-3.0.2.tgz#86782ad9784c22aacb12792cd9d27d1feb06a61a"
+ integrity sha512-YIb0O+MPRw2xH6bjzyX7Xl+x0Zcg/Ye2G21KBblJnzIgtuOcuuH9yVqqu2/bklwuJRIgKAl0ZuGAGHjNpXrIrg==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
"@pie-framework/parse-english" "^1.0.0"
- "@pie-lib/render-ui" "^6.0.0"
- "@pie-lib/style-utils" "^2.0.0"
- "@pie-lib/translator" "^4.0.0"
+ "@pie-lib/render-ui" "^6.1.0"
+ "@pie-lib/style-utils" "^2.0.2"
+ "@pie-lib/translator" "^4.0.2"
classnames "^2.2.6"
debug "^4.1.1"
lodash-es "^4.17.23"
prop-types "^15.6.2"
-"@pie-lib/tools@2.0.0", "@pie-lib/tools@^2.0.0":
- version "2.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/tools/-/tools-2.0.0.tgz#15afc8addf14acc51e8ff02d9845210741762724"
- integrity sha512-1vCypoMLOkhwrdUiQxCRMMCpc4KuRtEFYss+mord2q959z0ED3IHndoTy5ucY1E61MyKeXr/DtWSI8OlkgPQbg==
+"@pie-lib/tools@2.0.2", "@pie-lib/tools@^2.0.2":
+ version "2.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/tools/-/tools-2.0.2.tgz#69a49b4c0e8dcd8445122787c6b3d01e3a2c3719"
+ integrity sha512-+W8HqF8BttkUpkFNlVvCeQKd2KeZ/cwgv5ynvZuKFEmK8FkMW3P4Zg9ZqFCxBMRbIvkKLFg307GtK01+UZwxog==
dependencies:
"@emotion/react" "^11.14.0"
"@emotion/style" "^0.8.0"
"@mapbox/point-geometry" "^1.1.0"
"@mui/icons-material" "^7.3.4"
"@mui/material" "^7.3.4"
- "@pie-lib/style-utils" "^2.0.0"
+ "@pie-lib/style-utils" "^2.0.2"
assert "^1.4.1"
debug "^4.1.1"
lodash-es "^4.17.23"
@@ -3320,10 +3320,10 @@
react-portal "^4.2.0"
trigonometry-calculator "^2.0.0"
-"@pie-lib/translator@4.0.0", "@pie-lib/translator@^4.0.0":
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/@pie-lib/translator/-/translator-4.0.0.tgz#0c9fb3da24a658f5c8c3a617cd628fb15d8e5612"
- integrity sha512-936OoSs5Bg8a+XP4kxWbtouILwq+gIvEbc5iTj8wlAmxSNYqrAsXUiRicTLLwfRJfZENYboNj7Xs/yR137cclg==
+"@pie-lib/translator@4.0.2", "@pie-lib/translator@^4.0.2":
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@pie-lib/translator/-/translator-4.0.2.tgz#acb9e8baab47fb083e0ce745cbe68c6ef950b687"
+ integrity sha512-uFsFdV+ykBUUSqzbocJ0qcSPqHG5sa6WLGfQocTCQjv2+7HdI3OmuMpOq8c2V+Cqy/pzGTlUBGLZHm3J+MXJmw==
dependencies:
debug "^4.1.1"
i18next "^25.7.0"
@@ -3896,11 +3896,6 @@
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf"
integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==
-"@trysound/sax@0.2.0":
- version "0.2.0"
- resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
- integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
-
"@tufjs/canonical-json@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz#a52f61a3d7374833fca945b2549bc30a2dd40d0a"
@@ -8282,9 +8277,9 @@ flat@^5.0.2:
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
flatted@^3.2.9:
- version "3.3.3"
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.3.tgz#67c8fad95454a7c7abebf74bb78ee74a44023358"
- integrity sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==
+ version "3.4.2"
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
+ integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
flush-write-stream@^1.0.0:
version "1.1.1"
@@ -8802,9 +8797,9 @@ graphemer@^1.4.0:
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
handlebars@^4.0.11, handlebars@^4.7.6, handlebars@^4.7.7:
- version "4.7.8"
- resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
- integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
+ version "4.7.9"
+ resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
+ integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
dependencies:
minimist "^1.2.5"
neo-async "^2.6.2"
@@ -11118,15 +11113,10 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
-lodash@^4.1.1:
- version "4.17.23"
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
- integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
-
-lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4:
- version "4.17.21"
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
- integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
+lodash@^4.1.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4:
+ version "4.18.1"
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
+ integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
log-symbols@^4.0.0:
version "4.1.0"
@@ -14392,9 +14382,9 @@ rollup-pluginutils@^2.8.2:
estree-walker "^0.6.1"
rollup@^2.56.2:
- version "2.79.2"
- resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
- integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
+ version "2.80.0"
+ resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.80.0.tgz#a82efc15b748e986a7c76f0f771221b1fa108a2c"
+ integrity sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==
optionalDependencies:
fsevents "~2.3.2"
@@ -14482,6 +14472,11 @@ safe-stable-stringify@^2.3.1:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
+sax@^1.5.0:
+ version "1.5.0"
+ resolved "https://registry.yarnpkg.com/sax/-/sax-1.5.0.tgz#b5549b671069b7aa392df55ec7574cf411179eb8"
+ integrity sha512-21IYA3Q5cQf089Z6tgaUTr7lDAyzoTPx5HRtbhsME8Udispad8dC/+sziTNugOEx54ilvatQ9YCzl4KQLPcRHA==
+
saxes@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/saxes/-/saxes-6.0.0.tgz#fe5b4a4768df4f14a201b1ba6a65c1f3d9988cc5"
@@ -15461,16 +15456,16 @@ supports-preserve-symlinks-flag@^1.0.0:
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
svgo@^2.7.0:
- version "2.8.0"
- resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24"
- integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==
+ version "2.8.2"
+ resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.2.tgz#8e99b7ba5ac9ed7e3a446063865f61e03223fe6b"
+ integrity sha512-TyzE4NVGLUFy+H/Uy4N6c3G0HEeprsVfge6Lmq+0FdQQ/zqoVYB62IsBZORsiL+o96s6ff/V6/3UQo/C0cgCAA==
dependencies:
- "@trysound/sax" "0.2.0"
commander "^7.2.0"
css-select "^4.1.3"
css-tree "^1.1.3"
csso "^4.2.0"
picocolors "^1.0.0"
+ sax "^1.5.0"
stable "^0.1.8"
swap-case@^1.1.0: