Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@bpetermann bpetermann released this 28 Nov 09:14

Added

  • <Li> component with accessibility (a11y) checks to ensure it is a child of <Ul>, <Ol>, or <Menu> and to recommend using a native <li> over elements with role="listitem".
  • <Ul> and <Ol> components with a11y checks to validate that all children are <Li> elements or equivalent elements with role="listitem".
  • <ListProvider> to manage list hierarchy and enable comprehensive a11y checks across nested list structures.