Jan2026 fixes (#1077)

* fix release script
* fix svgcanvas edge cases
* Update path-actions.js
* add modern js
* update deps
* Update CHANGES.md
This commit is contained in:
JFH
2026-01-10 20:57:06 -03:00
committed by GitHub
parent 9dd1349599
commit 97386d20b5
76 changed files with 11654 additions and 2416 deletions

View File

@@ -1,5 +1,11 @@
# SVG-Edit CHANGES
## 7.4.1
- Fix: parent transform iteration and undo/redo for grouped elements
- Fix: gradient inheritance, clipPath translation, blur filters, layer operations
- Tests: add Playwright regression tests for 11 GitHub issues
- Build: ensure coverage instrumentation for e2e tests
## 7.4.0
- Scripts: adapt `build` and `publish` for root-managed builds/publishes across workspaces.
- Docs: Update release/publish instructions to reflect workspace versioning and the new `scripts/version-bump.mjs` helper.