Skip to content

Releases: liip/chusho

v0.6.1

05 Feb 18:23
Compare
Choose a tag to compare

0.6.1 (2023-02-05)

Bug Fixes

  • FormGroup: fields properly inherit flags (8cf8d11)

v0.6.0

25 Jan 13:11
Compare
Choose a tag to compare

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.

v0.5.1

08 Oct 11:41
Compare
Choose a tag to compare

0.5.1 (2022-10-08)

Bug Fixes

  • Dialog: add aria-modal attribute for wider compatibility (9e02396)
  • FormGroup: reexport injection key (928d0de)

v0.5.0

13 Mar 15:18
Compare
Choose a tag to compare

0.5.0 (2022-03-13)

Features

  • components: CFormGroup, closes #116 (cf10148)
  • expose required/disabled/readonly props in form fields config class, closes #166 (0f353a0)

v0.4.0

02 Mar 15:58
Compare
Choose a tag to compare

0.4.0 (2022-03-02)

Bug Fixes

  • CTabs: accept 0 as a valid target/id value (cebd0dd), closes #115
  • ssr: ensure UID consistency between server and client (40c07d7), closes #160
  • ssr: prevent hydration mismatches (636fbbe)

chore

  • deps: update Chūshō deps (0eb0593)

Features

BREAKING CHANGES

  • CCollapseBtn: CCollapseBtn doesn’t inherit CBtn class config anymore.
  • deps: CommonJS and UMD builds are now targeting ES2015 (ES6), it was previously ES5.

v0.3.0

16 Mar 18:15
Compare
Choose a tag to compare

0.3.0 (2021-03-16)

Note: Version bump only for package root

v0.2.0

20 Jan 17:30
Compare
Choose a tag to compare

0.2.0 (2021-01-20)

Features

  • components: responsive images with CPicture (7a37dcb), closes #12

v0.2.0-beta.3

02 Dec 07:34
Compare
Choose a tag to compare
v0.2.0-beta.3 Pre-release
Pre-release

0.2.0-beta.3 (2020-12-02)

Features

  • build: split ES bundle to leverage treeshaking (9d22cba), closes #30

v0.2.0-beta.2

29 Nov 10:08
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

0.2.0-beta.2 (2020-11-29)

Note: Version bump only for package root