Releases: migtools/lib-ui
Releases · migtools/lib-ui
v1.10.2
1.10.2 (2020-11-05)
Bug Fixes
- package.json: add empty .npmignore (cce6bdf)
v1.10.1
1.10.1 (2020-11-05)
Bug Fixes
- package.json: include all dist contents in "files" property (c715625)
v1.10.0
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
1.9.0 (2020-10-30)
Features
- statusicon: trigger build (54caf12)
v1.8.2
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
1.8.1 (2020-10-13)
Bug Fixes
- build: import axios conditionally to make it a truly optional dependency (#27) (fdff2dd)
v1.8.0
1.8.0 (2020-10-07)
Features
- useformstate: add useFormState hook, ValidatedTextInput component and initial docs (#26) (3a23f37)
v1.7.1
1.7.1 (2020-10-07)
Bug Fixes
- package.json: treat axios properly as an external peer dependency (#25) (b474a04)
v1.7.0
1.7.0 (2020-10-05)
Features
- useselectionstate: add selectMultiple function for atomically updating multiple items at once (#23) (9a076cb)
v1.6.0
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)