Skip to main content

December, 2021

ยท 3 min read

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 Label component to identify text fields, checkboxes, radio buttons, and drop-down menus.

    Loading...

Alertโ€‹

  • ๐ŸŽ‰ New Alert component. - #1020 Use the Alert component to display short messages related to the behavior of a system, feature or page.

    Loading...

PaymentMethodsโ€‹

  • ๐ŸŽ‰ New PaymentMethods component. - #1020 Use the PaymentMethods component to display the logos of the available payment options in a store.

    Loading...

RadioGroupโ€‹

  • ๐ŸŽ‰ New RadioGroup component. - #1033 Use the RadioGroup component 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 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.

    Contributing

    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.