- Enhancement: Link to rawgit/raw.githack for live master demos (fixes #43)
- Docs: Update CHANGESmaster
parent
6122d6d2f1
commit
e0e536df0a
|
@ -74,9 +74,11 @@
|
||||||
- Fix (Embedded API): Cross-domain may fail to even access `origin` or
|
- Fix (Embedded API): Cross-domain may fail to even access `origin` or
|
||||||
`contentDocument`
|
`contentDocument`
|
||||||
- Fix (Embedded API): Avoid adding URL to iframe src if there are no arguments
|
- Fix (Embedded API): Avoid adding URL to iframe src if there are no arguments
|
||||||
|
- Fix (Embedded API): Handle origin issues (fixes #173)
|
||||||
- Fix (Cross-domain usage): Recover from exceptions with `localStorage`
|
- Fix (Cross-domain usage): Recover from exceptions with `localStorage`
|
||||||
- Fix regression (Imagelib): Fix path for non-module version
|
- Fix regression (Imagelib): Fix path for non-module version
|
||||||
- Update: Update WebAppFind per new API changes
|
- Update: Update WebAppFind per new API changes
|
||||||
|
- Enhancement: Link to rawgit/raw.githack for live master demos (fixes #43)
|
||||||
- Enhancement: Make `setStrings` public on editor for late setting (used
|
- Enhancement: Make `setStrings` public on editor for late setting (used
|
||||||
by `ext-shapes.js`)
|
by `ext-shapes.js`)
|
||||||
- Enhancement: Add `extensions_added` event
|
- Enhancement: Add `extensions_added` event
|
||||||
|
|
|
@ -11,6 +11,9 @@ works in any modern browser.
|
||||||
|
|
||||||
You may also try the [pre-release](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) (or its [ES6-Module](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) version, assuming a modern browser).
|
You may also try the [pre-release](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) (or its [ES6-Module](https://svg-edit.github.io/svgedit/releases/latest/editor/svg-editor.html) version, assuming a modern browser).
|
||||||
|
|
||||||
|
And for testing the latest version in `master`, you may try <https://rawgit.com/SVG-Edit/svgedit/master/editor/svg-editor.html> or
|
||||||
|
<https://raw.githack.com/SVG-Edit/svgedit/master/editor/svg-editor.html>.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Quick install
|
### Quick install
|
||||||
|
|
Loading…
Reference in New Issue