FastStore Release Notes - January 2022
FastStore UI
Incentive
- π New Incentive atom - #1064 Use the
Incentive
component to display a trust badge for your storeβs website.
Link
Card
- π New Card organism - #1079 Use the
Card
component to display summarized information about a product.
QuantitySelector
- π New QuantitySelector molecule - #1083 Use the
QuantitySelector
component to allow shoppers to select the quantity of a given product to purchase.
- π Add missing components. - #1063
Breadcrumb
,LoadingButton
,PriceRange
,RadioGroup
components are now exported by @faststore/ui.
Badge
- β¨ Add
...otherProps
to theBadge
component - #1085 Other props can now be passed on the Badge component.
Radio
- π Fix FastStore UI imports - #1069
TheRadioGroup
andRadioOption
components are now correctly imported in the UI.
Payment Methods
- π Removing aria-labelledby from payment methods component - #1092
ThePaymentMethods
component is no longer returning an accessibility error on FastStore UI.
Accessibility
- π Fix accessibility issues on FastStore UI components - #1096 The following components are no longer with accessibility issues:
Badge
,Form
,Price
,Radio
,Select
,Textarea
,Carousel
,IconButton
,PriceRange
andTable
.
AccordionItem
- β¨ Add
prefixId
attribute to AccordionItem - #1118 TheprefixId
attribute, avoids the problem of having two Accordio IDs in the same page.
Starters
- β¨ Update Starter Library - #1133 The Starter Library has new Base Store images.
Contributing
- πNew issue templates - #1086
Now you can use the templates to open issues or describe the proposed changes in your pull requests. For more info, refer to our Contribution guide.
FastStore SDK
Analytics
- β¨ Add
item
generics to analytics events - #1101 With theitem
property, users can control over a variety of types rather than a single one. This allows users to add extra properties inside an item.
FastStore API
VTEX Platform
- π Add Sales channel to product query - #1108
ThesalesChannel
is now available in the product query. - π Fix JS files exposure - #1081
This fix makes thegraphql-utils
package compatible with other frameworks. - π Fix ordering of breadcrumbList - #1094
ThecategoryTrees
of the Breadcrumb component is now reversed and displaying the right category and subcategories in the store. - π Fix SKU loader - #1100
The SKUdataLoader
algorithm is now fixed and can avoid potential errors, such as the Could not find SKU for product message. - π Fix Breadcrumb data on collection pages - #1104
Breadcrumb lists no longer return empty, now the catalog data fills the Breadcrumb information. - π Fix redirect to external pages - #1114
Theredirect.csv
file now allows redirecting to an external page. - π Fix unfiltered allCollections query - #1131
The collection query no longer opens to many requests to fetch categories, brands, and landing pages, since the collection field resolver respects the first and after parameters to not open to many requests.
VTEX Headless CMS
- β¨ fetch content by ID using REST API from CMS for preview - #1120 Now the
gatsby-plugin-cms
receiveswebhookBody
params, fetch the values on the CMS API and return it to preview on webOps.
Documentation
-
πNew SDK Search reference - #1065
Check out the newSearch
SDK module documentation and learn how to increase product discoverability by implementing a faceted search in your store. -
πUpdated the Quickstart documentation - #1066 Now you configure your FastStore project settings in the
store.config.js
file, an easy way to set up the repo without creating environment variables. -
πNew FasStore FAQ - #1068
Check out the Frequently Asked Questions on FastStore Portal. -
πNew Starters Library - #1065
Check out the new Starter Library and quickly start your FastStore website with the templates. -
πNew SDK Cart documentation - #1095
Check out the new SDK Card documentation and start managing your storeβs shopping cart. -
πNew VTEX IO WebOps Secrets guides - #1105
Check out the new Security documentation and learn how to use the Secrets API. Use it to hold confidential data and avoid exposing sensitive data in your FastStore code.. -
πNew VTEX Headless CMS documentation - #1111 Check out the new track for VTEX Headless CMS and learn how to integrate your FastStore project with VTEX Headless CMS, our preferred solution for content management.
-
πNew Migrating from gatsby-plugin-cms to gatsby-source-cms guide - #1126
Check out the new Migrating from gatsby-plugin-cms to gatsby-source-cms guide and learn how to migrate to the newergatsby-source-cms
plugin that uses a dedicated API to fetch the content from the VTEX Headless CMS. Also it lets you use the Gatsby Preview Server to build and preview your pages before publishing them. -
πNew on VTEX Platform integration - Hosting a FastStore + VTEX website - #1129
Check out the new Hosting a FastStore + VTEX website guide and learn how to integrate your FastStore storefront project with VTEX, how to make it publicly available to end-users and have the VTEX Checkout functioning in your store. -
πNew on VTEX Platform integration - Integrating VTEX login - #1132
Check out the new Integrating VTEX login guide and learn how to integrate the VTEX Login with your FastStore project.
Internal
-
β¨ Auto generate reference documentation for FastStore UI comoponents with
react-docgen-typescript
plugin - #1070 -
π Send feedback for any documentation available on FastStore Portal. - #1097
To submit the feedback, look for Was this page helpful? at the end of any documentation on the Portal.