Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 13:11
· 19 commits to main since this release

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 variant prop value of all components is now normalized into an object of type { [variant]: boolean } before being given to the component config class method. See « Styling components » guide for updated usage.
  • components: CTabs now require a v-model or the default-tab prop to be set.