Releases: studiobakers/react-ui-toolkit
Releases · studiobakers/react-ui-toolkit
1.0.0-alpha.5.2.0
1.0.0-alpha.5.1.2
Input
element cursor position issue solved for number inputs with locale string formatting #180
1.0.0-alpha.5.1.1
- #167 deployed again.
1.0.0-alpha.5.1.0
Toggle
items can being unselected when clicked the second time. #167
1.0.0-alpha.5.0.1
- #166 merged correctly.
1.0.0-alpha.5.0.0
1.0.0-alpha.4.1.2
Merge branch 'next-release' into main
1.0.0-alpha.4.1.1
1.0.0-alpha.4.1.0
Breaking Changes
- ProgressBar's style prop is optional #150 by @yigiterdev
- Changed style of the Typeahead input to stretch input dynamically and fit after tags #128 by @mfarukkoc & @yasincaliskan
New
- Added tests for multiple components #113 by @Anlerkan
- Added Input tests #143 by @yasincaliskan
- Added limit prop to Toast #123 by @mfarukkoc & @edizcelik
1.0.0-alpha.4.0.0
Breaking Changes
- If
input--has-error
orinput--is-disabled
classNames are used in any project, these classNames should update withinput-container--has-error
andinput-container--is-disabled
. #110 by @yasincaliskan - Don't parse integer if integer part is empty #111 by @yasincaliskan
- Remove Avatar component #118 by @mfarukkoc
inputContainerRef
is deprecated, you should start usingref
instead ofinputContainerRef
#130 by @mfarukkoc & @yasincaliskan
Enhancements
- Update
useOnclickOutside
file name and dependency array #105 by @yasincaliskan - Extend
TypeaheadInputProps
withInputProps
#108 by @yasincaliskan - Rename story names #119 by @mfarukkoc
- Add
isDisabled
prop toTabItem
#120 by @mfarukkoc - Add
onTabChange
propTab
#121 by @mfarukkoc - Fix type of generic props of
RadioInput
#122 by @mfarukkoc - Update husky version #140 by @mfarukkoc
- Refactor
Tag
with the clickable div element #145 by @mfarukkoc - Refactor
Toggle
with input element #146 by @mfarukkoc