materialize v1.0.0-alpha.3 Release Notes

Release Date: 2017-12-30 // over 6 years ago
  • 1.0.0-alpha.3 (December 29th, 2017)

    ๐ŸŽ‰ Initialization code for all components changed. E.g. Changenew M.Tooltip(el, options) to M.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