New FastStore Documentation Portal and enhanced contributing processes for FastStore UI. Also, new components are now available in the FastStore UI.
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 - Labelcomponent to identify text fields, checkboxes, radio buttons, and drop-down menus.Loading...
Alertโ
- ๐ New Alert component. - #1020 Use the - Alertcomponent to display short messages related to the behavior of a system, feature or page.Loading...
PaymentMethodsโ
- ๐ New - PaymentMethodscomponent. - #1020 Use the- PaymentMethodscomponent to display the logos of the available payment options in a store.Loading...
RadioGroupโ
- ๐ New - RadioGroupcomponent. - #1033 Use the- RadioGroupcomponent to allow users to select a single option from a list of two or more mutually exclusive options.Loading...
Contributingโ
- โจ Improved FastStore UI Storybook with web accessibility checks for components. - #1036 - FastStore UI Storybook now has a new tab called - Accessibilitythat 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-componentin 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.