Update dependency preact to v10.5.5 - #34
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/preact-10.x
branch
from
September 23, 2020 14:13
ae64ed9 to
cb37474
比较
renovate
Bot
force-pushed
the
renovate/preact-10.x
branch
from
September 23, 2020 15:33
cb37474 to
4b83f0b
比较
renovate
Bot
force-pushed
the
renovate/preact-10.x
branch
from
September 28, 2020 21:02
4b83f0b to
4c15c54
比较
renovate
Bot
force-pushed
the
renovate/preact-10.x
branch
from
October 5, 2020 19:11
4c15c54 to
40a52e4
比较
renovate
Bot
force-pushed
the
renovate/preact-10.x
branch
from
October 18, 2020 10:51
40a52e4 to
770e055
比较
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
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 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.4.8->10.5.5Release Notes
preactjs/preact
v10.5.5比较 Source
Bug Fixes
Suspensetriggers (#2796, thanks @JoviDeCroock)Typings
v10.5.4比较 Source
tl;dr: Bug-Fix only release that should get rid of the last className edge cases. We encourage everyone to upgrade.
Despite our effort to account for all edge cases regarding
classNamehandling inpreact/compat, we got some reports of some missed ones. This release corrects those 🎉This release contains a fix to increase compatibility with next.js that ensures that the error overlay will show up.
Bug Fixes
classNamedescriptors on Elementvnodes(#2786, thanks @developit)classNameoverclass(#2782, thanks @JoviDeCroock)v10.5.3比较 Source
This release fixes a regression in regards to
class/classNamehandling inpreact/compat. We encourage everyone to upgrade.Bug Fixes
classNamenormalization (#2774, thanks @JoviDeCroock)Promisesin Suspense (#2776, thanks @kitten)Maintenance
check-export-map(#2777, thanks @marvinhagemeister)v10.5.2比较 Source
jsx-runtime(#2769, thanks @marvinhagemeister)v10.5.1比较 Source
jsx-runtimepackage (#2767, thanks @johakr)v10.5.0比较 Source
新建 JSX-runtime functions
This has been a long time in the making for various virtual-dom based frameworks. Historically JSX was always transpiled to
createElementfunction calls.While this has served us well and is very reliable, it has proven to be hard to optimize. Most of the things we do in our
createElementfunction could by done by babel directly, thereby making it smaller and faster. This is very desirable for us as this function is called a lot in any application. It's part of the so-called hot-path.And that's exactly what the new signature does. It removes the need for us to pull out key from
props, add backchildrento props and just makes the implementation simpler. As a nice benefit users won't need to manually importh/createElementanymore 🎉Usage with babel:
Note that the JSX transformer in TypeScript is a work in progress and will likely be released as part of version 4.1. We're currently running into microsoft/TypeScript#40502 though, so the JSX typings are not found.
Features
jsx-runtimesupport (#2764, thanks @JoviDeCroock, @marvinhagemeister)Bug Fixes
0(#2757, thanks @marvinhagemeister)contenteditable(#2701, thanks @sventschui)style(#2723, thanks @JoviDeCroock)Maintenance
_suspended(#2765, thanks @marvinhagemeister)Renovate configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.