Explorar el Código

changelog: 1.24.1

Artur Paikin hace 4 años
padre
commit
a3a4985a96
Se han modificado 1 ficheros con 50 adiciones y 2 borrados
  1. 50 2
      CHANGELOG.md

+ 50 - 2
CHANGELOG.md

@@ -16,18 +16,66 @@ In the current stage we aim to release a new version at least every month.
 
 ### next
 
-- [ ] companion: configurable oauth 3rd party credentials — provide your own Google Drive, Instagram application key/secret at the time of the request (@ife)
 - [ ] dashboard: Add a `disabled` (`true`||`false`) option (later for /dragndrop and fileinput) (#1530, @arturi)
 - [ ] goldenretriever: confirmation before restore, add “ghost” files #443 #257 (@arturi)
 - [ ] dashboard: support for right-to-left languages (Arabic, Hebrew) (@goto-bus-stop)
 
+### 1.24.1
+
+In this release Companion gains support for setting 3rd party credentials in runtime and will now pass metadata to S3. Ukrainian locale has been added.
+
+This releases also fixes an issue with image-editor package being unavailable in the previous `uppy@1.24.0` package.
+
+| Package | Version | Package | Version |
+|-|-|-|-|
+| @uppy/aws-s3-multipart | 1.8.11 | @uppy/react-native | 0.1.5 |
+| @uppy/aws-s3 | 1.7.5 | @uppy/react | 1.11.1 |
+| @uppy/box | 0.3.3 | @uppy/redux-dev-tools | 1.3.7 |
+| @uppy/companion-client | 1.8.0 | @uppy/robodog | 1.10.1 |
+| @uppy/companion | 2.5.0 | @uppy/screen-capture | 1.0.12 |
+| @uppy/core | 1.15.1 | @uppy/status-bar | 1.8.2 |
+| @uppy/dashboard | 1.15.0 | @uppy/store-default | 1.2.5 |
+| @uppy/drag-drop | 1.4.23 | @uppy/store-redux | 1.2.5 |
+| @uppy/dropbox | 1.4.21 | @uppy/svelte | 0.1.2 |
+| @uppy/facebook | 1.1.21 | @uppy/thumbnail-generator | 1.7.4 |
+| @uppy/file-input | 1.4.21 | @uppy/transloadit | 1.6.17 |
+| @uppy/form | 1.3.24 | @uppy/tus | 1.8.3 |
+| @uppy/golden-retriever | 1.3.23 | @uppy/unsplash | 0.1.5 |
+| @uppy/google-drive | 1.5.21 | @uppy/url | 1.5.15 |
+| @uppy/image-editor | 0.2.1 | @uppy/utils | 3.3.1 |
+| @uppy/informer | 1.5.15 | @uppy/vue | 0.1.3 |
+| @uppy/instagram | 1.4.21 | @uppy/webcam | 1.8.3 |
+| @uppy/locales | 1.17.1 | @uppy/xhr-upload | 1.6.9 |
+| @uppy/onedrive | 1.1.21 | @uppy/zoom | 0.1.10 |
+| @uppy/progress-bar | 1.3.23 | uppy | 1.24.1 |
+| @uppy/provider-views | 1.10.0 | - | - |
+
+- uppy: added @uppy/image-editor to package.json (2f11dcc65307d23a43fdaa669bc92cd6f912b54f/ @arturi, @koenvu)
+- @uppy/companion: configurable oauth 3rd party credentials — provide your own Google Drive, Instagram application key/secret at request time (#2622 / @ife)
+- @uppy/companion: delete tus error's originalRequest field before propagating error (#2733 / @ife)
+- @uppy/companion: pass-through metadata to S3, fixes #2531 (goto-bus-stop / #2742)
+- @uppy/companion: use multi-stage docker build (#2732 / @kiloreux)
+- @uppy/locales: added Ukrainian localization (uk-UA) (#2713 / @DenysNosov)
+- @uppy/locales: fixed Russian grammar (#2714 / @DenysNosov)
+- @uppy/dashboard: emit fileId on both file-edit-start and file-edit-complete events (#2729 / @arturi)
+- build: fixes around Github actions and Companion deploys (#2717 / @kiloreux)
+- docs: Add Integration Guide (#2696 / @ajkachnic) 
+- docs: list required permissions to upload S3 files using companion (#1825 / @mkopinsky)
+- docs: remove warning about multiple uploads on S3 which is now fixed (#2720 / @Jbithell)
+- docs: update xhrupload.md (#2731 / @hxgf)
+- @uppy/companion-client: support options cookies send rule (#2618 / @ifedapoolarewaju)
+- meta: add all the CI badges (#2725 / @goto-bus-stop, @arturi)
+
+
 ## December 2020
 
 ### 1.24.0
 
 Released: 2020-12-23
 
-This release adds new Svelte wrapper components, a React FileInput component, and an `autoOpenFileEditor` option for the Dashboard. 
+This release adds new Svelte wrapper components, a React FileInput component, and an `autoOpenFileEditor` option for the Dashboard.
+
+The `uppy@1.24.0` package was deprecated due to @uppy/image-editor missing from package.json, it is fixed in v1.24.1. This only affects the “bundled/CDN” `uppy` package.
 
 | Package | Version | Package | Version |
 |-|-|-|-|