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
Allow bottom placed errors in form components (#931)
Added errorPlacement prop in <TextField>, <ChoiceList>, <Dropdown>, <DateField>, and <MonthPicker> to developers to set whether error messages appear below or above the form input field.
Added errorMessageClassName prop to form components to make it easier to style error messages (#931)
Use aria-invalid with form components with error messages (#931)
💅 Changed
Naming convention for autogenerated ids inside form components have been updated (this will likely result in snapshot changes)
Update responsive stacked table design to match USWDS (#919)
Renamed <Table>'s dense prop to compact to match USWDS (#927)
📦 Internal
Replace Travis CI build with Github Actions (#926)