See Material UI changelog for changes in Material UI.
compare
- Update Material UI to v5.0.0-alpha.32
compare
- Update Material UI to v5.0.0-alpha.29
- Fix bug in
reagent-material-ui/js-clj'
when converting keys with non-keyword characters (#15) @adrsm108
compare
- Move packaged Material UI to a separate dependency so it can be excluded
- Add source maps to dev versions of packaged Material UI
- Remove optional dependency of
@material-ui/lab
from deps.cljs
compare
- Update Material UI to v5.0.0-alpha.27
- Add
deps.edn
for dependencies - Add
@material-ui/core/styles/StylesProvider
as reagent-material-ui.styles/styles-provider
compare
- Update Material UI to v5.0.0-alpha.20
- Update Reagent to v1.0.0
compare
- Update Material UI to v5.0.0-alpha.18
compare
- Update Material UI to v5.0.0-alpha.17
- BREAKING
material-ui-pickers
have been moved to material-ui-lab
- BREAKING
cljs-time-utils
has been renamed to cljs-time-adapter
to use the same terminology as Material UI - Added support for responsive font sizes (#9) @wkok
- Fix bug in
reagent-material-ui.core.text-field
when used as uncontrolled
compare
- Update Material UI to v5.0.0-alpha.15
- Add missing components from
material-ui-pickers
compare
- Update Material UI to v5.0.0-alpha.14
compare
- Update Material UI to v5.0.0-alpha.12. See Material UI migration guide for a list of breaking changes.
- Add browser test runner
- BREAKING: Move utility macros from
reagent-material-ui.macro
to reagent-material-ui.util
- Add utility macro for creating React components. See the example project for a simple usage example with
date-picker
.
compare
- Split Material UI JS build into Core, Lab and Pickers to reduce build size when not using Lab and/or Pickers
- Fix some bugs and add missing functions in
cljs-time-utils
- Fix bug in
reagent-material-ui.util/js->clj'
when converting React props that include refs or children
compare
- Enable pure shadow-cljs usage (fixes #2)
compare
- Update Material UI to v4.11.0
- Add missing Material UI Lab components to
deps.edn
compare
- Update Material UI to v4.9.12
compare
- Update Material UI to v4.9.8
- Add support for shadow-cljs
- Remove dependency to CLJSJS Material UI
- Add Material UI Lab
compare
- Remove
ScopedCssBaseline
component that isn't included in CLJSJS Material UI package
compare
- Update Material UI to v4.9.5
compare
- Fix time zone handling in
cljs-time-utils
compare
- Update Material UI to v4.8.3
- Add
useFormControl
, useRadioGroup
, useMediaQuery
, and useScrollTrigger
hooks from Material UI
compare