Artur Paikin 6 anni fa
parent
commit
a57e35b924
1 ha cambiato i file con 12 aggiunte e 2 eliminazioni
  1. 12 2
      CHANGELOG.md

+ 12 - 2
CHANGELOG.md

@@ -124,11 +124,21 @@ To Be Released: 2018-06-28.
 - [ ] core: look into utilizing https://github.com/que-etc/resize-observer-polyfill for responsive components. See also https://github.com/transloadit/uppy/issues/750
 - [ ] core: use Browserslist config to share between PostCSS, Autoprefixer and Babel https://github.com/browserslist/browserslist, https://github.com/amilajack/eslint-plugin-compat (@arturi)
 - [ ] core: utilize https://github.com/jonathantneal/postcss-preset-env, maybe https://github.com/jonathantneal/postcss-normalize (@arturi)
-- [x] thumbnailgenerator: Polyfill Math.log2 since IE11 doesn't support this method (#892 / @DJWassink)
 - [x] xhrupload: Add `withCredentials` option (#874 / @tuoxiansp)
 - [ ] core: default `autoProceed` to `false`
 - [x] **breaking** provider: rename `host` option to `serverUrl` (#905, @ifedapoolarewaju)
 
+## 0.25.6
+
+Released: 2018-06-25.
+
+- core: ⚠️ **breaking** rename `host` option to `serverUrl` (#905 / @ifedapoolarewaju)
+- dashboard: added browser back button listening (#575 / @zcallan)
+- core: Split utils into separate files (#899 / @goto-bus-stop)
+- providers: Better provider errors (#895 / @arturi)
+- instagram: better thumbnail quality for ig (#901, #887 / @ifedapoolarewaju)
+- core: add `types` to uppy npm package (#0c2d66e8ac005d6a4200948de1bc3a44057f0393 / @arturi)
+
 ## 0.25.5
 
 Released: 2018-06-13.
@@ -150,7 +160,7 @@ Released: 2018-06-12.
 - tests: run integration tests with npm-installed uppy (#880 / @ifedapoolarewaju)
 - xhrupload: add withCredentials option (#874 / @tuoxiansp, @b1ncer)
 - xhrupload: Move .withCredentials assignment to after open(): IE 10 doesn't allow setting it before open() is called (#2698b599d716743bbf7ed3ac70c648fef0fd8976 / @goto-bus-stop)
-- thumbnailgenerator: Updated ThumbnailGenerator to work with IE (#4ddc9da47b13c9dfe49155d8c3bcd76b9fa494f2 / @DJWassink)
+- thumbnailgenerator: Polyfill Math.log2 since IE11 doesn't support this method (#4ddc9da47b13c9dfe49155d8c3bcd76b9fa494f2. #892 / @DJWassink)
 - core: add eslint-plugin-compat (@goto-bus-stop, #894)
 - dashboard: remove Dashboard bottom margin, since “powered by” has been moved (#a561e4e7a2c18f5092ba03185e0836ffa6796d04 / @arturi)
 - dashboard: fix Dashboard open/close animation on small screen (#982d27f62693c0eb026e381d10157afffe1eeb64 / @arturi)