* @uppy/image-editor: add workaround for when `Cropper` is loaded as ESM
Fixes: https://github.com/transloadit/uppy/issues/3199
* Update packages/@uppy/image-editor/src/Editor.js
Co-authored-by: Kevin van Zonneveld <kevin@vanzonneveld.net>
* Add backlog entry
Co-authored-by: Kevin van Zonneveld <kevin@vanzonneveld.net>
* Force Uppy initialization with new keyword, remove run()
* update some types
* update docs and examples
* Update packages/@uppy/core/src/index.js
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* Update packages/@uppy/core/types/index.d.ts
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
* add new in tests
* Move all types to ESM syntax and fix all issues
* Add back e2e build script and revert uppy docs commit
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Murderlon <merlijn@soverin.net>
* master: (23 commits)
A bit of polish (#2986)
Companion: Fix typescript error
Companion: Fix invalid referrer crashing the process
Publish 1.30 blog post
Release
Build: Companion needs to be built before locale-pack
Release
Fix build: locale-pack first, integrations second
changelog for 1.30
Release
Update package.json
Only log info if debug is true (#2855)
build(deps): bump prismjs from 1.23.0 to 1.24.0 (#2971)
Angular Integration (#2871)
ci: don't run markdown tests in type tests
Add types for `uppy.once` method (#2965)
build: lint fixes in build scripts
Fix typo in docs/progressbar.md (#2962)
Document `uppy.once` in `docs/uppy.md` (#2960)
Add `props` example to docs/vue.md (#2959)
...
* temporarily add cheerio-select-tmp to devDependencies to fix tests
* xhr: change default name depending on whether `bundle` is set
Fixes: https://github.com/transloadit/uppy/issues/782
* Update docs