-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
Added Themes Using React Context #550
Merged
Merged
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
Remove DOMIdable and replace it with a unique ID generator
External links to resources don't work on http://material-ui.com/. I think this fix should help.
Fix LinkMenuItem anchor attribute name
Added in onNavOpen/ onNavClose properties to LeftNav
Updated docs to reflect changes in mui#495
> Warning: Don't set .props.className of the React component <FlatButton />. Instead, specify the correct value when initially creating the > element. The element was created by LoginDialog. elements should be cloned instead. React.cloneElement was added with React 0.13. http://facebook.github.io/react/blog/2015/03/03/react-v0.13-rc2.html#react.cloneelement Fixed a missing var statement, too.
Conflicts: src/js/enhanced-switch.jsx
Enhanced button events now respect the disabled prop.
fix error on enhanced-switch && disabled && mobile
remove unused key-line import
Fixed IE toString.call() issue.
when receiving props. It will warn when setting it to an invalid value
Don't crash dropdown menu when selectedIndex is less than 0
Improvement in DatePicker: autoOk - true for automatically Accepting if click on a date directly; minDate - minimiun selectable date; maxDate - maximum selectable date. issue #427
Added autoOk in docs
[Perf] do not rerender the icon-button when no tooltip is provided
Check that the document has element on clickaway
Fix typos
Fix: rapid tabbing caused issues
Adds disable month buttons with max and min date, hide the ok button when autoOk is true
Addresses root level clickawayable bug
[Improvement] DatePicker properties autoOk, minDate e maxDate
overwriting props will create console warnings. Fixes mui#547
…act cloneElement for dialog-window.
Updated React dependency to v0.13
…nch and themes pr.
…ialog is displayed.
Dialog action focus. Fixes mui#552
mmrtnz
added a commit
that referenced
this pull request
Apr 22, 2015
Added Themes Using React Context. Fixes #202
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.
ThemeManager
CustomVariables.js
MenusPage
in the docs site has been slightly modified to be an example of page specific theme overriding.Fixes #202, also mentioning #30.