-
-
Notifications
You must be signed in to change notification settings - Fork 2k
(major) - Tracking PR for v11 #4549
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
JoviDeCroock
wants to merge
44
commits into
main
Choose a base branch
from
v11-2
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
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
4769770
Remove replaceNode
JoviDeCroock bf23fa1
Leverage Object.assign
JoviDeCroock 8a3822d
Remove IE11 unmount hack
JoviDeCroock ac6cac7
Remove select IE11 fix
JoviDeCroock f39cd45
Switch to queueMicrotask
JoviDeCroock 45d4a99
Expand todo
JoviDeCroock 98b9ec2
Remove SuspenseList
JoviDeCroock 0620d55
Remove component.base
JoviDeCroock 3f58fe7
Remove more compat IE11 stuff
JoviDeCroock 256a8f9
test: Drop unused/broken test (#4653)
rschristian efb4feb
Review feedback v11 (#4655)
JoviDeCroock 82fc6b9
Forward ref by default (#4658)
JoviDeCroock e18f2c5
Use Object.is instead of the adhoc func
JoviDeCroock 4c10ac3
Move `defaultProps` into `preact/compat` (#4657)
JoviDeCroock c76cfff
Look at impact of removing deprecated lifecycles (#4656)
JoviDeCroock 3c285e1
Remove unused imports
JoviDeCroock 8ca9bd0
fix: Mangle `_listeners` as `__l` instead of `l` (#4463)
rschristian c223675
Comment denoted hydration (#4636)
JoviDeCroock a404282
Move back to function
JoviDeCroock 9004289
Save bytes
JoviDeCroock 7ed73e6
refactor: Switch to Object.is for hook args (#4663)
rschristian 938c4e6
Golf hydration 2.0
JoviDeCroock 2355249
Remove constant
JoviDeCroock 23571f1
Revert "Remove constant"
JoviDeCroock ac4316c
refactor: Breaking changes to outputs & pkg.json (#4652)
rschristian e9b345e
Remove automatic px suffix (#4665)
JoviDeCroock 63e5525
Remove contains with a simple parentNode check (#4666)
JoviDeCroock eb21247
Prune portals (#4667)
JoviDeCroock d5e5d10
Remove SuspenseList mechanism (#4668)
JoviDeCroock b86bba6
Remove static dom bail (#4670)
JoviDeCroock fb65296
Add mangle entry for _excess
JoviDeCroock d063842
Prove bailout still happens
JoviDeCroock 5d2da86
types: Require initial value in `useRef` (#4683)
rschristian a786942
Cleanup IE11 mentions
JoviDeCroock dcb611f
Change kb mentions
JoviDeCroock 3e4db38
Remove unused constat
JoviDeCroock 094c33b
refactor: Skip dom check for inferring lower-cased event names (#4720)
rschristian 82e53e6
refactor: Restrict aria roles by element type (#4607)
rschristian 6064449
chore: Specify browser targets in Babel config (#4773)
rschristian 101cc88
refactor (v11): Remove deprecated 'ForwardFn' type from compat (#4777)
rschristian 64969d9
Implement deferring state updates (#4760)
JoviDeCroock c32db94
Fix mistake in sCU this binding
JoviDeCroock a3faafd
Add defaultProps tests
JoviDeCroock 16926e4
chore: Port non-dimensional regex fix to new v11 (#4772)
rschristian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we want to specify here, it's fine if it's listed on the doc site instead IMO, but
Symbol.for
in compat moves our minimums up to these browsers specifically:chrome 40
safari 9
firefox 36
edge 12