-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update dependency preact to v10.26.8 #221
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
master
Choose a base branch
from
renovate/preact-10.x
base: master
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
4f8c7a3
to
bd83dc0
Compare
0534273
to
061c27d
Compare
061c27d
to
347bde6
Compare
347bde6
to
53108c1
Compare
53108c1
to
aad84da
Compare
aad84da
to
82f8ed5
Compare
82f8ed5
to
2d50919
Compare
2d50919
to
6e92503
Compare
6e92503
to
cce4de5
Compare
cce4de5
to
54dd713
Compare
54dd713
to
57bf652
Compare
57bf652
to
ffc60f8
Compare
ffc60f8
to
6f07b4f
Compare
6f07b4f
to
ce39503
Compare
58afde3
to
9c77c4b
Compare
9c77c4b
to
5b3052f
Compare
5b3052f
to
c635be6
Compare
c635be6
to
8adce47
Compare
8adce47
to
ae72c7b
Compare
ae72c7b
to
943e31f
Compare
943e31f
to
d6ddecd
Compare
d6ddecd
to
88feede
Compare
88feede
to
b97b8c4
Compare
b97b8c4
to
0572de8
Compare
0572de8
to
273527c
Compare
273527c
to
718b5d5
Compare
718b5d5
to
72cfbf9
Compare
72cfbf9
to
58e406e
Compare
58e406e
to
82491db
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.16.0
->10.26.8
Release Notes
preactjs/preact (preact)
v10.26.8
Compare Source
Fixes
v10.26.7
Compare Source
Types
name
to<details>
(#4766, thanks @marvinhagemeister)Improvements
Maintenance
v10.26.6
Compare Source
Fixes
Types
HTMLMediaElement.controlsList
type to string (DOMTokenList) (#4744, thanks @piotr-cz)Maintenance
v10.26.5
Compare Source
Types
hydrateRoot
return type (#4735, thanks @plesiecki)Fixes
Maintenance
v10.26.4
Compare Source
Fixes
v10.26.3
Compare Source
Fixes
Types
onBeforeToggle
event handler type (#4694, thanks @lukewarlow)closedby
types (#4693, thanks @lukewarlow)fetchPriority
toimg
(#4713, thanks @JoviDeCroock)AllHTMLAttributes
interface (#4706, thanks @rschristian)Maintenance
.d.ts
files (#4698, thanks @rschristian)v10.26.2
Compare Source
This is a hotfix release! If you are encountering bundling issues with regards to unallowed
import
syntax, this will fix it!Fixes
Maintenance
v10.26.1
Compare Source
Fixes
Optimization
Maintenance
v10.26.0
Compare Source
Features
Fixes
_hasScuFromHooks
mangle (#4645, thanks @rschristian)Types
HTMLProps
to extend all known props (#4651, thanks @rschristian)ComponentProps
type (#4634, thanks @rschristian)generic
aria role from types (#4610, thanks @rschristian)FowardRefRenderFunction
type to compat (#4675, thanks @rschristian)Maintenance
v10.25.4
Compare Source
Types
Fixes
v10.25.3
Compare Source
Fixes
Types
v10.25.2
Compare 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
key
property.Fixes
Types
Performance
Maintenance
v10.25.1
Compare Source
Fixes
Types
defaultValue
property types for inputs, selects, & textareas (#4585, thanks @rschristian)type
attribute (#4582, thanks @rschristian)createElement
&h
types (#4578, thanks @rschristian)href
&hreflang
attribute types (#4575, thanks @rschristian)datetime
on<del>
as optional (#4570, thanks @marvinhagemeister)max
andmin
properties on input element types (#4568, thanks @rschristian)ElementRef
type to compat (#4557, thanks @rschristian)Maintenance
declare global
from internal types (#4583, thanks @rschristian)v10.25.0
Compare 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
Signalish
helper to reduce verbosity (#4545, thanks @rschristian)react/iframe-missing-sandbox
(#4533, thanks @DonIsaac)v10.24.3
Compare Source
Fixes
Performance
Maintenance
v10.24.2
Compare Source
Performance
Types
Maintenance
v10.24.1
Compare Source
Fixes
Types
spellCheck
type (#4497, thanks @rschristian)Maintenance
v10.24.0
Compare Source
Features
Fixes
Types
AnyComponent
type to support classes (#4479, thanks @rschristian)Maintenance
v10.23.2
Compare Source
Fixes
Types
Maintenance
v10.23.1
Compare Source
Fixes
v10.23.0
Compare Source
Features
This adds support for returning a function in functional refs, example
Fixes
Types
Maintenance
v10.22.1
Compare Source
Fixes
Types
Ref
type. (#4403, thanks @maxbrieiev)preact-render-to-string
(#4395, thanks @Austaras)Maintenance
globalThis
overwindow
if available (#4401, thanks @marvinhagemeister)Performance
v10.22.0
Compare Source
Features
Types
Maintenance
Fixes
<button>
and<a>
(#4376, thanks @rschristian)<tr>
as a child of<table>
(#4375, thanks @rschristian)compat/client
for IE11 support (#4372, thanks @rschristian)v10.21.0
Compare Source
Features
Fixes
ReactCurrentDispatcher
(#4342, thanks @rschristian)Types
Maintenance
v10.20.2
Compare Source
Fixes
oldDom
is present in the DOM (#4318, thanks @JoviDeCroock)Types
Maintenance
v10.20.1
Compare Source
Fixes
v10.20.0
Compare Source
Features
Fixes
v10.19.7
Compare Source
Types
Fixes
v10.19.6
Compare Source
tl;dr: This release contains bug fixes for incorrect ordering of unkeyed children.
Fixes
null
placeholders using skewed index (#4290, thanks @andrewiggins)Full Changelog: preactjs/preact@10.19.5...10.19.6
v10.19.5
Compare Source
Fixes
Types
v10.19.4
Compare Source
Fixes
Types
Maintenance
v10.19.3
Compare Source
Bug Fixes
MathML
types (#4214, thanks @fekete965)onInput
,onBeforeInput
andonSubmit
(#4226, #4220, thanks @marvinhagemeister)Maintenance
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
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.