Skip to content

Releases: studiobakers/react-ui-toolkit

0.3.2

05 Jan 08:30
3017ee4
Compare
Choose a tag to compare

Fixes

  • role prop is added to List component. #48 by @mucahit
  • testid props are passed to RadioGroup items. #48 by @mucahit
  • testid prop is added to FormField component. #48 by @mucahit
  • testid prop is added to FormField component. #48 by @mucahit
  • A context property is added to CheckboxInputItem interface. #48 by @mucahit
  • Typing of the Input component props is improved. #48 by @mucahit

0.3.1

05 Nov 11:43
Compare
Choose a tag to compare

New

Fixes

  • Use canOpenDropdownMenu on TypeaheadSelect component #39 by @mucahit
  • Add active className to TabHeaderItem component #41 by @mucahit

0.3.0

08 Oct 11:38
Compare
Choose a tag to compare

New

Fixes

  • .dropdown-header-button background can be changed with --dropdown-header-button-bg #26 by @jamcry
  • Input can have autoCorrect and autoComplete props #32 by @bilgeyucel

Breaking Changes

  • You need to import @hipo/react-ui-toolkit/dist/main.css to gather initial CSS #31 by @mucahit

0.2.6

16 Sep 11:35
Compare
Choose a tag to compare
Bump up version

0.2.5

03 Sep 12:38
Compare
Choose a tag to compare

Fix

  • Exported forgotten Tab component and its types

0.2.4

26 Aug 13:08
Compare
Choose a tag to compare

New

  • Removed inherited values from .input

0.2.3

20 Aug 11:53
Compare
Choose a tag to compare

New

  • typeaheadProps accepts onFocus prop

0.2.1

14 Aug 14:47
Compare
Choose a tag to compare

New

  • Added a variable for color on Button component

0.2.0

16 Jul 12:15
5033cbd
Compare
Choose a tag to compare

Breaking Changes

  • Switched to CSS Variables

New

  • Added Tab component