Skip to content

v2.0.0-beta2

Compare
Choose a tag to compare
@tomivirkki tomivirkki released this 12 Feb 09:55
· 165 commits to master since this release

Live Demo →
API Documentation →

Changes Since v2.0.0-beta1:

  • 9639f10 Fix horizontal tabs scroll width as a flex child in IE11

  • a4302c7 Fix horizontal tabs width as a flex child in IE11

  • 5076f9b Fix stylelint warning

  • 6d6116e Explicit focus ring style

    Use a similar focus-ring style as for many other elements (2px blue outline).

    Remove unnecessary background-color override (no default theme anymore).

    Center align text (nicer when the tab label wraps on multiple lines).

    Fixes #77

  • 42598b7 Add a equal-width-tabs variant

    Hide the implementation detail that tabs are placed in a flex container. Use flex: 1 instead of flex-grow: 1 so that tabs are always the same size (common pattern in mobile views).

    Remove the undocumented pill variant.