JFH
97386d20b5
Jan2026 fixes ( #1077 )
...
* fix release script
* fix svgcanvas edge cases
* Update path-actions.js
* add modern js
* update deps
* Update CHANGES.md
2026-01-11 00:57:06 +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
a37fbac749
migration to vite/playwright
2025-11-30 19:10:16 +01:00
JFH
16a0e0d945
update deps
2025-11-27 17:58:09 +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
7c69c52209
7.3.8
2025-06-09 17:04:22 +02:00
JFH
3f9d674854
svgcanvas 7.2.7
2025-06-09 17:01:41 +02:00
JFH
865d1bea33
Prefer href to xlink href ( #1059 )
2025-06-09 16:59:29 +08:00
JFH
ede259ae87
7.3.7
2025-05-12 10:36:09 +02:00
JFH
c22cc05006
fixes #1042 ( #1043 )
2025-04-01 12:08:06 +02:00
JFH
2550af8353
7.3.6
2025-03-28 20:23:06 +01:00
JFH
1859978590
release
2025-03-28 20:09:29 +01:00
JFH
a7cc873583
update deps
2025-03-28 20:02:17 +01:00
dependabot[bot]
dd6b48779f
Bump jspdf from 3.0.0 to 3.0.1 ( #1036 )
2025-03-22 08:08:55 +01:00
JFH
56296446ba
consider pathedit mode when zooming ( #1035 )
...
* consider pathedit mode when zooming
* new helper function and style improvements
* update dependencies
2025-03-16 11:58:39 +01:00
JFH
88be19fa59
release 7.3.5
...
* update react-test to react 19
* release 7.3.5
2025-03-09 22:46:01 +01:00
Michael S. Scherotter
61e8d439c4
Fixed issue in EditorStartup.init() where $qq will not work if the editor is in a Web Component ( #1028 )
...
* Added alt tags to img elements.
* fixed lint issues
* Changed the SESpinInput to have a closed shadow DOM to fix the duplicate label id issue reported in browser.
* Fixed code in EditorStartup that fails if the editor is in a Web Component. $qq will not find the .svg_editor, but this.$container will.
* fix linter issue
* update packages
* remove closed as this causes the test to fail.
---------
Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com >
2025-03-09 21:41:41 +01: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
f0549e4629
Tspan fix ( #1006 )
...
* avoid creating x,y in a moving tspan if they didn't exist
* upgrade deps
2024-11-10 14:29:45 +01:00
JFH
3607cc8d69
Fix layer initialisation for orphans ( #1005 )
...
* beautify with standard
* update dependencies
* name is created below so no need here
* initialize name before using it.
2024-10-27 12:33:15 +01:00
JFH
346378ead6
convert to base64 before export as CORS restrictions would break the export of linked images ( #1003 )
2024-10-26 19:26:11 +02: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
olekhshch
f75d1a83a0
Cursors, Esc to cancel active tool ( #946 )
...
* basic drawing cursors
* Esc to cancel tool, I shortcut bug fix
* panel btns hover animation
* minor changes
* Linter fix
* update packages
* remove NYC coverage causing build errors
would be nice to find out a replacement or a fix
---------
Co-authored-by: JFH <20402845+jfhenon@users.noreply.github.com >
2024-01-17 15:19:37 +01:00
JFH
2f9f6e2f71
release 7.3.3 (publish.md and update svgcanvas)
2023-12-10 11:29:50 +01:00
JFH
13245ec2ff
release 7.3.3
2023-12-10 10:57:06 +01: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
94068b80b7
package updates
2023-10-12 23:03:50 +02:00
JFH
24b8f74c4d
Connector extension ( #916 )
...
* npm update
* move connector extension back
2023-08-25 23:47:16 +02:00
JFH
ca21e83365
Refresh dependencies ( #913 )
...
* update dependencies
* fix lint issues
2023-07-25 12:23:10 +02:00
JFH
420861f408
update npm packages, refresh ar language. ( #901 )
...
* update npm packages
* Update lang.ar.js
* fix linter issues
* update version to publish
---------
Co-authored-by: Abdelmjid Saber <87904671+abdelmjid-saber@users.noreply.github.com >
2023-05-28 09:36:05 +02:00
JFH
13cdaedc63
Fix #879 ( #883 )
...
* create and use getTransformList
* update dependencies
2023-03-31 01:57:06 +02:00
JFH
5682e8c596
update react test ( #870 )
2023-01-09 14:53:00 +01:00
JFH
86fcc112c9
fix CI issue and package upgrades ( #869 )
2023-01-09 08:32:54 +01:00
JFH
59148d467e
add a prebuild for svgcanvas ( #866 )
...
fix the netlify build
2022-12-13 01:27:27 +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
cg-scorpio
aabd593123
Fix: avoid to select defs or title as parentElement ( #840 )
...
* Fix: avoid to select defs or title as parentElement
2022-10-15 17:21:14 +02:00
JFH
6b68b0c6ef
publish on release
2022-08-14 15:27:00 +02:00
JFH
43bf93968a
separate svgcanvas from svgedit
...
now you can use directlt svgcanvas. see readme.md
* configure workspaces
* move svgcanvas to packages folder
* move utils to common and paint to svgcanvas
* make svgcanvas a dependency of svgedit
* update deps
* workspaces requires npm 7 at least so the ci needs a new node version
* update github actions to V3
* update snapshots using custom svg exports
* remove unmaintained cypress snapshot plugin
* new github action to add coverage in PR
* Update onpushandpullrequest.yml
* svgcanvas v7.1.6
2022-08-14 15:01:51 +02:00
radasam
ad1b9df6a5
Fix: Zoom selector rewrite ( #826 )
2022-08-08 01:09:13 +02:00
JFH
f02c3d4cfc
7.1.4
2022-06-25 22:32:46 +02:00
JFH
9e3a4a9091
cypress 10 migration ( #777 )
...
* cypress 10 migration
* fix lint
2022-06-18 10:32:27 +02:00
JFH
d5c129ee78
update deps ( #769 )
2022-05-29 12:15:58 +02:00
JFH
a1b56331ab
fix favicon and update deps
2022-05-19 20:56:58 +02:00
JFH
7cbcb6989c
update dependencies ( #764 )
...
* update dependencies
* fix linter issues
2022-05-16 09:38:45 +02:00