-
Notifications
You must be signed in to change notification settings - Fork 5
Update dependency preact to v10.27.2 #47
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
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.
Open
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
0ce52ac to
a546c6f
Compare
a546c6f to
4db3e29
Compare
4db3e29 to
36e26d2
Compare
36e26d2 to
a5ca35f
Compare
a5ca35f to
3466879
Compare
3466879 to
c543ece
Compare
c543ece to
13bd25f
Compare
13bd25f to
e4f14a6
Compare
e4f14a6 to
f1066f1
Compare
f1066f1 to
fbecdd5
Compare
fbecdd5 to
11515f3
Compare
11515f3 to
b2d863e
Compare
6f89a09 to
68dc3e6
Compare
68dc3e6 to
3db386c
Compare
3db386c to
72d8cbc
Compare
72d8cbc to
627b12f
Compare
627b12f to
89f4b58
Compare
89f4b58 to
afbfeb0
Compare
afbfeb0 to
757fd64
Compare
757fd64 to
163aa95
Compare
163aa95 to
425d010
Compare
425d010 to
d3eeb34
Compare
d3eeb34 to
6d58f6f
Compare
6d58f6f to
4f9f93f
Compare
4f9f93f to
ebfb71f
Compare
ebfb71f to
131d803
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.6.5->10.27.2Release Notes
preactjs/preact (preact)
v10.27.2Compare Source
Types
Fixes
v10.27.1Compare Source
Performance
Types
Fixes
.renderproperty referencing original render function (#4870, thanks @upupming).typeproperty referencing original component (#4869, thanks @upupming)Maintenance
v10.27.0Compare Source
Features
refcallbacktype to reflect possibility of returning cleanup function and add debug helper exports (#4860, thanks @rschristian)Fixes
Maintenance
v10.26.9Compare Source
Fixes
test-utilsfrom compat by @rawrmonstar in #4783styleobject value inprecompiletransform by @marvinhagemeister in #4795precompiletransform by @marvinhagemeister in #4798Maintenance
browserslistby @rschristian in #4785v10.26.8Compare Source
Fixes
v10.26.7Compare Source
Types
nameto<details>(#4766, thanks @marvinhagemeister)Improvements
Maintenance
v10.26.6Compare Source
Fixes
Types
HTMLMediaElement.controlsListtype to string (DOMTokenList) (#4744, thanks @piotr-cz)Maintenance
v10.26.5Compare Source
Types
hydrateRootreturn type (#4735, thanks @plesiecki)Fixes
Maintenance
v10.26.4Compare Source
Fixes
v10.26.3Compare Source
Fixes
Types
onBeforeToggleevent handler type (#4694, thanks @lukewarlow)closedbytypes (#4693, thanks @lukewarlow)fetchPrioritytoimg(#4713, thanks @JoviDeCroock)AllHTMLAttributesinterface (#4706, thanks @rschristian)Maintenance
.d.tsfiles (#4698, thanks @rschristian)v10.26.2Compare Source
This is a hotfix release! If you are encountering bundling issues with regards to unallowed
importsyntax, this will fix it!Fixes
Maintenance
v10.26.1Compare Source
Fixes
Optimization
Maintenance
v10.26.0Compare Source
Features
Fixes
_hasScuFromHooksmangle (#4645, thanks @rschristian)Types
HTMLPropsto extend all known props (#4651, thanks @rschristian)ComponentPropstype (#4634, thanks @rschristian)genericaria role from types (#4610, thanks @rschristian)FowardRefRenderFunctiontype to compat (#4675, thanks @rschristian)Maintenance
v10.25.4Compare Source
Types
Fixes
v10.25.3Compare Source
Fixes
Types
v10.25.2Compare Source
Notable
Revert unkeyed no-search (#4604, thanks @JoviDeCroock)
We noticed that there's a few unpleasant scenario's that could form from this change, we wanted to be on the safe side here and revert this for the time being. if you run into issues with swapping components placement wise in a list use the
keyproperty.Fixes
Types
Performance
Maintenance
v10.25.1Compare Source
Fixes
Types
defaultValueproperty types for inputs, selects, & textareas (#4585, thanks @rschristian)typeattribute (#4582, thanks @rschristian)createElement&htypes (#4578, thanks @rschristian)href&hreflangattribute types (#4575, thanks @rschristian)datetimeon<del>as optional (#4570, thanks @marvinhagemeister)maxandminproperties on input element types (#4568, thanks @rschristian)ElementReftype to compat (#4557, thanks @rschristian)Maintenance
declare globalfrom internal types (#4583, thanks @rschristian)v10.25.0Compare Source
Features
Move per-element type interfaces into core and more strictly type IntrinsicElements (#4546, thanks @rschristian)
This adds per-element typings for every DOM-node type, this means that our types might become slightly stricter when you are using DOM attributes/properties where they are not allowed, an example of this might be
<div src="x" />.If you notice any issues when upgrading tell us about them, we can evaluate whether we have missed a case.
Recreate unkeyed functional components when they change position. (#4550, thanks @JoviDeCroock)
This is a long time bugfix, when we have elements that look like
We would reuse the state of the first VNode to render the second one when the condition switches. When you are using
key, this issue was not present.Support
{ handleEvent() {} }object interface as a listener (#4538, thanks @lilnasy)We've added support for attaching object/class event-handlers
Fixes
Maintenance
Signalishhelper to reduce verbosity (#4545, thanks @rschristian)react/iframe-missing-sandbox(#4533, thanks @DonIsaac)v10.24.3Compare Source
Fixes
Performance
Maintenance
v10.24.2Compare Source
Performance
Types
Maintenance
v10.24.1Compare Source
Fixes
Types
spellChecktype (#4497, thanks @rschristian)Maintenance
v10.24.0Compare Source
Features
Fixes
Types
AnyComponenttype to support classes (#4479, thanks @rschristian)Maintenance
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
<button>and<a>(#4376, thanks @rschristian)<tr>as a child of<table>(#4375, thanks @rschristian)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)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 is behind base branch, 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.