Skip to content

Releases: kampsy/ui

v2.4.0

19 Oct 16:10
b002c09

Choose a tag to compare

2.4.0 (2025-10-19)

Bug Fixes

  • empty-state: simplify blank state documentation by reusing default export (030717d)
  • empty-state: update page title and links to reflect correct routing (e194665)
  • fix navigation between calendar, checkbox and choicebox (e969506)
  • input: replace random ID generation with prop-based ID handling (ddc87fb)
  • statusDot: update QUEUED and CANCELED state colors for better visibility (8544dcd)

Features

  • add EmptyState component and ChartBarPeak icon (798749e)
  • add error state and visual feedback to Select component (10becf5)
  • collapse: implement multiple selection functionality and update examples (8f04ec8)
  • select: add loading state to select component (da3bb81)

v2.3.0

22 Jun 07:22
9240fe5

Choose a tag to compare

2.3.0 (2025-06-22)

Features

  • convert color values from RGB/hex to OKLCH and HSLA (e79167f)

v2.2.0

15 Jun 07:51
bb48026

Choose a tag to compare

2.2.0 (2025-06-15)

Features

  • add pill variant and improve badge styling (018710b)

v2.1.1

18 Apr 09:22
32be1c9

Choose a tag to compare

2.1.1 (2025-04-18)

Bug Fixes

  • fix modal component and adjust backdrop styles (7f44ed8)

v2.1.0

06 Apr 12:03
d5b4c2d

Choose a tag to compare

2.1.0 (2025-04-06)

Bug Fixes

  • rename prefix/suffix props to contPrefix/contSuffix (63f0335)
  • update Progress component with ARIA and Tween animation (34550f8)

Features

  • improve mobile dropdown animation and styling (24419b3)
  • improve modal component transitions and styling (9a49ddd)
  • refine mobile menu and select transitions and styles (4e169e2)
  • update calendar animation and Modal docs (e172afc)

v2.0.0

16 Mar 11:01
2d0b442

Choose a tag to compare

2.0.0 (2025-03-16)

Features

  • 📝 add accessibility docs to button (52e5179)
  • ♻️ add native button attributes, add aria-label to docs, change type prop to variant, rename suffix and prefix (a6d584e)
  • ✨ expose native button attributes (4bed686)
  • ⚡ add accessibility to badge docs (6347242)
  • add aria-labelledby to improve checkbox accessibility (67532cc)

BREAKING CHANGES

  • renamed type prop to variant. changes the button color, add icon prefix to both prefix and suffix

v1.3.0

23 Jan 21:22
0f0d2bb

Choose a tag to compare

1.3.0 (2025-01-23)

Bug Fixes

  • 🐛 fix collapse ChevronDownSmall icon on old browsers (1a4233a)

Features

  • 🎨 update docs, bind active prop (a145632)
  • 📝 update select and spinner paginations (e006835)
  • ✨ add aria-label (990ea97)
  • ✨ Add show more component (8db4083)
  • ⚡ add transition on hover with a 300 duration (388dafd)

v1.2.1

24 Dec 20:58
3177dbb

Choose a tag to compare

What's Changed

  • refactor: 🎨 remove capitalize from badge inner span by @kampsy in #28

Full Changelog: v1.2.0...v1.2.1

v1.2.0

01 Dec 15:13
cee42c4

Choose a tag to compare

1.2.0 (2024-12-01)

Bug Fixes

  • 🐛 Fix comp alignment in a tooltip (ad941cc)

Features

  • ✨ Update the input type attributes (94c1d33)

v1.1.0

27 Oct 13:00

Choose a tag to compare

1.1.0 (2024-10-27)

Features

  • ✨ add checkbox component (595b4e6)