Skip to content

Releases: fluid-design-io/fluid-ui

v2.3.0

11 Dec 09:02
Compare
Choose a tag to compare

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

Select Component

v2.2.1

03 Dec 21:34
Compare
Choose a tag to compare

2.2.1 (2022-12-03)

Bug Fixes

  • plugin: fixed an error where custom colors will cause the button plugin build fail (e9a47d5)

v2.2.0

02 Dec 09:53
fff3313
Compare
Choose a tag to compare

2.2.0 (2022-12-02)

Bug Fixes

  • button: Fixed button opacity in disabled state

Features

  • button: Link button styles are now a11y compatible & new link styles

Reverts

v2.1.1

17 Nov 04:33
Compare
Choose a tag to compare

2.1.1 (2022-11-17)

Bug Fixes

  • button: fixed clear button contrast mode text color changes (c87bca3)
  • form: updated combobox and select component styling to match v2 styles (cd0033d)
  • form: updated menu component to use v2 styles (3c334cb)

v2.1.0

16 Nov 07:58
Compare
Choose a tag to compare

2.1.0 (2022-11-16)

Features

  • button: upgraded button styles to use sinlge variant (bbd5a91)

v2.0.1

14 Nov 02:13
Compare
Choose a tag to compare

2.0.1 (2022-11-14)

Bug Fixes

  • button plugin: fixed button plugin for clear and outline styles to be compatable for dark mode (c94c789)

v2.0.0

12 Nov 01:59
Compare
Choose a tag to compare

2.0.0 (2022-11-12)

Bug Fixes

  • core update & fixes (87587f3)
  • tab: added optional TabPanel props (8000650)

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 has core, tooltips, and button plugins. Please make sure add core to tailwind.config.js.
  • button: button styles can now be used as color name or color name with steps and opacity,
    such as btn-blue, btn-blue-200, btn-blue-200/30, btn-light-[blue]/30 are all valid use cases

v1.8.4

16 Oct 08:17
Compare
Choose a tag to compare

1.8.4 (2022-10-16)

Bug Fixes

  • button: added fragment to button body (a9897ef)
  • tab: fixed tab props not been passed to children (aeefcff)

v1.8.3

30 Sep 06:23
Compare
Choose a tag to compare

1.8.3 (2022-09-30)

Bug Fixes

  • button: improved button type detection (8c78ab0)

v1.8.2

30 Sep 04:32
Compare
Choose a tag to compare

1.8.2 (2022-09-30)

Bug Fixes

  • button: fixed button props default type (f92331e)
  • minor bug fixes (1c37a71)
  • tab: fixed tab ui (e4e6393)