- Fix: Droplets for gradient pickers can now be double-clicked in

other browsers in addition to Firefox such as Chrome
    to allow change of color (fixes #181) (@ajinkyas);
    may be different between the browsers as a result of
    <https://github.com/w3c/uievents/issues/141>
- Builds: Update
This commit is contained in:
Brett Zamir
2019-04-03 11:31:06 +08:00
parent 0171e177cb
commit 69ea647286
10 changed files with 37 additions and 25 deletions

View File

@@ -2,6 +2,11 @@
## ?
- Fix: Droplets for gradient pickers can now be double-clicked in
other browsers in addition to Firefox such as Chrome
to allow change of color (fixes #181) (@ajinkyas);
may be different between the browsers as a result of
<https://github.com/w3c/uievents/issues/141>
- Fix: Delay icon setting until locales available (fixes #323)
- Fix: Extension with no `placement` to be added to end;
for #326 (@sjernigan)