Releases: balsigergil/bloum
Releases · balsigergil/bloum
v0.3.0
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
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
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
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
0.1.1 (2024-01-21)
Bug Fixes
- modal: handle empty focusableElements array (cbd3c84)
v0.1.0
0.1.0 (2024-01-21)
Features
Bug Fixes
- customized built-in element not supported on WebKit (3071a43)
- select: input shrink to 60px minimum (236f97d)
- select: select reopen on left click (fe49ed7)
v0.0.3
0.0.3 (2024-01-17)
Bug Fixes
- tabs: extends of HTMLElement instead of Button element (d7b3d11)
First release
v0.0.1
refactor: update folder structure