Skip to content

Releases: migtools/lib-ui

v8.2.2

17 May 14:19
cd74193
Compare
Choose a tag to compare

8.2.2 (2022-05-17)

v8.2.1

17 May 14:15
7425390
Compare
Choose a tag to compare

8.2.1 (2022-05-17)

v8.2.0

01 Mar 19:40
f06de7e
Compare
Choose a tag to compare

8.2.0 (2022-03-01)

Features

  • ValidatedTextInput: add optional onChange prop to ValidatedTextInput for extra effects defined in the parent component (#97) (f06de7e)

v8.1.0

14 Feb 21:49
d533da2
Compare
Choose a tag to compare

8.1.0 (2022-02-14)

Features

  • kube-client: allow arbitrary strings for the kind property on resources being queried (#96) (d533da2)

v8.0.1

14 Feb 19:15
5efb371
Compare
Choose a tag to compare

8.0.1 (2022-02-14)

Bug Fixes

  • ValidatedPasswordInput: default to label from field schema (match ValidatedTextInput behavior) (#95) (5efb371)

v8.0.0

14 Feb 17:00
a4e3672
Compare
Choose a tag to compare

8.0.0 (2022-02-14)

Features

  • useFormState: add revalidateOnChange dependencies array option, refactor options into object (#94) (a4e3672)

BREAKING CHANGES

  • useFormState: Any forms using the yupOptions argument will need to wrap it in an object with the
    property yupOptions instead of passing it directly as a top-level argument.

v7.0.0

13 Feb 18:52
a52a0b7
Compare
Choose a tag to compare

7.0.0 (2022-02-13)

Features

  • ValidatedTextInput: add onBlur prop and refactor helpers to use options objects (#93) (a52a0b7)

BREAKING CHANGES

  • ValidatedTextInput: Any direct calls to getTextInputProps or getFormGroupProps that were passing a
    boolean for greenWhenValid will now need to instead pass an options object including greenWhenValid
    as a property.

v6.4.0

13 Feb 18:43
34e6a32
Compare
Choose a tag to compare

6.4.0 (2022-02-13)

Features

  • ValidatedPasswordInput: Add ValidatedPasswordInput component (#87) (34e6a32)

v6.3.0

11 Feb 23:27
d66f1e5
Compare
Choose a tag to compare

6.3.0 (2022-02-11)

Features

  • useFormField: Add onChange option for side-effects whenever anything calls field.setValue (#88) (d66f1e5)

v6.2.0

03 Feb 16:18
dd4759b
Compare
Choose a tag to compare

6.2.0 (2022-02-03)

Features

  • validatedtextinput: default field label to label defined in schema if present (#85) (dd4759b)