FastStore Release Notes - January 2022 #1134
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
-
January 2022
FastStore UI
Incentive
-🎉 New Incentive atom - #1064 Use the
Incentive
component to display a trust badge for your store’s website.Link
-🎉 New Link atom - #1067 Use the
Link
component to display a hyperlink as any HTML tag.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
The
RadioGroup
andRadioOption
components are now correctly imported in the UI.Payment Methods
-🐛 Removing aria-labelledby from payment methods component - #1092
The
PaymentMethods
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
.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
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
The
salesChannel
is now available in the product query.This fix makes the
graphql-utils
package compatible with other frameworks.The
categoryTrees
of the Breadcrumb component is now reversed and displaying the right category and subcategories in the store.The SKU
dataLoader
algorithm is now fixed and can avoid potential errors, such as the Could not find SKU for product message.Breadcrumb lists no longer return empty, now the catalog data fills the Breadcrumb information.
The
redirect.csv
file now allows redirecting to an external page.Documentation
-📑New SDK Search reference - #1065
Check out the new
Search
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.
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.
This discussion was created from the release FastStore Release Notes - January 2022.
Beta Was this translation helpful? Give feedback.
All reactions