master
JFH 2022-06-25 22:32:46 +02:00
parent 0598e8e978
commit f02c3d4cfc
3 changed files with 320 additions and 340 deletions

View File

@ -1,4 +1,8 @@
# SVG-Edit CHANGES # SVG-Edit CHANGES
## 7.1.4
- Implement horizontal or vertical distribution alignment (mulder3062)
- fix several bugs and update to latest dependencies
- new tr translation (zktosu)
## 7.1.3 ## 7.1.3
- fix issue #736. could not move layers - fix issue #736. could not move layers
## 7.1.2 ## 7.1.2

652
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "svgedit", "name": "svgedit",
"version": "7.1.3", "version": "7.1.4",
"description": "Powerful SVG-Editor for your browser ", "description": "Powerful SVG-Editor for your browser ",
"main": "dist/Editor.js", "main": "dist/Editor.js",
"module": "dist/Editor.js", "module": "dist/Editor.js",
@ -97,7 +97,7 @@
"@cypress/code-coverage": "3.10.0", "@cypress/code-coverage": "3.10.0",
"@cypress/fiddle": "1.19.3", "@cypress/fiddle": "1.19.3",
"@rollup/plugin-babel": "5.3.1", "@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "^18", "@rollup/plugin-commonjs": "^21",
"@rollup/plugin-dynamic-import-vars": "1.4.3", "@rollup/plugin-dynamic-import-vars": "1.4.3",
"@rollup/plugin-node-resolve": "13.3.0", "@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "4.0.0", "@rollup/plugin-replace": "4.0.0",