Commit Graph

4070 Commits

Author SHA1 Message Date
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
9dd1349599 Fix link to SVGEdit V7 editor 2025-12-07 19:54:52 +01:00
JFH
35b3d62df1 Update publish.mjs 2025-12-07 19:49:35 +01:00
JFH
76c8e42cb2 Merge pull request #1073 from SVG-Edit/Vite
Migration to Vite a
2025-12-07 15:40:34 -03:00
JFH
d405708005 added translations 2025-12-07 19:21:56 +01:00
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
28fe82b61e fix CI issue 2025-12-07 11:26:25 +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
16a0e0d945 update deps 2025-11-27 17:58:09 +01:00
Qscy
03355487ee Add Alt + Wheel Zoom Shortcut & Fix Localization for Panning & Update zh-CN locale (#1067)
* Add a new shortcut( Alt + wheels ) for zoom in/out

* update zh-CN locale

* Fix a ext-panning problem cound not fit locale

* Style for passing linter
2025-09-11 19:48:42 +02: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
887ad2e39f Fix group rotation (#1058)
* Update history.js
- Change `BatchCommand.unapply` to use `[...this.commands].reverse()` so the original array is never mutated.
- This preserves the order of commands and ensures history integrity.
2025-06-09 00:33:39 +08:00
Michael S. Scherotter
c127c3734b Fixed a bug where a rotated text or image did not translate correctly. (#1055) 2025-05-21 08:27:57 +02:00
JFH
ede259ae87 7.3.7 2025-05-12 10:36:09 +02:00
Michael S. Scherotter
f962f9d884 Fixed issue where foreignObject contents styles were getting removed on object moving (#1053) 2025-05-05 08:55:18 +02:00
Michael S. Scherotter
4b822fe190 Fixed issue where svgToString was converting HTML elements to uppercase in svgCanvas.svgToString() (#1051) 2025-05-01 23:02:34 +02:00
szerintem
baa68718c8 fix the order of config() and init() in readme (#1049) 2025-04-21 09:57:58 +02:00
JFH
c22cc05006 fixes #1042 (#1043) 2025-04-01 12:08:06 +02:00
JFH
8b55657c70 add cursors svg 2025-03-30 17:15:55 +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
JFH
0a89750036 start tests on components 2025-03-28 19:23:41 +01:00
Michael S. Scherotter
dc0ce52e71 Html elements in foreign object (#1041) 2025-03-28 18:00:19 +01:00
Michael S. Scherotter
5c05fd77bc Fixed bug in Editor.loadFromURL where the promise was not resolving (#1040) 2025-03-26 08:08:41 +01:00
Michael S. Scherotter
f4a66c989c Fixed bug in ext-opensave.js when dropping text. (#1038) 2025-03-23 08:11:39 +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
S1NJED
1b847fa20c Fix gradient (#1033)
* fix: color picker popup duplicate

Signed-off-by: sinjed <oooguuh@gmail.com>

* removed console log

Signed-off-by: sinjed <oooguuh@gmail.com>

* lint

Signed-off-by: sinjed <oooguuh@gmail.com>

---------

Signed-off-by: sinjed <oooguuh@gmail.com>
2025-03-12 09:22:33 +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
S1NJED
25e0d91add Fix: color picker value wont change after selecting a new element (#1030)
* fix: color picker failed to update when selecting a new element
Signed-off-by: S1NJED <oooguuh@gmail.com>
2025-03-09 19:19:43 +01:00
Michael S. Scherotter
5ad039a693 Added alt tags to img elements (#1026) 2025-03-02 14:30:07 +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
989f637e6c Update whitelist with dominant-baseline (#1004) 2024-10-26 19:47:15 +02: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
Shivang Patel
29216f4f68 fix(config): Fix modifying array values, such as for dimensions (#999) 2024-10-21 22:35:03 +02:00
Venissa
49dd041bc0 Merge layer_view extension (#995)
* Add tested version of layer_view extension

* Fix linting errors

* Modify button style to SVG-Edit colour palette
2024-09-27 20:00:28 +02:00
Venissa
59690cd5f0 Populate layers after new file is opened (#993) 2024-09-20 19:53:59 +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