See MUI changelog for changes in MUI.
compare
compare
- Fix extern inference with Figwheel-Main (#35)
compare
- Update MUI to v5.6.2
- BREAKING Date picker components are moved from
reagent-mui.lab.*
to reagent-mui.x.*
. Date Picker range components only exist as Pro versions. See MUI documentation.
compare
compare
- 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
compare
- Update MUI to v5.2.4
- BREAKING Rename package
reagent-mui.core
to reagent-mui.base
as in MUI - Fix React key warnings on some icons (#27)
- Add support for MUI X Pro components (currently just DataGrid) (#25)
compare
- Update MUI to v5.0.0
- BREAKING Rename packages according to new MUI packages:
reagent-material-ui.core
becomes reagent-mui.material
reagent-material-ui.unstyled
becomes reagent-mui.core
- Other packages starting with
reagent-material-ui
are renamed to start with reagent-mui
compare
- Update Material UI to v5.0.0-beta.5
- Fix require bug when using
@material-ui/lab
with CLJSJS packages
compare
- 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
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