Releases: studiobakers/react-ui-toolkit
Releases · studiobakers/react-ui-toolkit
1.1.2
1.1.1
Merge pull request #230 from Hipo/chore/build-fixes chore: update github action
1.0.1
fix: Export `NumberInput` and `NumberInputTypes`
1.0.0
New
Select
component added with #190NumberInput
component added with #200List
was extended withforwardRef
Fix
Toast
re-rendering issue was solved with #197
Breaking Changes
Dropdown
component was removed,Select
can be used insteadInput
component's number localization features moved toNumberInput
1.0.0-beta.1.1.1
Merge pull request #202 from Hipo/build/pr-previews build: Add a new workflow that deploys PR previews
1.0.0-beta.1.1.0
- Toggle Context improvements
- Separated
dispatch
andstate
contexts so that state change won't trigger re-render on children that only usesdispatch
- Separated
- Add new
TimeInput
component
1.0.0-beta
Fixes
- File indentations fixed with #157
FileInput
andFileUploadButton
props fixed with #168Button
props fixed with #134Dropdown
icon is visible even if it's selected with #173List
adds key for items automatically if it's not provided with #179
New
- New
List
types added with #142 - Unit tests for
TypeaheadInput
added with #162 - Unit tests for
TypeaheadSelect
added with #163 - Unit tests for
Toast
added with #169 FileInput
allows to upload multiple files with #170- Unit tests for
Tab
added with #174
Breaking Changes
No breaking changes
1.0.0-alpha.5.3.1
- Added
navigator
check since Node.js doesn't have anavigator
object. Issue: #189
1.0.0-alpha.5.3.0
Bump up MINOR version
1.0.0-alpha.5.2.1
Merge branch 'next-release'