Changelog
Notable updates to the kit, docs site, and component contracts. Newest first.
2026-05-04
-
Utilities.
.gap-row-*and.gap-column-*now setrow-gapandcolumn-gap(they previously set thegapshorthand on both axes). Combine with.gap-*when you need the same value on both axes, or mix row + column utilities for independent control. -
Docs lists.
ul.checkmarkscheckmarks render viali::before(markers are suppressed whenlist-style: none). -
Prose rhythm. Lists (
ul,ol, and.no-bullets/.columnsvariants) that immediately followh1/h2(or.h1/.h2) use a larger default top margin than lists after smaller headings or paragraphs, so section titles breathe more before bullet blocks.
2026-05-01
-
Carousel controls. Prev/next arrows and the dot row are still on by default for non-ticker carousels. The root class
hide-navnow removes both arrows and dots so the strip is swipe- or scroll-only. To hide only one, usehide-arrowsorhide-dots. Ticker carousels still never add arrows or dots. If you previously usedhide-navto hide only the side arrows while keeping dots—for example on a vertical track—switch that markup tohide-arrows. -
Legacy
show-nav. The oldshow-navclass was removed. Arrows and dots are on by default now; leave the hide classes off, or usehide-arrows,hide-dots, orhide-navas above when you need to hide them. -
License. WCKD UI is released under the MIT License (
LICENSEat repo root, SPDXMIT). The Terms of Use page summarizes MIT, suggested attribution to WCKD UI / WCKD Marketing, Inc., and trademark notes; theLICENSEfile is controlling for software rights.