Update preact 10.7.3 → 10.19.4 (minor) #352
Closed
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ preact (10.7.3 → 10.19.4) · Repo
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 24 commits:
10.19.4 (#4273)
ts: improve preact compat types adding a few missing @types/react used by styled-components (#4271)
support passing context into pure component (#4269)
Add some sensible timeouts to actions that call out to external services (#4259)
safari 12.3 fix (#4253)
Merge pull request #4234 from preactjs/multi-root-shared-commit
remove commented-out code
Merge branch 'main' into multi-root-shared-commit
Update src/component.js
retain masks across useId invocations (#4245)
ensure we are able to support capture events from compat (#4243)
skip comment nodes for placeChild (#4128)
Merge branch 'main' into multi-root-shared-commit
Merge pull request #4242 from preactjs/missing-inherit
TS: Add missing contenteditable "inherit" value
Merge pull request #4239 from ianobermiller/patch-1
Update index.d.ts
Export existing type instad
Add ComponentType to preact/compat
size optimization
Merge branch 'main' into multi-root-shared-commit
run commit callbacks within the render queue to ensure render->effect->render is collapsed to one flush
WIP: batch commit callbacks from all components in the render queue
Improve types of hook source (#4229)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands