-
Notifications
You must be signed in to change notification settings - Fork 68
RM-93030 Release react-dart 6.0.0 #285
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
Merged
Merged
Changes from all commits
Commits
Show all changes
91 commits
Select commit
Hold shift + click to select a range
952afbe
upgrade to react 17rc
kealjones-wk b44f3da
Bump to 17.0.0-rc.1
joebingham-wk 92a1aa0
Bump react DOM
joebingham-wk a6c1e0d
fix PropTypes react 17
kealjones-wk 647dfa9
Merge branch 'master' into testing-react-17-rc
kealjones-wk d4f429d
Bump to 17.0.0-rc.3
sydneyjodon-wk aac076c
Build
sydneyjodon-wk af09134
Merge branch 'master' into testing-react-17-rc
sydneyjodon-wk e03966a
Re-build after merge
sydneyjodon-wk def6f61
Update display name implementation
sydneyjodon-wk 8aa7feb
Bump to released react 17.0.0
sydneyjodon-wk 1ef1196
Remove deprecated APIs
sydneyjodon-wk 3ae0140
Add compile-time check
sydneyjodon-wk 2978197
Update test
sydneyjodon-wk f20d343
Merge pull request #277 from cleandart/testing-react-17-rc
greglittlefield-wf 265791f
Merge branch 'master' of github.com:cleandart/react-dart into 6.0.0-wip
joebingham-wk 4bf7a6a
Merge cherry-pick
greglittlefield-wf 3f7c662
Remove anonymous annotations from event wrappers
sydneyjodon-wk 8d35e58
Merge in cherry-pick
sydneyjodon-wk bc328de
Merge branch 'master' of github.com:cleandart/react-dart into 6.0.0-wip
joebingham-wk e0bbf95
Merge branch '6.0.0-wip' of github.com:cleandart/react-dart into CPLA…
joebingham-wk 887077a
Add new event creators
joebingham-wk 90bf4b7
Add some type checking utils
joebingham-wk 25fdee7
Finish adding doc comments
joebingham-wk 132ef6a
Remove default constructors
joebingham-wk 502c6ca
More strongly type dataTransfer
joebingham-wk 65a7ad5
Adjust test
joebingham-wk e4ee896
Format
joebingham-wk d5af6de
Clean up
joebingham-wk 3b672a7
Use 'hasProperty'
joebingham-wk a3aaa07
Add doc comments
joebingham-wk 7699f8f
Add deprecations
joebingham-wk 59b702c
Add back SyntheticDataTransfer
joebingham-wk a1436c7
Add a comment for SyntheticFormEvent
joebingham-wk 54af213
Add tests for data transfer helper
joebingham-wk fff5582
Change helper method name
joebingham-wk 8063199
Remove unnecessary import
joebingham-wk c149188
Address misc feedback
joebingham-wk 067e282
Remove isFormEvent
joebingham-wk 2bc5ffa
Update doc comments
joebingham-wk 215d9ec
Tweak a couple more comments
joebingham-wk dc72ba9
Make isPersistent an extension
joebingham-wk 85ddcfc
Rename helper extension
joebingham-wk 9aa536f
Undo renaming
joebingham-wk 7d1bc70
Clean up cast
joebingham-wk 052c5b6
Merge pull request #284 from cleandart/CPLAT-12470-remove-synthetic-e…
greglittlefield-wf 05c67a9
Merge in master
joebingham-wk 14811ab
Test type checks on simulated events
sydneyjodon-wk ed5f0a0
Merge branch '6.0.0-wip' into update-event-duck-typing
sydneyjodon-wk 25770b5
Update duck typing to check type property
sydneyjodon-wk 3fc33d8
Remove typing changes
joebingham-wk 5d7888e
Remove print statement
sydneyjodon-wk 41e8563
Remove form event type checking
sydneyjodon-wk 43b6829
Bump react.js to 17.0.1
joebingham-wk 3715d3c
Merge branch '6.0.0-wip' into update-event-duck-typing
sydneyjodon-wk 6635823
Merge branch 'master' of github.com:cleandart/react-dart into 6.0.0-wip
joebingham-wk 1f475cb
Address feedback
sydneyjodon-wk 03454a1
Update type equality checks
sydneyjodon-wk 308d88e
Merge branch 'master' of github.com:cleandart/react-dart into 6.0.0-wip
joebingham-wk 34bb913
Merge pull request #288 from cleandart/update-event-duck-typing
sydneyjodon-wk 3c7a0a6
Update changelog
joebingham-wk 34386c3
Merge branch '6.0.0-wip' of github.com:cleandart/react-dart into 6.0.…
joebingham-wk 14735aa
Point changelog to PR
joebingham-wk c43d491
Move prop validation to getDerivedStateFromProps
sydneyjodon-wk 45e73bf
Merge branch '6.0.0-wip' into test-proptypes-in-getDerivedStateFromProps
sydneyjodon-wk bffba0e
Address misc feedback
joebingham-wk b677f6d
Switch to using yarn
joebingham-wk ee916dc
Remove unused import
joebingham-wk 4750550
Bump react dependencies
joebingham-wk 1341bb2
Add missing period
joebingham-wk 21731f8
Merge branch '6.0.0-wip' into test-proptypes-in-getDerivedStateFromProps
sydneyjodon-wk 672111d
Resolve merge conflicts
sydneyjodon-wk dae1510
Merge pull request #292 from cleandart/test-proptypes-in-getDerivedSt…
joebingham-wk 962a8b1
Add TODOs and link to issue for SyntheticEvent classes
greglittlefield-wf 18b8207
Wrap console.warn in dev builds to silence excessive SyntheticEvent t…
greglittlefield-wf e2fe5a4
Compile JS assets
greglittlefield-wf 1692efb
Update name of tests for shared builds
greglittlefield-wf cabce84
Fix comment typo
greglittlefield-wf 250f2fc
Merge pull request #293 from cleandart/synthetic-event-warnings
greglittlefield-wf 1fede84
Return false from “is” synthetic event checks when event is null
aaronlademann-wf 84bb6a8
Merge pull request #294 from cleandart/improve-synthetic-event-null-h…
greglittlefield-wf 471e879
Bump version to 6.0.0
joebingham-wk a70f625
Add link to React 17 Release blog post
joebingham-wk 8a58f8e
Regenerate JS bundles
greglittlefield-wf cbb3f21
Add aviary.yaml to exclude some files
greglittlefield-wf 3043ca2
npm audit fix
greglittlefield-wf fa7bfd4
Update README
aaronlademann-wf 75875ec
Merge branch 'master' of github.com:workiva/react-dart into 6.0.0-wip
aaronlademann-wf 01aff35
Resolve peerDependencies warning for react-redux
aaronlademann-wf 7247759
Merge pull request #299 from Workiva/6.0.0_peerDependencies-fix
greglittlefield-wf d4a9e9c
Merge branch 'master' into 6.0.0-wip
greglittlefield-wf 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 1 | ||
|
||
exclude: | ||
- ^example/ | ||
- ^test/ | ||
- ^tool/ | ||
- # Ignore compiled JS files and source maps | ||
- ^lib/react\w*\.js(\.map)?$ |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.