This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Add any react bundled version from dash_renderer to MANIFEST.in #50
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f9ad0cc
Add optional React 16.2.0 by defining REACT_VERSION for package
mjclawar 09465b8
0.12.0
mjclawar ac17b2f
Update CHANGELOG
mjclawar d32aabe
Provide _set_react_version method to allow for dynamically updating R…
mjclawar 2ca1467
Uncomment tests
mjclawar ae8a8fd
Fix link for react-dom
mjclawar e01f9cc
Split out PropTypes into prop-types package for new React
mjclawar eafd871
Update requirements and fix PropTypes from .required to .isRequired i…
mjclawar b1b03ad
Update react-dom@16 url in test
mjclawar a705929
Remove url check in src
mjclawar ead27ad
Update MANIFEST.in to add other react bundles outside of purely 15.4.2
mjclawar de22fb4
0.12.1
mjclawar 28fd552
Merge remote-tracking branch 'upstream/master'
mjclawar 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 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 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
include dash_renderer/bundle.js | ||
include dash_renderer/react-dom@15.4.2.min.js | ||
include dash_renderer/react@15.4.2.min.js | ||
include dash_renderer/react-dom@*.min.js | ||
include dash_renderer/react@*.min.js | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '0.12.0' | ||
__version__ = '0.12.1' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
Nice, didn't know we could use
*