luo jiyin
b69fc2ee12
fix: correct typo-level issues across docs and runtime messages ( #321 )
...
* chore: fix changelog typos
* docs: fix initialData API typos
* fix: correct ColorSwatch transformOrigin prop
* chore: fix TransformRectangle comment typo
* fix: correct validation error message typo
* fix: correct renderer error message typo
2026-05-14 04:15:10 +01:00
Abrar74774
4426d08923
docs: add help dialog decriptions for copy and paste with localization ( #318 )
...
* docs: add help dialog decriptions for copy and paste with localization
* Update props type
2026-05-06 14:55:40 +00:00
Stan
4805d1086d
fix: harden backend against path traversal, add rate limiting, fix tainted format strings ( #313 )
...
Co-authored-by: stan-smith <stan-smith@users.noreply.github.com >
2026-04-28 14:28:46 +00:00
dependabot[bot]
57de62669e
chore(deps): bump i18next from 25.10.10 to 26.0.6 ( #306 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 25.10.10 to 26.0.6.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.10.10...v26.0.6 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 26.0.6
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-27 14:51:09 +00:00
Abrar74774
8da9184c03
feat: enable panning from other modes ( #307 )
...
* fix: resolve flipped pan setting switches
* Implement (or complete implementation of) panning from other modes
* Fix mode changing issues - like pan not switching correctly
2026-04-24 11:54:17 +01:00
dependabot[bot]
c6994b3751
chore(deps): bump the minor-and-patch group with 6 updates ( #303 )
...
Bumps the minor-and-patch group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) | `3.0.4` | `3.0.5` |
| [react-i18next](https://github.com/i18next/react-i18next ) | `17.0.3` | `17.0.4` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) | `7.14.1` | `7.14.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form ) | `7.72.1` | `7.73.1` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core ) | `0.21.1` | `0.21.2` |
| [prettier](https://github.com/prettier/prettier ) | `3.8.2` | `3.8.3` |
Updates `i18next-http-backend` from 3.0.4 to 3.0.5
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v3.0.4...v3.0.5 )
Updates `react-i18next` from 17.0.3 to 17.0.4
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v17.0.3...v17.0.4 )
Updates `react-router-dom` from 7.14.1 to 7.14.2
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.2/packages/react-router-dom )
Updates `react-hook-form` from 7.72.1 to 7.73.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.72.1...v7.73.1 )
Updates `@rslib/core` from 0.21.1 to 0.21.2
- [Release notes](https://github.com/web-infra-dev/rslib/releases )
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.21.2/packages/core )
Updates `prettier` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.8.2...3.8.3 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-version: 3.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-i18next
dependency-version: 17.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-router-dom
dependency-version: 7.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-hook-form
dependency-version: 7.73.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@rslib/core"
dependency-version: 0.21.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: prettier
dependency-version: 3.8.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-21 21:17:04 +00:00
Abrar74774
a13baa431d
fix: resolve quilljs error logged to console ( #296 )
2026-04-21 10:03:54 +01:00
Ignacio de Miguel Ruano
f11fd8154d
feat: adding trackpad mode ( #222 )
...
Co-authored-by: Ignacio Ildefonso de Miguel Ruano <ignacio.demiguel@feverup.com >
Thank you to @Chuwee for your efforts!
2026-04-19 16:13:12 +01:00
dependabot[bot]
988c0ed588
chore(deps): bump react-i18next from 16.6.6 to 17.0.3 ( #300 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 16.6.6 to 17.0.3.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v16.6.6...v17.0.3 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 17.0.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 12:18:26 +01:00
dependabot[bot]
c85e482e0f
chore(deps): bump the minor-and-patch group with 8 updates ( #299 )
...
Bumps the minor-and-patch group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `25.5.2` | `25.6.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react ) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) | `19.2.4` | `19.2.5` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) | `7.14.0` | `7.14.1` |
| [dotenv](https://github.com/motdotla/dotenv ) | `17.4.1` | `17.4.2` |
| [gsap](https://github.com/greensock/GSAP ) | `3.14.2` | `3.15.0` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core ) | `0.20.3` | `0.21.1` |
| [prettier](https://github.com/prettier/prettier ) | `3.8.1` | `3.8.2` |
Updates `@types/node` from 25.5.2 to 25.6.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react )
Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom )
Updates `react-router-dom` from 7.14.0 to 7.14.1
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.1/packages/react-router-dom )
Updates `dotenv` from 17.4.1 to 17.4.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v17.4.1...v17.4.2 )
Updates `gsap` from 3.14.2 to 3.15.0
- [Commits](https://github.com/greensock/GSAP/compare/3.14.2...3.15.0 )
Updates `@rslib/core` from 0.20.3 to 0.21.1
- [Release notes](https://github.com/web-infra-dev/rslib/releases )
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.21.1/packages/core )
Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.8.1...3.8.2 )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.6.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react
dependency-version: 19.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-dom
dependency-version: 19.2.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-router-dom
dependency-version: 7.14.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: dotenv
dependency-version: 17.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: gsap
dependency-version: 3.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@rslib/core"
dependency-version: 0.21.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: prettier
dependency-version: 3.8.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-14 21:17:42 +00:00
Abrar74774
051c10df52
fix: add some click event stopPropagation to more UI elements to avoid unintended panning of view ( #294 )
2026-04-12 15:42:34 +01:00
dependabot[bot]
4600bb2a29
chore(deps): bump the minor-and-patch group with 7 updates ( #289 )
...
Bumps the minor-and-patch group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `25.5.0` | `25.5.2` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) | `7.13.2` | `7.14.0` |
| [dotenv](https://github.com/motdotla/dotenv ) | `17.3.1` | `17.4.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form ) | `7.72.0` | `7.72.1` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core ) | `0.20.2` | `0.20.3` |
| [jsdom](https://github.com/jsdom/jsdom ) | `29.0.1` | `29.0.2` |
| [ts-jest](https://github.com/kulshekhar/ts-jest ) | `29.4.6` | `29.4.9` |
Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `react-router-dom` from 7.13.2 to 7.14.0
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.0/packages/react-router-dom )
Updates `dotenv` from 17.3.1 to 17.4.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v17.3.1...v17.4.1 )
Updates `react-hook-form` from 7.72.0 to 7.72.1
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.72.0...v7.72.1 )
Updates `@rslib/core` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/web-infra-dev/rslib/releases )
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.20.3/packages/core )
Updates `jsdom` from 29.0.1 to 29.0.2
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Commits](https://github.com/jsdom/jsdom/compare/v29.0.1...v29.0.2 )
Updates `ts-jest` from 29.4.6 to 29.4.9
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.6...v29.4.9 )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.5.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-router-dom
dependency-version: 7.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: dotenv
dependency-version: 17.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-hook-form
dependency-version: 7.72.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@rslib/core"
dependency-version: 0.20.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: jsdom
dependency-version: 29.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: ts-jest
dependency-version: 29.4.9
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-07 21:18:23 +00:00
Stan
5472c9b9bc
feat: added connector multiplexing, this allows you to place multiple connectors within the same tile and control/modify them separately, with love - Stan
2026-04-02 07:08:03 +01:00
dependabot[bot]
6d94637042
chore(deps): bump the minor-and-patch group with 7 updates ( #285 )
...
Bumps the minor-and-patch group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits ) | `9.3.0` | `9.3.1` |
| [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) | `3.0.2` | `3.0.4` |
| [web-vitals](https://github.com/GoogleChrome/web-vitals ) | `5.1.0` | `5.2.0` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core ) | `1.7.3` | `1.7.5` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core ) | `0.20.0` | `0.20.2` |
| [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom ) | `28.0.0` | `28.0.1` |
| [recharts](https://github.com/recharts/recharts ) | `3.8.0` | `3.8.1` |
Updates `conventional-changelog-conventionalcommits` from 9.3.0 to 9.3.1
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases )
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v9.3.1/packages/conventional-changelog-conventionalcommits )
Updates `i18next-http-backend` from 3.0.2 to 3.0.4
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v3.0.2...v3.0.4 )
Updates `web-vitals` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md )
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v5.1.0...v5.2.0 )
Updates `@rsbuild/core` from 1.7.3 to 1.7.5
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases )
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.7.5/packages/core )
Updates `@rslib/core` from 0.20.0 to 0.20.2
- [Release notes](https://github.com/web-infra-dev/rslib/releases )
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.20.2/packages/core )
Updates `@types/jsdom` from 28.0.0 to 28.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom )
Updates `recharts` from 3.8.0 to 3.8.1
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v3.8.0...v3.8.1 )
---
updated-dependencies:
- dependency-name: conventional-changelog-conventionalcommits
dependency-version: 9.3.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: i18next-http-backend
dependency-version: 3.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: web-vitals
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@rsbuild/core"
dependency-version: 1.7.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@rslib/core"
dependency-version: 0.20.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@types/jsdom"
dependency-version: 28.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: recharts
dependency-version: 3.8.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 21:17:17 +00:00
Abrar74774
e7fafa6681
feat: add copy and paste using Ctrl+C/Ctrl+V ( #267 )
...
* feat: add copy and paste for single node using ctrl c and ctrl v
* Implement copy/paste for multiple nodes selected using lasso
* Refactor code, apply better types
* Refactor code
* Refactor code
* Implement copy/paste for rectangle and textbox, improve deriving paste target tile
* Move copy and paste logic to useScene
* Do minor refactors
* Do minor refactors
* Update undo redo to consider pasting group of objects as a single action
2026-03-31 13:21:09 +01:00
Stan
18f2ebd040
fix: tests
2026-03-29 17:28:51 +01:00
Stan
da207ed3f7
fix: fixes #273 polish now shows up
2026-03-29 13:33:17 +01:00
dependabot[bot]
4197b5b945
chore(deps): bump react-router-dom from 6.30.3 to 7.13.2 ( #275 )
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.30.3 to 7.13.2.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.13.2/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-version: 7.13.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-28 18:14:34 +00:00
dependabot[bot]
76a1688251
chore(deps): bump the minor-and-patch group with 4 updates ( #274 )
...
Bumps the minor-and-patch group with 4 updates: [i18next](https://github.com/i18next/i18next ), [react-i18next](https://github.com/i18next/react-i18next ), [react-hook-form](https://github.com/react-hook-form/react-hook-form ) and [jsdom](https://github.com/jsdom/jsdom ).
Updates `i18next` from 25.8.18 to 25.10.9
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.8.18...v25.10.9 )
Updates `react-i18next` from 16.5.8 to 16.6.6
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v16.5.8...v16.6.6 )
Updates `react-hook-form` from 7.71.2 to 7.72.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.71.2...v7.72.0 )
Updates `jsdom` from 29.0.0 to 29.0.1
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Commits](https://github.com/jsdom/jsdom/compare/v29.0.0...v29.0.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-version: 25.10.9
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-i18next
dependency-version: 16.6.6
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-hook-form
dependency-version: 7.72.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: jsdom
dependency-version: 29.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-24 21:15:37 +00:00
dependabot[bot]
0da9ff3a22
chore(deps): bump jsdom from 28.1.0 to 29.0.0 ( #272 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 28.1.0 to 29.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/v29.0.0/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/v28.1.0...v29.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-version: 29.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 09:24:43 +00:00
dependabot[bot]
5fb2064112
chore(deps): bump the minor-and-patch group with 4 updates ( #270 )
...
Bumps the minor-and-patch group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ), [i18next](https://github.com/i18next/i18next ), [react-i18next](https://github.com/i18next/react-i18next ) and [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react ).
Updates `@types/node` from 25.4.0 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `i18next` from 25.8.17 to 25.8.18
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.8.17...v25.8.18 )
Updates `react-i18next` from 16.5.6 to 16.5.8
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v16.5.6...v16.5.8 )
Updates `@rsbuild/plugin-react` from 1.4.5 to 1.4.6
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases )
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.4.6/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: i18next
dependency-version: 25.8.18
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-i18next
dependency-version: 16.5.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@rsbuild/plugin-react"
dependency-version: 1.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-17 21:15:36 +00:00
Abrar74774
c3b48f13ec
fix: remove icon position glitching when placing icon ( #268 )
2026-03-17 18:09:27 +00:00
dependabot[bot]
35cc5e7916
chore(deps): bump css-loader from 6.11.0 to 7.1.4 ( #261 )
...
Bumps [css-loader](https://github.com/webpack/css-loader ) from 6.11.0 to 7.1.4.
- [Release notes](https://github.com/webpack/css-loader/releases )
- [Changelog](https://github.com/webpack/css-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/css-loader/compare/v6.11.0...v7.1.4 )
---
updated-dependencies:
- dependency-name: css-loader
dependency-version: 7.1.4
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-12 13:14:26 +00:00
dependabot[bot]
385de1a3e7
chore(deps): bump style-loader from 3.3.4 to 4.0.0 ( #264 )
...
Bumps [style-loader](https://github.com/webpack-contrib/style-loader ) from 3.3.4 to 4.0.0.
- [Release notes](https://github.com/webpack-contrib/style-loader/releases )
- [Changelog](https://github.com/webpack/style-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/style-loader/compare/v3.3.4...v4.0.0 )
---
updated-dependencies:
- dependency-name: style-loader
dependency-version: 4.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-12 13:14:15 +00:00
dependabot[bot]
b477a5acea
chore(deps): bump express from 4.22.1 to 5.2.1 ( #265 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.22.1 to 5.2.1.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/v4.22.1...v5.2.1 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.2.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-12 13:14:04 +00:00
dependabot[bot]
866f7a431c
chore(deps): bump react-i18next from 15.7.4 to 16.5.6 ( #266 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.7.4 to 16.5.6.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.7.4...v16.5.6 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-version: 16.5.6
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-12 13:13:51 +00:00
dependabot[bot]
a2c3b054ca
chore(deps): bump the minor-and-patch group with 5 updates ( #260 )
...
Bumps the minor-and-patch group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) | `25.3.5` | `25.4.0` |
| [i18next](https://github.com/i18next/i18next ) | `25.8.14` | `25.8.17` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core ) | `0.19.6` | `0.20.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) | `30.2.0` | `30.3.0` |
| [recharts](https://github.com/recharts/recharts ) | `3.7.0` | `3.8.0` |
Updates `@types/node` from 25.3.5 to 25.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Updates `i18next` from 25.8.14 to 25.8.17
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.8.14...v25.8.17 )
Updates `@rslib/core` from 0.19.6 to 0.20.0
- [Release notes](https://github.com/web-infra-dev/rslib/releases )
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.20.0/packages/core )
Updates `jest-environment-jsdom` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest-environment-jsdom )
Updates `recharts` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v3.7.0...v3.8.0 )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 25.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: i18next
dependency-version: 25.8.17
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@rslib/core"
dependency-version: 0.20.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: jest-environment-jsdom
dependency-version: 30.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: recharts
dependency-version: 3.8.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-10 21:16:39 +00:00
dependabot[bot]
8bf38b9bc2
chore(deps): bump dotenv from 16.6.1 to 17.3.1 ( #254 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 16.6.1 to 17.3.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v16.6.1...v17.3.1 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-version: 17.3.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:09:15 +00:00
dependabot[bot]
474205c4fd
chore(deps): bump chroma-js and @types/chroma-js ( #256 )
...
Bumps [chroma-js](https://github.com/gka/chroma.js ) and [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js ). These dependencies needed to be updated together.
Updates `chroma-js` from 2.6.0 to 3.2.0
- [Release notes](https://github.com/gka/chroma.js/releases )
- [Changelog](https://github.com/gka/chroma.js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gka/chroma.js/compare/v2.6.0...v3.2.0 )
Updates `@types/chroma-js` from 2.4.5 to 3.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js )
---
updated-dependencies:
- dependency-name: chroma-js
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: "@types/chroma-js"
dependency-version: 3.1.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:09:08 +00:00
dependabot[bot]
af6ceffc97
chore(deps): bump jest-environment-jsdom from 29.7.0 to 30.2.0 ( #259 )
...
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom ) from 29.7.0 to 30.2.0.
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-jsdom )
---
updated-dependencies:
- dependency-name: jest-environment-jsdom
dependency-version: 30.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 13:08:57 +00:00
dependabot[bot]
d086689354
chore: bump the minor-and-patch group with 20 updates ( #244 )
...
Bumps the minor-and-patch group with 20 updates:
| Package | From | To |
| --- | --- | --- |
| [dom-to-image-more](https://github.com/1904labs/dom-to-image-more ) | `3.7.1` | `3.7.2` |
| [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits ) | `9.1.0` | `9.3.0` |
| [i18next](https://github.com/i18next/i18next ) | `25.5.3` | `25.8.14` |
| [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector ) | `8.2.0` | `8.2.1` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react ) | `19.2.3` | `19.2.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) | `19.2.8` | `19.2.14` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) | `19.2.3` | `19.2.4` |
| [react-error-boundary](https://github.com/bvaughn/react-error-boundary ) | `6.0.0` | `6.1.1` |
| [@rsbuild/core](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/core ) | `1.7.1` | `1.7.3` |
| [@rsbuild/plugin-react](https://github.com/web-infra-dev/rsbuild/tree/HEAD/packages/plugin-react ) | `1.4.1` | `1.4.5` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library ) | `16.3.1` | `16.3.2` |
| [cors](https://github.com/expressjs/cors ) | `2.8.5` | `2.8.6` |
| [nodemon](https://github.com/remy/nodemon ) | `3.1.10` | `3.1.14` |
| [gsap](https://github.com/greensock/GSAP ) | `3.13.0` | `3.14.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form ) | `7.64.0` | `7.71.2` |
| [react-quill-new](https://github.com/VaguelySerious/react-quill ) | `3.6.0` | `3.8.3` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core ) | `0.19.2` | `0.19.6` |
| [@types/pathfinding](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pathfinding ) | `0.0.6` | `0.1.0` |
| [prettier](https://github.com/prettier/prettier ) | `3.6.2` | `3.8.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest ) | `29.4.4` | `29.4.6` |
Updates `dom-to-image-more` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/1904labs/dom-to-image-more/releases )
- [Commits](https://github.com/1904labs/dom-to-image-more/compare/v3.7.1...v3.7.2 )
Updates `conventional-changelog-conventionalcommits` from 9.1.0 to 9.3.0
- [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases )
- [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md )
- [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v9.3.0/packages/conventional-changelog-conventionalcommits )
Updates `i18next` from 25.5.3 to 25.8.14
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v25.5.3...v25.8.14 )
Updates `i18next-browser-languagedetector` from 8.2.0 to 8.2.1
- [Changelog](https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-browser-languageDetector/compare/v8.2.0...v8.2.1 )
Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react )
Updates `@types/react` from 19.2.8 to 19.2.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Updates `react-dom` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom )
Updates `react-error-boundary` from 6.0.0 to 6.1.1
- [Release notes](https://github.com/bvaughn/react-error-boundary/releases )
- [Commits](https://github.com/bvaughn/react-error-boundary/compare/6.0.0...6.1.1 )
Updates `@rsbuild/core` from 1.7.1 to 1.7.3
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases )
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.7.3/packages/core )
Updates `@rsbuild/plugin-react` from 1.4.1 to 1.4.5
- [Release notes](https://github.com/web-infra-dev/rsbuild/releases )
- [Commits](https://github.com/web-infra-dev/rsbuild/commits/v1.4.5/packages/plugin-react )
Updates `@testing-library/react` from 16.3.1 to 16.3.2
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2 )
Updates `cors` from 2.8.5 to 2.8.6
- [Release notes](https://github.com/expressjs/cors/releases )
- [Changelog](https://github.com/expressjs/cors/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/cors/compare/v2.8.5...v2.8.6 )
Updates `nodemon` from 3.1.10 to 3.1.14
- [Release notes](https://github.com/remy/nodemon/releases )
- [Commits](https://github.com/remy/nodemon/compare/v3.1.10...v3.1.14 )
Updates `gsap` from 3.13.0 to 3.14.2
- [Commits](https://github.com/greensock/GSAP/compare/3.13.0...3.14.2 )
Updates `react-hook-form` from 7.64.0 to 7.71.2
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.64.0...v7.71.2 )
Updates `react-quill-new` from 3.6.0 to 3.8.3
- [Release notes](https://github.com/VaguelySerious/react-quill/releases )
- [Commits](https://github.com/VaguelySerious/react-quill/compare/3.6.0...react-quill-new@3.8.3 )
Updates `@rslib/core` from 0.19.2 to 0.19.6
- [Release notes](https://github.com/web-infra-dev/rslib/releases )
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.19.6/packages/core )
Updates `@types/pathfinding` from 0.0.6 to 0.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pathfinding )
Updates `prettier` from 3.6.2 to 3.8.1
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.8.1 )
Updates `ts-jest` from 29.4.4 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.4.4...v29.4.6 )
---
updated-dependencies:
- dependency-name: dom-to-image-more
dependency-version: 3.7.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: conventional-changelog-conventionalcommits
dependency-version: 9.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: i18next
dependency-version: 25.8.14
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: i18next-browser-languagedetector
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react
dependency-version: 19.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@types/react"
dependency-version: 19.2.14
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-dom
dependency-version: 19.2.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: react-error-boundary
dependency-version: 6.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@rsbuild/core"
dependency-version: 1.7.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@rsbuild/plugin-react"
dependency-version: 1.4.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@testing-library/react"
dependency-version: 16.3.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: cors
dependency-version: 2.8.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: nodemon
dependency-version: 3.1.14
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: gsap
dependency-version: 3.14.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-hook-form
dependency-version: 7.71.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: react-quill-new
dependency-version: 3.8.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: "@rslib/core"
dependency-version: 0.19.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: "@types/pathfinding"
dependency-version: 0.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: prettier
dependency-version: 3.8.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor-and-patch
- dependency-name: ts-jest
dependency-version: 29.4.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 07:28:25 +00:00
dependabot[bot]
6b951e226e
chore: bump immer from 10.1.3 to 11.1.4 ( #245 )
...
Bumps [immer](https://github.com/immerjs/immer ) from 10.1.3 to 11.1.4.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v10.1.3...v11.1.4 )
---
updated-dependencies:
- dependency-name: immer
dependency-version: 11.1.4
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 07:16:48 +00:00
dependabot[bot]
6352fefaba
chore: bump jsdom and @types/jsdom ( #250 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) and [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom ). These dependencies needed to be updated together.
Updates `jsdom` from 21.1.2 to 28.1.0
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/21.1.2...28.1.0 )
Updates `@types/jsdom` from 21.1.7 to 28.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom )
---
updated-dependencies:
- dependency-name: jsdom
dependency-version: 28.1.0
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: "@types/jsdom"
dependency-version: 28.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 07:16:03 +00:00
dependabot[bot]
4d073ff9fa
chore: bump recharts from 2.15.4 to 3.7.0 ( #251 )
...
Bumps [recharts](https://github.com/recharts/recharts ) from 2.15.4 to 3.7.0.
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v2.15.4...v3.7.0 )
---
updated-dependencies:
- dependency-name: recharts
dependency-version: 3.7.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 07:15:46 +00:00
dependabot[bot]
8a82bbe6aa
chore: bump web-vitals from 2.1.4 to 5.1.0 ( #252 )
...
Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals ) from 2.1.4 to 5.1.0.
- [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md )
- [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.4...v5.1.0 )
---
updated-dependencies:
- dependency-name: web-vitals
dependency-version: 5.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-06 07:15:18 +00:00
semantic-release-bot
acdc02b9a5
chore(release): 1.10.8 [skip ci]
...
## [1.10.8](https://github.com/stan-smith/FossFLOW/compare/v1.10.7...v1.10.8 ) (2026-03-01)
### Bug Fixes
* **ui:** make settings tabs scrollable to prevent hiding ([#238 ](https://github.com/stan-smith/FossFLOW/issues/238 )) [@0x-la1n](https://github.com/0x-la1n ) ([42835fe ](https://github.com/stan-smith/FossFLOW/commit/42835fe0b77458fdff7f32f884ae2ee6506efdc7 ))
2026-03-01 11:04:03 +00:00
Jozé Hernández
42835fe0b7
fix(ui): make settings tabs scrollable to prevent hiding ( #238 ) @0x-la1n
...
* fix(ui): make settings tabs scrollable to prevent hiding
* Update packages/fossflow-lib/src/components/SettingsDialog/SettingsDialog.tsx
2026-03-01 10:56:00 +00:00
semantic-release-bot
0112a1fb9e
chore(release): 1.10.7 [skip ci]
...
## [1.10.7](https://github.com/stan-smith/FossFLOW/compare/v1.10.6...v1.10.7 ) (2026-02-15)
### Bug Fixes
* Fixed issues with history not fully working, undo/redo was hit or miss. Additionally added a huge amount of CI/CD testing using selenium so that we can simulate creating a diagram, placing nodes, connceting them, undo/redo, and rectangles/text as well, with love, Stan ([047df92 ](https://github.com/stan-smith/FossFLOW/commit/047df927858417ec068a749a3f6a0c6dd8741fec ))
2026-02-15 09:46:19 +00:00
Stan
047df92785
fix: Fixed issues with history not fully working, undo/redo was hit or miss. Additionally added a huge amount of CI/CD testing using selenium so that we can simulate creating a diagram, placing nodes, connceting them, undo/redo, and rectangles/text as well, with love, Stan
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-15 09:33:05 +00:00
semantic-release-bot
d831e50bce
chore(release): 1.10.6 [skip ci]
...
## [1.10.6](https://github.com/stan-smith/FossFLOW/compare/v1.10.5...v1.10.6 ) (2026-02-14)
### Reverts
* Revert "fix: replace dual-store undo/redo with unified history store" ([0c67bad ](https://github.com/stan-smith/FossFLOW/commit/0c67bad5c5e433821cd9f5cd40ef9d0d0cd1f6ee ))
2026-02-14 09:01:09 +00:00
Stan
0c67bad5c5
Revert "fix: replace dual-store undo/redo with unified history store"
...
This reverts commit c3f5df23ca .
2026-02-14 08:58:31 +00:00
semantic-release-bot
042ba923e4
chore(release): 1.10.5 [skip ci]
...
## [1.10.5](https://github.com/stan-smith/FossFLOW/compare/v1.10.4...v1.10.5 ) (2026-02-13)
### Bug Fixes
* replace dual-store undo/redo with unified history store ([c3f5df2 ](https://github.com/stan-smith/FossFLOW/commit/c3f5df23ca451ce5d00759946eec7343d67a4332 ))
2026-02-13 21:44:02 +00:00
Stan
c3f5df23ca
fix: replace dual-store undo/redo with unified history store
...
The previous undo/redo had independent history stacks in modelStore and
sceneStore causing desync, history spam during drags, and data loss on
redo cycles. This replaces both with a single historyStore capturing
atomic {model, scene} snapshots, adds gesture-level boundaries
(beginGesture/endGesture) for continuous operations, blocks undo during
active interactions, and fixes redo to preserve current state correctly.
226 tests passing across 28 suites.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 21:40:59 +00:00
Stan
13b2fc840e
Fix React DOM removeChild errors in FossFLOW (Issue #226 ) ( #227 )
...
* fix: prevent React DOM removeChild errors (issue #226 )
Added try-catch blocks and parent node checks for unsafe DOM manipulation
in DiagramManager and EditorPage when creating temporary elements for
clipboard copy and file download operations.
Created DOMErrorBoundary component to catch and gracefully handle DOM
manipulation errors (removeChild, appendChild, insertBefore) with
automatic recovery and fallback UI.
Updated ExportImageDialog to wrap hidden Isoflow instance in
DOMErrorBoundary and added key prop for clean remounting.
Claude got me out of a with this one
2026-02-07 09:31:56 +00:00
semantic-release-bot
4ff30f74e4
chore(release): 1.10.4 [skip ci]
...
## [1.10.4](https://github.com/stan-smith/FossFLOW/compare/v1.10.3...v1.10.4 ) (2026-02-06)
### Performance
* refactored useScene and store subscriptions for performance gains ([7f97e07 ](https://github.com/stan-smith/FossFLOW/commit/7f97e074bb436fe237195af136bac53791608baa ))
### Documentation
* removed cruft from readmes ([daa0dd3 ](https://github.com/stan-smith/FossFLOW/commit/daa0dd3b76162278f79f1a2c1b063df1505c8ce1 ))
* update contributing.md ([011f0af ](https://github.com/stan-smith/FossFLOW/commit/011f0aff1d8cc38ac54eb4934a8ec775c1915b53 ))
2026-02-06 11:25:56 +00:00
Stan
4fe68a3b45
unfucked useScene and friends - everything was subscribing to entire stores via (state) => state so every mouse move re-rendered ~30 components because setMouse lives in uiState and useScene pulls from all three stores. swapped to granular selectors with shallow equality for reactive stuff, added useModelStoreApi/useSceneStoreApi for imperative getState() inside callbacks so all 16 CRUD functions are stable refs now. useModelItem was pulling entire state including undo history, usePanHandlers was re-rendering on every mouse move, useInteractionManager was tearing down and re-registering event listeners nearly every frame. now mouse moves hit ~3 components, callbacks never recreate, event listeners only re-register on mode switch, store history arrays are excluded from subscriptions. also added missing equalityFn param to uiStateStore and fixed the hotkeyProfile typing. 7 files, -137 lines net ( #225 )
...
Signed-off-by: Stan <xkz0@protonmail.com >
2026-02-06 07:37:30 +00:00
Stan
dbb3ec5471
Issue templates, also bumped packages
2026-02-05 05:49:30 +00:00
Stan
daa0dd3b76
docs: removed cruft from readmes
2026-02-02 07:06:34 +00:00
semantic-release-bot
77e76967df
chore(release): 1.10.3 [skip ci]
...
## [1.10.3](https://github.com/stan-smith/FossFLOW/compare/v1.10.2...v1.10.3 ) (2026-02-02)
### Bug Fixes
* lasso wasnt moving nodes if there was also a text item in the selection, now it works ([f5ce168 ](https://github.com/stan-smith/FossFLOW/commit/f5ce1689c9c3ceaa0b180d4c165914c64f3252ec ))
2026-02-02 06:59:33 +00:00
Stan
f5ce1689c9
fix: lasso wasnt moving nodes if there was also a text item in the selection, now it works
2026-02-02 06:56:40 +00:00