This repository was archived by the owner on Feb 21, 2026. It is now read-only.
v0.6.0
0.6.0 (2023-01-25)
Bug Fixes
- CFormGroup: properly handle switch between flag origins (bc10010)
- components: properly type transition prop (2e15ca6)
- CSelect: allow to disable it afterwards (ba9fd6d)
- CSelect: stay synchronized with v-model (c541b2f)
- focus first menu item also when opening with click (7537630)
- useKeyboardListNavigation: ensure search query is case insensitive (adc488d)
Code Refactoring
- components: Tabs now use interactiveList compsable under the hood (46812e7)
Features
- components: create CMenu component (982b33f)
- components: transform variant prop value into an object for config class, close #258 (ec72ad3)
- directives: clickOutside allows to ignore elements (82c2e85)
- provide a defineConfig function and better type components config class context (0fb145a)
BREAKING CHANGES
- components: The
variantprop value of all components is now normalized into an object of type{ [variant]: boolean }before being given to the component configclassmethod. See « Styling components » guide for updated usage. - components: CTabs now require a
v-modelor thedefault-tabprop to be set.