svgedit/editor
Brett Zamir 9f65b1adb9 - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`)
- Breaking change: Locale now formatted as export
- Breaking change: Moved out remaining modular i18n (imagelib) to own folder
- Breaking change: Drop `executeAfterLoads` (and getJSPDF/getCanvg)
- Breaking change: `RGBColor` must accept `new`
- Breaking change: canvg - `stackBlurCanvasRGBA` must be set now by function (`setStackBlurCanvasRGBA`) rather than global; `canvg` now a named export
- Breaking change: Avoid passing `canvg`/`buildCanvgCallback` to extensions (have them import)
- Fix: i18nize imaglib more deeply
- Fix: Positioning of Document Properties dialog (Fixes #246)
- Fix (regression): PDF Export (Fixes #249)
- Fix (regression): Add polyfill for `ChildNode`/`ParentNode` (and use further)
- Fix (regression): Apply Babel universally to dependencies
- Fix (regression): Ordering of `uaPrefix` function in `svgEditor.js`
- Fix (regression): Embedded API
- Fix (embedded editor): Fix backspace key in Firefox so it doesn't navigate out of frame
- Fix: Alert if no exportWindow for PDF (e.g., if blocked)
- Refactoring( RGBColor) `RGBColor` as class, without rebuilding constants, optimize string replacement, move methods to prototype, use templates and object literals, use `Object.keys`
- Refactoring (canvg) Use classes more internally, use shorthand objects; array extras, return to lazy-loading
- Refactoring: Use Promises in place of `$.getScript`; always return Promises in case deciding to await resolving
- Refactoring: Avoid importing `RGBColor` into `svgutils.js` (jsPDF imports it itself)
- Refactoring: Arrow functions, destructuring, shorter property references
- Refactoring: Fix `lang` and `dir` for locales (though not in use currently anyways)
- Refactoring: Provide path config for canvg, jspdf
2018-06-12 06:50:28 +08:00
..
canvg - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
contextmenu - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
extensions - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
external - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
images (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
jgraduate - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
jquery-ui Update to jQuery and jQuery-UI latest 2012-02-23 02:48:21 +00:00
jquerybbq (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
js-hotkeys (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
jspdf - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
locale - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
spinbtn - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
svgicons - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
browser-not-supported.html - Refactoring (Browser unsupported): Restore newly appied HTML/CSS standards, add lbs; remove now unused file 2018-05-18 11:55:28 +08:00
browser.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
contextmenu.js - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
coords.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
draw.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
embedapi-dom.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
embedapi.html (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
embedapi.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
history.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
historyrecording.js Bugfix/separate declaration from exposition (#245) 2018-05-29 09:43:02 -07:00
jquery-svg.js - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
jquery.min.js (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
layer.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
math.js - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
path.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
pathseg.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
recalculate.js - npm: Alphabetize scripts 2018-05-29 20:31:24 +08:00
redirect-on-lacking-support.js (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
sanitize.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
select.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
svg-editor-es.html - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
svg-editor.css - Fix (Locale): Remove bad characters in Persian (fa) file 2018-05-20 15:04:11 +08:00
svg-editor.html - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
svg-editor.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
svg-editor.manifest - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
svgcanvas.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
svgedit.js - Breaking change: Rename config file to `svgedit-config-iife.js` (or for the module version, `svgedit-config-es.js`); 2018-05-25 20:03:14 +08:00
svgtransformlist.js - npm: Alphabetize scripts 2018-05-29 20:31:24 +08:00
svgutils.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00
touch.js (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
units.js - Breaking change: Extension now formatted as export (and `this` is set to editor, including for `callback`) 2018-06-12 06:50:28 +08:00