Skip to content

Releases: studiobakers/react-ui-toolkit

1.1.2

26 Mar 10:57
d5c2f06
Compare
Choose a tag to compare
Merge pull request #238 from Hipo/next-release

v1.1.2 Release

1.1.1

20 Jul 09:22
105632a
Compare
Choose a tag to compare
Merge pull request #230 from Hipo/chore/build-fixes

chore: update github action

1.0.1

27 Oct 11:15
Compare
Choose a tag to compare
fix: Export `NumberInput` and `NumberInputTypes`

1.0.0

13 Oct 13:20
Compare
Choose a tag to compare

New

  • Select component added with #190
  • NumberInput component added with #200
  • List was extended with forwardRef

Fix

  • Toast re-rendering issue was solved with #197

Breaking Changes

  • Dropdown component was removed, Select can be used instead
  • Input component's number localization features moved to NumberInput

1.0.0-beta.1.1.1

02 Sep 11:40
5901222
Compare
Choose a tag to compare
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

28 Jun 13:25
15f7dd8
Compare
Choose a tag to compare
  • Toggle Context improvements
    • Separated dispatch and state contexts so that state change won't trigger re-render on children that only uses dispatch
  • Add new TimeInput component

1.0.0-beta

11 Mar 13:26
Compare
Choose a tag to compare

Fixes

  • File indentations fixed with #157
  • FileInput and FileUploadButton props fixed with #168
  • Button props fixed with #134
  • Dropdown icon is visible even if it's selected with #173
  • List 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

03 Mar 14:55
Compare
Choose a tag to compare
  • Added navigator check since Node.js doesn't have a navigator object. Issue: #189

1.0.0-alpha.5.3.0

03 Mar 14:41
1a8b005
Compare
Choose a tag to compare
Bump up MINOR version

1.0.0-alpha.5.2.1

22 Feb 16:30
Compare
Choose a tag to compare
Merge branch 'next-release'