Skip to content

Releases: fluid-design-io/fluid-ui

v1.8.1

28 Sep 03:00
Compare
Choose a tag to compare

1.8.1 (2022-09-28)

Bug Fixes

  • bug fixes (ca8452a)
  • button: added type default to be button (cef9b9f)
  • button: button bug fixes and ui improvements (3bdc04f)
  • menu: improved menu keyboard select ui (4fd5660)

v1.8.0

09 Sep 08:28
Compare
Choose a tag to compare

1.8.0 (2022-09-09)

Features

  • plugin: added support for button arbitrary values, now you can use any colors! (d2f35fc), closes #F00
  • tab: added new tab component (dd05780)

v1.7.1

06 Sep 04:42
Compare
Choose a tag to compare

1.7.1 (2022-09-06)

Bug Fixes

  • bug fixes (ed47063)
  • colors: updated component color to use primary & gray (theme gray), supports accent colors (e927571)

v1.7.0

05 Sep 08:55
Compare
Choose a tag to compare

1.7.0 (2022-09-05)

Bug Fixes

  • bug fixes (1c4ae76)
  • button: added innerAs prop for nested as 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

03 Sep 08:05
Compare
Choose a tag to compare

1.6.2 (2022-09-03)

Bug Fixes

  • select: added select input type, similair to comboBox but without list search filter function (2b4f700)

v1.6.1

03 Sep 05:50
Compare
Choose a tag to compare

1.6.1 (2022-09-03)

Bug Fixes

  • form: updated form input, switch, textarea to support nested Formik values (6e72f87)
  • form: updated margin when description is the sibiling (8200b4b)
  • plugin: fixed color issue for certain btn elements (a38726c)

v1.6.0

31 Aug 06:36
Compare
Choose a tag to compare

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

29 Aug 07:44
Compare
Choose a tag to compare

1.5.4 (2022-08-29)

Bug Fixes

  • stability: improved stability by refactor lots of loose code. improved overall UI (696ec3c)

v1.5.3

28 Aug 08:39
Compare
Choose a tag to compare

1.5.3 (2022-08-28)

Bug Fixes

Reverts

  • import: rolled back absolute import (1f1bb92)

v1.5.2

28 Aug 07:46
Compare
Choose a tag to compare

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 its as prop
    • Better color science, improved contrast color logic, yellow, lime, cyan colors dark mode no longer shows white text which lowers the readability previously
  • Better typings and type annotations
  • test: removed test files (0db71f2)