Releases: fluid-design-io/fluid-ui
Releases · fluid-design-io/fluid-ui
v1.8.1
v1.8.0
v1.7.1
v1.7.0
1.7.0 (2022-09-05)
Bug Fixes
- bug fixes (1c4ae76)
- button: added
innerAs
prop for nestedas
use cases (5d35c67) - linting (356dfbe)
- plugin: fixed non-button element no hover styles (cbefc8b)
- styles: added form default button styles (05e71de)
- theme: added popover base style type (be921db)
- types: updated dropdown types (7e20373)
Features
- form: added two new form elements: ComboBox and Select (4457ff0)
v1.6.2
v1.6.1
v1.6.0
1.6.0 (2022-08-31)
Bug Fixes
- accordion: changed accordion component usage (04e1196)
- added some helper functions (63cf12e)
- bug fixes (7569f9b)
- form label: fixed where the label overflows if content is too long (5cf18c2)
- styles: removed default primary color, user will need to define it (df001bf)
- type: updated type documentation for components (cb8789b)
Features
- accordion: changed accordion component to object styled component (419d766)
- button: refactored entire button & menu component to share the same button props (fbfff4b)
- form: added initial submit button disable if form is never touched but has reqired field (d926952)
- plugin: added :enabled states to element that has no 'href' (e.g. button) elements (f105337)
v1.5.4
v1.5.3
v1.5.2
1.5.2 (2022-08-28)
Bug Fixes
- button a11y: all default buttons are now fully a11y safe (004a88f)
- Button now receives an
as
prop which can then be rendered to a HTML or a Component (e.g.motion.button
,a
) - Added
ref
feature to Button element, respect to itsas
prop - Better color science, improved contrast color logic, yellow, lime, cyan colors dark mode no longer shows white text which lowers the readability previously
- Button now receives an
- Better typings and type annotations
- test: removed test files (0db71f2)