Commit Graph

20 Commits

Author SHA1 Message Date
JFH
7ca39b6471 add flip buttons
also update svgedit.css
2025-12-07 18:56:10 +01:00
JFH
370ba56ff0 Simplify publish process 2025-12-07 18:20:29 +01:00
JFH
7fb5a9b866 Editor explicitely uses the package in the workspace
also updated deps.
2025-12-07 11:14:30 +01:00
JFH
fa380402e1 increase test coverage
extend test coverage
2025-12-07 10:56:29 +01:00
JFH
a37fbac749 migration to vite/playwright 2025-11-30 19:10:16 +01:00
JFH
babd3490c9 Nov25 fixes (#1072)
* update deps
* fixes #963 and #1061
* fix the issue #974
* update test
2025-11-27 18:10:49 +01:00
JFH
1dc44cb378 Update dependencies and improve test coverage
Upgraded several dependencies and devDependencies in package.json and package-lock.json, including Babel, core-js, browser-fs-access, i18next, jspdf, cypress, and rollup. Test coverage improved in multiple files as reflected in coverage-summary.json.
2025-08-26 23:53:58 +02:00
JFH
865d1bea33 Prefer href to xlink href (#1059) 2025-06-09 16:59:29 +08:00
JFH
42840d51de Update to allow commas (#1023)
* update dependencies
* allow commas for separators
2025-02-23 14:21:25 +01:00
JFH
403237c182 Fix text scale #1008 (#1010)
* update dependencies

* fix #1008 by adjusting font-size

(allowing to keep the text keep his proportions to the font)

* refactor math.js
2024-12-27 21:37:05 +01:00
JFH
23c6bc2e23 September updates (#992)
* fix deprecated apple-mobile -web-app-capable
* fix issue #974
* update dependencies
* fix a trailing space for points
* fix issue with tspan recalculation
2024-09-16 13:13:05 +02:00
JFH
0c44b49450 Update dep (#988)
* update and adapt code to latest dependencies

-> need testIsolation to False with the latest Cypress

* need this for CI (bug https://github.com/npm/cli/issues/4828)

* run instrument before test

* fix test

* v7.3.4
2024-08-18 23:51:28 +02:00
JFH
5a3f24ef72 deps updates (#984) 2024-07-05 00:01:34 +02:00
Delmo Heredia
04ab3dd873 Fix initial stroke width (#959)
* Fix initial stroke width

* refresh packages

* update snapshots

* Update issue-752.cy.js

---------

Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com>
2024-04-18 13:58:59 +02:00
JFH
ec3e0522df Fixes issue with xy panel (#935)
* update deps

* fixes #930

* update workflow

* Update TopPanel.js

* fix side effects

* Update utilities-performance.cy.js
2023-12-09 17:17:10 +01:00
JFH
13cdaedc63 Fix #879 (#883)
* create and use getTransformList
* update dependencies
2023-03-31 01:57:06 +02:00
JFH
86fcc112c9 fix CI issue and package upgrades (#869) 2023-01-09 08:32:54 +01:00
JFH
0417618156 Fix build issue #862 (#863)
* migrate cypress
* clean local storage before each test
2022-12-11 23:39:44 +01:00
JFH
00a7d61122 Update packages and remove the instrument step (#854)
* several updates
* avoid the instrumented step in tests
2022-11-27 23:01:27 +01:00
JFH
614a361558 do not ignore the coverage summary
so it can be used to compare master and PR coverage
2022-08-14 11:11:52 +02:00