- Added sort function to order completion results
- Added numVisible option
- Added onCycleTo callback
- Renamed plugin from
material_chip
tochips
- Removed
autocompleteData
autocompleteLimit
options, 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
- Added keyboard support
- Removed gutter option
- Changed belowOrigin option to coverTrigger
- Removed stopPropagation option
- Removed automatic initialization
- Call plugin on
.dropdown-content
instead of.dropdown-button
- Change attribute
data-activates
todata-target
- Rename classes
.dropdown-button
to.dropdown-trigger
- Rename option
belowOrigin
tocoverTrigger
- Added onOpenStart callback
- Added onOpenEnd callback
- Added onCloseStart callback
- Added onCloseEnd callback
- 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-activates
todata-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
- Removed menuWidth option, use CSS to set sidenav width instead
- Call plugin on
.sidenav
instead of.button-collapse
- Change attribute
data-activates
todata-target
- Add
.sidenav-trigger
class to sidenav open trigger - Rename classes
.side-nav
to.sidenav
- Remove deprecated class
.userView
, use.user-view
instead - Rename plugin call
.sideNav()
to.sidenav()
- Sidenav option
closeOnClick
no longer exists- Instead apply the class
.sidenav-close
to any item in the Sidenav that you wish to trigger a close.
- Instead apply the class
- Renamed
fixed
class tosidenav-fixed
- Renamed methods
show
andhide
toopen
andclose
respectively - 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_tab
toselect
- Added duration option
- Added method
updateTabIndicator
to fix tab underline position
- Added onOpen callback
- Added onClose callback
- Arguments list of the M.toast function has been changed into an options Object similar to all the other plugins
- Rename the
className
option toclasses
- Added activationPercent option
- Removed delay option and added enterDelay and exitDelay
- Removed
tooltip
option, use optionhtml
to 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