See MUI changelog for changes in MUI.
- Update MUI to v5.11.12
- BREAKING Update
@mui/x-date-pickers
to v6.0.0. See migration guide. - Fix handling of
Date
inputs incljs-time-adapter
- Fix incorrect conversion of theme object in
reagent-mui.styles/theme-provider
(#41) - Don't convert ref props in
reagent-mui.util/js->clj'
- Support for Reagent 1.2.0 / React 18
- Update MUI to v5.11.8
- Fix
cljs-time-adapter
bug withdate-range-picker-pro
(#44) andcalendar-picker
(#40) - Add information regarding
date-picker
input rendering (#39) - BREAKING
reagent-mui.material.switch-component
renamed toreagent-mui.material.switch
since reserved JS keywords aren't a problem anymore
- Update MUI to v5.10.1
- Fix extern inference with Figwheel-Main (#35)
- Update MUI to v5.6.2
- BREAKING Date picker components are moved from
reagent-mui.lab.*
toreagent-mui.x.*
. Date Picker range components only exist as Pro versions. See MUI documentation.
- Update MUI to v5.5.0
- Update MUI to v5.4.3
- Use local timezone instead of UTC by default in
reagent-mui/cljs-time-adapter
(#30) @patapizza - Allow string as component in
reagent-mui.styles/styled
- Update MUI to v5.2.4
- BREAKING Rename package
reagent-mui.core
toreagent-mui.base
as in MUI - Fix React key warnings on some icons (#27)
- Add support for MUI X Pro components (currently just DataGrid) (#25)
- Update MUI to v5.0.0
- BREAKING Rename packages according to new MUI packages:
reagent-material-ui.core
becomesreagent-mui.material
reagent-material-ui.unstyled
becomesreagent-mui.core
- Other packages starting with
reagent-material-ui
are renamed to start withreagent-mui
- Update Material UI to v5.0.0-beta.5
- Fix require bug when using
@material-ui/lab
with CLJSJS packages
- Update Material UI to v5.0.0-beta.2
- Add components from
@material-ui/unstyled
- Move functions from
@material-ui/core/styles
and@material-ui/styles
to separate namespaces - Fix default locale in
localization-provider
(#19) @alenkralj
- Update Material UI to v5.0.0-alpha.32
- 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
- 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
fromdeps.cljs
- Update Material UI to v5.0.0-alpha.27
- Add
deps.edn
for dependencies - Add
@material-ui/core/styles/StylesProvider
asreagent-material-ui.styles/styles-provider
- Update Material UI to v5.0.0-alpha.20
- Update Reagent to v1.0.0
- Update Material UI to v5.0.0-alpha.18
- Update Material UI to v5.0.0-alpha.17
- BREAKING
material-ui-pickers
have been moved tomaterial-ui-lab
- BREAKING
cljs-time-utils
has been renamed tocljs-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
- Update Material UI to v5.0.0-alpha.15
- Add missing components from
material-ui-pickers
- Update Material UI to v5.0.0-alpha.14
- 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
toreagent-material-ui.util
- Add utility macro for creating React components. See the example project for a simple usage example with
date-picker
.
- 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
- Enable pure shadow-cljs usage (#2)
- Update Material UI to v4.11.0
- Add missing Material UI Lab components to
deps.edn
- Update Material UI to v4.9.12
- Update Material UI to v4.9.8
- Add support for shadow-cljs
- Remove dependency to CLJSJS Material UI
- Add Material UI Lab
- Remove
ScopedCssBaseline
component that isn't included in CLJSJS Material UI package
- Update Material UI to v4.9.5
- Fix time zone handling in
cljs-time-utils
- Update Material UI to v4.8.3
- Add
useFormControl
,useRadioGroup
,useMediaQuery
, anduseScrollTrigger
hooks from Material UI
- Fix cursor jumping in textfields
- Update Material UI to v4.5.1
- Add Material UI pickers v3.2.7