- Docs: Update CHANGES

master
Brett Zamir 2019-11-16 10:48:09 +08:00
parent 19f7962c4a
commit 643d375c04
1 changed files with 8 additions and 0 deletions

View File

@ -4,20 +4,28 @@
- Deprecated: Should now use `avoidClientSideDownload` in place of - Deprecated: Should now use `avoidClientSideDownload` in place of
`avoidClientSide` (config for `ext-server_opensave.js`). `avoidClientSide` (config for `ext-server_opensave.js`).
- Fix: IE 11 issue; fixes #363
- Fix: Avoid race condition in `jQuery.svgIcons.js` (evident - Fix: Avoid race condition in `jQuery.svgIcons.js` (evident
when attempting to load from `file:` URL in Chrome) when attempting to load from `file:` URL in Chrome)
- Fix: Input width (@seahindeniz)
- Fix: Use change event to be sure that file is loaded before
the function (@Moliman)
- Enhancement: Added `avoidClientSideOpen` config for - Enhancement: Added `avoidClientSideOpen` config for
`ext-server_opensave.js` `ext-server_opensave.js`
- Optimization: Re-rerun image optimization per update - Optimization: Re-rerun image optimization per update
- Linting (ESLint): Adjust per now applied rules - Linting (ESLint): Adjust per now applied rules
- Linting (ESLint): Add HTML files to linting - Linting (ESLint): Add HTML files to linting
- Linting (ESLint): Avoid shadowing - Linting (ESLint): Avoid shadowing
- Linting: Assorted changes; ensure license versions are valid semver
- Refactoring: Use `static` keyword for classes - Refactoring: Use `static` keyword for classes
- Refactoring: Prefer `for...of`, `event.key` (newly enforced linting)
- Refactoring: Better var. names
- Testing: Accessibility test API update - Testing: Accessibility test API update
- Docs: Clarify need for Node.js/npm being installed - Docs: Clarify need for Node.js/npm being installed
- Build: Remove `types-docs` script as being handled in ESLint - Build: Remove `types-docs` script as being handled in ESLint
- Maintenance: Add `.editorconfig` - Maintenance: Add `.editorconfig`
- npm: Add script to fix eslint errors - npm: Add script to fix eslint errors
- npm: Rename `build-config` to `build-by-config`
- npm: Update devDeps (including switching from deprecated opn-cli - npm: Update devDeps (including switching from deprecated opn-cli
package to open-cli); update core-js-bundle copy; add new package to open-cli); update core-js-bundle copy; add new
axe testing peer dep. axe-core in devDeps axe testing peer dep. axe-core in devDeps