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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v11, this PR will be updated.
Releases
[email protected]
Major Changes
#3363
ea9b8da1
Thanks @JoviDeCroock! - -[MAJOR]
Deprecatedcomponent.base
[MAJOR]
RemovereplaceNode
, use this technique instead[MAJOR]
Removed select<option>
fix for IE11, using select in IE11 will always require you to specify avalue
attribute[MAJOR]
Removed automatic suffixing ofpx
to dimensional style attributes[MINOR]
AddcreateRoot
API[MAJOR]
Changeoptions._hook
to get an internal passed in (devtools)#3366
5a6f0367
Thanks @JoviDeCroock! - MovedefaultProps
handling to preact/compatMinor Changes
#3408
436afec3
Thanks @JoviDeCroock! - MovecreatePortal
to the core package#3480
3bb6f6ed
Thanks @marvinhagemeister! - Addpreact/server
entry to the core package#3484
64d0f823
Thanks @JoviDeCroock! - Remove memory leak warning from debug#3598
c0273909
Thanks @JoviDeCroock! - Add the React 18 hooks