uppy/packages/@uppy/locales/script
Merlijn Vos 3290864cf3
Bring back StatusBar and DragDrop (#5931)
While the frameworks have good alternatives now with new components and
hooks, Uppy is also popular in 'vanilla' JS setups without frameworks
using the CDN bundle. Consumers of this were left with no viable
alternative so it's sensible to bring back status bar and drag drop for
the CDN publish (at least until we also publish/document using hooks via
CDN). The framework packages don't really need this, as the alternatives
are viable there.

- Bring back `@uppy/status-bar` and `@uppy/drag-drop` from git tag
`4.18.1` (latest release before 5.0)
- Put exports maps on both packages
- Put both packages in the CDN bundle
- Version appropriately with changesets
- Override existing locale keys. Unfortunately now that status-bar was
merged into dashboard, the keys need to exist in both places but our
tooling was setup to error when the same keys are found. Now it just
overrides the existing key (to the same value in this case)
2025-08-27 14:56:04 +02:00
..
build-en_US.mjs Bring back StatusBar and DragDrop (#5931) 2025-08-27 14:56:04 +02:00
helpers.mjs Move locale pack from private/ to @uppy/locales (#5801) 2025-07-07 11:02:29 +02:00
test.mjs Move locale pack from private/ to @uppy/locales (#5801) 2025-07-07 11:02:29 +02:00