- Linting: As per latest ash-nazg

- Docs: Update license badge
- Docs(CHANGES): Update
- npm: Update devDeps. and package-lock.json
This commit is contained in:
Brett Zamir
2020-07-01 13:34:47 +08:00
parent ad80f18088
commit 4c638d4820
16 changed files with 1138 additions and 1546 deletions

View File

@@ -41,6 +41,11 @@
- Fix: remove "null" attributes in svg source #76 (@cuixiping)
- Fix: A bug of `convertPath` function when converting H and V to
relative (@cuixiping)
- Fix: Layer `removeGroup` not returning element (@brettz9)
- Fix: issue with undo because `this.elem` was overwritten with
`node.remove()`; #359 (@jhenon)
- Fix: Double click not working to edit text within a group. #407 (@jhenon)
- Fix: Showing SVG content when the context is changed. #408 (@jhenon)
- Optimization: Remove unused `jquery-ui-1.8.custom.min.js` file
- Optimization: Remove old build/tools closure/yuicompressor code
- Optimization: Remove unmaintained chrome-app, firefox-extension,
@@ -60,6 +65,7 @@
- Docs: Update license badges to reflect lack of (known) CC-BY-SA-2.0 usage
- Docs: Update Contributing, Testing (renamed to Development),
Linting and ReleaseInstructions
- Docs: Add feature and PR templates
- Update: Cypress code coverage plugin
- Refactoring: Switch from `$.param.querystring` to `URL`
- Refactoring: Ensure file-global jsdoc tags are at beginning of file
@@ -86,6 +92,8 @@
- Testing: Produce mochawesome report
- Testing: Cypress with multiple reporters in case we need
- Build: Update underscore and core-js-bundle copies
- Build: Use "json" extension for babelrc (easier out-of-the-box syntax
recognition by IDEs, etc.)
- npm: Add `underscore` to copy script
- npm: Make `copy`, `compress-images`, `start-embedded`, `build-docs-remove`
scripts cross-platform; add `start-allow-origin` script