You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dynamic-form: removes logic for conditional rendering in favour of a visibility utility (d7c7231)
feedback-indicator: add identifier prop and alert role to indicator message (08c1251)
keyboard-helper: add util to manage keyboard keys (03a195e)
BREAKING CHANGES
dynamic-form: removes some properties from the DynamicFormItem model. value renamed to initialValue. Added initiallyHidden and removed controlType: Hidden. The return of
useDynamicForm is now an object. setState changed to patchState utility. setErrors and setWarnings changed to setIndicator. Please check the commit for more detailed changes. Thank
you for using dynamicForm :)
modal: remove trapFocus prop
carousel: The base prop type for CarouselItem has been changed from div to li. This is to
match the recommended HTML markup in WAI.