Releases: fluid-design-io/fluid-ui
Releases · fluid-design-io/fluid-ui
v1.5.1
1.5.1 (2022-08-28)
Bug Fixes
- button: fixed custom button style preserves btn-primary (73298ad)
v1.5.0
1.5.0 (2022-08-28)
Features
- button: added the ability to use custom tailwind color names to button (d841e71)
- button: brand new
outline
and clear
button styles (20da230)
- menu: new menu component, supports vertical and horizontal direction (aa4eac3)
v1.4.2
1.4.2 (2022-08-27)
Bug Fixes
- button: added transitions between button loading states (195a57a)
- lint: lint fixes (e4b187f)
- plugin: added checkes for custom color extentions, prevented crash (a5dfb58)
- version: updated framer motion from v6 to v7 (16620d3)
v1.4.1
1.4.1 (2022-08-26)
Bug Fixes
- button: fixed button transition not working (1e9845b)
v1.4.0
1.4.0 (2022-08-26)
Bug Fixes
Features
- button color: converted button color from rgb to hsla mode (3ef9fbd)
- Better color science for better text/bg contrast
v1.3.2
1.3.2 (2022-08-25)
Bug Fixes
- button: twicked some ui (62cc122)
- button: updated none button style active states in dark mode (62be304)
- button: updated none style button hover states (d2d2159)
- clear button: updated styling for clear button in dark mode (2adebe7)
v1.3.1
1.3.1 (2022-08-24)
Bug Fixes
- button: fixed the iconOnly button background with new button
clear
variant (3f88a0e)
v1.3.0
1.3.0 (2022-08-24)
Features
- button: added
iconOnly
option to Button Component (fc38d74)
New iconOnly option makes the button padding to be even so the button can be placed at the center.
Button style none
updated hover effects
v1.2.0
1.2.0 (2022-08-22)
Bug Fixes
- theme color: switched components to use theme color (a78de5f)
Features
- menu: added new menu options to make it more customizable (7caa55e)
- theme color: moved all components to use theme color options (3f57659)
- Added sr (screen reader) prop, new classNames for:
- menu
- New menuPositionX & menuPositionY prop for customizing menu popup location. Added descriptions for all props.
- icon
- New iconStart and iconEnd options along with their relative positions to the button element.
v1.1.2
1.1.2 (2022-08-21)
Bug Fixes
- button: loadingText default value (44add80)
- rtl: added support for switch component rtl (94e03a1)
- switch: added ability to add custom ClassNames (69db0bb)