diff --git a/CHANGES.md b/CHANGES.md index f3eb1c6e..72376c26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,24 @@ +# 3.0.0-alpha.3 + +- Change: Default to stylesheet above `editor` directory +- Docs: Installation steps +- Fix regression (Connector extension): Get config object when available +- Fix regression (Extensions): Use `extIconsPath` for now given + that `extPath` will not work relative to `dist` +- Fix regression: Enforce stylesheet ordering sequence +- Fix regression: Ensure SVG-edit hidden until stylesheets loaded +- Fix regression: Avoid abandoning stylesheet loading if one load fails +- Fix (ext-connector): Handle case of 2 connecting elements with + same y-coordinate (fixes #210 ; thanks, @iuyiuy!) +- Enhancement: Delete the imge upon cancel if it is a new image (fixes #177) +- Enhancement: Allow `addSvgElementFromJson` to accept non-SVG namespaces + with explicit `namespace` property as well as the default SVG namespace + (fixes #155); document +- Optimization: For `setSvgString`, if element content is not SVG, + return `false` earlier (Fixes #152); thanks iuyiuy! +- Demos: Add svgcanvas demo (Neil Fraser) +- npm: Update devDeps + # 3.0.0-alpha.2 - Licensing: Indicate MIT is license type of rgbcolor and rename diff --git a/package-lock.json b/package-lock.json index a6384154..fb671279 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svgedit", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 403742b1..19254029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgedit", - "version": "3.0.0-alpha.2", + "version": "3.0.0-alpha.3", "description": "Powerful SVG-Editor for your browser ", "main": "editor/svg-editor.js", "directories": {