Brett Zamir
2835ec11b6
- Refactoring: Avoid redundant use of *AttributeNS methods with
...
`null` value; just use *Attribute methods without namespace
2018-10-23 18:14:27 +08:00
Brett Zamir
f4bbd34d34
- Fix: Revert fix to have extension `mouseup` events run on "zoom" and
...
"select" modes (#159 ); breaks polygon selection
- npm: Bump to 3.0.1
2018-10-22 23:43:59 +08:00
Brett Zamir
2cecbac24a
- Fix (jgraduate->jpicker): Actually fix issue with color val check when no other proper results (equal to "all");
...
prior fix had not covered original intention
- Docs: Clean-up and fixes in CHANGES
2018-10-22 23:13:04 +08:00
Brett Zamir
d13f99bb5e
- Breaking change: Remove `storagePromptClosed` state boolean in favor of
...
`storagePromptState`; used by `ext-storage.js`
- Fix (regression): Ensure storage dialog will not be blocked because of
canvas updating done for sake of centering background
- Fix (extensions): Ensure `langReady` changes are available by time prefs
dialog is closed and that its changes have occurred by time extensions
have first loaded (`setLang` now returns a Promise rather than `undefined`
as it waits for extension's `langReady` to resolve); this is also useful
with `ext-storage.js` so we know that `extensions_loaded` (which
conditionally updates the canvas based on `storagePromptState`) has seen
`langReady` and the storage extension hasn't set a `storagePromptState`
of "waiting"
2018-10-21 18:38:53 +08:00
Brett Zamir
c37e60fd87
- Fix: Centering of canvas wasn't being set at proper time; fixes #272
...
- Refactoring: Avoid unneeded internal IIFEs; simplify w/h formula
2018-10-21 01:17:44 +08:00
Brett Zamir
fb9eb80798
- Fix (regression): Extension locale loading for non-English locales
...
- Fix: Allow language to be properly set back to a different locale and
retaining preference (and ensure language changes are available before
dialog closed)
- Refactoring: array extra/spread operator
- npm: Update devDep (sinon-test)
2018-10-20 22:21:58 +08:00
Brett Zamir
8024304a96
- Fix: Map extension click events to "mousedown" so they can be received
...
on touch devices (since `touch.js` changes `touchstart` to
`mousedown`) (@ClemArt); closes #168
- Fix: Ensure extension `mouseup` events run on "zoom" and "select"
modes (@iuyiuy); closes #159
2018-10-19 20:42:10 +08:00
Brett Zamir
714cbe0c44
Revert "- Fix: Regression with locale string setting"
...
This reverts commit a5265d2c22
.
2018-10-02 22:50:27 +08:00
Brett Zamir
a5265d2c22
- Fix: Regression with locale string setting
2018-10-02 21:19:47 +08:00
Brett Zamir
3909d2fd97
- Fix: Only clear selection by escape key if not within a dialog (as the escape key should only close the dialog)
...
- Fix: Ensure escape key will work from within input text boxes (as was already added for textareas)
- Refactoring: Share code for dialog selectors
2018-10-02 14:02:15 +08:00
Brett Zamir
2a943cd1fa
- Enhancement: Allow 'a' also with meta key (command in Mac, ctrl otherwise)
...
to select all (part of #291 )
- Enhancement: Add a global escape key listener to clear the selection
- Refactoring: Change 'a' to lower case in key command to avoid impression
that shift is needed
2018-10-02 13:21:04 +08:00
Brett Zamir
3d2085c991
- Build: Update `dist`
2018-10-01 16:45:34 +08:00
Brett Zamir
71b2b33e41
- Fix: Avoid errors occurring in Chrome now for `supportsGoodTextCharPos`
...
- Linting: Avoid Jamilih file in doc linting
- Testing: Add testcafe (ESLint plugin/rules, accessibility test
(failing), ui test beginnings (passing))
- Docs: Add "Testing" prefix to contributing file
- npm: Bump to 3.0.0-rc.3
2018-09-30 12:13:34 +08:00
Brett Zamir
ae58be8277
- Build: Babel 7
...
- npm: Update qr-manipulation
2018-09-26 21:27:52 +08:00
Brett Zamir
fa37778ec0
- Fix: Ensure repeated selection of same file overwrites with that
...
file's contents (fix #289 )
2018-09-25 11:19:13 +08:00
Brett Zamir
459a6b8f89
- Build: Update `dist`
2018-09-25 03:12:11 +08:00
Brett Zamir
dab1ff81af
- Fix (jPicker): Avoid setting `Math.precision` pseudo-global
...
- Refactoring (jPicker): Use ES6 templates; avoid unnecessary check
- Refactoring: Avoid useless assignment (courtesty lgtm)
- Build: Update files
2018-09-22 09:01:13 +08:00
Brett Zamir
ed6aa3fcb8
- Build: Update `dist` files
2018-09-13 22:57:01 +08:00
Brett Zamir
0688b9af60
- Fix (image import): Put src after onload to avoid missing event;
...
check other width/height properties in case offset is 0; fixes #278
2018-09-13 17:54:40 +08:00
Brett Zamir
4b22c248e4
- npm: Update devDeps
...
- Build: Switch to `terser` plugin with `uglify` plugin not
supporting ES6+-capable minifier
- Linting (ESLint): Consistent curly spacing; follow new "standard"
2018-09-07 08:19:45 +08:00
Brett Zamir
acb57c1609
- Fix: Add images (and references) for fallback ( #135 )
...
- Fix (canvg): blur export fix
- i18n (Chinese): A few fixes (#135 )
- Optimize: Further image optimizing
- Refactoring: Avoid custom JS substitution syntax
- Refactoring: Reorder default extension list
2018-07-31 00:18:39 -07:00
Brett Zamir
5ad6e6ba48
- Enhancement: Create xdomain file build which works without ES6 Modules
...
- Enhancement: Build xdomain files dynamically
- Fix: Race condition in svgIcons plugin
- Build: Update `dist` files
2018-07-30 12:51:57 -07:00