See Material UI changelog for changes in Material UI.
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 dependencies (
@material-ui/pickers
and @material-ui/lab
from deps.cljs
)
compare
- Update Material UI to v4.11.3
- Downgrade React to v16.14.0
compare
- Update Material UI to v4.11.2
- Update Reagent to v1.0.0
compare
- Added support for responsive font sizes (#9) @wkok
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