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 addedaria-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
.