-
-
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 #1867
Merged
shaurya947
merged 58 commits into
mui:react-0.14-support
from
cgestes:react-0.14-support
Oct 14, 2015
Merged
React 0.14 support #1867
shaurya947
merged 58 commits into
mui:react-0.14-support
from
cgestes:react-0.14-support
Oct 14, 2015
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
When number is added after data, it is shoved below MenuItem because data is display:block
This happen on a touch device on cordova. The touchtTap interaction open the dialog, then closed. Deferring the display of the modal solve the issue.
Simple flex-box based Grid List (https://www.google.com/design/spec/components/grid-lists.html) implementation. Support only tiles with 1x1 cell size.
After 0.12.0 breaking changes for theming, spacing and components themes are accessed in a different way.
[IconMenu] apply the classname on the root element instead of the menu
[MenuItem] Fix issue when using number and data
Made both components to be consistent with other components in how muiTheme is handled.
for string and object in the PropTypes
[GridList] - new component
Feature/tab inputs
[style-resizable] Fix comment
[DatePicker] Fix dialog open then close
…f the next month button is disabled if the current month is the same as the maxDate prop
…fter the maxDate prop
…fter the maxDate prop
… before the maxDate prop
…t month is before the maxDate prop
…nt month is the same the maxDate prop
…month and initialDate month are the same
…rrent month is after the minDate month prop
…xt month button when the current date is after the min date
…vious month is one before the current month
…nt month is before the minDate month
This reverts commit 40ba4d0.
…time picker" This reverts commit 85524bb.
…block and rewrote the test descriptions
[Card] Expand on Click
Fixes issue mui#1738
Changed react peer-dependency to ~0.13
Temp fix for react version
Earlier, props were being lost when using the ThemeDecorator. Now, they are preserved.
ThemeDecorator now supports props
# Conflicts: # docs/src/app/app-routes.jsx # docs/src/app/components/pages/components.jsx # package.json
Thanks @cgestes |
Closed
mnajdova
pushed a commit
to mnajdova/material-ui
that referenced
this pull request
Nov 10, 2020
Bumps [@types/yup](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yup) from 0.28.0 to 0.29.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yup) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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.
merge with master and fix conflicts