- Renamed the
.userView
class to.user-view
. We will completely remove.userView
in the next version - Added timepicker & updated the layout of the datepicker component Dogfalo/materialize#4445
- Added sidenav callbacks Dogfalo/materialize#4778
- Added
.browser-default
classes forinputs
Dogfalo/materialize#4802 - Added a new variable
$button-font-size
. The default is1rem
Dogfalo/materialize#4494 - Added the
fields
property inside thepackage.json
. Dogfalo/materialize#4774 This should also fix problems with having more than one jQuery installation - Fixed a bug where the carousel handled also up and down swipes. From now on only swipe left and swipe right events are triggered Dogfalo/materialize#4702
- Fixed the dynamic textarea resize bug
- Fixed a bug where you could not have
closeOnClick
enabled in combination with a fixed side nav Dogfalo/materialize#4299 - Fixed a bug where
onShow
did not work together with swipeable tabs https://github.com/Dogfalo/materialize/commit/8129f11bea975c46af391a28614f490d4fa6024e - Fixed a bug where the label got fixed incorrectly to the right of the input field, instead of flushed with the input field at the left margin Dogfalo/materialize#3821
- Renamed the name of the variable
$button-font-size
to$button-icon-font-size
& added a new variable$button-font-size
. The default is1rem
Dogfalo/materialize#4494 - We removed the hover effect from the flat button, since it is inconsistent with the material design spec
- The bug, where you couldn't install materialize in meteor on a Windows machine should be fixed now
- We have updated the styling of switches
- Added support for custom active elements in scrollspy
- Updated to jQuery easing v1.4
- Fixed some urls in our documentation. It should be easier now to host the docs locally
- Fixed some typos in our documentation
- Upgraded to jQuery 3 🎉
- Updated some of our devDependencies
For a full diff see here
@DanielRuf Thanks