Skip to content

Releases: kampsy/ui

v1.3.0

23 Jan 21:22
0f0d2bb
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.1.0 (2024-10-27)

Features

  • ✨ add checkbox component (595b4e6)

v1.0.3

20 Oct 08:19
Compare
Choose a tag to compare

1.0.3 (2024-10-20)

Bug Fixes

  • 🐛 update textarea default attributes (da17319)

v1.0.2

18 Oct 18:10
Compare
Choose a tag to compare

1.0.2 (2024-10-18)

Bug Fixes

  • 🐛 fix text component responsive (7961c4f)

v1.0.1

14 Oct 11:44
Compare
Choose a tag to compare

1.0.1 (2024-10-14)

Bug Fixes

  • 🚑 fix import error of ts files (37c1532)

v1.0.0

14 Oct 06:51
Compare
Choose a tag to compare

1.0.0 (2024-10-14)

Bug Fixes

  • 🚑 use node 18 (debf9d2)
  • 💚 fix release workflow (955dff4)
  • (calendar) add bindable value (a051f02)
  • input,textarea: make input value bindable (359fa40)
  • input: 🐛 bind the search input value (17ed3e4)

Features

  • ✨ focus input when label is clicked (9b3810a)
  • add close button to mobile nav menu (d10d4e9)
  • add Text component (b1223f5)
  • deploy: add GitHub Action for releases (802f502), closes #15
  • fix responsive size and variant (cea03db)
  • input,textarea: elements focus when label is clicked (60528be)
  • mobile navmenu that shows the list of components (bdbdb96)