9.1.0 (2024-12-02)
9.0.0 (2024-11-22)
- cosmoz-tab-card: add css rules for heading (5490179)
- cosmoz-tab-card:
cosmoz-tab-card
heading must be an attribute
8.10.2 (2024-08-19)
- edit new styling for tab cards (f85e47d)
8.10.1 (2024-08-19)
- match new styling changes for tab cards (d8e3639)
8.10.0 (2024-06-26)
- next/use-tabs: support className in renderTabs (ea76038)
8.9.1 (2024-06-13)
- badge font-family (0496cf2)
8.9.0 (2024-06-04)
8.8.0 (2024-06-04)
- add
skip_dist
again (12c7c2a) - add
skip_dist
input for preview workflow (fd53112) - add github
preview
workflow (e613283) - add storybook related packages and scripts (8e23c59)
- enable autodocs for all stories (1a10092)
- made the storybook script run (bb656c7)
- remove
@storybook/builder-vite
(676af9c) - small update to preview workflow (23454f4)
- update dependencies (290ccc9)
8.7.1 (2024-05-31)
- use-tabs: correct type (50b5b3a)
8.7.0 (2024-04-15)
- bg: color to be applied everywhere (47a9af0)
- bg-color: bg color manageable from the outside via css vars (3bd8a99)
8.6.1 (2024-04-11)
- cosmoz-tab-card: fix sizing (4ae4f6a)
8.6.0 (2024-04-10)
- cosmoz-tab-card: flex the .content (0a61e0f)
8.5.1 (2024-04-09)
- correct display typo (532209c)
8.5.0 (2024-04-09)
- use-tabs: correct compute-scroll-into-view import (d4f0e48)
- cosmoz-tab-card: flex the collapse (f58549a)
- cosmoz-tab: update compute-scroll-into-view (3ee596a)
- src/use-tabs: update compute-scroll-into-view (54fc425)
8.4.0 (2024-03-07)
- implement renderActivated helper (7d74bbf)
8.3.0 (2024-03-07)
- tab-card: adjust collapsable (353a82a)
8.2.0 (2024-03-06)
- next/use-tabs: handle function title (dab4786)
8.1.0 (2024-02-11)
- collapsible tab card (82b30b1)
8.0.0 (2024-01-11)
- update to pion (dac4ef2)
- Update to @pionjs/pion
7.6.0 (2023-03-24)
- use-tabs: add onActivate (4489dd0)
7.5.0 (2023-03-22)
- next/use-tabs: adjust type (12a0391)
7.4.0 (2023-03-22)
- next/use-tabs: adjust tabs definition (7f4aeb9)
7.3.1 (2023-02-02)
- ci: include d.ts (5744b4c)
7.3.0 (2023-02-02)
7.2.1 (2023-02-02)
- disabled typo (cfbe566)
7.2.0 (2022-11-10)
- stats: add slot for stats in the tab nav (1b705eb)
7.1.0 (2022-09-09)
- support for cosmoz-tab-cards nested in other elements (612ec1f)
7.0.0 (2022-07-20)
- deps: upgrade cosmoz-utils (ba0bc7e)
- deps: Upgrade cosmoz-utils@5
6.2.0 (2022-07-18)
- correct router import (a892e86)
6.1.0 (2022-07-18)
- update @neovici/cosmoz-router (8d962f4)
6.0.0 (2022-06-22)
- Upgrade to lit@^2 and haunted@^5
- Upgrade to lit@^2 & haunted@^5
6.0.0-beta.1 (2022-06-16)
- Upgrade to lit@^2 and haunted@^5
- Upgrade to lit@^2 & haunted@^5
5.4.2 (2022-05-27)
- use-tabs: add support for separate title and content (fb9b1de)
5.4.1 (2022-05-19)
- use-tabs: activate tab by name attribute (c3485a7)
5.4.0 (2022-05-19)
- implement useTabs,renderTabs (b614dd8)
- initialize cosmoz-tabs-next (816992e)
- reorganize repo (afb9d52)
- update cosmoz-page-router (d0f19d0)
5.3.0 (2022-03-01)
- replace use-hash-param with impl from cosmoz-page-router (f1e7c90)
5.2.1 (2022-01-12)
- add heading part (349c108)
5.2.0 (2021-12-08)
- tabs: add tab part (02cd28e)
- tabs: first-tab, last-tab parts (244ed41)
- tabs: selected-tab part (fc39d58)
- ui tweaks (65496cf)
- ui tweaks (9eb77eb)
5.1.2 (2021-10-04)
- use-tabs: uses compute-scroll-into-view (e72ab43)
5.1.1 (2021-09-30)
- use-tabs: scroll only horizontally (4d795ac)
5.1.0 (2021-09-30)
5.0.13 (2021-04-17)
- do not hide slotted slots (c7579ca)
5.0.12 (2021-01-22)
- use-tabs: iron-location interop (826be13)
5.0.11 (2020-10-23)
- notify selected-changed (1808f23)
5.0.10 (2020-10-16)
- cosmoz-tab: notify cosmoz-tabs when tab icon changes (1448462)
5.0.9 (2020-10-13)
- collect cosmoz-tab element from nested slots (616fde5)
5.0.8 (2020-10-08)
- update children from slot in raf (c5433bc)
5.0.7 (2020-10-08)
5.0.6 (2020-10-07)
- read params in a animation frame (240a490)
5.0.5 (2020-10-06)
- adds support for icon-color attribute (872bea2)
5.0.4 (2020-10-01)
- add no-resize option in cosmoz-tabs (ecfe1df)
5.0.3 (2020-09-30)
- initial "selected-changed" event is not fired (5e7086a)
5.0.2 (2020-09-25)
- cosmoz-tabs: delays initial setTabs to microtask (2d8acd5)
5.0.1 (2020-09-24)
- restore isSelected cosmoz-tab notification (3905cd7)
- restore selected-item cosmoz-tabs notifications (d08a992)
5.0.0 (2020-09-24)
- review: improve api (2cf2fbe)
- compute href only for valid tabs (0e797c1)
- improves compatibility (7ed6e0b)
- tab css sizing (74dfaae)
- cosmoz-tab: correct getIcon (f9c6448)
- cosmoz-tabs: adds back tab-select and tab-first-select events (5c38537)
- cosmoz-tabs: restore hash-param handling (e15fc93)
- cosmoz-tabs: reimplement hash-param (1cf7353)
- add a basic storybook (fc4a4f9)
- cosmoz-tabs: refactor (1b29c6a)
- cosmoz-tabs: converted to haunted with api changes
4.0.0 (2020-09-18)
- improve release and update deps (09d8446)
- converted cosmoz-tab to haunted
3.2.5 (2020-08-19)
- flex none for paper-tabs (fc574ee)
3.2.4 (2020-08-18)
- size tabs correctly when paper-tabs has different size (93c914f)
3.2.3 (2020-08-14)
3.2.2 (2020-08-10)
3.2.1 (2020-08-06)
3.2.0 (2020-07-23)
- hash-param: always update selected tab with hashParam (f6893ca)
3.1.2 (2020-06-19)
- adding after-title slot (cc1ee9d)
3.1.1 (2020-03-19)
- upgrade repo (b893be1)
3.1.0 (2020-03-16)
- upgrade to cosmoz-page-router@^6.0.0 (fe3988a)
3.0.6 (2019-12-13)
- release: upgrade package.lock (3b13f18)