This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Update preact to the latest version 🚀 #31
Open
greenkeeper
wants to merge
2
commits into
master
Choose a base branch
from
greenkeeper/preact-10.0.0
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 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
Update to this version instead 🚀 CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
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.
The dependency preact was updated from
8.5.2
to10.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: marvinhagemeister
License: MIT
Release Notes for Preact X - Virtuous DOM and Fragments of Suspense
tl;dr: Preact X is the next major version of Preact fully packed with features like Fragments, Hooks, componentDidCatch, Test-Utils, Debug-Warnings, many compatibility fixes and many more 🎉
It's finally happening! After months of hard work we've crossed the finish line
and are over the moon with excitement to finally mark it Preact X as stable.
We'd like to thank everybody who tested it and submitted bug reports.
We originally planned to release a sort-of migration release as version 9 with
just the breaking changes from X, but that got canned because many users
reported that the upgrade process was easy enough and didn't warrant a long
migration peried in-between. In fact we got many reports that the upgrade was
done in under an hour, despite some of the breaking changes in X, making the
need for a migration release even less useful.
What's new?
Preact X ships with several major features and we combined them all in a single document on our site. If you're
upgrading an existing Preact
8.x
project, we got you covered with a detailedupgrade guide.
To give a quick summary of the new features:
Fragments
componentDidCatch
preact/hooks
addonpreact/test-utils
addoncreateContext
APIcompat
moved to corepreact/debug
Again, we highly recommend checking out our new site and specifically the what's new section.
Changes since RC 4
Bug Fixes
shouldComponentUpdate
handling to take more edge cases into account (#1931, thanks @JoviDeCroock)UNSAFE_*
lifecycles being overwritten incompat
(#1946, thanks @marvinhagemeister)PureComponent
rerendering when__source
changes (#1950, thanks @JoviDeCroock)useState
not applied in rare cases (#1948, thanks @JoviDeCroock).forceUpdate()
to participate in the update queue (#1939, thanks @developit)vnode._children
should keep their type asarray
when diffing (#1924, thanks @cristianbote)opacity
) (#1927, thanks @JoviDeCroock)Typings
disableRemotePlayback
to HTML Attributes (#1955, thanks @JoviDeCroock)volume
to HTML Attributes (#1938, thanks @jessicabyrne)Maintenance
__source
and__self
(#1958, thanks @JoviDeCroock)Commits
The new version differs by 2105 commits ahead by 2105, behind by 10.
9ddc04e
Release 10.0.0 (aka X) (#1960)
620df71
(chore) - fix some typing issues (#1955)
f042d6b
(chore) - prevent mangling of __source and __self (#1958)
870cf60
Fix UNSAFE_* lifecycles being overwritten (#1946)
0bd9f56
Golf -1 B
ea095da
Fix UNSAFE_* lifecycles being overwritten
07962d0
Merge pull request #1950 from preactjs/fix/pureComponent
de388d2
(fix) - make shallowDiffers take __source in account
4aa291e
(fix) - defaulting arguments in useState (#1948)
eaafa71
Change .forceUpdate() to participate in the update queue (#1939)
9eba4e0
Start refactor to provider check for emit instead of SCU Consum… (#1931)
6d88906
Merge branch 'master' into feat/checkForNeedToEmit
8c6ac43
Adding volume to HTML Attributes (#1938)
5ac8867
Remove the isConsumer flag since its not needed
26a28da
Try to shortcircuit the sCU for Consumer
There are 250 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴