-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
React 0.14 support #1884
Merged
Merged
React 0.14 support #1884
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
Only application (that wont be used as npm modules) should declare peerDependencies as real dependencies to bring them to the build. NPM 3 do not install peerDependencies anymore.
Temporarily included personal fork until pull-request is accepted upstream.
- Replaced unix command with rimraf for cross-platform support - Updated dependencies to resolve warnings - Updated to temporary fork of react-draggable2 with 0.14 support.
Contains React 0.14 compatibility fixes.
[ReactV14] fix this.findDOMNode();
I should have rebased, that's way cleaner 👍 than #1882. |
@oliviertassinari @cgestes feel free to re-submit any PRs straight to master now! |
@shaurya947 Awesome! |
as soon as we can fix the issues listed above (and any others), we should be ready to release a new version |
@shaurya947 any idea on an ETA for when this will make it to |
shaurya947
added a commit
that referenced
this pull request
Oct 21, 2015
Squashed all revert commits into this single one for cleaner history Revert "Merge pull request #1919 from cgestes/master" This reverts commit 85d57da, reversing changes made to 26141b0. Revert "Merge pull request #1904 from oliviertassinari/docs-scroll" This reverts commit e754e0f, reversing changes made to 7943e16. Revert "Merge pull request #1913 from tomasztomys/feature/react-v0.14-support-grid-list" This reverts commit 7943e16, reversing changes made to d310459. Revert "Merge pull request #1916 from shaurya947/react-14-route-hotfix" This reverts commit 02e28f3, reversing changes made to 1e0a4a5. Conflicts: docs/src/app/components/mobile-tear-sheet.jsx Revert "Merge pull request #1884 from callemall/react-0.14-support" This reverts commit fa4a019, reversing changes made to 8819be8. Conflicts: docs/package.json docs/src/app/app.jsx docs/src/app/components/code-example/code-block.jsx docs/src/app/components/pages/components/tabs.jsx docs/src/app/components/pages/customization.jsx docs/src/app/components/pages/get-started.jsx docs/src/app/components/pages/page-with-nav.jsx package.json src/date-picker/date-picker-dialog.jsx src/slider.jsx Cleaning up some dependency issues and missed merge conflicts
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this pull request
Nov 10, 2020
* [docs] Update responsiveness section close mui#1882 * Update index.mdx * Update index.mdx * Update docs/pages/demo/datepicker/index.mdx * apply same description to the other components Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com> Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Merging into master once and for all :-)
I do notice a couple things broken in the docs site: