소스 검색

blog: add all the other PRs

Renée Kooi 5 년 전
부모
커밋
48bbaac0d0
2개의 변경된 파일61개의 추가작업 그리고 12개의 파일을 삭제
  1. 22 11
      CHANGELOG.md
  2. 39 1
      website/src/_posts/2019-10-1.5.md

+ 22 - 11
CHANGELOG.md

@@ -102,7 +102,7 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature,
 
 # next
 
-## 1.5
+## 1.6
 
 - [ ] companion: restore deferredLength — parallel upload/download, 423 and 500 issues (@ife)
 - [ ] companion: reports an error at first sign in. we did a hotfix in https://github.com/transloadit/uppy/pull/1478#issuecomment-485937942 but need a proper fix for that (@ife). Also: what about changing the location of that tooltip? So legit errors also don't block buttons?
@@ -122,16 +122,27 @@ PRs are welcome! Please do open an issue to discuss first if it's a big feature,
 - [ ] dashboard: optional alert `onbeforeunload` while upload is in progress, safeguarding from accidentaly navigating away from a page with an ongoing upload
 - [ ] QA: add one integration test (or add to existing test) that uses more exotic (tus) options such as `useFastRemoteRetry` or `removeFingerprintOnSuccess` https://github.com/transloadit/uppy/issues/1327 (@arturi, @ifedapoolarewaju)
 - [ ] website: Adopt bcp-47 to handle and parse locales (@kvz, https://github.com/meikidd/iso-639-1/issues/19, https://tools.ietf.org/html/bcp47, https://github.com/wooorm/bcp-47)
-- [x] core: avoid overwriting duplicate files by a) throwing a warning instead and b) adding the relative-path of files to a new tus fingerprint function (we might use file.id as a fingerprint instead) (#754, #1606) (@arturi, #1767)
-- [x] companion: revoke companion's provider access on "logout" (@ifedapoolarewaju, #1843)
-- [x] facebook: add facebook remote provider (@ifedapoolarewaju, #1794)
-- [x] onedrive: add OneDrive remote provider (@ifedapoolarewaju, #1831)
-- [x] transloadit: pin socket.io version to ES5 compatible one (@goto-bus-stop, https://github.com/transloadit/uppy/commit/5839b655f093edaa778d49b719f7dda063ef79cb)
-- [x] locales: add Czech (@tvaliasek, #1842)
-- [x] locales: add Danish (@Pzoco, #1837)
-- [x] xhr-upload,tus,aws-s3: use more cancellation-friendly strategy for `limit: N` uploads (@goto-bus-stop, #1736)
-- [x] thumbnail-generator: add waitForThumbnailsBeforeUpload option, false by default (@arturi, #1803)
-- [x] dashboard: add missing fields to DashboardOptions typescript typings (@MatthiasKunnen, #1830)
+
+## 1.5
+
+- @uppy/companion: revoke companion's provider access on "logout" (@ifedapoolarewaju, #1843)
+- @uppy/companion-client: rename serverHeaders to companionHeaders (@goto-bus-stop, #1861)
+- @uppy/core: avoid overwriting duplicate files by a) throwing a warning instead and b) adding the relative-path of files to a new tus fingerprint function (we might use file.id as a fingerprint instead) (#754, #1606) (@arturi, #1767)
+- @uppy/dashboard: add missing fields to DashboardOptions typescript typings (@MatthiasKunnen, #1830)
+- @uppy/facebook: add facebook remote provider (@ifedapoolarewaju, #1794)
+- @uppy/locales: add Czech (@tvaliasek, #1842)
+- @uppy/locales: add Danish (@Pzoco, #1837)
+- @uppy/onedrive: add OneDrive remote provider (@ifedapoolarewaju, #1831)
+- @uppy/thumbnail-generator: add waitForThumbnailsBeforeUpload option, false by default (@arturi, #1803)
+- @uppy/transloadit: pin socket.io version to ES5 compatible one (@goto-bus-stop, https://github.com/transloadit/uppy/commit/5839b655f093edaa778d49b719f7dda063ef79cb)
+- @uppy/xhr-upload,tus,aws-s3: use more cancellation-friendly strategy for `limit: N` uploads (@goto-bus-stop, #1736)
+- @uppy/aws-s3-multipart: fix queueing behaviors, especially interaction with cancellation (@goto-bus-stop, #1855)
+- @uppy/locales: fix typo in Persian locale (@uxitten, #1865)
+- @uppy/locales: improve Swedish translation (@marcusforberg, #1859)
+- @uppy/aws-s3: replace browser-only resolve-url by isomorphic url-parse (@goto-bus-stop, #1854)
+- docs: remove pre 1.0 notice from changelog (@markypython, #1858)
+- docs: fix typo (@leftdevel, #1852)
+- test: add end-to-end test with retries (@ifedapoolarewaju, #1766)
 
 ## 1.4
 

+ 39 - 1
website/src/_posts/2019-10-1.5.md

@@ -125,6 +125,44 @@ See [#1843](https://github.com/transloadit/uppy/pull/1843) for details.
 
 ## Misc
 
-* Fill this in
+- @uppy/aws-s3-multipart: fix queueing behaviors, especially interaction with cancellation (@goto-bus-stop, #1855)
+- @uppy/aws-s3: replace browser-only resolve-url by isomorphic url-parse (@goto-bus-stop, #1854)
+- @uppy/companion-client: rename serverHeaders to companionHeaders (@goto-bus-stop, #1861)
+- @uppy/companion: Fix s3 uploads for URL plugins (#1784 / @@ifedapoolarewaju)
+- @uppy/companion: bump lodash.merge to 4.6.2 to fix audit warning (#1796 / @rettgerst)
+- @uppy/companion: set allowed http methods internally (#1754 / @ifedapoolarewaju)
+- @uppy/companion: whenever an error is returned from companion: the auth screen will be displayed if the user was never authenticated, if the user is authenticated, the last screen on display before the error will be displayed (#1743 / @ifedapoolarewaju)
+- @uppy/core: Made sure we can upload new files if we cancel last file (allowMultipleUploads: false) (#1764 / @lakesare)
+- @uppy/core: fix "Cannot read property 'log' of undefined" (#1785 / @theJoeBiz)
+- @uppy/core: use setFileState inside retryUpload (#1759 / @goto-bus-stop)
+- @uppy/dashboard, @uppy/drag-drop: getDroppedFiles.js: handle exceptions better (#1797 / @lakesare)
+- @uppy/form: try/catch parsing, set updatedResult to an empty array when not an array (#1800 / @arturi)
+- @uppy/locales: Finnish semantics improved and fixed some typos (#1744 / @jukakoski)
+- @uppy/locales: Update sr_RS_Latin.js (#1749 / @nndevstudio)
+- @uppy/locales: correct some fr_FR localization strings (#1807 / @czj)
+- @uppy/locales: fix typo in Persian locale (@uxitten, #1865)
+- @uppy/locales: improve Swedish translation (@marcusforberg, #1859)
+- @uppy/thumbnail-generator: add waitForThumbnailsBeforeUpload option, false by default (@arturi, #1803)
+- @uppy/transloadit: add limit option, warn about using limit when it’s set to 0. In Uppy 2.0 we’ll set the limit to something sensible (like 10 files) by default. (#1789 / @arturi)
+- @uppy/transloadit: pin socket.io version to ES5 compatible one (@goto-bus-stop, https://github.com/transloadit/uppy/commit/5839b655f093edaa778d49b719f7dda063ef79cb)
+- @uppy/xhr-upload: Throw an error when trying to upload a remote file with `bundle: true` (#1769 / @arturi)
+- build: Fix statefulset update: statefulsets image only should be updated. (#1821 / @kiloreux)
+- build: Update eslint to v6 (#1777 / @goto-bus-stop)
+- build: ci: tweak job run order (#1740 / @goto-bus-stop)
+- core: Made addFile return the file id (#1739 / @eliOcs)
+- docs: Link to Transloadit plugin from Robodog Form page (#1810 / @janko)
+- docs: Talk about using a custom file input, instead of the file-input plugin (#1765 / @arturi)
+- docs: add “force metafield” to docs and changelog (ab053e7ab266d3a4838069ed23675bb9211e4d1a / @arturi)
+- docs: explicitly document supported tus-js-client options (#1755 / @goto-bus-stop)
+- docs: fix typo (@leftdevel, #1852)
+- docs: redux - mentioned that we can't persist Uppy state (#1793 / @lakesare)
+- docs: remove pre 1.0 notice from changelog (@markypython, #1858)
+- docs: talk about marking some files as “already uploaded” (c345cbd58992f7bea9525629c28d38420c6b36a3 / @arturi)
+- test: add end-to-end test with retries (@ifedapoolarewaju, #1766)
+- tests: e2e: reintroduce e2e test for providers locally (#1706 / @ifedapoolarewaju)
+- website: /examples/dragdrop - added more obvious 'file was uploaded' indicator (#1750 / @lakesare)
+- website: /examples/xhrupload - more obvious UI, added a list of uploaded files (#1768 / @lakesare)
+- website: add new version of hexo-filter-github-emojis (#1783 / @lakesare)
+- website: fix docs/locales code escaping and css overflow (5a0055c15d04d97e8a0feb784daa7abe8da1d72d / @arturi)
 
 As always, you can find the full list of changes and package versions, as well as future plans, in our [changelog](https://github.com/transloadit/uppy/blob/master/CHANGELOG.md).