-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency preact to v10.19.2 #2482
Conversation
|
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
Size Change: +261 B (0%) Total Size: 1.1 MB
ℹ️ View Unchanged
|
Kudos, SonarCloud Quality Gate passed! |
This PR contains the following updates:
10.13.2
->10.19.2
Release Notes
preactjs/preact (preact)
v10.19.2
Compare Source
Fixes
Maintenance
v10.19.1
Compare Source
Fixes
Types
children
optional inProvider
's typings (#4205, thanks @shicks)v10.19.0
Compare Source
Features
Fixes
Performance
diffProps
function (#4200, thanks @andrewiggins)Types
v10.18.2
Compare Source
Types
contentEditable
attribute values (#4163, thanks @shoonia)elementTiming
attribute/property (#4165, thanks @shoonia)exportparts
global attribute (#4164, thanks @shoonia)Fixes
Improvements
_nextDom
field on VNodes (#4166, thanks @andrewiggins)===
to==
in a few places where not needed (#4157, thanks @rschristian)Maintenance
v10.18.1
Compare Source
Fixes
v10.18.0
Compare Source
Features
Types
SetStateAction
&PropsWithoutRef
types to compat (#4132, thanks @rschristian)HTMLProps
to compat (#4117, thanks @rschristian)Fixes
role
attribute when it'snull
orundefined
(#4137, thanks @DAreRodz)Maintenance
v10.17.1
Compare Source
Fixes
gotpointercapture
andlostpointercapture
events (#4096, thanks @rschristian)Types
Maintenance
v10.17.0
Compare Source
Features
isElement
function in preact/compat (#4041, thanks @cbbfcd)isFragment
function in preact/compat (#4042, thanks @cbbfcd)Types
ComponentChild
asReactNode
in the preact/compat types (#4077, thanks @rschristian)Fixes
Maintenance
main
(#4069, thanks @marvinhagemeister)v10.16.0
Compare Source
Improved child diffing
We have noticed a few scenario's where children would get unmounted and remounted eagerly due to some offset bugs in our child-diffing, with skew-based diffing we plan to address those. This is already part of v11 and has been introduced there by @andrewiggins. This has now been backported to Preact X so we can benefit from the consistency improvements here as well.
Defer setting refs
We used to set refs as part of the children, synchronously this caused several issues when a ref would go down a level, i.e. the following example
In this example when we go from phase 1 to phase 2 we would mount a new ref but only after we bubble back up diffing clean up the outer ref making the ref reset to null.
Fixes
Types
v10.15.1
Compare Source
Fixes
Types
v10.15.0
Compare Source
Revert
fixes
Types
ForwardRefExoticComponent
andRefAttributes
types in compat (#3996, thanks @rschristian)<dialog>
's close & cancel events (#4017, thanks @rschristian)v10.14.1
Compare Source
Fixes
v10.14.0
Compare Source
Features
Fixes
Types
indeterminate
's SignalLike type (#3971, thanks @rschristian)Maintenance
useImperativeHandle
(#3960, thanks @andrewiggins)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.