-
Notifications
You must be signed in to change notification settings - Fork 2
React 17 Implementation #14
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
17 commits
Select commit
Hold shift + click to select a range
5737167
Upgrade: updating all dependencies
stevematney 9d9d4ad
Build: setting up release for react-17
stevematney 60abc05
Breaking: removing event retargeting
stevematney 9cb8a6b
Update: adding a base-level render function
stevematney 2cac97b
Update: ensuring we can accommodate lower versions of React 17
stevematney 1a5c275
Update: adding this.shadow for easy style placement
stevematney f0531bc
Build: ensuring we push package.json with semantic-release commit
stevematney 4abdde9
Build: running release build on react-16 and react-17 branches
stevematney f587a7c
Build: reconfiguring .travis.yml to use on conditions
stevematney 27b4af8
Docs: 3.0.0-react-17.1 [skip ci]
semantic-release-bot c12ca21
Docs: describing why this is useful with React 17
stevematney 871755f
Fix: ensuring we only load the HTML 5 Adapter when we need it
stevematney 82242c0
Docs: 3.0.0-react-17.2 [skip ci]
semantic-release-bot 1d48bc0
Docs: completing React 17 docs
stevematney 43435a4
Docs: fixing react-16 link
stevematney acdf363
Revert "Fix: ensuring we only load the HTML 5 Adapter when we need it"
stevematney 9c61c45
Docs: 3.0.0-react-17.3 [skip ci]
semantic-release-bot 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
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.
This allows us to run releases on
react-16
so we can merge bugfixes and stuff if we need to.