Skip to content

v0.35.0-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Apr 14:38
· 330 commits to main since this release

Bug Fixes

  • styles: add a11y improvements for Dynamic Page header [ci visual] (#5279) (9c7a90f)

BREAKING CHANGES

  • styles: - dynamic page container is now article not section with aria-roledescription
  • the fd-dynamic-page__title-area element has a new sibling, a button that receives the focus and once it's focussed applies a visual outline to the container
  • dynamic page title is not an

    element, but a div with role="heading" and aria-level="2". The level in ngx should be exposed as an input property and for this reason we are not using h1, h2, h3, etc
    the element with class fd-dynamic-page__collapsible-header is now a section not a div

  • Facets headings have been updated to div elements with role="heading" and aria-level="2"