Releases: migtools/lib-ui
Releases · migtools/lib-ui
v8.2.0
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
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
8.0.1 (2022-02-14)
Bug Fixes
- ValidatedPasswordInput: default to label from field schema (match ValidatedTextInput behavior) (#95) (5efb371)
v8.0.0
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
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
6.4.0 (2022-02-13)
Features
- ValidatedPasswordInput: Add ValidatedPasswordInput component (#87) (34e6a32)
v6.3.0
6.3.0 (2022-02-11)
Features
- useFormField: Add onChange option for side-effects whenever anything calls field.setValue (#88) (d66f1e5)
v6.2.0
6.2.0 (2022-02-03)
Features
- validatedtextinput: default field label to label defined in schema if present (#85) (dd4759b)