Releases: fluid-design-io/fluid-ui
Releases · fluid-design-io/fluid-ui
v2.3.0
2.3.0 (2022-12-11)
Bug Fixes
- button: fixed screen reader reading button label twice (4f52d24)
- form: bug fixes & UI updates (af60e3c)
- organized files and improved performance (4b7569e)
- tab: fixed a bug where tab item is not respecting parent width (960434b)
Features
- accordion: added context to accordion, now it will auto close previous by default (7ee3b61)
- combobox: added multi-select, custom render functions, bug fixes and more (caa08e4)
- select: added multi-select, custom render (301f3ce)
Select Component Screenshot
v2.2.1
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2022-11-12)
Bug Fixes
Features
- button: brand new button plugin, wider support for dynamic colors & more (a9b0de4)
- button: updated weight bold button styles (9756ddf)
BREAKING CHANGES
- plugin: fluid tailwindcss plugin has been moved to
plugin/
directory. Currently, it hascore
,tooltips
, andbutton
plugins. Please make sure add core totailwind.config.js
. - button: button styles can now be used as color name or color name with steps and opacity,
such asbtn-blue, btn-blue-200, btn-blue-200/30, btn-light-[blue]/30
are all valid use cases