Skip to content

1.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Dogfalo Dogfalo released this 30 Dec 04:39
· 276 commits to v1-dev since this release

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