Skip to content
Open

master #3010

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5457415
chore(deps): bump svgo from 2.8.0 to 2.8.2
dependabot[bot] Mar 5, 2026
fb5d053
chore(deps): bump rollup from 2.79.2 to 2.80.0
dependabot[bot] Mar 5, 2026
62c3c99
chore(deps): bump flatted from 3.3.3 to 3.4.2
dependabot[bot] Mar 21, 2026
d0a5cf2
chore(deps): bump handlebars from 4.7.8 to 4.7.9
dependabot[bot] Apr 3, 2026
e9f2bba
Merge pull request #3002 from pie-framework/master
CarlaCostea Apr 28, 2026
b9c579b
Revert "chore(release): add --major flag to scripts/release, enable o…
CarlaCostea Apr 28, 2026
aa2f6f5
Merge pull request #3003 from pie-framework/revert-2999-chore/wf
CarlaCostea Apr 28, 2026
70b4457
[ci skip] chore: publish
github-actions[bot] Apr 28, 2026
248b1de
chore(deps): bump lodash from 4.17.21 to 4.18.1
dependabot[bot] Apr 28, 2026
68850d0
fix: update github actions version
Apr 28, 2026
57d5b29
refactor(math-templated): use @pie-lib/math-input registerEmbed/apply…
CarlaCostea Apr 30, 2026
3530ce6
feat(multiple-choice / ebsr): handle logic for player heading attribu…
Apr 28, 2026
892a3cc
fix: make sure initial changes to the model are applied to what is ne…
lakatosandrei May 1, 2026
aef44f6
fix: fixed tests [PIE-439]
lakatosandrei May 1, 2026
448eced
Merge pull request #3005 from pie-framework/feat/PIE-153-PIE-154
CarlaCostea May 4, 2026
9a68a6e
[ci skip] chore: publish
github-actions[bot] May 4, 2026
ffd8232
chore: bootstrap next prerelease versions
CarlaCostea May 6, 2026
a58a01f
fix: avoid keypad overlap the input when no below available space PIE…
arimieandreea May 6, 2026
164acec
Merge pull request #3004 from pie-framework/refactor/PIE-61
CarlaCostea May 6, 2026
5719781
Merge pull request #2981 from pie-framework/dependabot/npm_and_yarn/h…
CarlaCostea May 6, 2026
04341bc
Merge pull request #2979 from pie-framework/dependabot/npm_and_yarn/l…
CarlaCostea May 6, 2026
9ba7441
Merge pull request #3009 from pie-framework/fix/PIE-113-fix2
CarlaCostea May 6, 2026
5bb49df
Merge pull request #2965 from pie-framework/dependabot/npm_and_yarn/f…
CarlaCostea May 6, 2026
81d8295
Merge pull request #2939 from pie-framework/dependabot/npm_and_yarn/s…
CarlaCostea May 6, 2026
f94319a
Merge pull request #2927 from pie-framework/dependabot/npm_and_yarn/r…
CarlaCostea May 6, 2026
932fc12
fix: bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519,…
CarlaCostea May 6, 2026
2345c00
[ci skip] chore: publish
github-actions[bot] May 6, 2026
ae3408c
fix: bump libs and shared modules PIE-440, PIE-436, PIE-439, PIE-519,…
CarlaCostea May 6, 2026
a475de7
Merge branch 'develop' into fix/PIE-439
CarlaCostea May 6, 2026
70717d2
Merge pull request #3006 from pie-framework/fix/PIE-439
CarlaCostea May 6, 2026
abbec3a
[ci skip] chore: publish
github-actions[bot] May 6, 2026
06e65e3
fix(graphing): point labels scoring PIE-523
PatriciaRomaniuc May 7, 2026
3adecae
Merge pull request #3011 from pie-framework/fix/PIE-523
CarlaCostea May 7, 2026
c00fd82
[ci skip] chore: publish
github-actions[bot] May 7, 2026
41c38d6
fix(hotspot): avoid setting hovercolor in view and eval mode PIE-435
arimieandreea May 7, 2026
2d23cb7
fix: Release workflow to allow canary releases on develop branch
May 7, 2026
5a9779b
Merge pull request #3012 from pie-framework/fix/PIE-435
CarlaCostea May 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 7 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand All @@ -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
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-next.0",
"@pslb/pslb": "4.4.2-beta.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@testing-library/dom": "^10.4.1",
Expand Down Expand Up @@ -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-next.0",
"@pie-lib/charting": "7.0.2-next.2",
"@pie-lib/config-ui": "13.0.2-next.2",
"@pie-lib/controller-utils": "2.0.2-next.0",
"@pie-lib/correct-answer-toggle": "4.0.2-next.1",
"@pie-lib/drag": "4.0.2-next.1",
"@pie-lib/editable-html": "13.0.2-next.1",
"@pie-lib/editable-html-tip-tap": "2.1.0-next.2",
"@pie-lib/feedback": "2.0.2-next.0",
"@pie-lib/graphing-solution-set": "4.0.2-next.2",
"@pie-lib/graphing-utils": "3.0.2-next.0",
"@pie-lib/graphing": "4.0.3-next.2",
"@pie-lib/icons": "4.0.2-next.0",
"@pie-lib/mask-markup": "3.0.2-next.2",
"@pie-lib/math-evaluator": "4.0.2-next.0",
"@pie-lib/math-input": "8.1.0-next.0",
"@pie-lib/math-rendering-accessible": "5.0.2-next.0",
"@pie-lib/math-rendering": "5.0.2-next.0",
"@pie-lib/math-toolbar": "3.0.2-next.1",
"@pie-lib/plot": "4.0.2-next.2",
"@pie-lib/render-ui": "6.1.0-next.1",
"@pie-lib/rubric": "2.0.2-next.2",
"@pie-lib/scoring-config": "5.0.2-next.0",
"@pie-lib/style-utils": "2.0.2-next.0",
"@pie-lib/test-utils": "2.0.2-next.0",
"@pie-lib/text-select": "3.0.2-next.1",
"@pie-lib/tools": "2.0.2-next.0",
"@pie-lib/translator": "4.0.2-next.0",
"@pie-framework/mathquill": "1.2.1-beta.1"
},
"browserslist": [
Expand Down
10 changes: 10 additions & 0 deletions packages/boilerplate-item-type/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions packages/boilerplate-item-type/configure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions packages/boilerplate-item-type/configure/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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.2-next.2",
"@pie-lib/editable-html-tip-tap": "2.1.0-next.2",
"@pie-lib/render-ui": "6.1.0-next.1",
"debug": "^4.1.1",
"lodash-es": "^4.17.23",
"prop-types": "^15.6.2",
Expand Down
Loading
Loading