Skip to content

Releases: migtools/lib-ui

v1.10.2

05 Nov 19:00
Compare
Choose a tag to compare

1.10.2 (2020-11-05)

Bug Fixes

  • package.json: add empty .npmignore (cce6bdf)

v1.10.1

05 Nov 18:54
Compare
Choose a tag to compare

1.10.1 (2020-11-05)

Bug Fixes

  • package.json: include all dist contents in "files" property (c715625)

v1.10.0

05 Nov 17:35
35be946
Compare
Choose a tag to compare

1.10.0 (2020-11-05)

Features

  • package.json: add prepare script to package.json which should run when installing from github (#35) (35be946)

v1.9.0

30 Oct 18:31
Compare
Choose a tag to compare

1.9.0 (2020-10-30)

Features

  • statusicon: trigger build (54caf12)

v1.8.2

14 Oct 03:04
f12bea8
Compare
Choose a tag to compare

1.8.2 (2020-10-14)

Bug Fixes

  • useformstate: don't memoize schema (so it can be conditional), allow non-required text fields (#28) (f12bea8)

v1.8.1

13 Oct 15:33
fdff2dd
Compare
Choose a tag to compare

1.8.1 (2020-10-13)

Bug Fixes

  • build: import axios conditionally to make it a truly optional dependency (#27) (fdff2dd)

v1.8.0

07 Oct 23:23
3a23f37
Compare
Choose a tag to compare

1.8.0 (2020-10-07)

Features

  • useformstate: add useFormState hook, ValidatedTextInput component and initial docs (#26) (3a23f37)

v1.7.1

07 Oct 18:43
b474a04
Compare
Choose a tag to compare

1.7.1 (2020-10-07)

Bug Fixes

  • package.json: treat axios properly as an external peer dependency (#25) (b474a04)

v1.7.0

05 Oct 03:25
9a076cb
Compare
Choose a tag to compare

1.7.0 (2020-10-05)

Features

  • useselectionstate: add selectMultiple function for atomically updating multiple items at once (#23) (9a076cb)

v1.6.0

02 Oct 16:46
Compare
Choose a tag to compare

1.6.0 (2020-10-02)

Bug Fixes

  • rollup: properly resolve axios dependency to fix rollup builds (945090a)

Features

  • useselectionstate: add support for externally lifted state (#22) (a6f13be)