Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

v3.0.0

Choose a tag to compare

@nbibler nbibler released this 08 Sep 14:59
· 585 commits to master since this release

This release introduces several breaking changes from the 2.x series. Refer
to the README for current usage.

  • #24 "Namespace" components under ivy-tabs-*
  • #23 Remove tagName values except for tabs, which are now anchor tags by default.
  • #21 Select tabs by a (now required) model value, rather than tab index.
    • Rename selectedIndex on ivy-tabs to selection.
    • Move on-select action from ivy-tabs to individual tabs.
  • #22 Remove isVisible manipulation and rely on application styles for presentation management.