@visual-framework/vf-tabs
Version:
vf-tabs component
65 lines (39 loc) • 1.68 kB
Markdown
* Dynamically updates the URL based on the active tab
* Adds focus indicator and enables keyboard navigation
* Support activation of specific vf-tabs on page load `
* Exposes `vfTabsSwitch` function
* https://github.com/visual-framework/vf-core/issues/1700
* Use `set-type` mixin to set margins.
* https://github.com/visual-framework/vf-core/pull/1698
* Prevent hijacking of scroll when focusing tabs.
* https://github.com/visual-framework/vf-core/pull/1696
* Use new interactive colour token.
* https://github.com/visual-framework/vf-core/issues/1688
* Bug: Add missing `@import 'vf-global-variables';` to generate standalone `vf-tabs.css`.
* https://github.com/visual-framework/vf-core/pull/1581
* Updates the styling to match the design direction.
* This is a no-code-change update. It has been marked as visually breaking due to the major design change.
* https://github.com/visual-framework/vf-core/pull/1551
* Conditional support of tab_heading in vf-tabs.njk template.
* changes any `set-` style functions to cleaner version
* Restructures that link between tabs from a sequential relationship to an explicit relationship based off the tab href and panel id.
* https://github.com/visual-framework/vf-core/issues/1136
* This is a non-breaking change that may be further improved with an optional data-vf-js-tab-id
* JS linting
* fixes the space a tab takes to 'max-content'
* simplifies the CSS
* makes multilple tabs look slightly nicer on mobile devices
* Initial stable release