- Docs: CHANGES

- npm: Bump to 3.0.0-alpha.3
master
Brett Zamir 2018-05-29 13:54:14 +08:00
parent a353d6fc89
commit 463fb72bb2
3 changed files with 23 additions and 2 deletions

View File

@ -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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "svgedit",
"version": "3.0.0-alpha.2",
"version": "3.0.0-alpha.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {