Skip to content

Releases: migtools/lib-ui

v6.1.0

01 Feb 22:52
2beb616
Compare
Choose a tag to compare

6.1.0 (2022-02-01)

Features

  • useformstate: add markSaved and other methods for manipulating multiple form fields at once (#84) (2beb616)

v6.0.0

25 Jan 18:11
008bfa0
Compare
Choose a tag to compare

6.0.0 (2022-01-25)

Features

  • useformstate: change field.isValid to ignore isTouched, add shouldShowError + greenWhenValid (#83) (008bfa0), closes #82

BREAKING CHANGES

  • useformstate: Forms that rely on !field.isValid to show errors will now show validation
    errors on all required fields as soon as the form first renders. Consumers should replace the
    !field.isValid condition with field.shouldShowError or !field.isValid && field.isTouched.

v5.2.0

15 Oct 17:48
ed50b7e
Compare
Choose a tag to compare

5.2.0 (2021-10-15)

Features

  • 🎸: Add ResolvedQuery, LoadingEmptyState, and Tooltip (#80) (ed50b7e)

v5.1.7

22 Sep 19:43
126abe8
Compare
Choose a tag to compare

5.1.7 (2021-09-22)

v5.1.6

22 Sep 19:32
2fc6bc7
Compare
Choose a tag to compare

5.1.6 (2021-09-22)

v5.1.5

22 Sep 15:58
bdad036
Compare
Choose a tag to compare

5.1.5 (2021-09-22)

v5.1.4

01 Sep 01:57
a19280e
Compare
Choose a tag to compare

5.1.4 (2021-09-01)

Reverts

  • Revert "docs(storybook): switch Storybook deployment from GitHub Pages to Surge to avoid DNS issues (#70)" (#77) (a19280e), closes #70 #77

v5.1.3

05 Aug 13:45
14cc746
Compare
Choose a tag to compare

5.1.3 (2021-08-05)

v5.1.2

13 Jul 12:05
8da81af
Compare
Choose a tag to compare

5.1.2 (2021-07-13)

Bug Fixes

  • discovery: remove unused shared discovery service code (#72) (8da81af)

v5.1.1

01 Jul 19:23
91d4089
Compare
Choose a tag to compare

5.1.1 (2021-07-01)