Releases: liip/chusho
Releases · liip/chusho
v0.6.1
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
variant
prop value of all components is now normalized into an object of type{ [variant]: boolean }
before being given to the component configclass
method. See « Styling components » guide for updated usage. - components: CTabs now require a
v-model
or thedefault-tab
prop to be set.
v0.5.1
v0.5.0
v0.4.0
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
- CBtn: use NuxtLink in Nuxt apps (4299f0d), closes #134
- CCollapseBtn: remove inheritBtnClass config option, closes #155 (bf84274)
- components: CCheckbox (20c6bc3)
- components: CLabel (9568972)
- components: CRadio (495f8c7)
- components: CTextarea (1377a48)
- components: CTextField (2c7e604)
- components: CSelect (dcda232)
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
0.3.0 (2021-03-16)
Note: Version bump only for package root
v0.2.0
v0.2.0-beta.3
v0.2.0-beta.2
0.2.0-beta.2 (2020-11-29)
Note: Version bump only for package root