svgedit/editor/extensions
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
..
ext-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
imagelib - 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
mathjax (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
shapelib (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
allowedMimeTypes.php - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
closepath_icons.svg Another tweak to the close_path icons 2010-02-20 16:43:52 +00:00
ext-arrows.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
ext-closepath.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
ext-connector.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
ext-eyedropper.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
ext-foreignobject.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
ext-grid.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
ext-helloworld.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
ext-imagelib.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
ext-imagelib.xml - Remove carriage returns; fixes #37 2018-05-18 15:39:36 +08:00
ext-markers.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
ext-mathjax.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
ext-overview_window.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
ext-panning.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
ext-panning.xml - Remove carriage returns; fixes #37 2018-05-18 15:39:36 +08:00
ext-php_savefile.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
ext-polygon.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
ext-server_moinsave.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
ext-server_opensave.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
ext-shapes.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
ext-shapes.xml - Remove carriage returns; fixes #37 2018-05-18 15:39:36 +08:00
ext-star.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
ext-storage.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
ext-webappfind.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
ext-xdomain-messaging.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
eyedropper-icon.xml - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
eyedropper.png (INCOMPLETE: ES6 Module conversion and linting) 2018-05-22 18:02:57 +08:00
fileopen.php - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
filesave.php - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
foreignobject-icons.xml - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
grid-icon.xml - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
helloworld-icon.xml - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
markers-icons.xml - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
mathjax-icons.xml - Further convert tabs -> 2 spaces in JS code comments (except in test performance 2018-05-18 14:41:43 +08:00
polygon-icons.svg - Remove carriage returns; fixes #37 2018-05-18 15:39:36 +08:00
savefile.php - Code comments: Coding standards within 2018-05-31 07:52:13 +08:00
star-icons.svg - Remove carriage returns; fixes #37 2018-05-18 15:39:36 +08:00
webappfind-icon.svg - Remove carriage returns; fixes #37 2018-05-18 15:39:36 +08:00