- Componenets are no longer initialized automatically on document load by Materialize
- Added function
M.AutoInit()that initializes all componenets
- Added sort function to order completion results
- Autocomplete now uses dropdown to show options
- Added numVisible option
- Added onCycleTo callback
- Renamed plugin from
material_chiptochips - Removed
autocompleteDataautocompleteLimitoptions, instead pass in autocomplete related options inautocompleteOptions - Removed event triggers, use callback options instead
- Added limit option
- Added 3 callbacks onChipAdd, onChipSelect, onChipDelete
- Removed onChipAdd, onChipSelect, onChipDelete events
- Removed automatic initialization
- Removed html attribute options
- Added keyboard support
- Added onOpenStart callback
- Added onOpenEnd callback
- Added onCloseStart callback
- Added onCloseEnd callback
- Complete rewrite of Datepicker, please see new documentation
- Added keyboard support
- Removed gutter option
- Changed belowOrigin option to coverTrigger
- Removed stopPropagation option
- Removed automatic initialization
- Call plugin on
.dropdown-contentinstead of.dropdown-button - Change attribute
data-activatestodata-target - Rename classes
.dropdown-buttonto.dropdown-trigger - Rename option
belowOrigintocoverTrigger - Added onOpenStart callback
- Added onOpenEnd callback
- Added onCloseStart callback
- Added onCloseEnd callback
- Added autoFocus option
- Added
recalculateDimensionsmethod
- Added inDuration option
- Added outDuration option
- Added onOpenStart callback
- Added onOpenEnd callback
- Added onCloseStart callback
- Added onCloseEnd callback
- Changed modal animation
- Added preventScrolling option
- Change attribute
data-activatestodata-target - Removed read and complete callback
- Added onOpenStart callback
- Added onOpenEnd callback
- Added onCloseStart callback
- Added onCloseEnd callback
- Added responsiveThreshold option to disable parallax effect below a certain screensize
- Add callback that fires when a pushpin item changes between its 3 states
- Plugin removed
- Added throttle option
- Renamed plugin call
.material_select()to.formSelect() - Added
dropdownOptionsas a way to customize the dropdown that Select uses - Removed
activeclass
- Removed menuWidth option, use CSS to set sidenav width instead
- Call plugin on
.sidenavinstead of.button-collapse - Change attribute
data-activatestodata-target - Add
.sidenav-triggerclass to sidenav open trigger - Rename classes
.side-navto.sidenav - Remove deprecated class
.userView, use.user-viewinstead - Rename plugin call
.sideNav()to.sidenav() - Sidenav option
closeOnClickno longer exists- Instead apply the class
.sidenav-closeto any item in the Sidenav that you wish to trigger a close.
- Instead apply the class
- Renamed
fixedclass tosidenav-fixed - Renamed methods
showandhidetoopenandcloserespectively - Added preventScrolling option
- Removed onOpen and onClose callbacks
- Added onOpenStart callback
- Added onOpenEnd callback
- Added onCloseStart callback
- Added onCloseEnd callback
- Removed automatic initialization
- Renamed plugin method
select_tabtoselect - Added duration option
- Added method
updateTabIndicatorto fix tab underline position
- Added onOpen callback
- Added onClose callback
- Renamed
defaultoption todefaultTime - Added cancel button to picker
- Timepicker options
clear,closemoved toi18n.clear, andi18n.donerespectively. - Renamed
fromnowoption tofromNow - Removed
ampmclickableoption
- Arguments list of the M.toast function has been changed into an options Object similar to all the other plugins
- Rename the
classNameoption toclasses - Added activationPercent option
- Removed delay option and added enterDelay and exitDelay
- Removed
tooltipoption, use optionhtmlto set tooltip html instead - Added margin option
- Added inDuration and outDuration options
- Added transitionMovement option
- Added keyboard support
- Some html attribute options have been removed, only data-tooltip and data-position remain, instead use the options during initialization to set options
- Removed Roboto