Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 770 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
30 lines (21 loc) · 770 Bytes

Changelog

All notable changes to vue-tabs-component will be documented in this file

1.5.0 - 2018-XX-XX

  • Added defaultTabHash option
  • Fixed bug #32 changed event fires twice on each change
  • Added clicked event, fires when active tab is clicked
  • Fixed a bug which caused sections within tabs to have a '#' included in their id attribute.

1.4.0 - 2017-11-06

  • Added isDisabled prop to Tab

1.3.0 - 2017-10-06

  • Added isVisible prop to Tab

1.2.2 - 2017-10-04

  • Fixed default useUrlFragment behaviour

1.2.1 - 2017-10-04

  • Fixed bugs caused by unset options prop

1.2.0 - 2017-09-24

  • Added useUrlFragment option

1.1.0 - 2017-05-23

  • Added an alternative way to register components

1.0.0 - 2017-05-10

  • Initial release