FastStore Release Notes - December 2021 #1089
Unanswered
Mariana-Caetano
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
General
🎉 New FastStore Documentation Portal. - #1061
The first iteration of the FastStore Documentation Portal is now available at https://faststore.dev. Send feedback and open documentation requests via GitHub issues. Bear in mind that this is still a work in progress.
FastStore UI
Label
🎉 New Label component. - #1001
Use the
Label
component to identify text fields, checkboxes, radio buttons, and drop-down menus.Show code
Alert
🎉 New Alert component. - #1020
Use the
Alert
component to display short messages related to the behavior of a system, feature, or page.Show code
PaymentMethods
🎉 New
PaymentMethods
component. - #1020Use the
PaymentMethods
component to display the logos of the available payment options in a store.Show code
RadioGroup
🎉 New
RadioGroup
component. - #1033Use the
RadioGroup
component to allow users to select a single option from a list of two or more mutually exclusive options.Show code
Contributing
✨ Improved FastStore UI Storybook with web accessibility checks for components. - #1036
FastStore UI Storybook now has a new tab called
Accessibility
that helps developers test components' compliance with web accessibility standards.✨ Enhanced process to create components in the FastStore UI. - #1039
If you are developing new components for the FastStore UI, just run
yarn generate-ui-component
in the FastStore project, give a name to your component and answer which component type you are developing to automatically create all the basic files your component will need.For more information, please refer to our Contribution guide.
FastStore API
VTEX Platform
🐛 Fix SKU unavailability issue. - #1014
The checkout process is no longer interrupted when an SKU has sellers that are not available on the current sales channel.
🐛 Fix facets selection. - #1026
Faceted search now accepts multiple selection.
This discussion was created from the release FastStore Release Notes - December 2021.
Beta Was this translation helpful? Give feedback.
All reactions