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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
The key has expired.
π New Release - 1.1.0 π
Changelog
Added Row and Column examples to the Storybook
Added an example of the disableErrorFromComponents prop for the Form component to the Storybook
Added an example of a pre-populated DateInput to the Storybook
Consistent behaviour of label, hint and error props in Form components, each with their own respective labelProps props to further customise behaviour if needed.
Fixed an issue where the className prop was not being passed to the WarningCallout component.
Fixed an issue where props were not being directly passed to the Fieldset.Legend component.
Added optional size props to the Fieldset.Legend and Label components to allow for variable sizing (i.e. "s", "m", "l", "xl").