Commit Graph

384 Commits

Author SHA1 Message Date
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
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
Delmo Heredia
94f7710cfc Fix build-docs-remove npm script (#962) 2024-04-18 02:52:06 +02:00
Delmo Heredia
f748b05620 Fix main file path in package.json (#961) 2024-04-17 15:47:35 +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
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
JFH
ca5107f599 Fix #736 (#738)
* fix issue #736

* Update ext-storage.js

* 7.1.3
2022-03-13 19:37:27 +01:00
JFH
a335e44dc8 Extensions (#737)
- add the current document title in the toolbar
- allow user extensions to define optional parameters
- more events for renamedElement, beforeClear, afterClear, sourceChanged
- remove "message" event used for iframe integration not used anymore. can be readded through a new extension if necessary
- default precision down to 2 digits (and applied in rotation)
2022-03-13 12:59:53 +01:00
Kevin D
f713ff8f83 Fix issue 726, move forward / move backward (#728) 2022-02-15 08:31:58 +01:00
JFH
db8522fcb7 Add document title in topbar and allow params with user extensions (#720)
* use document title to display the current file
* add document title in top bar
2022-01-31 23:36:57 +01:00
JFH
5d1ba0205b fix file-open handle (#717)
* review svg-exec

* review selection.js elemgetset and selectedelems

* Update svgcanvas.js

* remember handle after open, send events

* update dependencies
2022-01-23 23:46:13 +01:00
JFH
e620ef6c05 7.1.1 2022-01-01 22:28:01 -03:00
JFH
791e69fa25 prepare for 7.1.0 2021-12-30 23:51:40 -03:00
JFH
9998b1e6a8 update dependencies 2021-12-30 23:33:59 -03:00
JFH
fdcfc8a253 move to standard linter for simpler configuration 2021-12-28 11:02:29 -03:00