This repository was archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency preact to v10.23.2 #33
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/preact-10.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for static-cms-preact ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
6fd4ac6 to
eb58635
Compare
bc43677 to
b1f6891
Compare
b1f6891 to
7c59dbb
Compare
7c59dbb to
9ab6316
Compare
9ab6316 to
dcc6e6a
Compare
465ceb9 to
99c2c37
Compare
99c2c37 to
aa26888
Compare
aa26888 to
d3b02fd
Compare
a77e890 to
7adf5f8
Compare
7adf5f8 to
e642f3b
Compare
e642f3b to
ed6ab3f
Compare
0c06e8f to
5bba795
Compare
1d3a814 to
8d721c8
Compare
8d721c8 to
2b7963b
Compare
2b7963b to
ad999c7
Compare
ad999c7 to
d19b292
Compare
d19b292 to
685c3ec
Compare
685c3ec to
2d54629
Compare
2d54629 to
dc1110d
Compare
dc1110d to
c7c8b9c
Compare
c7c8b9c to
4a80b60
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
10.13.1->10.23.2Release Notes
preactjs/preact (preact)
v10.23.2Compare Source
Fixes
Types
Maintenance
v10.23.1Compare Source
Fixes
v10.23.0Compare Source
Features
This adds support for returning a function in functional refs, example
Fixes
Types
Maintenance
v10.22.1Compare Source
Fixes
Types
Reftype. (#4403, thanks @maxbrieiev)preact-render-to-string(#4395, thanks @Austaras)Maintenance
globalThisoverwindowif available (#4401, thanks @marvinhagemeister)Performance
v10.22.0Compare Source
Features
Types
Maintenance
Fixes
compat/clientfor IE11 support (#4372, thanks @rschristian)v10.21.0Compare Source
Features
Fixes
ReactCurrentDispatcher(#4342, thanks @rschristian)Types
Maintenance
v10.20.2Compare Source
Fixes
oldDomis present in the DOM (#4318, thanks @JoviDeCroock)Types
Maintenance
v10.20.1Compare Source
Fixes
v10.20.0Compare Source
Features
Fixes
v10.19.7Compare Source
Types
Fixes
v10.19.6Compare Source
tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.
Fixes
nullplaceholders using skewed index (#4290, thanks @andrewiggins)Full Changelog: preactjs/preact@10.19.5...10.19.6
v10.19.5Compare Source
Fixes
Types
v10.19.4Compare Source
Fixes
Types
Maintenance
v10.19.3Compare Source
Bug Fixes
MathMLtypes (#4214, thanks @fekete965)onInput,onBeforeInputandonSubmit(#4226, #4220, thanks @marvinhagemeister)Maintenance
v10.19.2Compare Source
Fixes
Maintenance
v10.19.1Compare Source
Fixes
Types
childrenoptional inProvider's typings (#4205, thanks @shicks)v10.19.0Compare Source
Features
Fixes
Performance
diffPropsfunction (#4200, thanks @andrewiggins)Types
v10.18.2Compare Source
Types
contentEditableattribute values (#4163, thanks @shoonia)elementTimingattribute/property (#4165, thanks @shoonia)exportpartsglobal attribute (#4164, thanks @shoonia)Fixes
Improvements
_nextDomfield on VNodes (#4166, thanks @andrewiggins)===to==in a few places where not needed (#4157, thanks @rschristian)Maintenance
v10.18.1Compare Source
Fixes
v10.18.0Compare Source
Features
Types
SetStateAction&PropsWithoutReftypes to compat (#4132, thanks @rschristian)HTMLPropsto compat (#4117, thanks @rschristian)Fixes
roleattribute when it'snullorundefined(#4137, thanks @DAreRodz)Maintenance
v10.17.1Compare Source
Fixes
gotpointercaptureandlostpointercaptureevents (#4096, thanks @rschristian)Types
Maintenance
v10.17.0Compare Source
Features
isElementfunction in preact/compat (#4041, thanks @cbbfcd)isFragmentfunction in preact/compat (#4042, thanks @cbbfcd)Types
ComponentChildasReactNodein the preact/compat types (#4077, thanks @rschristian)Fixes
Maintenance
main(#4069, thanks @marvinhagemeister)v10.16.0Compare 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.1Compare Source
Fixes
Types
v10.15.0Compare Source
Revert
fixes
Types
ForwardRefExoticComponentandRefAttributestypes in compat (#3996, thanks @rschristian)<dialog>'s close & cancel events (#4017, thanks @rschristian)v10.14.1Compare Source
Fixes
v10.14.0Compare Source
Features
Fixes
Types
indeterminate's SignalLike type (#3971, thanks @rschristian)Maintenance
useImperativeHandle(#3960, thanks @andrewiggins)v10.13.2Compare Source
Performance
Maintenance
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 was generated by Mend Renovate. View the repository job log.