-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
website: 2.0-2.3 post draft #3370
Conversation
@mifi could you please add some updates that happened to Companion since 2.0? |
Co-authored-by: Antoine du Hamel <[email protected]>
|
||
PR [#3299](https://github.com/transloadit/uppy/pull/3299). | ||
|
||
## `@uppy/unsplash` is now production ready |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make sure the prod API keys are in hosted companion before releasing this post
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That could delay the post, if the keys are already available, then yes. Can we make sure Unsplash is on uppy.io and API2 soon, @mifi?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keys are already available yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But do we need to upgrade Companion to enable Unsplash? I think that code has already been there quite a while, so we could just add keys.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were some changes in companion related to Unsplash in https://github.com/transloadit/uppy/pull/3196/files on 1st october. I'm not sure if those companion changes are needed for the new unsplash frontend to work @Murderlon
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are definitely needed yes.
We could mention the issue count went from around 110 since 2.0.0 to around 45 now. |
Co-authored-by: Merlijn Vos <[email protected]>
Just to be sure, you want a list of all changes since "@uppy/companion 2.0.0-alpha.0" (30. apr 2020) until now ( |
@mifi no :) Uppy and Companion versions are not synced, so just a few highlights of what happened since August? Like simultaneous upload/download, etc? |
Ok I will try to summarize everything that happened after this tag then https://github.com/transloadit/uppy/tree/uppy%402.0.0-alpha.0 |
Ok I added the changes. Feel free to edit. |
…nto blog-post-2-3
Co-authored-by: Merlijn Vos <[email protected]>
Co-authored-by: Merlijn Vos <[email protected]>
Co-authored-by: Merlijn Vos <[email protected]>
Co-authored-by: Merlijn Vos <[email protected]>
I'll do another iteration now |
|
||
![status bar improvements screenshot](/images/blog/2.1-2.3/status-bar-improvements.jpg) | ||
|
||
## Internal housekeeping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once sentence below this would be nice to justify the heading
| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/drag-drop | 2.0.6 | @uppy/tus | 2.2.0 | | @uppy/image-editor | 1.1.1 | @uppy/utils | 4.0.5 | | @uppy/screen-capture | 2.0.6 | @uppy/robodog | 2.2.0 | | @uppy/transloadit | 2.1.0 | uppy | 2.4.0 | - @uppy/transloadit: ignore rate limiting errors when polling (Antoine du Hamel / #3418) - @uppy/tus: pause all requests in response to server rate limiting (Antoine du Hamel / #3394) - @uppy/transloadit: better defaults for rate limiting (Antoine du Hamel / #3414) - @uppy/companion: Fix Companion deploys (kiloreux / #3388) - meta: update aws-presigned-url example to use esm (Antoine du Hamel / #3413) - @uppy/image-editor: namespace input range css (Merlijn Vos / #3406) - @uppy/screen-capture: Add missing option to the screen capture types (Mustafa Navruz / #3400) - @uppy/drag-drop: fix `undefined is not a function` TypeError (Antoine du Hamel / #3397) - website: update december 2021 blog post (Antoine du Hamel / #3396) - website: Polished the latest update blog (AJvanLoon / #3390) - website: docs: fix typo in audio.md (heocoi / #3389) - website: 2.0-2.3 post draft (Artur Paikin / #3370)
* main: (45 commits) Polished the latest update blog (#3390) docs: fix typo in audio.md (#3389) website: 2.0-2.3 post draft (#3370) Release: [email protected] (#3383) meta: fix release script @uppy/core: document file.name (#3381) add `.npmignore` files to ignore .gitignore when packing (#3380) meta: add VSCode workspace settings to `.gitignore` Upgrade ws in companion (#3377) meta: use ESBuild to bundle in E2E test suite (#3375) meta: update linter config to parse ESM files (#3371) meta: move dev workspace to `private/` (#3368) meta: use Vite for examples/dev (#3361) website: remove dependency on `crypto` in @uppy/transloadit example (#3367) tools: enable linter on website examples (#3366) meta: enable linter on mjs scripts (#3364) Fix module field in @uppy/angular package.json (#3365) Release: [email protected] (#3357) meta: improve release script wording and formatting meta: update npm deps (#3352) ...
* main: (45 commits) Polished the latest update blog (transloadit#3390) docs: fix typo in audio.md (transloadit#3389) website: 2.0-2.3 post draft (transloadit#3370) Release: [email protected] (transloadit#3383) meta: fix release script @uppy/core: document file.name (transloadit#3381) add `.npmignore` files to ignore .gitignore when packing (transloadit#3380) meta: add VSCode workspace settings to `.gitignore` Upgrade ws in companion (transloadit#3377) meta: use ESBuild to bundle in E2E test suite (transloadit#3375) meta: update linter config to parse ESM files (transloadit#3371) meta: move dev workspace to `private/` (transloadit#3368) meta: use Vite for examples/dev (transloadit#3361) website: remove dependency on `crypto` in @uppy/transloadit example (transloadit#3367) tools: enable linter on website examples (transloadit#3366) meta: enable linter on mjs scripts (transloadit#3364) Fix module field in @uppy/angular package.json (transloadit#3365) Release: [email protected] (transloadit#3357) meta: improve release script wording and formatting meta: update npm deps (transloadit#3352) ...
No description provided.