From e620ef6c05e655afc540fd66bd2a7cf054a024c1 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Sat, 1 Jan 2022 22:28:01 -0300 Subject: [PATCH] 7.1.1 --- CHANGES.md | 3 +- README.md | 5 ++- .../ui/__snapshots__/scenario3.js.snap | 44 +++++++++---------- package-lock.json | 4 +- package.json | 2 +- 5 files changed, 31 insertions(+), 27 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 88c0df91..e4ae358d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ # SVG-Edit CHANGES - +## 7.1.1 +- Fix an issue when moving a text with an existing transformation (issue #689) ## 7.1.0 - Large refactoring of svgcanvas (a lot of remaining work with the goal to separate in its own package).This explains the move to a minor version - move to a new linter (standard). diff --git a/README.md b/README.md index 38cc6b38..208ca8b1 100644 --- a/README.md +++ b/README.md @@ -32,12 +32,15 @@ Please let us know with an issue or a discussions if you wish to contribute. Thanks to **Netlify**, you can test the following builds: -### [Try SVGEdit 7.1.0 here](https://svgedit.netlify.app/editor/index.html) +### [Try SVGEdit 7.1.x here](https://svgedit.netlify.app/editor/index.html) [Try SVGEdit 5.1.0 here](https://6098683962bf91702907ee33--svgedit.netlify.app/editor/svg-editor.html) [Try SVGEdit 6.1.0 here](https://60a0000fc9900b0008fd268d--svgedit.netlify.app/editor/index.html) +Additional tip: you may try a version released on NPM using unpkg for example with version 7.1.0: +[https://unpkg.com/svgedit@7.1.0/dist/editor/index.html](https://unpkg.com/svgedit@7.1.0/dist/editor/index.html) + ## Installation ### Quick install diff --git a/cypress/integration/ui/__snapshots__/scenario3.js.snap b/cypress/integration/ui/__snapshots__/scenario3.js.snap index a3c7feb0..9727d948 100644 --- a/cypress/integration/ui/__snapshots__/scenario3.js.snap +++ b/cypress/integration/ui/__snapshots__/scenario3.js.snap @@ -66,28 +66,6 @@ exports[`use all parts of svg-edit > check tool_path_change_node_xy #0`] = ` `; -exports[`use all parts of svg-edit > check tool_path_openclose #0`] = ` - - - - Layer 1 - - - - -`; - exports[`use all parts of svg-edit > check tool_path_change_seg_type #0`] = ` check tool_path_change_clone_node #0`] = ` `; + +exports[`use all parts of svg-edit > check tool_path_openclose #0`] = ` + + + + Layer 1 + + + + +`; diff --git a/package-lock.json b/package-lock.json index 249aef6c..4674e50a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svgedit", - "version": "7.1.0", + "version": "7.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svgedit", - "version": "7.1.0", + "version": "7.1.1", "license": "(MIT AND Apache-2.0 AND ISC AND LGPL-3.0-or-later AND X11)", "dependencies": { "@babel/polyfill": "7.12.1", diff --git a/package.json b/package.json index 32e73470..47bd07d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgedit", - "version": "7.1.0", + "version": "7.1.1", "description": "Powerful SVG-Editor for your browser ", "main": "dist/Editor.js", "module": "dist/Editor.js",