1.0.0-alpha.3
Pre-release
Pre-release
1.0.0-alpha.3 (December 29th, 2017)
-
Initialization code for all components changed. E.g. Change
new M.Tooltip(el, options)
toM.Tooltip.init(el, options)
- This was done so that the same initialization code can be used to initialize single Elements as well as NodeLists and jQuery element objects
-
Added in onOpen and OnClose callbacks for appropriate plugins
-
Datepicker
- Destroy function added
-
Feature Discovery
- Added open and close callbacks
-
Materialbox
- Added open and close callbacks
-
Modal
- Added open and close callbacks for consistency
- Removed ready and complete callbacks
-
Parallax
- Has responsiveThreshold option
- Destroy function added
-
Pushpin
- added onPositionChange callback