Update react-dnd monorepo to v16 (major) #118
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
14.0.5
->16.0.1
14.1.0
->16.0.1
Release Notes
react-dnd/react-dnd (react-dnd)
v16.0.1
Compare Source
v16.0.0
Compare Source
Major
v15.1.2
Compare Source
The utility packages
@react-dnd/invariant
,@react-dnd/shallowequal
, and@react-dnd/asap
(which are forks of popular libraries) have been included in the monorepo and built using the same output mechanisms as thereact-dnd
core packages (dual EJS/CSM).@react-dnd/asap
has been simplified to remove the node variant, which relied on deprecated APIsv15.1.1
Compare Source
v15.1.0
Compare Source
pkg.exports
v15.0.2
Compare Source
This release uses output from swc using the 'es2017' target instead of using output from 'tsc' using the 'ESNext' target.
v15.0.1
Compare Source
This release fixes issues with the ESM-only structure of v15.0.0. All packages are now in their prior CommonJS/ESM format.
v15.0.0
Major Changes
~~The react-dnd packages are now published as ESM-only with
type: module
. See this FAQ by sindresorhus: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c~~The Decorators API has been removed and fully replaced by the Hooks API. The Decorators API was difficult to develop & type correctly, and this improves its maintainability.
The builds no longer use babel & preset-env. The library is transpiled using SWC into the "es2017" target, which assumes async/await is available. This should reduce bundle sizes by removing polyfills and support-code which may be unnecessary in your target.
Bugfixes
canDrag
is true (#3187)Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.