Skip to content

Releases: balsigergil/bloum

v0.5.2

15 Jan 20:06
v0.5.2
7280293
Compare
Choose a tag to compare
  • Fix main padding

v0.5.1

14 Jan 20:28
v0.5.1
d50baa9
Compare
Choose a tag to compare

0.5.1 (2025-01-14)

  • refactor: update forms, update sidebar, update tooltip (7af70ff)

v0.5.0

13 Jan 21:30
v0.5.0
17cbefb
Compare
Choose a tag to compare

0.5.0 (2025-01-13)

  • refactor: inline check.svg (1622b5f)
  • feat: close modal from custom event (f8f59ca)

v0.4.1

13 Jan 20:32
v0.4.1
4671756
Compare
Choose a tag to compare

0.4.1 (2025-01-13)

v0.4.0

09 Jan 17:15
v0.4.0
0b1c88d
Compare
Choose a tag to compare

0.4.0 (2025-01-09)

Full rewrite.

Features

Bug fixes

  • fix(select): enter with no results (3019483)

v0.3.0

04 Mar 19:42
v0.3.0
59bdef2
Compare
Choose a tag to compare

0.3.0 (2024-03-04)

Features

  • supports dark color scheme (fix #1) (84c303f)

Bug Fixes

  • dark mode with class instead of media (21d99fb)
  • select: click event propagation (f314d98)
  • select: focus first option after search (cff0f61)
  • select: focus input after transition (e34ede6)
  • select: scrolling when clicking outside (6891292)
  • tabs: init tabs only after all children are connected (fix #6) (bbd79fc)

v0.2.0

27 Jan 15:10
v0.2.0
d029dd6
Compare
Choose a tag to compare

0.2.0 (2024-01-27)

Features

  • accordion: add accordion component (880fbcb)
  • accordion: add modern style (9f02b28)
  • collapse: add collapse component (8254ece)
  • select: add disabled attribute (21d6a42)

Bug Fixes

  • modal: focus first element if current not in modal (988d8c8)
  • select: placeholder text is dimmed only if searchable (fc3d972)

v0.1.3

26 Jan 21:59
v0.1.3
980bf62
Compare
Choose a tag to compare

0.1.3 (2024-01-26)

Bug Fixes

  • modal: prevent body scrolling when open (fix #2) (725b847)
  • select: multiselect option is toggled when menu is closed (fix #4) (fca4f34)
  • toast: toast do not display correctly on mobile (fix #5) (80d2d44)

v0.1.2

21 Jan 22:28
v0.1.2
f1a1986
Compare
Choose a tag to compare

0.1.2 (2024-01-21)

Bug Fixes

  • closeButton: fire click event when Enter or space is pressed (0a0f091)
  • modal: no focusable element on open (55b5b0e)
  • select: click on input should open the menu (ea2e4a0)

v0.1.1

21 Jan 20:28
v0.1.1
a2ff67a
Compare
Choose a tag to compare

0.1.1 (2024-01-21)

Bug Fixes

  • modal: handle empty focusableElements array (cbd3c84)