Skip to content

chore: promote dev to master - #2329

Merged
CarlaCostea merged 7 commits into
masterfrom
develop
Sep 2, 2026
Merged

chore: promote dev to master#2329
CarlaCostea merged 7 commits into
masterfrom
develop

Conversation

@CarlaCostea

Copy link
Copy Markdown
Contributor

No description provided.

CarlaCostea and others added 7 commits September 2, 2026 07:36
…ct-draggable 4.x acts on the value returned by DraggableCore's onStop andreturns early, before it removes the document mousemove/mouseup listeners.3.3.2 ignored that value and always removed them, so returning false was inert -which is what the old comment assumed. On v4 every handle you drag staysattached to the document, so released marks keep following the cursor: incharting a line's points all move together, and in graphing andgraphing-solution-set marks drift off the graph and disappear.The behaviour was introduced upstream in react-draggable 4.3.0. pie-lib pickedit up with the bump in PIE-926; pie-elements-ng has had it since its own move to^4.6.0. grid-draggable is synced from pie-lib, so the fix carries over there.Adds a regression test for both a released handle and a second handle beingdragged.Also drops the componentWillReceiveProps override on plot's Draggable, which v4makes unreachable via its static getDerivedStateFromProps, and replaces twoassertion-free tests with ones that check the real transform.
fix(deps): align versions with pie-elements-ng and upgrade @visx to v4 PIE-926, PIE-972
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.11 to 3.3.18.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.11...3.3.18)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-version: 3.3.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.1 to 4.28.8.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.1...4.28.8)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…anoid-3.3.18

build(deps): bump nanoid from 3.3.11 to 3.3.18
…rowserslist-4.28.8

build(deps): bump browserslist from 4.28.1 to 4.28.8
@CarlaCostea
CarlaCostea merged commit 2eba777 into master Sep 2, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant