Skip to content

1.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@acburst acburst released this 11 Nov 01:10
· 400 commits to v1-dev since this release

v1.0.0 (November 10th)

  • Dropdown

    • rewritten with classes
    • Plugin is initialized on .dropdown-content instead of .dropdown-button
    • Renamed classes .dropdown-button to .dropdown-trigger
    • Renamed option belowOrigin to coverTrigger
    • Added callbacks onOpenStart, onOpenEnd, onCloseStart, onCloseEnd
    • Removed HTML attribute options
    • Removed stopPropagation option
    • Reworked animation
  • Select

    • rewritten with classes
    • Plugin renamed from 'material_select' to 'select'
  • Tabs

    • rewritten with classes
    • added duration option
    • now requires plugin initialization
    • tabs 'select_tab' method renamed to 'select'
  • Chips

    • rewritten with classes
    • changed events to callbacks
    • Added limit chips option
  • Autocomplete

    • rewritten with classes
    • Added updateData method
    • Added sortFunction option
  • Feature Discovery

    • rewritten with classes
    • Plugin renamed from 'tapTarget' to 'featureDiscovery'
  • Forms

    • Added new helper text element
    • Moved validation messages 'data-error' and 'data-success' to Helper Text
  • Pickatime

    • Renamed to Timepicker
    • Now opens on enter or click instead of focus
    • Added open animation
    • Reworked and simplified Timepicker HTML structure
    • Renamed internal classes to reflect Timpicker namechange and structure rework
  • Floating Action Button

    • Converted to plugin
    • Added direction option
    • Added toolbar transition option