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
Selectcomponent added with #190NumberInputcomponent added with #200Listwas extended withforwardRef
Fix
Toastre-rendering issue was solved with #197
Breaking Changes
Dropdowncomponent was removed,Selectcan be used insteadInputcomponent'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
dispatchandstatecontexts so that state change won't trigger re-render on children that only usesdispatch
- Separated
- Add new
TimeInputcomponent
1.0.0-beta
Fixes
- File indentations fixed with #157
FileInputandFileUploadButtonprops fixed with #168Buttonprops fixed with #134Dropdownicon is visible even if it's selected with #173Listadds key for items automatically if it's not provided with #179
New
- New
Listtypes added with #142 - Unit tests for
TypeaheadInputadded with #162 - Unit tests for
TypeaheadSelectadded with #163 - Unit tests for
Toastadded with #169 FileInputallows to upload multiple files with #170- Unit tests for
Tabadded with #174
Breaking Changes
No breaking changes
1.0.0-alpha.5.3.1
- Added
navigatorcheck since Node.js doesn't have anavigatorobject. Issue: #189
1.0.0-alpha.5.3.0
Bump up MINOR version
1.0.0-alpha.5.2.1
Merge branch 'next-release'