Skip to content

v0.7.0

Compare
Choose a tag to compare
@edcarroll edcarroll released this 30 May 04:43
· 495 commits to master since this release

This release contains quite a few breaking changes. This is because I'm refactoring the old parts code base to the standards of the newer components, and ensuring that there is maximum consistency between all of the components. I'd rather be doing all of these changes now, rather than after it has hit 1.0.0.

  • Search
    • Fixed search not opening on mouse click
    • Renamed onItemSelected to itemSelected BREAKING
  • Dropdown
    • Keyboard navigation now automatically scrolls selected item into view (closes #33)
  • Tab
    • Renamed onActivate to activate BREAKING
    • Added deactivate event that fires when a tab deactivates
  • Progress
    • Fixed progress not going automatically green when maximum > 100
    • Fixed progress precision not updating until value changes
    • Renamed progress to showProgress BREAKING
  • Rating
    • Renamed max to maximum for consistency with progress component BREAKING
  • Message
    • Renamed onDismiss to dismiss BREAKING
  • Collapse
    • Removed reliance on external web animations polyfill - now included with the library, so external references to it (if used) can be removed.