New Accordion, Breadcrumb, and Table components now available in the FastStore UI. We've also updated the Lighthouse CI to support Google Lighthouse v8.
Features ๐โ
- New component: Accordion molecule (#985) We have added the Accordion component to the FastStore UI. The Accordion component hides its content by default.
- New component: Breadcrumb molecule (#986) We have added the Breadcrumb Molecule to the FastStore UI. Use it to create secondary navigation and help users identify their location in the store.
- New component: Table molecule (#987) We have added the Table molecule to the FastStore UI.
Bug fixes ๐โ
Browser support (#984) FastStore 0.x now supports older browsers versions.
Search Input Accessibility issues (#1000) We have added
aria-labels
to the input field and button of the Search Input component to solve accessibility issues.
Improvements โ๏ธโ
Add a11y tests for all atoms (#988) We have added accessibility tests for atoms of FastStore UI
Add a11y tests for all molecules (#992) We have added accessibility tests for molecules of FastStore UI.
Accordion doc (#994) We have improved the Storybook doc to show more information about the components that compose the Accordion.
Breaking Changes ๐ฅโ
- Lighthouse CI updated: Changes on performance score and Lighthouse report We have updated the Lighthouse CI to the version 8 of Google Lighthouse that can reflect on score variations in Lighthouse CI of Pull Requests.
From now on, the overall score of Cumulative Shift Layout
and Total Blocking Time
have increased in importance, and the deprioritized metrics are First Contentful Paint
, Speed Index
, and Time to Interactive
.