FastStore Release Notes - February 2022 #1163
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
Uh oh!
There was an error while loading. Please reload this page.
-
FastStore UI
SearchInput
SearchInputreference - #1153 TheSearchInputcomponent now uses imperative code for input behaviors. TheuseImperativeHandlehook is used to give the component control over the value that is returned by explicitly stating the return value.FastStore
SDK
useStoragehook** - #1146The
useStoragehook is now stable, meaning that if there is no value stored on the persistent storage, the hook won't trigger a re-rendering of the React API. Instead, theuseStoragewill use theinitialValue. This behavior leads to a smaller footprint of the user's device and smaller total blocking time (TBTs).FastStore API
VTEX Platform
🐛 Fix
allCollectionsquery pagination and pagetype timeout errors - #1140The pagination of
allCollectionsrequests and timeouts during pagetype fetching were fixed.🐛 Fix PDP and PLP breadcrumb list item's URL paths - #1148
Uppercase and spaces in PLP and PDP links used in the breadcrumb component have been fixed.
✨ Moves some Filter logic to the API - #1154
Logic from the
Filtercomponent was moved from the frontend to the backend (API) to reduce processing on the frontend. Thus, the VTEX API can now sort the facets values alphabetically. Also, thedepartamentofacet was removed from the PLP page.🐛 Fix
StoreProductreturning wrong SKU - #1156SKU IDs on accounts in which multiple SKUs are available for each product no longer retur incorrect
StoreProductvalues.🐛 Fix filter active brands - #1157
The
NotFoundError: Catalog returned FullText for slug: canyon.error no longer occurs for cases where the API returns a list of brands containing inactive brands.🐛 Fix Cart item availability - #1160
Now, if a product has a limited inventory, the cart component limits the number of products the user can add to it. Also, if the user adds more items, a toast message is raised, warning the user.
gatsby-plugin-nginxNow, headers are properly set when a requested page has an exact match, but the request URL contains a trailing slash.
lighthouse-configlighthouse config- #1150Now, the Lighthouse report includes a Performance Budgets section.
A performance budget establishes limits on metrics that influence site performance.
This discussion was created from the release FastStore Release Notes - February 2022.
Beta Was this translation helpful? Give feedback.
All reactions