mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
parent
0ee8fef148
commit
c0a8776484
25 changed files with 43 additions and 104 deletions
5
.changeset/bright-tables-kiss.md
Normal file
5
.changeset/bright-tables-kiss.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/locales": patch
|
||||
---
|
||||
|
||||
Update cs_CZ dropPaste keys to use the correct variables.
|
||||
6
.changeset/clean-monkeys-smoke.md
Normal file
6
.changeset/clean-monkeys-smoke.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"@uppy/components": patch
|
||||
"@uppy/vue": patch
|
||||
---
|
||||
|
||||
- Fix Vue components to work with kebab-case props (`:edit-file` instead of `:editFile`)
|
||||
5
.changeset/dry-readers-itch.md
Normal file
5
.changeset/dry-readers-itch.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/tus": patch
|
||||
---
|
||||
|
||||
Fix Node.js support by conditionally setting a property which does not exist in Node.js instead of crashing.
|
||||
5
.changeset/giant-berries-warn.md
Normal file
5
.changeset/giant-berries-warn.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/transloadit": minor
|
||||
---
|
||||
|
||||
Migrate from 'transloadit' to '@transloadit/types' to get the types. No need to drag in the entire SDK.
|
||||
9
.changeset/modern-clouds-fold.md
Normal file
9
.changeset/modern-clouds-fold.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
"@uppy/image-editor": minor
|
||||
"@uppy/components": minor
|
||||
"@uppy/svelte": minor
|
||||
"@uppy/react": minor
|
||||
"@uppy/vue": minor
|
||||
---
|
||||
|
||||
Introduce `useImageEditor` to build your own UI for using our image editor in React, Vue, and Svelte.
|
||||
Loading…
Add table
Add a link
Reference in a new issue