Skip to content

v0.6.0

Compare
Choose a tag to compare
@bpetermann bpetermann released this 18 Nov 19:28
· 19 commits to main since this release

Added

  • <Table> components with accessibility (a11y) checks to ensure <th> elements are present, scope attributes are used with multiple headers, and id and headers attributes are included in complex tables for improved screen reader support.
  • <Th> components with accessibility (a11y) checks to validate necessary attributes based on the complexity of table headers.
  • <Td> components with accessibility (a11y) checks to validate necessary attributes based on the complexity of table headers.
  • <Tr> components to support registering associated table headers.
  • <Caption> components to detect a nested <caption> indside a <TableProvider>.
  • <TableProvider> Component: Introduced a context provider for more fine-grained table accessibility checks.