Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 15:58
· 164 commits to main since this release

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.