From 2714c9becf85d14de53c2cc1bbdbca3c751a982a Mon Sep 17 00:00:00 2001 From: Emerson Laurentino Date: Fri, 17 Jun 2022 15:10:35 -0300 Subject: [PATCH] fix: prettier format files --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +- .../ISSUE_TEMPLATE/documentation-request.md | 6 +- .github/ISSUE_TEMPLATE/feature_request.md | 6 +- .github/ISSUE_TEMPLATE/question.md | 4 +- .github/PULL_REQUEST_TEMPLATE.md | 7 +- CHANGELOG.md | 3131 ++++------------- README.md | 20 +- apps/docs/CHANGELOG.md | 1657 ++------- apps/docs/babel.config.js | 2 +- apps/docs/blog/2021-07-05-faststore.md | 38 +- apps/docs/blog/2021-08-03-faststore.md | 54 +- apps/docs/blog/2021-09-01-faststore.md | 26 +- apps/docs/blog/2021-10-08-faststore.md | 36 +- apps/docs/blog/2021-11-18-faststore.md | 31 +- apps/docs/blog/2021-12-22-faststore.md | 132 +- apps/docs/blog/2022-02-04-faststore.md | 88 +- apps/docs/blog/2022-02-08-webops.md | 4 +- apps/docs/blog/2022-03-04-faststore.md | 44 +- apps/docs/blog/2022-04-01-basestore.md | 94 +- apps/docs/blog/2022-04-01-faststore.md | 55 +- apps/docs/blog/2022-04-05-faststore.md | 6 +- apps/docs/blog/2022-04-05-webops.md | 4 +- apps/docs/blog/2022-04-22-webops.md | 6 +- apps/docs/blog/2022-04-30-basestore.md | 1 + apps/docs/blog/2022-05-02-cms.md | 1 + apps/docs/blog/2022-05-06-basestore.md | 95 +- apps/docs/blog/2022-05-06-faststore.md | 88 +- apps/docs/blog/2022-05-18-faststore.md | 3 + apps/docs/blog/2022-05-19-webops.md | 23 +- apps/docs/blog/2022-05-30-faststore.md | 4 +- apps/docs/blog/2022-06-03-basestore.md | 76 +- apps/docs/blog/2022-06-03-faststore.md | 54 +- apps/docs/docs/conceptual-guides.md | 2 +- apps/docs/docs/conceptual-guides/jamstack.md | 2 +- apps/docs/docs/conceptual-guides/plugin.md | 2 +- apps/docs/docs/conceptual-guides/starter.md | 2 +- .../static-site-generator.md | 2 +- .../Enabling private CMS previews.md | 16 +- ...nstalling Releases on VTEX Headless CMS.md | 50 +- ... gatsby-plugin-cms to gatsby-source-cms.md | 97 +- .../Sending CMS updates to VTEX IO WebOps.md | 9 +- .../contributing/design-principles.md | 40 +- .../faststore-api/creating-resolvers.md | 4 +- .../extending-the-faststore-api.md | 1 + .../docs/how-to-guides/migrating-from-SF.md | 2 +- .../how-to-guides/performance/performance.md | 2 +- .../platform-integration/vtex-integration.md | 2 +- .../vtex/hosting-a-faststore-vtex-website.md | 26 +- .../vtex/integrating-the-vtex-login.md | 11 +- .../vtex/integrating-vtex-checkout.md | 46 +- .../integrating-vtex-orderplaced-myaccount.md | 122 +- .../vtex/setting-up-an-account.md | 24 +- .../vtex/troubleshooting.md | 4 +- .../routing/managing-url-redirects.md | 2 +- .../styling/styling-components.md | 4 +- .../docs/how-to-guides/testing/e2e-testing.md | 2 +- .../docs/how-to-guides/troubleshooting.md | 15 +- ...ing-development-errors-and-starter-bugs.md | 35 +- .../tracing-the-error-source.md | 17 +- .../docs/how-to-guides/webops/security.md | 7 +- .../webops/security/managing-secrets.md | 28 +- .../webops/security/setting-up-secrets.md | 38 +- apps/docs/docs/playground.md | 1 - apps/docs/docs/quickstart.md | 15 +- apps/docs/docs/reference.md | 10 +- apps/docs/docs/reference/api/enums.md | 2 +- apps/docs/docs/reference/api/faststore-api.md | 11 +- apps/docs/docs/reference/api/get-started.md | 2 +- apps/docs/docs/reference/api/mutations.md | 2 - apps/docs/docs/reference/api/queries.md | 8 +- apps/docs/docs/reference/plugins/gatsby.md | 3 +- apps/docs/docs/reference/sdk/Analytics.md | 25 +- apps/docs/docs/reference/sdk/UI.md | 5 +- apps/docs/docs/reference/sdk/cart.md | 16 +- apps/docs/docs/reference/sdk/faststore-sdk.md | 4 +- apps/docs/docs/reference/sdk/seach.md | 44 +- apps/docs/docs/reference/ui/faststore-ui.md | 4 +- .../reference/ui/get-started-faststore-ui.md | 19 +- .../docs/templates/how-to-guide-template.md | 34 +- apps/docs/docs/templates/ui-components.md | 50 +- apps/docs/docs/tutorials/cms-overview.md | 6 +- .../00 - Introducing the VTEX CMS.md | 14 +- ...alling and configuring the VTEX CMS app.md | 44 +- .../02 - Installing the VTEX CMS plugin.md | 90 +- .../03 - Adding Sections to the CMS.md | 50 +- .../04 - Adding content types to the CMS.md | 15 +- .../05 - Defining translation keys.md | 6 +- .../06 - Querying the CMS data.md | 123 +- .../07 - Adapting the views components.md | 6 +- .../cms/00 - Introducing the VTEX CMS.md | 14 +- .../cms/01 - Configuring your VTEX account.md | 54 +- ... Headless CMS in your FastStore project.md | 138 +- ...s and Sections to the VTEX Headless CMS.md | 3 - .../cms/04 - Querying the CMS data.md | 222 +- .../cms/05 - Adapting the views components.md | 4 +- .../docs/tutorials/cms/Troubleshooting.md | 10 +- .../docs/tutorials/fundamentals/concepts.md | 4 - .../docs/tutorials/fundamentals/faststore.md | 8 +- ...4 - Understanding the project structure.md | 65 +- .../tutorials/gatsby/05 - Using components.md | 43 +- apps/docs/docs/v0/troubleshooting.md | 6 +- apps/docs/docusaurus.config.js | 73 +- .../docusaurus-tailwindcss-loader/index.js | 4 +- apps/docs/sidebars.js | 26 +- .../docs/src/components/CardGrid/CardGrid.jsx | 8 +- .../CodeBlockWrapper/CodeBlockWrapper.tsx | 3 +- .../useCollapsibleCodeBlock.tsx | 28 +- .../CodeBlockWrapper/useCopyCodeBlock.tsx | 54 +- .../src/components/DocFooter/DocFooter.js | 36 +- .../components/DocStructure/DocStructure.js | 7 +- .../src/components/DocUpdate/DocUpdate.js | 125 +- .../components/FaqQuestion/FaqQuestion.jsx | 20 +- .../src/components/FastStore/FastStore.js | 22 +- .../FastStorePackages/FastStorePackages.tsx | 8 +- .../FeedbackButton/FeedbackButton.js | 36 +- .../components/FeedbackForm/FeedbackForm.tsx | 29 +- .../components/FeedbackModal/FeedbackModal.js | 52 +- .../docs/src/components/IconGrid/IconGrid.jsx | 8 +- .../components/ImageSwitcher/ImageSwitcher.js | 10 +- apps/docs/src/components/InfoCard/InfoCard.js | 8 +- .../components/LatestUpdates/LatestUpdates.js | 36 +- .../PropsComponent/PropsComponent.tsx | 25 +- .../components/PropsSection/PropsSection.jsx | 12 +- .../components/SectionImage/SectionImage.js | 4 +- apps/docs/src/components/ViewAll/ViewAll.js | 39 +- apps/docs/src/components/hooks/useInterval.ts | 16 +- apps/docs/src/components/hooks/useScroll.ts | 12 +- .../src/components/hooks/useWindowSize.ts | 26 +- apps/docs/src/components/utils.ts | 22 +- .../EducationSection/EducationSection.js | 4 +- .../src/pages/sections/FaqPage/FaqPage.js | 6 +- .../StarterComponentPage.js | 18 +- .../pages/sections/StarterPage/StarterPage.js | 27 +- .../StarterSubmissionForm.jsx | 191 +- .../sections/UpdatesSection/UpdatesSection.js | 20 +- apps/docs/src/pages/starters.js | 14 +- apps/docs/src/pages/starters/base.js | 26 +- apps/docs/src/pages/starters/beauty.js | 30 +- apps/docs/src/pages/starters/cms-base.js | 17 +- apps/docs/src/pages/starters/pets.js | 26 +- apps/docs/src/pages/starters/submissions.js | 64 +- apps/docs/src/pages/starters/toy.js | 30 +- apps/docs/src/theme/AnnouncementBar/index.js | 39 +- apps/docs/src/theme/BlogLayout/index.js | 17 +- apps/docs/src/theme/BlogPostPage/index.js | 56 +- .../src/theme/BlogSidebar/Desktop/index.js | 97 +- apps/docs/src/theme/BlogSidebar/index.js | 18 +- .../docs/src/theme/BlogTagsPostsPage/index.js | 56 +- apps/docs/src/theme/DocCard/index.js | 55 +- apps/docs/src/theme/DocCardList/index.js | 18 +- apps/docs/src/theme/DocItem/index.js | 66 +- apps/docs/src/theme/DocItemFooter/index.js | 49 +- apps/docs/src/theme/EditThisPage/index.js | 14 +- apps/docs/src/theme/Layout/index.js | 31 +- apps/docs/src/theme/PaginatorNavLink/index.js | 27 +- apps/docs/src/theme/Playground/index.jsx | 13 +- apps/docs/src/theme/ReactLiveScope/index.tsx | 394 +-- apps/docs/src/theme/TOC/index.js | 18 +- apps/docs/static/scripts/openReplay.js | 54 +- apps/docs/tailwind.config.js | 50 +- generators/plopfile.ts | 18 +- packages/api/CHANGELOG.md | 2216 +++--------- packages/api/README.md | 7 +- packages/api/mocks/AllCollectionsQuery.ts | 21 +- packages/api/mocks/AllProductsQuery.ts | 6 +- packages/api/mocks/CollectionQuery.ts | 9 +- packages/api/mocks/ProductQuery.ts | 6 +- packages/api/mocks/SearchQuery.ts | 12 +- packages/api/mocks/ValidateCartMutation.ts | 102 +- packages/api/src/__generated__/schema.ts | 565 ++- packages/api/src/platforms/vtex/index.ts | 22 +- packages/graphql-utils/CHANGELOG.md | 2023 +++-------- packages/graphql-utils/README.md | 21 +- packages/lighthouse/CHANGELOG.md | 3003 ++++------------ packages/sdk/CHANGELOG.md | 3019 ++++------------ packages/sdk/README.md | 2 + packages/sdk/docs/analytics/README.md | 23 +- packages/sdk/docs/cart/README.md | 13 +- packages/sdk/docs/search/README.md | 12 +- packages/sdk/docs/ui/README.md | 3 +- .../src/analytics/events/select_promotion.ts | 5 +- .../src/analytics/events/view_promotion.ts | 5 +- packages/sdk/src/cart/useCart.ts | 8 +- packages/sdk/src/search/useSearchState.ts | 13 +- .../analytics/__fixtures__/EventSamples.ts | 15 +- packages/styles/CHANGELOG.md | 2589 ++++---------- packages/ui/CHANGELOG.md | 3030 ++++------------ packages/ui/README.md | 2 + .../stories/AggregateRating.stories.tsx | 5 +- packages/ui/src/molecules/Bullets/Bullets.tsx | 7 +- .../src/molecules/Dropdown/DropdownItem.tsx | 7 +- .../src/molecules/Dropdown/DropdownMenu.tsx | 9 +- .../ui/src/typings/PolymorphicGenerics.ts | 5 +- 193 files changed, 8041 insertions(+), 18651 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 166ccd38d2..2ca3ec51db 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,11 +1,11 @@ --- name: Bug report -about: 'Thanks for reporting a bug. In case this report is not related to the FastStore, +about: + 'Thanks for reporting a bug. In case this report is not related to the FastStore, we recommend posting it on the VTEX community: https://community.vtex.com/' title: '' labels: bug assignees: '' - --- **Describe the bug** @@ -19,6 +19,7 @@ A clear and concise description of what is happening to cause the bug. **Steps to reproduce** A step-by-step on how to reproduce the bug behavior. + 1. ‘...’ 2. ‘...’ 3. ‘...’ diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index adf0587f12..d56945b786 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -1,15 +1,15 @@ --- name: Documentation request -about: 'Thanks for contributing. In case this request is not related to the FastStore, +about: + 'Thanks for contributing. In case this request is not related to the FastStore, we recommend posting it on the VTEX community: https://community.vtex.com/' title: '' labels: documentation assignees: '' - --- **Documentation description** -A clear and concise description of what you'd like to see documented. +A clear and concise description of what you'd like to see documented. **Additional context** Add any other context or comment about the request. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c5dbe1ffa5..04232bf600 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,11 +1,11 @@ --- name: Feature request -about: 'Thanks for contributing. In case this request is not related to the FastStore, +about: + 'Thanks for contributing. In case this request is not related to the FastStore, we recommend posting it on the VTEX community: https://community.vtex.com/' title: '' labels: enhancement assignees: '' - --- **Describe the feature you'd like** @@ -18,4 +18,4 @@ A clear and concise description of any alternative solutions or features you've Add any other context or screenshots about the feature request here. **References** -Add a link or a list of references to the feature requested. +Add a link or a list of references to the feature requested. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c393c69269..7a758141ac 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,11 +1,11 @@ --- name: Question -about: 'Thanks for your question. In case this question is not related to the FastStore, +about: + 'Thanks for your question. In case this question is not related to the FastStore, we recommend posting it on the VTEX community: https://community.vtex.com/' title: '' labels: good first issue, question assignees: '' - --- **What are you trying to accomplish? Please describe.** diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 99b1ec5454..d0af64e777 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,18 +1,23 @@ ## What's the purpose of this pull request? + -## How it works? +## How it works? + ## How to test it? + ### Starters Deploy Preview + ## References + diff --git a/CHANGELOG.md b/CHANGELOG.md index 517801c8d4..43f1dfd68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3395 +5,1774 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [1.9.7](https://github.com/vtex/faststore/compare/v1.9.6...v1.9.7) (2022-06-13) - ### Features -* Canonical PDP slugs ([#1338](https://github.com/vtex/faststore/issues/1338)) ([ec807bb](https://github.com/vtex/faststore/commit/ec807bb94dafaa72cdec82d53933ca0809bf01df)) - - - - +- Canonical PDP slugs ([#1338](https://github.com/vtex/faststore/issues/1338)) ([ec807bb](https://github.com/vtex/faststore/commit/ec807bb94dafaa72cdec82d53933ca0809bf01df)) ## [1.9.6](https://github.com/vtex/faststore/compare/v1.9.5...v1.9.6) (2022-06-13) - ### Features -* Export API Errors ([#1361](https://github.com/vtex/faststore/issues/1361)) ([853035a](https://github.com/vtex/faststore/commit/853035aec1ad94cefaf9eae340b625fb6c920ec2)) - - - - +- Export API Errors ([#1361](https://github.com/vtex/faststore/issues/1361)) ([853035a](https://github.com/vtex/faststore/commit/853035aec1ad94cefaf9eae340b625fb6c920ec2)) ## [1.9.5](https://github.com/vtex/faststore/compare/v1.9.4...v1.9.5) (2022-06-10) **Note:** Version bump only for package faststore - - - - ## 1.9.4 (2022-06-10) - ### Bug Fixes -* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) - - - - +- codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) ## [1.9.3](https://github.com/vtex/faststore/compare/v1.9.2...v1.9.3) (2022-06-09) - ### Bug Fixes -* Spot pricing sort for lowPrice/highPrice ([#1350](https://github.com/vtex/faststore/issues/1350)) ([6836c6f](https://github.com/vtex/faststore/commit/6836c6f36a14e22eed3564e48a3eae63997b85b8)) - - - - +- Spot pricing sort for lowPrice/highPrice ([#1350](https://github.com/vtex/faststore/issues/1350)) ([6836c6f](https://github.com/vtex/faststore/commit/6836c6f36a14e22eed3564e48a3eae63997b85b8)) ## [1.9.2](https://github.com/vtex/faststore/compare/v1.9.1...v1.9.2) (2022-06-09) - ### Bug Fixes -* some ts errors ([#1352](https://github.com/vtex/faststore/issues/1352)) ([5268188](https://github.com/vtex/faststore/commit/5268188fa984df4ce775c996934a0462a76244ce)) - - - - +- some ts errors ([#1352](https://github.com/vtex/faststore/issues/1352)) ([5268188](https://github.com/vtex/faststore/commit/5268188fa984df4ce775c996934a0462a76244ce)) ## 1.9.1 (2022-06-09) - ### Reverts -* Revert "fix: tailwind config on docs (#1345)" (#1351) ([8ffab61](https://github.com/vtex/faststore/commit/8ffab6177d9713dfbd18bf205d16bb0c45db647a)), closes [#1345](https://github.com/vtex/faststore/issues/1345) [#1351](https://github.com/vtex/faststore/issues/1351) - - - - +- Revert "fix: tailwind config on docs (#1345)" (#1351) ([8ffab61](https://github.com/vtex/faststore/commit/8ffab6177d9713dfbd18bf205d16bb0c45db647a)), closes [#1345](https://github.com/vtex/faststore/issues/1345) [#1351](https://github.com/vtex/faststore/issues/1351) ## [1.8.52](https://github.com/vtex/faststore/compare/v1.8.51...v1.8.52) (2022-06-03) - ### Features -* **ui:** Fix OutOfStock nested components ([#1341](https://github.com/vtex/faststore/issues/1341)) ([0bd85a6](https://github.com/vtex/faststore/commit/0bd85a6bd334c014559eced5a617a1476bfd8171)) - - - - +- **ui:** Fix OutOfStock nested components ([#1341](https://github.com/vtex/faststore/issues/1341)) ([0bd85a6](https://github.com/vtex/faststore/commit/0bd85a6bd334c014559eced5a617a1476bfd8171)) ## 1.8.51 (2022-06-03) - ### Features -* **UI:** Add Hero component ([#1336](https://github.com/vtex/faststore/issues/1336)) ([767c0cd](https://github.com/vtex/faststore/commit/767c0cdc5eaf6bd56020d64fd7718b1379c09390)) - - - - +- **UI:** Add Hero component ([#1336](https://github.com/vtex/faststore/issues/1336)) ([767c0cd](https://github.com/vtex/faststore/commit/767c0cdc5eaf6bd56020d64fd7718b1379c09390)) ## [1.8.50](https://github.com/vtex/faststore/compare/v1.8.49...v1.8.50) (2022-06-02) **Note:** Version bump only for package faststore - - - - ## 1.8.49 (2022-05-31) - ### Bug Fixes -* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33)) - - - - +- remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33)) ## [1.8.48](https://github.com/vtex/faststore/compare/v1.8.47...v1.8.48) (2022-05-30) **Note:** Version bump only for package faststore - - - - ## [1.8.47](https://github.com/vtex/faststore/compare/v1.8.46...v1.8.47) (2022-05-30) - ### Bug Fixes -* Circular dependency ([#1333](https://github.com/vtex/faststore/issues/1333)) ([d38941a](https://github.com/vtex/faststore/commit/d38941a2896f8922dafb7b5d2ea4eb85fae4b84d)) - - - - +- Circular dependency ([#1333](https://github.com/vtex/faststore/issues/1333)) ([d38941a](https://github.com/vtex/faststore/commit/d38941a2896f8922dafb7b5d2ea4eb85fae4b84d)) ## 1.8.46 (2022-05-30) - ### Features -* using cache ([#1330](https://github.com/vtex/faststore/issues/1330)) ([6f8a7a4](https://github.com/vtex/faststore/commit/6f8a7a4a593f7e82586d7e3d48f5254e011b8df6)) - - - - +- using cache ([#1330](https://github.com/vtex/faststore/issues/1330)) ([6f8a7a4](https://github.com/vtex/faststore/commit/6f8a7a4a593f7e82586d7e3d48f5254e011b8df6)) ## 1.8.45 (2022-05-30) **Note:** Version bump only for package faststore - - - - ## [1.8.44](https://github.com/vtex/faststore/compare/v1.8.43...v1.8.44) (2022-05-30) **Note:** Version bump only for package faststore - - - - ## [1.8.43](https://github.com/vtex/faststore/compare/v1.8.42...v1.8.43) (2022-05-30) **Note:** Version bump only for package faststore - - - - ## 1.8.42 (2022-05-30) - ### Bug Fixes -* github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b)) +- github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b)) +## 1.8.41 (2022-05-30) +### Bug Fixes +- github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b)) +## 1.8.40 (2022-05-30) -## 1.8.41 (2022-05-30) +### Bug Fixes +- Cart item with additionalProperty ([#1325](https://github.com/vtex/faststore/issues/1325)) ([8fa6aa1](https://github.com/vtex/faststore/commit/8fa6aa1a88d3e3702a017e581cbcff4281c47f4f)) -### Bug Fixes +## 1.8.39 (2022-05-27) -* github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b)) +**Note:** Version bump only for package faststore +## 1.8.38 (2022-05-27) +**Note:** Version bump only for package faststore +## 1.8.37 (2022-05-27) +### Bug Fixes -## 1.8.40 (2022-05-30) +- Increase NodeJS version ([#1323](https://github.com/vtex/faststore/issues/1323)) ([3a6fbe7](https://github.com/vtex/faststore/commit/3a6fbe7c230b7056582c783464bfb45cc5717bed)) +## 1.8.36 (2022-05-26) ### Bug Fixes -* Cart item with additionalProperty ([#1325](https://github.com/vtex/faststore/issues/1325)) ([8fa6aa1](https://github.com/vtex/faststore/commit/8fa6aa1a88d3e3702a017e581cbcff4281c47f4f)) - +- Top searches ([#1321](https://github.com/vtex/faststore/issues/1321)) ([e2ab99d](https://github.com/vtex/faststore/commit/e2ab99d4f443e013f3fd024fc83bb612fcb27f41)) +## 1.8.35 (2022-05-26) +### Features +- Add OutOfStock component ([#1314](https://github.com/vtex/faststore/issues/1314)) ([37eac86](https://github.com/vtex/faststore/commit/37eac86ede448ef68aef426f65f2d224694b2cfc)) -## 1.8.39 (2022-05-27) +## 1.8.34 (2022-05-25) **Note:** Version bump only for package faststore +## 1.8.33 (2022-05-24) +### Features +- useStorage update onFocus ([#1316](https://github.com/vtex/faststore/issues/1316)) ([c9874d4](https://github.com/vtex/faststore/commit/c9874d46a16a09159e6e1bd4da4e61ec25bd62d2)) - -## 1.8.38 (2022-05-27) +## 1.8.32 (2022-05-23) **Note:** Version bump only for package faststore +## 1.8.31 (2022-05-20) +**Note:** Version bump only for package faststore +## 1.8.30 (2022-05-20) +**Note:** Version bump only for package faststore -## 1.8.37 (2022-05-27) - - -### Bug Fixes - -* Increase NodeJS version ([#1323](https://github.com/vtex/faststore/issues/1323)) ([3a6fbe7](https://github.com/vtex/faststore/commit/3a6fbe7c230b7056582c783464bfb45cc5717bed)) - +## 1.8.29 (2022-05-19) +**Note:** Version bump only for package faststore +## 1.8.28 (2022-05-19) +**Note:** Version bump only for package faststore -## 1.8.36 (2022-05-26) +## 1.8.27 (2022-05-19) +**Note:** Version bump only for package faststore -### Bug Fixes +## 1.8.26 (2022-05-18) -* Top searches ([#1321](https://github.com/vtex/faststore/issues/1321)) ([e2ab99d](https://github.com/vtex/faststore/commit/e2ab99d4f443e013f3fd024fc83bb612fcb27f41)) +**Note:** Version bump only for package faststore +## 1.8.25 (2022-05-18) +**Note:** Version bump only for package faststore +## 1.8.24 (2022-05-18) +### Bug Fixes -## 1.8.35 (2022-05-26) +- Breadcrumb broken links ([#1306](https://github.com/vtex/faststore/issues/1306)) ([e1d74d4](https://github.com/vtex/faststore/commit/e1d74d49dc3f7cf90caa80e480a01346934c0d43)) +## 1.8.23 (2022-05-17) ### Features -* Add OutOfStock component ([#1314](https://github.com/vtex/faststore/issues/1314)) ([37eac86](https://github.com/vtex/faststore/commit/37eac86ede448ef68aef426f65f2d224694b2cfc)) +- Sync Cart with Checkout ([#1299](https://github.com/vtex/faststore/issues/1299)) ([62e8f56](https://github.com/vtex/faststore/commit/62e8f56b31c6bb6cf7260749a90ebef8aba9982b)) +## 1.8.22 (2022-05-17) +**Note:** Version bump only for package faststore +## 1.8.21 (2022-05-16) +**Note:** Version bump only for package faststore -## 1.8.34 (2022-05-25) +## 1.8.20 (2022-05-16) **Note:** Version bump only for package faststore +## 1.8.19 (2022-05-14) +**Note:** Version bump only for package faststore +## 1.8.18 (2022-05-14) +**Note:** Version bump only for package faststore -## 1.8.33 (2022-05-24) - +## 1.8.17 (2022-05-13) ### Features -* useStorage update onFocus ([#1316](https://github.com/vtex/faststore/issues/1316)) ([c9874d4](https://github.com/vtex/faststore/commit/c9874d46a16a09159e6e1bd4da4e61ec25bd62d2)) +- **UI:** Add `ProductCard` component ([#1272](https://github.com/vtex/faststore/issues/1272)) ([ea62210](https://github.com/vtex/faststore/commit/ea6221080da8b3538551f7a77df61a14d8de297d)) +## 1.8.16 (2022-05-13) +**Note:** Version bump only for package faststore +## 1.8.15 (2022-05-13) +**Note:** Version bump only for package faststore -## 1.8.32 (2022-05-23) +## 1.8.14 (2022-05-13) **Note:** Version bump only for package faststore +## 1.8.13 (2022-05-13) +**Note:** Version bump only for package faststore +## 1.8.12 (2022-05-12) +**Note:** Version bump only for package faststore -## 1.8.31 (2022-05-20) +## 1.8.11 (2022-05-12) **Note:** Version bump only for package faststore +## 1.8.10 (2022-05-12) +**Note:** Version bump only for package faststore +## 1.8.9 (2022-05-12) +**Note:** Version bump only for package faststore -## 1.8.30 (2022-05-20) +## 1.8.8 (2022-05-11) **Note:** Version bump only for package faststore +## 1.8.7 (2022-05-11) +**Note:** Version bump only for package faststore +## 1.8.6 (2022-05-10) +**Note:** Version bump only for package faststore -## 1.8.29 (2022-05-19) +## 1.8.5 (2022-05-10) **Note:** Version bump only for package faststore +## 1.8.4 (2022-05-10) + +**Note:** Version bump only for package faststore +## [1.8.3](https://github.com/vtex/faststore/compare/v1.8.2...v1.8.3) (2022-05-10) +### Bug Fixes +- Offer availability ([#1282](https://github.com/vtex/faststore/issues/1282)) ([e91aa26](https://github.com/vtex/faststore/commit/e91aa26241c52c926d505b733f2127a809dd3f24)) -## 1.8.28 (2022-05-19) +## 1.8.2 (2022-05-09) **Note:** Version bump only for package faststore +## 1.8.1 (2022-05-09) +**Note:** Version bump only for package faststore +## 1.7.55 (2022-05-06) +**Note:** Version bump only for package faststore -## 1.8.27 (2022-05-19) +## 1.7.54 (2022-05-06) **Note:** Version bump only for package faststore +## 1.7.53 (2022-05-06) +### Bug Fixes +- suggestions api url ([#1273](https://github.com/vtex/faststore/issues/1273)) ([6f8a961](https://github.com/vtex/faststore/commit/6f8a9613e4627f91815e669a007ec4ff4c54ffe5)) +## 1.7.52 (2022-05-06) -## 1.8.26 (2022-05-18) +### Bug Fixes -**Note:** Version bump only for package faststore +- Release workflow ([#1271](https://github.com/vtex/faststore/issues/1271)) ([3b995a8](https://github.com/vtex/faststore/commit/3b995a82c956c13c4d6f9453ac4f44195c5ef543)) +## 1.7.51 (2022-05-03) +**Note:** Version bump only for package faststore +## 1.7.50 (2022-05-03) +**Note:** Version bump only for package faststore -## 1.8.25 (2022-05-18) +## 1.7.49 (2022-05-02) **Note:** Version bump only for package faststore +## 1.7.48 (2022-04-29) +**Note:** Version bump only for package faststore +## 1.7.47 (2022-04-29) +**Note:** Version bump only for package faststore -## 1.8.24 (2022-05-18) +## 1.7.46 (2022-04-29) +**Note:** Version bump only for package faststore -### Bug Fixes +## 1.7.45 (2022-04-29) -* Breadcrumb broken links ([#1306](https://github.com/vtex/faststore/issues/1306)) ([e1d74d4](https://github.com/vtex/faststore/commit/e1d74d49dc3f7cf90caa80e480a01346934c0d43)) +**Note:** Version bump only for package faststore +## 1.7.44 (2022-04-28) +**Note:** Version bump only for package faststore +## 1.7.43 (2022-04-28) +### Bug Fixes -## 1.8.23 (2022-05-17) +- api schema ([#1254](https://github.com/vtex/faststore/issues/1254)) ([c901b3d](https://github.com/vtex/faststore/commit/c901b3db8e002558e14101339c817ca87db8f949)) +## 1.7.42 (2022-04-28) ### Features -* Sync Cart with Checkout ([#1299](https://github.com/vtex/faststore/issues/1299)) ([62e8f56](https://github.com/vtex/faststore/commit/62e8f56b31c6bb6cf7260749a90ebef8aba9982b)) - - +- search suggestions ([#1198](https://github.com/vtex/faststore/issues/1198)) ([2b19413](https://github.com/vtex/faststore/commit/2b19413dd11249e4d967ac1c4c1aabdc3a8ec1bf)) +## 1.7.41 (2022-04-27) +**Note:** Version bump only for package faststore -## 1.8.22 (2022-05-17) +## 1.7.40 (2022-04-27) **Note:** Version bump only for package faststore +## 1.7.39 (2022-04-27) +**Note:** Version bump only for package faststore +## 1.7.38 (2022-04-27) +**Note:** Version bump only for package faststore -## 1.8.21 (2022-05-16) +## 1.7.37 (2022-04-27) **Note:** Version bump only for package faststore +## 1.7.36 (2022-04-27) +### Bug Fixes +- **api:** Remove circular dependencies ([#1243](https://github.com/vtex/faststore/issues/1243)) ([e988621](https://github.com/vtex/faststore/commit/e988621c77b946e397ecc33b82be65b04fa119ec)) +## 1.7.35 (2022-04-26) -## 1.8.20 (2022-05-16) +**Note:** Version bump only for package faststore + +## 1.7.34 (2022-04-25) **Note:** Version bump only for package faststore +## 1.7.33 (2022-04-25) +### Bug Fixes +- **api:** SearchResult send events ([#1242](https://github.com/vtex/faststore/issues/1242)) ([9cc7cc4](https://github.com/vtex/faststore/commit/9cc7cc4d55802ef0dc75e22d58c46da899674555)) +## 1.7.32 (2022-04-23) -## 1.8.19 (2022-05-14) +**Note:** Version bump only for package faststore + +## 1.7.31 (2022-04-22) **Note:** Version bump only for package faststore +## 1.7.30 (2022-04-22) +**Note:** Version bump only for package faststore +## 1.7.29 (2022-04-22) +**Note:** Version bump only for package faststore -## 1.8.18 (2022-05-14) +## 1.7.28 (2022-04-20) **Note:** Version bump only for package faststore +## 1.7.27 (2022-04-20) +**Note:** Version bump only for package faststore +## 1.7.26 (2022-04-19) +### Reverts -## 1.8.17 (2022-05-13) +- Revert "feat: Add url to events (#1174)" (#1228) ([67ec438](https://github.com/vtex/faststore/commit/67ec4386b876a4de08bfd96df5147efa958d5496)), closes [#1174](https://github.com/vtex/faststore/issues/1174) [#1228](https://github.com/vtex/faststore/issues/1228) +## 1.7.25 (2022-04-19) -### Features +**Note:** Version bump only for package faststore -* **UI:** Add `ProductCard` component ([#1272](https://github.com/vtex/faststore/issues/1272)) ([ea62210](https://github.com/vtex/faststore/commit/ea6221080da8b3538551f7a77df61a14d8de297d)) +## 1.7.24 (2022-04-18) +**Note:** Version bump only for package faststore +## 1.7.23 (2022-04-18) +### Features +- Add url to events ([#1174](https://github.com/vtex/faststore/issues/1174)) ([0e2befe](https://github.com/vtex/faststore/commit/0e2befe3cb5dc99521a470c4096e31237b93a9c0)) -## 1.8.16 (2022-05-13) +## 1.7.22 (2022-04-13) **Note:** Version bump only for package faststore +## 1.7.21 (2022-04-12) +### Features +- AggregateRating (Stars) molecule ([#1037](https://github.com/vtex/faststore/issues/1037)) ([23f2fad](https://github.com/vtex/faststore/commit/23f2fad6fd4d58ea369a54a0b6600207016be17e)) - -## 1.8.15 (2022-05-13) +## 1.7.20 (2022-04-11) **Note:** Version bump only for package faststore +## 1.7.19 (2022-04-09) +**Note:** Version bump only for package faststore - - -## 1.8.14 (2022-05-13) +## 1.7.18 (2022-04-08) **Note:** Version bump only for package faststore +## 1.7.17 (2022-04-08) +**Note:** Version bump only for package faststore +## 1.7.16 (2022-04-07) +**Note:** Version bump only for package faststore -## 1.8.13 (2022-05-13) +## 1.7.15 (2022-04-07) **Note:** Version bump only for package faststore +## 1.7.14 (2022-04-07) +### Bug Fixes +- Uses catalog slugify ([#1214](https://github.com/vtex/faststore/issues/1214)) ([0b38efc](https://github.com/vtex/faststore/commit/0b38efc96ecab8920cf15f01c29e7f9d5becba3d)) - -## 1.8.12 (2022-05-12) +## 1.7.13 (2022-04-07) **Note:** Version bump only for package faststore +## 1.7.12 (2022-04-06) +**Note:** Version bump only for package faststore - - -## 1.8.11 (2022-05-12) +## 1.7.11 (2022-04-06) **Note:** Version bump only for package faststore +## 1.7.10 (2022-04-05) +**Note:** Version bump only for package faststore +## 1.7.9 (2022-04-05) +**Note:** Version bump only for package faststore -## 1.8.10 (2022-05-12) +## 1.7.8 (2022-04-05) **Note:** Version bump only for package faststore +## 1.7.7 (2022-04-05) +**Note:** Version bump only for package faststore +## 1.7.6 (2022-04-05) +**Note:** Version bump only for package faststore -## 1.8.9 (2022-05-12) +## 1.7.5 (2022-04-04) **Note:** Version bump only for package faststore +## 1.7.4 (2022-04-01) +### Bug Fixes +- release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780)) - -## 1.8.8 (2022-05-11) +## 1.7.3 (2022-04-01) **Note:** Version bump only for package faststore +## 1.7.2 (2022-04-01) +**Note:** Version bump only for package faststore +## 1.7.1 (2022-04-01) +**Note:** Version bump only for package faststore -## 1.8.7 (2022-05-11) +## 1.6.29 (2022-03-31) -**Note:** Version bump only for package faststore +### Bug Fixes +- fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984)) +## 1.6.28 (2022-03-31) +### Bug Fixes +- fix dropdown menu position with scroll ([#1199](https://github.com/vtex/faststore/issues/1199)) ([98a228e](https://github.com/vtex/faststore/commit/98a228e364ed26e480936406c1988026f9ebaffc)) -## 1.8.6 (2022-05-10) +## 1.6.27 (2022-03-31) **Note:** Version bump only for package faststore +## 1.6.26 (2022-03-31) +### Features +- **api:** Handle channel as facet for search and product queries ([#1197](https://github.com/vtex/faststore/issues/1197)) ([00556b1](https://github.com/vtex/faststore/commit/00556b199a48617ff89b1a6b951a0c958f5aa018)) - -## 1.8.5 (2022-05-10) +## 1.6.25 (2022-03-29) **Note:** Version bump only for package faststore +## 1.6.24 (2022-03-29) +### Bug Fixes +- fix dropdown click bug ([#1196](https://github.com/vtex/faststore/issues/1196)) ([55202ea](https://github.com/vtex/faststore/commit/55202ead64933b71688ac7399211cc2f086596f2)) +## 1.6.23 (2022-03-28) -## 1.8.4 (2022-05-10) +### Bug Fixes -**Note:** Version bump only for package faststore +- fix breadcrumb component bug ([#1193](https://github.com/vtex/faststore/issues/1193)) ([f36ba81](https://github.com/vtex/faststore/commit/f36ba814ed679523d8c1f030c31a086a9e5bb190)) +## 1.6.22 (2022-03-25) +### Features +- **sdk:** Improve useStorage and Optimistic revalidate effect ([#1186](https://github.com/vtex/faststore/issues/1186)) ([08c616b](https://github.com/vtex/faststore/commit/08c616be4c6bc5a215da7ab0c37ff2731aa09f9a)) +## 1.6.21 (2022-03-25) -## [1.8.3](https://github.com/vtex/faststore/compare/v1.8.2...v1.8.3) (2022-05-10) +**Note:** Version bump only for package faststore +## 1.6.20 (2022-03-24) ### Bug Fixes -* Offer availability ([#1282](https://github.com/vtex/faststore/issues/1282)) ([e91aa26](https://github.com/vtex/faststore/commit/e91aa26241c52c926d505b733f2127a809dd3f24)) - +- fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36)) +## 1.6.19 (2022-03-24) +### Features +- Add exports to dropdown ([#1188](https://github.com/vtex/faststore/issues/1188)) ([f24359a](https://github.com/vtex/faststore/commit/f24359a34439e0ec8d3069483c31a6f62fa6535d)) -## 1.8.2 (2022-05-09) +## 1.6.18 (2022-03-24) -**Note:** Version bump only for package faststore +### Features +- **api:** Add session mutation ([#1176](https://github.com/vtex/faststore/issues/1176)) ([0306167](https://github.com/vtex/faststore/commit/030616739cc62d9b5aa55cdf532ee6dea0bd793c)) +## 1.6.17 (2022-03-23) +### Features +- **UI:** Add dropdown component ([#1178](https://github.com/vtex/faststore/issues/1178)) ([e5153a6](https://github.com/vtex/faststore/commit/e5153a674c37bd2a8b4c65ae6f56eb5cabaf3fc8)) -## 1.8.1 (2022-05-09) +## 1.6.16 (2022-03-23) **Note:** Version bump only for package faststore +## 1.6.15 (2022-03-22) +### Bug Fixes +- Fix some typos ([#1183](https://github.com/vtex/faststore/issues/1183)) ([97fffb0](https://github.com/vtex/faststore/commit/97fffb02d9cc72f07926bc1a9bc684a99d623765)) - -## 1.7.55 (2022-05-06) +## 1.6.14 (2022-03-21) **Note:** Version bump only for package faststore +## 1.6.13 (2022-03-18) +**Note:** Version bump only for package faststore +## 1.6.12 (2022-03-18) +**Note:** Version bump only for package faststore -## 1.7.54 (2022-05-06) +## 1.6.11 (2022-03-17) **Note:** Version bump only for package faststore +## 1.6.10 (2022-03-16) +**Note:** Version bump only for package faststore +## 1.6.9 (2022-03-16) +**Note:** Version bump only for package faststore -## 1.7.53 (2022-05-06) - +## 1.6.8 (2022-03-15) -### Bug Fixes +### Features -* suggestions api url ([#1273](https://github.com/vtex/faststore/issues/1273)) ([6f8a961](https://github.com/vtex/faststore/commit/6f8a9613e4627f91815e669a007ec4ff4c54ffe5)) +- Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7)) +## 1.6.7 (2022-03-14) +**Note:** Version bump only for package faststore +## 1.6.6 (2022-03-14) +**Note:** Version bump only for package faststore -## 1.7.52 (2022-05-06) +## 1.6.5 (2022-03-10) +**Note:** Version bump only for package faststore -### Bug Fixes +## 1.6.4 (2022-03-10) -* Release workflow ([#1271](https://github.com/vtex/faststore/issues/1271)) ([3b995a8](https://github.com/vtex/faststore/commit/3b995a82c956c13c4d6f9453ac4f44195c5ef543)) +**Note:** Version bump only for package faststore +## 1.6.3 (2022-03-04) +**Note:** Version bump only for package faststore +## 1.6.2 (2022-03-04) +**Note:** Version bump only for package faststore -## 1.7.51 (2022-05-03) +## 1.6.1 (2022-03-04) **Note:** Version bump only for package faststore +## 1.5.20 (2022-02-25) +### Bug Fixes +- Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62)) - -## 1.7.50 (2022-05-03) +## 1.5.19 (2022-02-24) **Note:** Version bump only for package faststore +## 1.5.18 (2022-02-23) +### Bug Fixes +- **ui:** Use valid HTML for the Breadcrumb's divider ([#1143](https://github.com/vtex/faststore/issues/1143)) ([b40c3b1](https://github.com/vtex/faststore/commit/b40c3b1405e6aa9a0f2006de9f37a903e40a2103)) +## 1.5.17 (2022-02-22) -## 1.7.49 (2022-05-02) - -**Note:** Version bump only for package faststore - +### Features +- Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780)) +## 1.5.16 (2022-02-22) +**Note:** Version bump only for package faststore -## 1.7.48 (2022-04-29) +## 1.5.15 (2022-02-22) **Note:** Version bump only for package faststore +## 1.5.14 (2022-02-22) +### Features +- Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580)) +## 1.5.13 (2022-02-22) -## 1.7.47 (2022-04-29) - -**Note:** Version bump only for package faststore +### Features +- Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124)) +## 1.5.12 (2022-02-21) +### Bug Fixes +- allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141)) -## 1.7.46 (2022-04-29) +## 1.5.11 (2022-02-18) -**Note:** Version bump only for package faststore +### Bug Fixes +- **gatsby-plugin-nginx:** remove trailing slash from incoming requests ([#1145](https://github.com/vtex/faststore/issues/1145)) ([db6f1e1](https://github.com/vtex/faststore/commit/db6f1e173ec43747bf9cfa244b81d86db8a25ce3)) +## 1.5.10 (2022-02-17) +### Features +- **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c)) -## 1.7.45 (2022-04-29) +## 1.5.9 (2022-02-16) **Note:** Version bump only for package faststore +## 1.5.8 (2022-02-15) +### Bug Fixes +- **api:** PDP and PLP breadcrumb list item's URL paths ([#1148](https://github.com/vtex/faststore/issues/1148)) ([ea1790a](https://github.com/vtex/faststore/commit/ea1790a0069b5e19f656d7df0051f391c3c3c611)) - -## 1.7.44 (2022-04-28) +## 1.5.7 (2022-02-15) **Note:** Version bump only for package faststore +## 1.5.6 (2022-02-15) +### Features +- Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8)) +## 1.5.5 (2022-02-09) -## 1.7.43 (2022-04-28) - +**Note:** Version bump only for package faststore -### Bug Fixes +## 1.5.4 (2022-02-09) -* api schema ([#1254](https://github.com/vtex/faststore/issues/1254)) ([c901b3d](https://github.com/vtex/faststore/commit/c901b3db8e002558e14101339c817ca87db8f949)) +**Note:** Version bump only for package faststore +## 1.5.3 (2022-02-07) +**Note:** Version bump only for package faststore +## 1.5.2 (2022-02-04) +**Note:** Version bump only for package faststore -## 1.7.42 (2022-04-28) +## 1.5.1 (2022-02-04) +**Note:** Version bump only for package faststore -### Features +## 1.4.27 (2022-02-03) -* search suggestions ([#1198](https://github.com/vtex/faststore/issues/1198)) ([2b19413](https://github.com/vtex/faststore/commit/2b19413dd11249e4d967ac1c4c1aabdc3a8ec1bf)) +**Note:** Version bump only for package faststore +## 1.4.26 (2022-02-02) +**Note:** Version bump only for package faststore +## 1.4.25 (2022-02-02) +**Note:** Version bump only for package faststore -## 1.7.41 (2022-04-27) +## 1.4.24 (2022-02-02) **Note:** Version bump only for package faststore +## 1.4.23 (2022-02-01) +### Bug Fixes +- unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f)) - -## 1.7.40 (2022-04-27) +## 1.4.22 (2022-01-26) **Note:** Version bump only for package faststore +## 1.4.21 (2022-01-26) +**Note:** Version bump only for package faststore +## 1.4.20 (2022-01-26) +**Note:** Version bump only for package faststore -## 1.7.39 (2022-04-27) +## 1.4.19 (2022-01-24) **Note:** Version bump only for package faststore +## 1.4.18 (2022-01-17) + +**Note:** Version bump only for package faststore +## 1.4.17 (2022-01-13) +### Bug Fixes +- replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8)) -## 1.7.38 (2022-04-27) +## 1.4.16 (2022-01-11) **Note:** Version bump only for package faststore +## 1.4.15 (2022-01-11) + +### Bug Fixes +- **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5)) +## 1.4.14 (2022-01-07) +### Features -## 1.7.37 (2022-04-27) +- add item generics to analytics types for easy customization ([#1101](https://github.com/vtex/faststore/issues/1101)) ([51e9d96](https://github.com/vtex/faststore/commit/51e9d96b82062113a96a95159963ff85a22086fc)) -**Note:** Version bump only for package faststore +## 1.4.13 (2022-01-07) +**Note:** Version bump only for package faststore +## 1.4.12 (2022-01-07) +**Note:** Version bump only for package faststore +## 1.4.11 (2022-01-06) -## 1.7.36 (2022-04-27) +**Note:** Version bump only for package faststore +## 1.4.10 (2022-01-06) ### Bug Fixes -* **api:** Remove circular dependencies ([#1243](https://github.com/vtex/faststore/issues/1243)) ([e988621](https://github.com/vtex/faststore/commit/e988621c77b946e397ecc33b82be65b04fa119ec)) - +- **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448)) +## 1.4.9 (2022-01-06) +### Features +- add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2)) -## 1.7.35 (2022-04-26) +## 1.4.8 (2022-01-05) **Note:** Version bump only for package faststore +## 1.4.7 (2022-01-05) + +### Bug Fixes +- fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2)) +## 1.4.6 (2022-01-05) +**Note:** Version bump only for package faststore -## 1.7.34 (2022-04-25) +## 1.4.5 (2022-01-04) **Note:** Version bump only for package faststore +## 1.4.4 (2022-01-04) +### Bug Fixes +- adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f)) +## 1.4.3 (2022-01-03) -## 1.7.33 (2022-04-25) +**Note:** Version bump only for package faststore +## 1.4.2 (2022-01-03) ### Bug Fixes -* **api:** SearchResult send events ([#1242](https://github.com/vtex/faststore/issues/1242)) ([9cc7cc4](https://github.com/vtex/faststore/commit/9cc7cc4d55802ef0dc75e22d58c46da899674555)) +- **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d)) +## 1.4.1 (2022-01-03) +**Note:** Version bump only for package faststore +## 1.3.46 (2021-12-23) +**Note:** Version bump only for package faststore -## 1.7.32 (2022-04-23) +## 1.3.45 (2021-12-21) **Note:** Version bump only for package faststore +## 1.3.44 (2021-12-21) + +**Note:** Version bump only for package faststore +## 1.3.43 (2021-12-20) +### Features +- QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2)) -## 1.7.31 (2022-04-22) +## 1.3.42 (2021-12-20) **Note:** Version bump only for package faststore +## 1.3.41 (2021-12-20) +### Features +- **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da)) +## 1.3.40 (2021-12-18) -## 1.7.30 (2022-04-22) +### Features -**Note:** Version bump only for package faststore +- **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f)) +## 1.3.39 (2021-12-17) +**Note:** Version bump only for package faststore - - -## 1.7.29 (2022-04-22) +## 1.3.38 (2021-12-16) **Note:** Version bump only for package faststore +## 1.3.37 (2021-12-15) +### Features +- **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df)) +## 1.3.36 (2021-12-15) -## 1.7.28 (2022-04-20) - -**Note:** Version bump only for package faststore - - - +### Bug Fixes +- expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af)) -## 1.7.27 (2022-04-20) +## 1.3.35 (2021-12-14) **Note:** Version bump only for package faststore +## 1.3.34 (2021-12-11) +### Bug Fixes +- **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5)) +## 1.3.33 (2021-12-10) -## 1.7.26 (2022-04-19) - - -### Reverts - -* Revert "feat: Add url to events (#1174)" (#1228) ([67ec438](https://github.com/vtex/faststore/commit/67ec4386b876a4de08bfd96df5147efa958d5496)), closes [#1174](https://github.com/vtex/faststore/issues/1174) [#1228](https://github.com/vtex/faststore/issues/1228) - - - - +**Note:** Version bump only for package faststore -## 1.7.25 (2022-04-19) +## 1.3.32 (2021-12-10) **Note:** Version bump only for package faststore +## 1.3.31 (2021-12-10) +**Note:** Version bump only for package faststore +## 1.3.30 (2021-12-10) +**Note:** Version bump only for package faststore -## 1.7.24 (2022-04-18) +## 1.3.29 (2021-12-10) **Note:** Version bump only for package faststore +## 1.3.28 (2021-12-10) +**Note:** Version bump only for package faststore +## 1.3.27 (2021-12-10) +### Bug Fixes -## 1.7.23 (2022-04-18) +- Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c)) +## 1.3.26 (2021-12-09) -### Features +**Note:** Version bump only for package faststore -* Add url to events ([#1174](https://github.com/vtex/faststore/issues/1174)) ([0e2befe](https://github.com/vtex/faststore/commit/0e2befe3cb5dc99521a470c4096e31237b93a9c0)) +## 1.3.25 (2021-12-09) +**Note:** Version bump only for package faststore +## 1.3.24 (2021-12-09) +### Bug Fixes +- fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83)) -## 1.7.22 (2022-04-13) +## 1.3.23 (2021-12-09) **Note:** Version bump only for package faststore +## 1.3.22 (2021-12-07) +**Note:** Version bump only for package faststore - - -## 1.7.21 (2022-04-12) - +## 1.3.21 (2021-12-07) ### Features -* AggregateRating (Stars) molecule ([#1037](https://github.com/vtex/faststore/issues/1037)) ([23f2fad](https://github.com/vtex/faststore/commit/23f2fad6fd4d58ea369a54a0b6600207016be17e)) - +- add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23)) +## 1.3.20 (2021-12-07) +### Features +- **store-ui:** Banner component ([#1048](https://github.com/vtex/faststore/issues/1048)) ([b65d8e5](https://github.com/vtex/faststore/commit/b65d8e574598f8bf8494aac478e4bec4d774ec86)) -## 1.7.20 (2022-04-11) +## 1.3.19 (2021-12-07) -**Note:** Version bump only for package faststore +### Features +- **ui:** PaymentMethods Component ([#1024](https://github.com/vtex/faststore/issues/1024)) ([f093025](https://github.com/vtex/faststore/commit/f093025c5b010b01f16349e2460611792cfff67f)) +## 1.3.18 (2021-12-06) +### Features +- **store-ui:** Alert molecule ([#1020](https://github.com/vtex/faststore/issues/1020)) ([7764e0d](https://github.com/vtex/faststore/commit/7764e0d08270a3bb836038c4a9cd27e5cbef9667)) -## 1.7.19 (2022-04-09) +## 1.3.17 (2021-12-06) **Note:** Version bump only for package faststore +## 1.3.16 (2021-12-06) +### Bug Fixes +- add fallback to prevent null facets attribute StoreSearchResult query ([#1056](https://github.com/vtex/faststore/issues/1056)) ([ae1483f](https://github.com/vtex/faststore/commit/ae1483fdb901328a7a7348746fd241b9ce7ea1da)) - -## 1.7.18 (2022-04-08) +## 1.3.15 (2021-12-03) **Note:** Version bump only for package faststore - - - - -## 1.7.17 (2022-04-08) +## 1.3.14 (2021-12-03) **Note:** Version bump only for package faststore - - - - -## 1.7.16 (2022-04-07) +## 1.3.13 (2021-12-03) **Note:** Version bump only for package faststore - - - - -## 1.7.15 (2022-04-07) +## 1.3.12 (2021-12-02) **Note:** Version bump only for package faststore +## 1.3.11 (2021-12-02) +**Note:** Version bump only for package faststore +## 1.3.10 (2021-12-01) +**Note:** Version bump only for package faststore -## 1.7.14 (2022-04-07) - +## 1.3.9 (2021-12-01) ### Bug Fixes -* Uses catalog slugify ([#1214](https://github.com/vtex/faststore/issues/1214)) ([0b38efc](https://github.com/vtex/faststore/commit/0b38efc96ecab8920cf15f01c29e7f9d5becba3d)) - - +- **api:** Throws NotFoundError when collection is not found ([#1047](https://github.com/vtex/faststore/issues/1047)) ([9535ec3](https://github.com/vtex/faststore/commit/9535ec3d67a64f98b4d4e914e7bae81e06935e2a)) - - -## 1.7.13 (2022-04-07) +## 1.3.8 (2021-12-01) **Note:** Version bump only for package faststore - - - - -## 1.7.12 (2022-04-06) +## 1.3.7 (2021-12-01) **Note:** Version bump only for package faststore - - - - -## 1.7.11 (2022-04-06) +## 1.3.6 (2021-11-26) **Note:** Version bump only for package faststore +## 1.3.5 (2021-11-25) +### Features +- **ui:** RadioGroup Component ([#1033](https://github.com/vtex/faststore/issues/1033)) ([60f306d](https://github.com/vtex/faststore/commit/60f306d97257a8cc65ec67bf1f1cc16376ad1654)) - -## 1.7.10 (2022-04-05) +## 1.3.4 (2021-11-23) **Note:** Version bump only for package faststore +## 1.3.3 (2021-11-23) +### Features +- **gatsby-plugin-nginx:** support to augment the generateRewrites ([#1017](https://github.com/vtex/faststore/issues/1017)) ([46587b0](https://github.com/vtex/faststore/commit/46587b0280d7f8dd733a0dca29909f041c944897)) - -## 1.7.9 (2022-04-05) +## 1.3.2 (2021-11-22) **Note:** Version bump only for package faststore - - - - -## 1.7.8 (2022-04-05) +## 1.3.1 (2021-11-18) **Note:** Version bump only for package faststore - - - - -## 1.7.7 (2022-04-05) +## 1.2.37 (2021-11-17) **Note:** Version bump only for package faststore +## 1.2.36 (2021-11-16) +**Note:** Version bump only for package faststore - - -## 1.7.6 (2022-04-05) +## 1.2.35 (2021-11-16) **Note:** Version bump only for package faststore +## 1.2.34 (2021-11-16) +### Bug Fixes +- Filter collection slugs in api ([#1022](https://github.com/vtex/faststore/issues/1022)) ([cdcfcff](https://github.com/vtex/faststore/commit/cdcfcff642561dd73b1f85557e101271d10ca930)) - -## 1.7.5 (2022-04-04) +## 1.2.33 (2021-11-12) **Note:** Version bump only for package faststore +## 1.2.32 (2021-11-11) +**Note:** Version bump only for package faststore +## 1.2.31 (2021-11-04) +### Features -## 1.7.4 (2022-04-01) +- **store-ui:** Breadcrumb improvements ([#1010](https://github.com/vtex/faststore/issues/1010)) ([8b4bf37](https://github.com/vtex/faststore/commit/8b4bf37316d6057683680de36493b63709bb1012)) +## 1.2.30 (2021-11-03) ### Bug Fixes -* release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780)) - +- Channel simulation ([#1014](https://github.com/vtex/faststore/issues/1014)) ([b45406b](https://github.com/vtex/faststore/commit/b45406b2b7ee8deb2b6e256629ba6df89d1b5940)) - - - -## 1.7.3 (2022-04-01) +## 1.2.29 (2021-11-03) **Note:** Version bump only for package faststore - - - - -## 1.7.2 (2022-04-01) +## 1.2.28 (2021-10-29) **Note:** Version bump only for package faststore - - - - -## 1.7.1 (2022-04-01) +## 1.2.27 (2021-10-29) **Note:** Version bump only for package faststore - - - - -## 1.6.29 (2022-03-31) - - -### Bug Fixes - -* fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984)) - - - - - -## 1.6.28 (2022-03-31) - +## 1.2.26 (2021-10-29) ### Bug Fixes -* fix dropdown menu position with scroll ([#1199](https://github.com/vtex/faststore/issues/1199)) ([98a228e](https://github.com/vtex/faststore/commit/98a228e364ed26e480936406c1988026f9ebaffc)) - - +- **store-ui:** Remove circular dependency ([#1011](https://github.com/vtex/faststore/issues/1011)) ([b9f08c9](https://github.com/vtex/faststore/commit/b9f08c95ae33bdbb09ffc044d6ad831fd6608144)) +## 1.2.25 (2021-10-28) +**Note:** Version bump only for package faststore -## 1.6.27 (2022-03-31) +## 1.2.24 (2021-10-28) **Note:** Version bump only for package faststore +## 1.2.23 (2021-10-27) +### Features +- **store-ui:** Add carousel tablist keyboard behavior ([#996](https://github.com/vtex/faststore/issues/996)) ([9081584](https://github.com/vtex/faststore/commit/908158460028009aaaa4ebbcd22eefab59e9bff8)) +## 1.2.22 (2021-10-26) -## 1.6.26 (2022-03-31) +**Note:** Version bump only for package openstore +## 1.2.21 (2021-10-26) ### Features -* **api:** Handle channel as facet for search and product queries ([#1197](https://github.com/vtex/faststore/issues/1197)) ([00556b1](https://github.com/vtex/faststore/commit/00556b199a48617ff89b1a6b951a0c958f5aa018)) - - +- **store-ui:** Form molecule ([#1004](https://github.com/vtex/faststore/issues/1004)) ([c584ef6](https://github.com/vtex/faststore/commit/c584ef693d111ede70d27730ecb3cce613b9aba3)) +## 1.2.20 (2021-10-26) +**Note:** Version bump only for package openstore -## 1.6.25 (2022-03-29) - -**Note:** Version bump only for package faststore - +## 1.2.19 (2021-10-25) +**Note:** Version bump only for package openstore +## 1.2.18 (2021-10-25) +### Features -## 1.6.24 (2022-03-29) +- **store-ui:** Breadcrumb molecule ([#986](https://github.com/vtex/faststore/issues/986)) ([325c738](https://github.com/vtex/faststore/commit/325c7387089d2f2c7152191b54fc3cb4918f1c68)) +## 1.2.17 (2021-10-21) -### Bug Fixes +### Features -* fix dropdown click bug ([#1196](https://github.com/vtex/faststore/issues/1196)) ([55202ea](https://github.com/vtex/faststore/commit/55202ead64933b71688ac7399211cc2f086596f2)) +- **store-ui:** Loading Button molecule ([#962](https://github.com/vtex/faststore/issues/962)) ([6083ea0](https://github.com/vtex/faststore/commit/6083ea0273646a09e66ceedfab4b17c3960ac9fc)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911) +### BREAKING CHANGES +- **store-ui:** Remove deprecated folders (#927) +## 1.2.16 (2021-10-21) +### Features -## 1.6.23 (2022-03-28) +- **store-ui:** Label atom ([#1001](https://github.com/vtex/faststore/issues/1001)) ([3306ea6](https://github.com/vtex/faststore/commit/3306ea6b9b48996574eac4b8c1b737dff94a438e)) +## 1.2.15 (2021-10-21) ### Bug Fixes -* fix breadcrumb component bug ([#1193](https://github.com/vtex/faststore/issues/1193)) ([f36ba81](https://github.com/vtex/faststore/commit/f36ba814ed679523d8c1f030c31a086a9e5bb190)) - - - - - -## 1.6.22 (2022-03-25) +- **store-ui:** Fix search-input a11y ([#1000](https://github.com/vtex/faststore/issues/1000)) ([f052f46](https://github.com/vtex/faststore/commit/f052f465e21aa4e2ca047327eeb0610b9b979f10)) +## 1.2.14 (2021-10-20) ### Features -* **sdk:** Improve useStorage and Optimistic revalidate effect ([#1186](https://github.com/vtex/faststore/issues/1186)) ([08c616b](https://github.com/vtex/faststore/commit/08c616be4c6bc5a215da7ab0c37ff2731aa09f9a)) - - +- graphql-utils ([#998](https://github.com/vtex/faststore/issues/998)) ([bddf043](https://github.com/vtex/faststore/commit/bddf04308826369f86322851b554cc58ab5b2161)) +## 1.2.13 (2021-10-20) +**Note:** Version bump only for package openstore -## 1.6.21 (2022-03-25) - -**Note:** Version bump only for package faststore - - +## 1.2.12 (2021-10-18) +**Note:** Version bump only for package openstore +## 1.2.11 (2021-10-18) -## 1.6.20 (2022-03-24) +**Note:** Version bump only for package openstore +## 1.2.10 (2021-10-18) ### Bug Fixes -* fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36)) - - - +- **store-ui:** Component Architecture doc's code snippets ([#997](https://github.com/vtex/faststore/issues/997)) ([7f0d5f3](https://github.com/vtex/faststore/commit/7f0d5f307014f794063dd8d94d873478803888c0)) +## 1.2.9 (2021-10-18) -## 1.6.19 (2022-03-24) - - -### Features - -* Add exports to dropdown ([#1188](https://github.com/vtex/faststore/issues/1188)) ([f24359a](https://github.com/vtex/faststore/commit/f24359a34439e0ec8d3069483c31a6f62fa6535d)) +**Note:** Version bump only for package openstore - - - - -## 1.6.18 (2022-03-24) - - -### Features - -* **api:** Add session mutation ([#1176](https://github.com/vtex/faststore/issues/1176)) ([0306167](https://github.com/vtex/faststore/commit/030616739cc62d9b5aa55cdf532ee6dea0bd793c)) - - - - - -## 1.6.17 (2022-03-23) - - -### Features - -* **UI:** Add dropdown component ([#1178](https://github.com/vtex/faststore/issues/1178)) ([e5153a6](https://github.com/vtex/faststore/commit/e5153a674c37bd2a8b4c65ae6f56eb5cabaf3fc8)) - - - - - -## 1.6.16 (2022-03-23) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.15 (2022-03-22) - - -### Bug Fixes - -* Fix some typos ([#1183](https://github.com/vtex/faststore/issues/1183)) ([97fffb0](https://github.com/vtex/faststore/commit/97fffb02d9cc72f07926bc1a9bc684a99d623765)) - - - - - -## 1.6.14 (2022-03-21) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.13 (2022-03-18) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.12 (2022-03-18) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.11 (2022-03-17) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.10 (2022-03-16) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.9 (2022-03-16) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.8 (2022-03-15) - - -### Features - -* Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7)) - - - - - -## 1.6.7 (2022-03-14) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.6 (2022-03-14) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.5 (2022-03-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.4 (2022-03-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.3 (2022-03-04) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.2 (2022-03-04) - -**Note:** Version bump only for package faststore - - - - - -## 1.6.1 (2022-03-04) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.20 (2022-02-25) - - -### Bug Fixes - -* Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62)) - - - - - -## 1.5.19 (2022-02-24) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.18 (2022-02-23) - - -### Bug Fixes - -* **ui:** Use valid HTML for the Breadcrumb's divider ([#1143](https://github.com/vtex/faststore/issues/1143)) ([b40c3b1](https://github.com/vtex/faststore/commit/b40c3b1405e6aa9a0f2006de9f37a903e40a2103)) - - - - - -## 1.5.17 (2022-02-22) - - -### Features - -* Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780)) - - - - - -## 1.5.16 (2022-02-22) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.15 (2022-02-22) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.14 (2022-02-22) - - -### Features - -* Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580)) - - - - - -## 1.5.13 (2022-02-22) - - -### Features - -* Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124)) - - - - - -## 1.5.12 (2022-02-21) - - -### Bug Fixes - -* allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141)) - - - - - -## 1.5.11 (2022-02-18) - - -### Bug Fixes - -* **gatsby-plugin-nginx:** remove trailing slash from incoming requests ([#1145](https://github.com/vtex/faststore/issues/1145)) ([db6f1e1](https://github.com/vtex/faststore/commit/db6f1e173ec43747bf9cfa244b81d86db8a25ce3)) - - - - - -## 1.5.10 (2022-02-17) - - -### Features - -* **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c)) - - - - - -## 1.5.9 (2022-02-16) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.8 (2022-02-15) - - -### Bug Fixes - -* **api:** PDP and PLP breadcrumb list item's URL paths ([#1148](https://github.com/vtex/faststore/issues/1148)) ([ea1790a](https://github.com/vtex/faststore/commit/ea1790a0069b5e19f656d7df0051f391c3c3c611)) - - - - - -## 1.5.7 (2022-02-15) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.6 (2022-02-15) - - -### Features - -* Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8)) - - - - - -## 1.5.5 (2022-02-09) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.4 (2022-02-09) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.3 (2022-02-07) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.2 (2022-02-04) - -**Note:** Version bump only for package faststore - - - - - -## 1.5.1 (2022-02-04) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.27 (2022-02-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.26 (2022-02-02) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.25 (2022-02-02) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.24 (2022-02-02) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.23 (2022-02-01) - - -### Bug Fixes - -* unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f)) - - - - - -## 1.4.22 (2022-01-26) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.21 (2022-01-26) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.20 (2022-01-26) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.19 (2022-01-24) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.18 (2022-01-17) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.17 (2022-01-13) - - -### Bug Fixes - -* replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8)) - - - - - -## 1.4.16 (2022-01-11) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.15 (2022-01-11) - - -### Bug Fixes - -* **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5)) - - - - - -## 1.4.14 (2022-01-07) - - -### Features - -* add item generics to analytics types for easy customization ([#1101](https://github.com/vtex/faststore/issues/1101)) ([51e9d96](https://github.com/vtex/faststore/commit/51e9d96b82062113a96a95159963ff85a22086fc)) - - - - - -## 1.4.13 (2022-01-07) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.12 (2022-01-07) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.11 (2022-01-06) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.10 (2022-01-06) - - -### Bug Fixes - -* **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448)) - - - - - -## 1.4.9 (2022-01-06) - - -### Features - -* add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2)) - - - - - -## 1.4.8 (2022-01-05) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.7 (2022-01-05) - - -### Bug Fixes - -* fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2)) - - - - - -## 1.4.6 (2022-01-05) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.5 (2022-01-04) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.4 (2022-01-04) - - -### Bug Fixes - -* adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f)) - - - - - -## 1.4.3 (2022-01-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.4.2 (2022-01-03) - - -### Bug Fixes - -* **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d)) - - - - - -## 1.4.1 (2022-01-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.46 (2021-12-23) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.45 (2021-12-21) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.44 (2021-12-21) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.43 (2021-12-20) - - -### Features - -* QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2)) - - - - - -## 1.3.42 (2021-12-20) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.41 (2021-12-20) - - -### Features - -* **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da)) - - - - - -## 1.3.40 (2021-12-18) - - -### Features - -* **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f)) - - - - - -## 1.3.39 (2021-12-17) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.38 (2021-12-16) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.37 (2021-12-15) - - -### Features - -* **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df)) - - - - - -## 1.3.36 (2021-12-15) - - -### Bug Fixes - -* expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af)) - - - - - -## 1.3.35 (2021-12-14) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.34 (2021-12-11) - - -### Bug Fixes - -* **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5)) - - - - - -## 1.3.33 (2021-12-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.32 (2021-12-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.31 (2021-12-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.30 (2021-12-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.29 (2021-12-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.28 (2021-12-10) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.27 (2021-12-10) - - -### Bug Fixes - -* Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c)) - - - - - -## 1.3.26 (2021-12-09) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.25 (2021-12-09) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.24 (2021-12-09) - - -### Bug Fixes - -* fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83)) - - - - - -## 1.3.23 (2021-12-09) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.22 (2021-12-07) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.21 (2021-12-07) - - -### Features - -* add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23)) - - - - - -## 1.3.20 (2021-12-07) - - -### Features - -* **store-ui:** Banner component ([#1048](https://github.com/vtex/faststore/issues/1048)) ([b65d8e5](https://github.com/vtex/faststore/commit/b65d8e574598f8bf8494aac478e4bec4d774ec86)) - - - - - -## 1.3.19 (2021-12-07) - - -### Features - -* **ui:** PaymentMethods Component ([#1024](https://github.com/vtex/faststore/issues/1024)) ([f093025](https://github.com/vtex/faststore/commit/f093025c5b010b01f16349e2460611792cfff67f)) - - - - - -## 1.3.18 (2021-12-06) - - -### Features - -* **store-ui:** Alert molecule ([#1020](https://github.com/vtex/faststore/issues/1020)) ([7764e0d](https://github.com/vtex/faststore/commit/7764e0d08270a3bb836038c4a9cd27e5cbef9667)) - - - - - -## 1.3.17 (2021-12-06) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.16 (2021-12-06) - - -### Bug Fixes - -* add fallback to prevent null facets attribute StoreSearchResult query ([#1056](https://github.com/vtex/faststore/issues/1056)) ([ae1483f](https://github.com/vtex/faststore/commit/ae1483fdb901328a7a7348746fd241b9ce7ea1da)) - - - - - -## 1.3.15 (2021-12-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.14 (2021-12-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.13 (2021-12-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.12 (2021-12-02) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.11 (2021-12-02) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.10 (2021-12-01) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.9 (2021-12-01) - - -### Bug Fixes - -* **api:** Throws NotFoundError when collection is not found ([#1047](https://github.com/vtex/faststore/issues/1047)) ([9535ec3](https://github.com/vtex/faststore/commit/9535ec3d67a64f98b4d4e914e7bae81e06935e2a)) - - - - - -## 1.3.8 (2021-12-01) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.7 (2021-12-01) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.6 (2021-11-26) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.5 (2021-11-25) - - -### Features - -* **ui:** RadioGroup Component ([#1033](https://github.com/vtex/faststore/issues/1033)) ([60f306d](https://github.com/vtex/faststore/commit/60f306d97257a8cc65ec67bf1f1cc16376ad1654)) - - - - - -## 1.3.4 (2021-11-23) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.3 (2021-11-23) - - -### Features - -* **gatsby-plugin-nginx:** support to augment the generateRewrites ([#1017](https://github.com/vtex/faststore/issues/1017)) ([46587b0](https://github.com/vtex/faststore/commit/46587b0280d7f8dd733a0dca29909f041c944897)) - - - - - -## 1.3.2 (2021-11-22) - -**Note:** Version bump only for package faststore - - - - - -## 1.3.1 (2021-11-18) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.37 (2021-11-17) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.36 (2021-11-16) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.35 (2021-11-16) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.34 (2021-11-16) - - -### Bug Fixes - -* Filter collection slugs in api ([#1022](https://github.com/vtex/faststore/issues/1022)) ([cdcfcff](https://github.com/vtex/faststore/commit/cdcfcff642561dd73b1f85557e101271d10ca930)) - - - - - -## 1.2.33 (2021-11-12) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.32 (2021-11-11) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.31 (2021-11-04) - - -### Features - -* **store-ui:** Breadcrumb improvements ([#1010](https://github.com/vtex/faststore/issues/1010)) ([8b4bf37](https://github.com/vtex/faststore/commit/8b4bf37316d6057683680de36493b63709bb1012)) - - - - - -## 1.2.30 (2021-11-03) - - -### Bug Fixes - -* Channel simulation ([#1014](https://github.com/vtex/faststore/issues/1014)) ([b45406b](https://github.com/vtex/faststore/commit/b45406b2b7ee8deb2b6e256629ba6df89d1b5940)) - - - - - -## 1.2.29 (2021-11-03) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.28 (2021-10-29) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.27 (2021-10-29) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.26 (2021-10-29) - - -### Bug Fixes - -* **store-ui:** Remove circular dependency ([#1011](https://github.com/vtex/faststore/issues/1011)) ([b9f08c9](https://github.com/vtex/faststore/commit/b9f08c95ae33bdbb09ffc044d6ad831fd6608144)) - - - - - -## 1.2.25 (2021-10-28) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.24 (2021-10-28) - -**Note:** Version bump only for package faststore - - - - - -## 1.2.23 (2021-10-27) - - -### Features - -* **store-ui:** Add carousel tablist keyboard behavior ([#996](https://github.com/vtex/faststore/issues/996)) ([9081584](https://github.com/vtex/faststore/commit/908158460028009aaaa4ebbcd22eefab59e9bff8)) - - - - - -## 1.2.22 (2021-10-26) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.21 (2021-10-26) - - -### Features - -* **store-ui:** Form molecule ([#1004](https://github.com/vtex/faststore/issues/1004)) ([c584ef6](https://github.com/vtex/faststore/commit/c584ef693d111ede70d27730ecb3cce613b9aba3)) - - - - - -## 1.2.20 (2021-10-26) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.19 (2021-10-25) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.18 (2021-10-25) - - -### Features - -* **store-ui:** Breadcrumb molecule ([#986](https://github.com/vtex/faststore/issues/986)) ([325c738](https://github.com/vtex/faststore/commit/325c7387089d2f2c7152191b54fc3cb4918f1c68)) - - - - - -## 1.2.17 (2021-10-21) - - -### Features - -* **store-ui:** Loading Button molecule ([#962](https://github.com/vtex/faststore/issues/962)) ([6083ea0](https://github.com/vtex/faststore/commit/6083ea0273646a09e66ceedfab4b17c3960ac9fc)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911) - - -### BREAKING CHANGES - -* **store-ui:** Remove deprecated folders (#927) - - - - - -## 1.2.16 (2021-10-21) - - -### Features - -* **store-ui:** Label atom ([#1001](https://github.com/vtex/faststore/issues/1001)) ([3306ea6](https://github.com/vtex/faststore/commit/3306ea6b9b48996574eac4b8c1b737dff94a438e)) - - - - - -## 1.2.15 (2021-10-21) - - -### Bug Fixes - -* **store-ui:** Fix search-input a11y ([#1000](https://github.com/vtex/faststore/issues/1000)) ([f052f46](https://github.com/vtex/faststore/commit/f052f465e21aa4e2ca047327eeb0610b9b979f10)) - - - - - -## 1.2.14 (2021-10-20) - - -### Features - -* graphql-utils ([#998](https://github.com/vtex/faststore/issues/998)) ([bddf043](https://github.com/vtex/faststore/commit/bddf04308826369f86322851b554cc58ab5b2161)) - - - - - -## 1.2.13 (2021-10-20) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.12 (2021-10-18) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.11 (2021-10-18) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.10 (2021-10-18) - - -### Bug Fixes - -* **store-ui:** Component Architecture doc's code snippets ([#997](https://github.com/vtex/faststore/issues/997)) ([7f0d5f3](https://github.com/vtex/faststore/commit/7f0d5f307014f794063dd8d94d873478803888c0)) - - - - - -## 1.2.9 (2021-10-18) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.8 (2021-10-15) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.7 (2021-10-15) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.6 (2021-10-15) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.5 (2021-10-15) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.4 (2021-10-14) - - -### Features - -* **store-ui:** Accordion molecule ([#985](https://github.com/vtex/faststore/issues/985)) ([a35fb51](https://github.com/vtex/faststore/commit/a35fb51b675e41af6070da8b521a3a4da25a0d65)) - - - - - -## 1.2.3 (2021-10-14) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.2 (2021-10-13) - -**Note:** Version bump only for package openstore - - - - - -## 1.2.1 (2021-10-08) - -**Note:** Version bump only for package openstore - - - - - -## 1.1.18 (2021-10-05) - -**Note:** Version bump only for package openstore - - - - - -## 1.1.17 (2021-10-05) - - -### Features - -* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) - - - - - -## 1.1.16 (2021-10-04) - - -### Features - -* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) - - - - - -## 1.1.15 (2021-10-01) - - -### Features - -* Configure storybook theme ([#979](https://github.com/vtex/faststore/issues/979)) ([736811f](https://github.com/vtex/faststore/commit/736811f6381b4fd5f3f6d976198262216fe3ebcb)) - - - - - -## 1.1.14 (2021-09-28) - - -### Features - -* **store-ui:** Add Modal molecule ([#957](https://github.com/vtex/faststore/issues/957)) ([530b308](https://github.com/vtex/faststore/commit/530b3085a5707be459b37757844ce2e52b2f2981)) - - - - - -## 1.1.13 (2021-09-23) - -**Note:** Version bump only for package openstore - - - - - -## 1.1.12 (2021-09-22) - - -### Bug Fixes - -* users were unable to develop a store in an account without CMS pages ([#969](https://github.com/vtex/faststore/issues/969)) ([7b28a4e](https://github.com/vtex/faststore/commit/7b28a4e0da1edec7e843a614339909c6565b220a)) - - - - - -## 1.1.11 (2021-09-17) - - -### Features - -* **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911) - - -### BREAKING CHANGES - -* **store-ui:** Remove deprecated folders (#927) - - - - - -## 1.1.10 (2021-09-16) - - -### Features - -* **store-api:** Add codegen ([#960](https://github.com/vtex/faststore/issues/960)) ([5231e6c](https://github.com/vtex/faststore/commit/5231e6c455be73b9d870627188c07a420651ed44)) - - - - - -## 1.1.9 (2021-09-15) - -**Note:** Version bump only for package openstore - - - - - -## 1.1.8 (2021-09-14) - - -### Features - -* **store-api:** Store API TypeDefs ([#942](https://github.com/vtex/faststore/issues/942)) ([b440dc9](https://github.com/vtex/faststore/commit/b440dc9f023da82b5c443c465375e74f909d1b8d)) - - - - - -## 1.1.7 (2021-09-13) - - -### Features - -* **store-ui:** Add Skeleton Atom ([#911](https://github.com/vtex/faststore/issues/911)) ([ef25cde](https://github.com/vtex/faststore/commit/ef25cdea6f6e344b4005ecd2ec0c80d959df35b0)) - - - - - -## 1.1.6 (2021-09-09) - -**Note:** Version bump only for package openstore - - - - - -## 1.1.5 (2021-09-09) - - -### Features - -* **store-sdk:** custom events, tests and docs ([#937](https://github.com/vtex/faststore/issues/937)) ([c268542](https://github.com/vtex/faststore/commit/c2685425b8a2b6c40ce2f79a5a0afc2b2022760d)) - - - - - -## 1.1.4 (2021-09-09) - - -### Features - -* support lambdas ([#933](https://github.com/vtex/faststore/issues/933)) ([0f14557](https://github.com/vtex/faststore/commit/0f14557f7b98635bc82ede499b12cc28f2f51b6e)) - - - - - -## 1.1.3 (2021-09-08) - -**Note:** Version bump only for package openstore - - - - - -## 1.1.2 (2021-09-06) - - -### Features - -* **store-ui:** adding list atom ([#918](https://github.com/vtex/faststore/issues/918)) ([72c3b2e](https://github.com/vtex/faststore/commit/72c3b2eeac85c784bbee310898b24823c2c18c3a)) - - - - - -## 1.1.1 (2021-09-01) - -**Note:** Version bump only for package openstore - - - - - -## [1.0.3](https://github.com/vtex/faststore/compare/v1.1.0...v1.0.3) (2021-09-01) - -**Note:** Version bump only for package openstore - - - - - -## 1.0.2 (2021-09-01) - -**Note:** Version bump only for package openstore - - - - - -## 1.0.1 (2021-08-31) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.36 (2021-08-31) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.35 (2021-08-30) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.34 (2021-08-30) - - -### Features - -* **store-ui:** price range ([#924](https://github.com/vtex/faststore/issues/924)) ([e5c5d9a](https://github.com/vtex/faststore/commit/e5c5d9aade59d91aead75af6a09d7db3cc67348e)) - - - - - -## 0.373.33 (2021-08-30) - - -### Features - -* **store-ui:** slider ([#917](https://github.com/vtex/faststore/issues/917)) ([15a5f82](https://github.com/vtex/faststore/commit/15a5f826f3ad0054934c5092a2def4cd8d2a7c3c)) - - - - - -## 0.373.32 (2021-08-27) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.31 (2021-08-27) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.30 (2021-08-27) - - -### Bug Fixes - -* move pixel back to gatsby-theme-store ([#922](https://github.com/vtex/faststore/issues/922)) ([58de70d](https://github.com/vtex/faststore/commit/58de70d943aec36883384a0d6545ad7ab7d8f6bb)) - - - - - -## 0.373.29 (2021-08-26) - - -### Bug Fixes - -* **gatsby-plugin-cms:** null cms nodes were preventing stores from building ([0270037](https://github.com/vtex/faststore/commit/027003711c00854fc6679b6d469a2be13a3d0437)) - - - - - -## 0.373.28 (2021-08-26) - - -### Features - -* **store-ui:** Add IconButton Molecule ([#900](https://github.com/vtex/faststore/issues/900)) ([0114409](https://github.com/vtex/faststore/commit/0114409d7efb8e5146d2b17b5fc5500ceb16b7bf)) - - - - - -## 0.373.27 (2021-08-24) - - -### Features - -* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) - - - - - -## 0.373.26 (2021-08-24) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.25 (2021-08-24) - - -### Bug Fixes - -* **gatsby-plugin-graphql:** Export schema types ([#916](https://github.com/vtex/faststore/issues/916)) ([65d43d3](https://github.com/vtex/faststore/commit/65d43d3191422ef14988dabe0aa8383daf74b471)) - - - - - -## 0.373.24 (2021-08-23) - - -### Features - -* **store-ui:** radio component ([#906](https://github.com/vtex/faststore/issues/906)) ([06ef1dd](https://github.com/vtex/faststore/commit/06ef1dd3aa0cda304f4341697859c9b0fc16cfc2)) - - - - - -## 0.373.23 (2021-08-23) - - -### Features - -* **store-ui:** Adding select atom ([#876](https://github.com/vtex/faststore/issues/876)) ([3276269](https://github.com/vtex/faststore/commit/3276269813b6208b88d7178293b9550b2b05cc77)) - - - - - -## 0.373.22 (2021-08-23) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.21 (2021-08-20) - - -### Bug Fixes - -* **store-ui:** Remove unnecessary ID and improve a11y ([#915](https://github.com/vtex/faststore/issues/915)) ([7ee629d](https://github.com/vtex/faststore/commit/7ee629d6b738ed67332000e47ebdb9fcb5dc2883)) - - - - - -## 0.373.20 (2021-08-18) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.19 (2021-08-18) - - -### Features - -* **store-sdk:** Add Session to store-sdk ([#896](https://github.com/vtex/faststore/issues/896)) ([6a7f1b5](https://github.com/vtex/faststore/commit/6a7f1b5458bdb44aff2760bcd32ddf8888c05740)) - - - - - -## 0.373.18 (2021-08-18) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.17 (2021-08-18) - - -### Features - -* **store-ui:** Overlay Atom Component ([#890](https://github.com/vtex/faststore/issues/890)) ([a0757bc](https://github.com/vtex/faststore/commit/a0757bcf1155084f5b66f4625f47c8efa18285b3)) - - - - - -## 0.373.16 (2021-08-17) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.15 (2021-08-16) - - -### Features - -* **store-ui:** Create Carousel component and useSlider hook ([#815](https://github.com/vtex/faststore/issues/815)) ([f46108c](https://github.com/vtex/faststore/commit/f46108c038402f003c7157833efb052554d339d4)) - - - - - -## 0.373.14 (2021-08-16) - - -### Bug Fixes - -* **gatsby-plugin-nginx:** Spread routes support ([#895](https://github.com/vtex/faststore/issues/895)) ([6bb2331](https://github.com/vtex/faststore/commit/6bb2331b8961245e8abf5f44fb2814f9562d1f3d)) - - - - - -## 0.373.13 (2021-08-13) - - -### Features - -* **store-ui:** Basic CSS theme and theme-addon for Storybook ([#828](https://github.com/vtex/faststore/issues/828)) ([e7338ad](https://github.com/vtex/faststore/commit/e7338adda76a090b0cd55c72a2e0867c92e15fb0)) - - - - - -## 0.373.12 (2021-08-12) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.11 (2021-08-12) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.10 (2021-08-12) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.9 (2021-08-12) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.8 (2021-08-11) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.7 (2021-08-11) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.6 (2021-08-11) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.5 (2021-08-10) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.4 (2021-08-10) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.3 (2021-08-10) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.2 (2021-08-05) - -**Note:** Version bump only for package openstore - - - - - -## 0.373.1 (2021-08-05) +## 1.2.8 (2021-10-15) **Note:** Version bump only for package openstore +## 1.2.7 (2021-10-15) +**Note:** Version bump only for package openstore - - -## 0.372.22 (2021-07-30) - - -### Features - -* **collections:** Source collections from category tree ([#871](https://github.com/vtex/faststore/issues/871)) ([e4ca79a](https://github.com/vtex/faststore/commit/e4ca79a810ca89f609082b994a9ad069e9d64579)) - - - - - -## 0.372.21 (2021-07-29) +## 1.2.6 (2021-10-15) **Note:** Version bump only for package openstore +## 1.2.5 (2021-10-15) +**Note:** Version bump only for package openstore +## 1.2.4 (2021-10-14) +### Features -## 0.372.20 (2021-07-29) +- **store-ui:** Accordion molecule ([#985](https://github.com/vtex/faststore/issues/985)) ([a35fb51](https://github.com/vtex/faststore/commit/a35fb51b675e41af6070da8b521a3a4da25a0d65)) +## 1.2.3 (2021-10-14) -### Features +**Note:** Version bump only for package openstore -* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) +## 1.2.2 (2021-10-13) +**Note:** Version bump only for package openstore +## 1.2.1 (2021-10-08) +**Note:** Version bump only for package openstore +## 1.1.18 (2021-10-05) -## 0.372.19 (2021-07-29) +**Note:** Version bump only for package openstore +## 1.1.17 (2021-10-05) -### Bug Fixes +### Features -* **gatsby-theme-store:** useBuyButton only redirects users to the checkout when product is added successfully ([#823](https://github.com/vtex/faststore/issues/823)) ([304178e](https://github.com/vtex/faststore/commit/304178e05e2c396407f47afc76ba2e9b959f6147)) +- **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) +## 1.1.16 (2021-10-04) +### Features +- **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056)) +## 1.1.15 (2021-10-01) -## 0.372.18 (2021-07-27) +### Features -**Note:** Version bump only for package openstore +- Configure storybook theme ([#979](https://github.com/vtex/faststore/issues/979)) ([736811f](https://github.com/vtex/faststore/commit/736811f6381b4fd5f3f6d976198262216fe3ebcb)) +## 1.1.14 (2021-09-28) +### Features +- **store-ui:** Add Modal molecule ([#957](https://github.com/vtex/faststore/issues/957)) ([530b308](https://github.com/vtex/faststore/commit/530b3085a5707be459b37757844ce2e52b2f2981)) +## 1.1.13 (2021-09-23) -## 0.372.17 (2021-07-22) +**Note:** Version bump only for package openstore +## 1.1.12 (2021-09-22) ### Bug Fixes -* **gatsby-plugin-nginx:** Fix proxy pass when toPath has port numbers on it ([#830](https://github.com/vtex/faststore/issues/830)) ([574f9bd](https://github.com/vtex/faststore/commit/574f9bd575fff7878106ef0f05145fd7f759a827)) - +- users were unable to develop a store in an account without CMS pages ([#969](https://github.com/vtex/faststore/issues/969)) ([7b28a4e](https://github.com/vtex/faststore/commit/7b28a4e0da1edec7e843a614339909c6565b220a)) +## 1.1.11 (2021-09-17) +### Features +- **store-ui:** Spinner atom ([#961](https://github.com/vtex/faststore/issues/961)) ([59034b7](https://github.com/vtex/faststore/commit/59034b726ac83c79f591cd24739a8c15316c92b3)), closes [#918](https://github.com/vtex/faststore/issues/918) [#911](https://github.com/vtex/faststore/issues/911) -## 0.372.16 (2021-07-19) +### BREAKING CHANGES +- **store-ui:** Remove deprecated folders (#927) -### Bug Fixes +## 1.1.10 (2021-09-16) -* **store-ui:** Fix bullets iterator ([#824](https://github.com/vtex/faststore/issues/824)) ([74034a6](https://github.com/vtex/faststore/commit/74034a667a6b4f40602ec179575bcedaf18c4af4)) +### Features +- **store-api:** Add codegen ([#960](https://github.com/vtex/faststore/issues/960)) ([5231e6c](https://github.com/vtex/faststore/commit/5231e6c455be73b9d870627188c07a420651ed44)) +## 1.1.9 (2021-09-15) +**Note:** Version bump only for package openstore +## 1.1.8 (2021-09-14) -## 0.372.15 (2021-07-15) +### Features -**Note:** Version bump only for package openstore +- **store-api:** Store API TypeDefs ([#942](https://github.com/vtex/faststore/issues/942)) ([b440dc9](https://github.com/vtex/faststore/commit/b440dc9f023da82b5c443c465375e74f909d1b8d)) +## 1.1.7 (2021-09-13) +### Features +- **store-ui:** Add Skeleton Atom ([#911](https://github.com/vtex/faststore/issues/911)) ([ef25cde](https://github.com/vtex/faststore/commit/ef25cdea6f6e344b4005ecd2ec0c80d959df35b0)) +## 1.1.6 (2021-09-09) -## 0.372.14 (2021-07-15) +**Note:** Version bump only for package openstore +## 1.1.5 (2021-09-09) ### Features -* **store-ui:** update accordion version ([#820](https://github.com/vtex/faststore/issues/820)) ([624060a](https://github.com/vtex/faststore/commit/624060a1a88740794f82bb4d5782f896dc80695f)) - +- **store-sdk:** custom events, tests and docs ([#937](https://github.com/vtex/faststore/issues/937)) ([c268542](https://github.com/vtex/faststore/commit/c2685425b8a2b6c40ce2f79a5a0afc2b2022760d)) +## 1.1.4 (2021-09-09) +### Features +- support lambdas ([#933](https://github.com/vtex/faststore/issues/933)) ([0f14557](https://github.com/vtex/faststore/commit/0f14557f7b98635bc82ede499b12cc28f2f51b6e)) -## 0.372.13 (2021-07-14) +## 1.1.3 (2021-09-08) **Note:** Version bump only for package openstore +## 1.1.2 (2021-09-06) +### Features +- **store-ui:** adding list atom ([#918](https://github.com/vtex/faststore/issues/918)) ([72c3b2e](https://github.com/vtex/faststore/commit/72c3b2eeac85c784bbee310898b24823c2c18c3a)) - -## 0.372.12 (2021-07-14) +## 1.1.1 (2021-09-01) **Note:** Version bump only for package openstore +## [1.0.3](https://github.com/vtex/faststore/compare/v1.1.0...v1.0.3) (2021-09-01) +**Note:** Version bump only for package openstore +## 1.0.2 (2021-09-01) +**Note:** Version bump only for package openstore -## 0.372.11 (2021-07-14) +## 1.0.1 (2021-08-31) **Note:** Version bump only for package openstore +## 0.373.36 (2021-08-31) +**Note:** Version bump only for package openstore +## 0.373.35 (2021-08-30) +**Note:** Version bump only for package openstore -## 0.372.10 (2021-07-13) - +## 0.373.34 (2021-08-30) ### Features -* **seo:** Add next/prev links in search page's infinite scroll. ([#811](https://github.com/vtex/faststore/issues/811)) ([89fa673](https://github.com/vtex/faststore/commit/89fa6738034e290c6806a55db21209925cf50783)) - +- **store-ui:** price range ([#924](https://github.com/vtex/faststore/issues/924)) ([e5c5d9a](https://github.com/vtex/faststore/commit/e5c5d9aade59d91aead75af6a09d7db3cc67348e)) +## 0.373.33 (2021-08-30) +### Features +- **store-ui:** slider ([#917](https://github.com/vtex/faststore/issues/917)) ([15a5f82](https://github.com/vtex/faststore/commit/15a5f826f3ad0054934c5092a2def4cd8d2a7c3c)) -## 0.372.9 (2021-07-12) +## 0.373.32 (2021-08-27) **Note:** Version bump only for package openstore +## 0.373.31 (2021-08-27) +**Note:** Version bump only for package openstore +## 0.373.30 (2021-08-27) +### Bug Fixes -## 0.372.8 (2021-07-12) +- move pixel back to gatsby-theme-store ([#922](https://github.com/vtex/faststore/issues/922)) ([58de70d](https://github.com/vtex/faststore/commit/58de70d943aec36883384a0d6545ad7ab7d8f6bb)) +## 0.373.29 (2021-08-26) ### Bug Fixes -* **contributing:** updating documentation ([#816](https://github.com/vtex/faststore/issues/816)) ([7923668](https://github.com/vtex/faststore/commit/7923668033da7ea7243e72f54225f6e029626e64)) - - +- **gatsby-plugin-cms:** null cms nodes were preventing stores from building ([0270037](https://github.com/vtex/faststore/commit/027003711c00854fc6679b6d469a2be13a3d0437)) +## 0.373.28 (2021-08-26) +### Features -## 0.372.7 (2021-07-09) +- **store-ui:** Add IconButton Molecule ([#900](https://github.com/vtex/faststore/issues/900)) ([0114409](https://github.com/vtex/faststore/commit/0114409d7efb8e5146d2b17b5fc5500ceb16b7bf)) +## 0.373.27 (2021-08-24) ### Features -* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) +- **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) +## 0.373.26 (2021-08-24) +**Note:** Version bump only for package openstore +## 0.373.25 (2021-08-24) +### Bug Fixes -## 0.372.6 (2021-07-09) +- **gatsby-plugin-graphql:** Export schema types ([#916](https://github.com/vtex/faststore/issues/916)) ([65d43d3](https://github.com/vtex/faststore/commit/65d43d3191422ef14988dabe0aa8383daf74b471)) +## 0.373.24 (2021-08-23) ### Features -* **store-ui:** Checkbox atom component ([#813](https://github.com/vtex/faststore/issues/813)) ([36834fa](https://github.com/vtex/faststore/commit/36834fa572305ca26c1fea8e60e011ff768bc13e)) +- **store-ui:** radio component ([#906](https://github.com/vtex/faststore/issues/906)) ([06ef1dd](https://github.com/vtex/faststore/commit/06ef1dd3aa0cda304f4341697859c9b0fc16cfc2)) +## 0.373.23 (2021-08-23) +### Features +- **store-ui:** Adding select atom ([#876](https://github.com/vtex/faststore/issues/876)) ([3276269](https://github.com/vtex/faststore/commit/3276269813b6208b88d7178293b9550b2b05cc77)) +## 0.373.22 (2021-08-23) -## 0.372.5 (2021-07-09) +**Note:** Version bump only for package openstore +## 0.373.21 (2021-08-20) ### Bug Fixes -* **seo:** Fix undefined host in canonical tags of product pages ([#814](https://github.com/vtex/faststore/issues/814)) ([3ba980d](https://github.com/vtex/faststore/commit/3ba980d4a9bec1cb9cc8b6b51140e9418247ac6a)) - - +- **store-ui:** Remove unnecessary ID and improve a11y ([#915](https://github.com/vtex/faststore/issues/915)) ([7ee629d](https://github.com/vtex/faststore/commit/7ee629d6b738ed67332000e47ebdb9fcb5dc2883)) - - -## 0.372.4 (2021-07-08) +## 0.373.20 (2021-08-18) **Note:** Version bump only for package openstore +## 0.373.19 (2021-08-18) +### Features +- **store-sdk:** Add Session to store-sdk ([#896](https://github.com/vtex/faststore/issues/896)) ([6a7f1b5](https://github.com/vtex/faststore/commit/6a7f1b5458bdb44aff2760bcd32ddf8888c05740)) +## 0.373.18 (2021-08-18) -## 0.372.3 (2021-07-06) +**Note:** Version bump only for package openstore +## 0.373.17 (2021-08-18) ### Features -* **gatsby-theme-store:** Move auth pages to stores ([#809](https://github.com/vtex/faststore/issues/809)) ([8abbe7f](https://github.com/vtex/faststore/commit/8abbe7fcb455fc1449960ef26a02df36a0d4c8dd)) +- **store-ui:** Overlay Atom Component ([#890](https://github.com/vtex/faststore/issues/890)) ([a0757bc](https://github.com/vtex/faststore/commit/a0757bcf1155084f5b66f4625f47c8efa18285b3)) +## 0.373.16 (2021-08-17) +**Note:** Version bump only for package openstore +## 0.373.15 (2021-08-16) +### Features -## 0.372.2 (2021-07-06) +- **store-ui:** Create Carousel component and useSlider hook ([#815](https://github.com/vtex/faststore/issues/815)) ([f46108c](https://github.com/vtex/faststore/commit/f46108c038402f003c7157833efb052554d339d4)) +## 0.373.14 (2021-08-16) ### Bug Fixes -* **gatsby-plugin-thumbor:** Remove cookie on redirect ([#810](https://github.com/vtex/faststore/issues/810)) ([9a2f7fc](https://github.com/vtex/faststore/commit/9a2f7fcd3410ef606843c03552857f7e09f1528b)) - - - - - -## 0.372.1 (2021-07-06) +- **gatsby-plugin-nginx:** Spread routes support ([#895](https://github.com/vtex/faststore/issues/895)) ([6bb2331](https://github.com/vtex/faststore/commit/6bb2331b8961245e8abf5f44fb2814f9562d1f3d)) +## 0.373.13 (2021-08-13) ### Features -* **gatsby-theme-store:** product view ([#803](https://github.com/vtex/faststore/issues/803)) ([082d3f9](https://github.com/vtex/faststore/commit/082d3f9b1ffac15f444b9a7aacc62f21dc331237)) - - +- **store-ui:** Basic CSS theme and theme-addon for Storybook ([#828](https://github.com/vtex/faststore/issues/828)) ([e7338ad](https://github.com/vtex/faststore/commit/e7338adda76a090b0cd55c72a2e0867c92e15fb0)) +## 0.373.12 (2021-08-12) +**Note:** Version bump only for package openstore -## 0.371.38 (2021-07-06) +## 0.373.11 (2021-08-12) **Note:** Version bump only for package openstore +## 0.373.10 (2021-08-12) +**Note:** Version bump only for package openstore +## 0.373.9 (2021-08-12) +**Note:** Version bump only for package openstore -## 0.371.37 (2021-07-05) +## 0.373.8 (2021-08-11) +**Note:** Version bump only for package openstore -### Bug Fixes +## 0.373.7 (2021-08-11) -* **gatsby-theme-store:** set isDisposable to true on setRegionMutation, fixing zip code persistence ([#802](https://github.com/vtex/faststore/issues/802)) ([#802](https://github.com/vtex/faststore/issues/802)) ([46f65f8](https://github.com/vtex/faststore/commit/46f65f89270cd8004283c14d8988a9490b513228)) +**Note:** Version bump only for package openstore +## 0.373.6 (2021-08-11) +**Note:** Version bump only for package openstore +## 0.373.5 (2021-08-10) +**Note:** Version bump only for package openstore -## 0.371.36 (2021-07-05) +## 0.373.4 (2021-08-10) **Note:** Version bump only for package openstore +## 0.373.3 (2021-08-10) +**Note:** Version bump only for package openstore +## 0.373.2 (2021-08-05) +**Note:** Version bump only for package openstore -## 0.371.35 (2021-07-05) +## 0.373.1 (2021-08-05) **Note:** Version bump only for package openstore +## 0.372.22 (2021-07-30) +### Features +- **collections:** Source collections from category tree ([#871](https://github.com/vtex/faststore/issues/871)) ([e4ca79a](https://github.com/vtex/faststore/commit/e4ca79a810ca89f609082b994a9ad069e9d64579)) +## 0.372.21 (2021-07-29) -## 0.371.34 (2021-07-05) +**Note:** Version bump only for package openstore +## 0.372.20 (2021-07-29) ### Features -* move status pages ([#807](https://github.com/vtex/faststore/issues/807)) ([4c5cf62](https://github.com/vtex/faststore/commit/4c5cf6282f18f797a52b06ba8d6770cf7b6c2533)) +- **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) +## 0.372.19 (2021-07-29) +### Bug Fixes +- **gatsby-theme-store:** useBuyButton only redirects users to the checkout when product is added successfully ([#823](https://github.com/vtex/faststore/issues/823)) ([304178e](https://github.com/vtex/faststore/commit/304178e05e2c396407f47afc76ba2e9b959f6147)) +## 0.372.18 (2021-07-27) -## 0.371.33 (2021-07-01) +**Note:** Version bump only for package openstore +## 0.372.17 (2021-07-22) ### Bug Fixes -* **gatsby-theme-store:** complex plp navigation ([#749](https://github.com/vtex/faststore/issues/749)) ([849f079](https://github.com/vtex/faststore/commit/849f079a29550e9106d4aa00254cd81060022634)) - +- **gatsby-plugin-nginx:** Fix proxy pass when toPath has port numbers on it ([#830](https://github.com/vtex/faststore/issues/830)) ([574f9bd](https://github.com/vtex/faststore/commit/574f9bd575fff7878106ef0f05145fd7f759a827)) +## 0.372.16 (2021-07-19) +### Bug Fixes +- **store-ui:** Fix bullets iterator ([#824](https://github.com/vtex/faststore/issues/824)) ([74034a6](https://github.com/vtex/faststore/commit/74034a667a6b4f40602ec179575bcedaf18c4af4)) -## 0.371.32 (2021-07-01) +## 0.372.15 (2021-07-15) **Note:** Version bump only for package openstore +## 0.372.14 (2021-07-15) +### Features +- **store-ui:** update accordion version ([#820](https://github.com/vtex/faststore/issues/820)) ([624060a](https://github.com/vtex/faststore/commit/624060a1a88740794f82bb4d5782f896dc80695f)) +## 0.372.13 (2021-07-14) -## 0.371.31 (2021-07-01) +**Note:** Version bump only for package openstore +## 0.372.12 (2021-07-14) -### Features +**Note:** Version bump only for package openstore -* **store-ui:** components migration to .tsx + .mdx and update storybook version to v6.3 ([#782](https://github.com/vtex/faststore/issues/782)) ([9c8da3c](https://github.com/vtex/faststore/commit/9c8da3cc050e30916303b495b00532bde6c6328d)) +## 0.372.11 (2021-07-14) + +**Note:** Version bump only for package openstore +## 0.372.10 (2021-07-13) +### Features +- **seo:** Add next/prev links in search page's infinite scroll. ([#811](https://github.com/vtex/faststore/issues/811)) ([89fa673](https://github.com/vtex/faststore/commit/89fa6738034e290c6806a55db21209925cf50783)) +## 0.372.9 (2021-07-12) -## 0.371.30 (2021-07-01) +**Note:** Version bump only for package openstore +## 0.372.8 (2021-07-12) ### Bug Fixes -* **gatsby-source-vtex:** page size ([#799](https://github.com/vtex/faststore/issues/799)) ([03b4b61](https://github.com/vtex/faststore/commit/03b4b61d8de5e5554b729e2ef41f0dfd7eca558d)) +- **contributing:** updating documentation ([#816](https://github.com/vtex/faststore/issues/816)) ([7923668](https://github.com/vtex/faststore/commit/7923668033da7ea7243e72f54225f6e029626e64)) +## 0.372.7 (2021-07-09) +### Features +- **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) +## 0.372.6 (2021-07-09) -## 0.371.29 (2021-06-30) +### Features +- **store-ui:** Checkbox atom component ([#813](https://github.com/vtex/faststore/issues/813)) ([36834fa](https://github.com/vtex/faststore/commit/36834fa572305ca26c1fea8e60e011ff768bc13e)) -### Features +## 0.372.5 (2021-07-09) -* Use Gatsby's file system routing API for product pages ([#795](https://github.com/vtex/faststore/issues/795)) ([c9b8eed](https://github.com/vtex/faststore/commit/c9b8eed75834738e9b869780790c772947ec65c3)) +### Bug Fixes + +- **seo:** Fix undefined host in canonical tags of product pages ([#814](https://github.com/vtex/faststore/issues/814)) ([3ba980d](https://github.com/vtex/faststore/commit/3ba980d4a9bec1cb9cc8b6b51140e9418247ac6a)) +## 0.372.4 (2021-07-08) +**Note:** Version bump only for package openstore +## 0.372.3 (2021-07-06) +### Features -## 0.371.28 (2021-06-30) +- **gatsby-theme-store:** Move auth pages to stores ([#809](https://github.com/vtex/faststore/issues/809)) ([8abbe7f](https://github.com/vtex/faststore/commit/8abbe7fcb455fc1449960ef26a02df36a0d4c8dd)) -**Note:** Version bump only for package openstore +## 0.372.2 (2021-07-06) + +### Bug Fixes +- **gatsby-plugin-thumbor:** Remove cookie on redirect ([#810](https://github.com/vtex/faststore/issues/810)) ([9a2f7fc](https://github.com/vtex/faststore/commit/9a2f7fcd3410ef606843c03552857f7e09f1528b)) +## 0.372.1 (2021-07-06) +### Features +- **gatsby-theme-store:** product view ([#803](https://github.com/vtex/faststore/issues/803)) ([082d3f9](https://github.com/vtex/faststore/commit/082d3f9b1ffac15f444b9a7aacc62f21dc331237)) -## 0.371.27 (2021-06-30) +## 0.371.38 (2021-07-06) **Note:** Version bump only for package openstore +## 0.371.37 (2021-07-05) + +### Bug Fixes +- **gatsby-theme-store:** set isDisposable to true on setRegionMutation, fixing zip code persistence ([#802](https://github.com/vtex/faststore/issues/802)) ([#802](https://github.com/vtex/faststore/issues/802)) ([46f65f8](https://github.com/vtex/faststore/commit/46f65f89270cd8004283c14d8988a9490b513228)) +## 0.371.36 (2021-07-05) +**Note:** Version bump only for package openstore -## 0.371.26 (2021-06-29) +## 0.371.35 (2021-07-05) **Note:** Version bump only for package openstore +## 0.371.34 (2021-07-05) + +### Features +- move status pages ([#807](https://github.com/vtex/faststore/issues/807)) ([4c5cf62](https://github.com/vtex/faststore/commit/4c5cf6282f18f797a52b06ba8d6770cf7b6c2533)) +## 0.371.33 (2021-07-01) +### Bug Fixes -## 0.371.25 (2021-06-29) +- **gatsby-theme-store:** complex plp navigation ([#749](https://github.com/vtex/faststore/issues/749)) ([849f079](https://github.com/vtex/faststore/commit/849f079a29550e9106d4aa00254cd81060022634)) +## 0.371.32 (2021-07-01) -### Features +**Note:** Version bump only for package openstore -* product page incremental builds ([#793](https://github.com/vtex/faststore/issues/793)) ([8ab8bf0](https://github.com/vtex/faststore/commit/8ab8bf0b4a5b24d5e3a24ddc0bf1e449beb0aa88)) +## 0.371.31 (2021-07-01) +### Features +- **store-ui:** components migration to .tsx + .mdx and update storybook version to v6.3 ([#782](https://github.com/vtex/faststore/issues/782)) ([9c8da3c](https://github.com/vtex/faststore/commit/9c8da3cc050e30916303b495b00532bde6c6328d)) +## 0.371.30 (2021-07-01) +### Bug Fixes -## 0.371.24 (2021-06-25) +- **gatsby-source-vtex:** page size ([#799](https://github.com/vtex/faststore/issues/799)) ([03b4b61](https://github.com/vtex/faststore/commit/03b4b61d8de5e5554b729e2ef41f0dfd7eca558d)) +## 0.371.29 (2021-06-30) ### Features -* add changelog with conventional commits ([#790](https://github.com/vtex/faststore/issues/790)) ([d8dfb0f](https://github.com/vtex/faststore/commit/d8dfb0fc075c9111bd30b8c0200166e715be44d7)) - +- Use Gatsby's file system routing API for product pages ([#795](https://github.com/vtex/faststore/issues/795)) ([c9b8eed](https://github.com/vtex/faststore/commit/c9b8eed75834738e9b869780790c772947ec65c3)) +## 0.371.28 (2021-06-30) +**Note:** Version bump only for package openstore +## 0.371.27 (2021-06-30) -# [0.373.0-alpha.5](https://github.com/vtex/faststore/compare/v0.373.0-alpha.3...v0.373.0-alpha.5) (2021-06-25) +**Note:** Version bump only for package openstore +## 0.371.26 (2021-06-29) -### Bug Fixes +**Note:** Version bump only for package openstore -* jsx typings ([99e572a](https://github.com/vtex/faststore/commit/99e572aa91c66c8285f89e969ef612e01a0f0baf)) -* lerna changelog ([236957a](https://github.com/vtex/faststore/commit/236957acca38e56a1fa2c10c83fc528de3f42896)) +## 0.371.25 (2021-06-29) +### Features +- product page incremental builds ([#793](https://github.com/vtex/faststore/issues/793)) ([8ab8bf0](https://github.com/vtex/faststore/commit/8ab8bf0b4a5b24d5e3a24ddc0bf1e449beb0aa88)) +## 0.371.24 (2021-06-25) +### Features -# [0.373.0-alpha.3](https://github.com/vtex/faststore/compare/v0.373.0-alpha.2...v0.373.0-alpha.3) (2021-06-25) +- add changelog with conventional commits ([#790](https://github.com/vtex/faststore/issues/790)) ([d8dfb0f](https://github.com/vtex/faststore/commit/d8dfb0fc075c9111bd30b8c0200166e715be44d7)) -**Note:** Version bump only for package openstore +# [0.373.0-alpha.5](https://github.com/vtex/faststore/compare/v0.373.0-alpha.3...v0.373.0-alpha.5) (2021-06-25) +### Bug Fixes +- jsx typings ([99e572a](https://github.com/vtex/faststore/commit/99e572aa91c66c8285f89e969ef612e01a0f0baf)) +- lerna changelog ([236957a](https://github.com/vtex/faststore/commit/236957acca38e56a1fa2c10c83fc528de3f42896)) +# [0.373.0-alpha.3](https://github.com/vtex/faststore/compare/v0.373.0-alpha.2...v0.373.0-alpha.3) (2021-06-25) +**Note:** Version bump only for package openstore # [0.373.0-alpha.2](https://github.com/vtex/faststore/compare/v0.373.0-alpha.1...v0.373.0-alpha.2) (2021-06-25) diff --git a/README.md b/README.md index 770b1a9dec..5c2c91c9df 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,25 @@ - Performance: Keep yourself calm. We use strict budgets to ensure our libs are always light and fast. - Stability: Generate your pages ahead by using a Jamstack ready toolkit. - SEO/Analytics: Connect to your favorite analytics provider. -- Freedom: Use our API/SDK/UI components to connect, manage and display your ecommerce in your favorite React framework -(Gatsby, Next.JS, Remix etc) +- Freedom: Use our API/SDK/UI components to connect, manage and display your ecommerce in your favorite React framework + (Gatsby, Next.JS, Remix etc) - Speed: Customize one of our starters to your needs. Do not waste time creating tests, thinking about architecture or infrastructure, it's all taken care of. ## Getting started + [Check out the docs](https://faststore.dev/quickstart) to quickstart from one of our official starters or create your own. ## Official Starters + - [Gatsby](https://github.com/vtex-sites/gatsby.store): Basic starter with a generic store. - [NextJS](https://github.com/vtex-sites/nextjs.store): Basic starter with a generic store. ## Learn + Check out our [Tutorials](https://faststore.dev/tutorials), [How-to Guides](https://faststore.dev/how-to-guides), [API References](https://faststore.dev/reference) and [Conceptual guides](https://faststore.dev/conceptual-guides) to deep dive in the world of building FastStores. ## Release Notes + Follow our monthly release notes at: https://faststore.dev/releases ## Who's using FastStore? @@ -43,6 +47,7 @@ These are the clients running in production with FastStore: - [Carrefour](https://mercado.carrefour.com.br/) ## Contributing + This is still a work in progress, however, if you are also an adventurous person, you can read the code and have some fun! ## Getting help @@ -51,11 +56,12 @@ If you find any issues on the project you would like to report, please create an ## Packages -| Package | Description | Status | -| :--------------------------- | :---------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------: | -| @faststore/ui | Exports basic Store components. Check out our [storybook](https://faststoreui.netlify.app/) | [![npm version](https://badge.fury.io/js/%40faststore%2Fui.svg)](https://badge.fury.io/js/%40faststore%2Fui) [![size minzip](https://badgen.net/bundlephobia/minzip/@faststore/ui)](https://bundlephobia.com/package/@faststore/ui) [![tree shaking](https://badgen.net/bundlephobia/tree-shaking/@faststore/ui)](https://bundlephobia.com/package/@faststore/ui) [![dependency count](https://badgen.net/bundlephobia/dependency-count/@faststore/ui)](https://bundlephobia.com/package/@faststore/ui) | -| @faststore/sdk | Exports basic logic hooks for creating your custom ecommerce | [![npm version](https://badge.fury.io/js/%40faststore%2Fsdk.svg)](https://badge.fury.io/js/%40faststore%2Fsdk) [![size minzip](https://badgen.net/bundlephobia/minzip/@faststore/sdk)](https://bundlephobia.com/package/@faststore/sdk) [![tree shaking](https://badgen.net/bundlephobia/tree-shaking/@faststore/sdk)](https://bundlephobia.com/package/@faststore/sdk) [![tree shaking](https://badgen.net/bundlephobia/dependency-count/@faststore/sdk)](https://bundlephobia.com/package/@faststore/sdk) -| @faststore/api | Connect your site to your ecommerce provider | [![npm version](https://badge.fury.io/js/%40faststore%2Fapi.svg)](https://bundlephobia.com/package/@faststore/api) +| Package | Description | Status | +| :------------- | :------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| @faststore/ui | Exports basic Store components. Check out our [storybook](https://faststoreui.netlify.app/) | [![npm version](https://badge.fury.io/js/%40faststore%2Fui.svg)](https://badge.fury.io/js/%40faststore%2Fui) [![size minzip](https://badgen.net/bundlephobia/minzip/@faststore/ui)](https://bundlephobia.com/package/@faststore/ui) [![tree shaking](https://badgen.net/bundlephobia/tree-shaking/@faststore/ui)](https://bundlephobia.com/package/@faststore/ui) [![dependency count](https://badgen.net/bundlephobia/dependency-count/@faststore/ui)](https://bundlephobia.com/package/@faststore/ui) | +| @faststore/sdk | Exports basic logic hooks for creating your custom ecommerce | [![npm version](https://badge.fury.io/js/%40faststore%2Fsdk.svg)](https://badge.fury.io/js/%40faststore%2Fsdk) [![size minzip](https://badgen.net/bundlephobia/minzip/@faststore/sdk)](https://bundlephobia.com/package/@faststore/sdk) [![tree shaking](https://badgen.net/bundlephobia/tree-shaking/@faststore/sdk)](https://bundlephobia.com/package/@faststore/sdk) [![tree shaking](https://badgen.net/bundlephobia/dependency-count/@faststore/sdk)](https://bundlephobia.com/package/@faststore/sdk) | +| @faststore/api | Connect your site to your ecommerce provider | [![npm version](https://badge.fury.io/js/%40faststore%2Fapi.svg)](https://bundlephobia.com/package/@faststore/api) | ## License + Licensed under the [MIT license](https://github.com/vtex/faststore/blob/master/LICENSE) diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 0bdfc2b412..87d96ff5ce 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -5,1879 +5,974 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## 1.9.4 (2022-06-10) - ### Bug Fixes -* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) - - - - +- codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) ## [1.9.2](https://github.com/vtex/faststore/compare/v1.9.1...v1.9.2) (2022-06-09) **Note:** Version bump only for package docs - - - - ## 1.9.1 (2022-06-09) - ### Reverts -* Revert "fix: tailwind config on docs (#1345)" (#1351) ([8ffab61](https://github.com/vtex/faststore/commit/8ffab6177d9713dfbd18bf205d16bb0c45db647a)), closes [#1345](https://github.com/vtex/faststore/issues/1345) [#1351](https://github.com/vtex/faststore/issues/1351) - - - - +- Revert "fix: tailwind config on docs (#1345)" (#1351) ([8ffab61](https://github.com/vtex/faststore/commit/8ffab6177d9713dfbd18bf205d16bb0c45db647a)), closes [#1345](https://github.com/vtex/faststore/issues/1345) [#1351](https://github.com/vtex/faststore/issues/1351) ## [1.8.52](https://github.com/vtex/faststore/compare/v1.8.51...v1.8.52) (2022-06-03) **Note:** Version bump only for package docs - - - - ## 1.8.51 (2022-06-03) - ### Features -* **UI:** Add Hero component ([#1336](https://github.com/vtex/faststore/issues/1336)) ([767c0cd](https://github.com/vtex/faststore/commit/767c0cdc5eaf6bd56020d64fd7718b1379c09390)) - - - - +- **UI:** Add Hero component ([#1336](https://github.com/vtex/faststore/issues/1336)) ([767c0cd](https://github.com/vtex/faststore/commit/767c0cdc5eaf6bd56020d64fd7718b1379c09390)) ## [1.8.50](https://github.com/vtex/faststore/compare/v1.8.49...v1.8.50) (2022-06-02) **Note:** Version bump only for package docs - - - - ## 1.8.49 (2022-05-31) - ### Bug Fixes -* remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33)) - - - - +- remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33)) ## [1.8.48](https://github.com/vtex/faststore/compare/v1.8.47...v1.8.48) (2022-05-30) **Note:** Version bump only for package docs - - - - ## 1.8.46 (2022-05-30) - ### Features -* using cache ([#1330](https://github.com/vtex/faststore/issues/1330)) ([6f8a7a4](https://github.com/vtex/faststore/commit/6f8a7a4a593f7e82586d7e3d48f5254e011b8df6)) - - - - +- using cache ([#1330](https://github.com/vtex/faststore/issues/1330)) ([6f8a7a4](https://github.com/vtex/faststore/commit/6f8a7a4a593f7e82586d7e3d48f5254e011b8df6)) ## 1.8.45 (2022-05-30) **Note:** Version bump only for package docs - - - - ## [1.8.44](https://github.com/vtex/faststore/compare/v1.8.43...v1.8.44) (2022-05-30) **Note:** Version bump only for package docs - - - - ## [1.8.43](https://github.com/vtex/faststore/compare/v1.8.42...v1.8.43) (2022-05-30) **Note:** Version bump only for package docs - - - - ## 1.8.42 (2022-05-30) - ### Bug Fixes -* github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b)) - - - - +- github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b)) ## 1.8.41 (2022-05-30) **Note:** Version bump only for package docs - - - - ## 1.8.40 (2022-05-30) - ### Bug Fixes -* Cart item with additionalProperty ([#1325](https://github.com/vtex/faststore/issues/1325)) ([8fa6aa1](https://github.com/vtex/faststore/commit/8fa6aa1a88d3e3702a017e581cbcff4281c47f4f)) - - - - +- Cart item with additionalProperty ([#1325](https://github.com/vtex/faststore/issues/1325)) ([8fa6aa1](https://github.com/vtex/faststore/commit/8fa6aa1a88d3e3702a017e581cbcff4281c47f4f)) ## 1.8.39 (2022-05-27) **Note:** Version bump only for package docs - - - - ## 1.8.38 (2022-05-27) **Note:** Version bump only for package docs - - - - ## 1.8.37 (2022-05-27) - ### Bug Fixes -* Increase NodeJS version ([#1323](https://github.com/vtex/faststore/issues/1323)) ([3a6fbe7](https://github.com/vtex/faststore/commit/3a6fbe7c230b7056582c783464bfb45cc5717bed)) - - - - +- Increase NodeJS version ([#1323](https://github.com/vtex/faststore/issues/1323)) ([3a6fbe7](https://github.com/vtex/faststore/commit/3a6fbe7c230b7056582c783464bfb45cc5717bed)) ## 1.8.36 (2022-05-26) - ### Bug Fixes -* Top searches ([#1321](https://github.com/vtex/faststore/issues/1321)) ([e2ab99d](https://github.com/vtex/faststore/commit/e2ab99d4f443e013f3fd024fc83bb612fcb27f41)) +- Top searches ([#1321](https://github.com/vtex/faststore/issues/1321)) ([e2ab99d](https://github.com/vtex/faststore/commit/e2ab99d4f443e013f3fd024fc83bb612fcb27f41)) +## 1.8.35 (2022-05-26) +### Features +- Add OutOfStock component ([#1314](https://github.com/vtex/faststore/issues/1314)) ([37eac86](https://github.com/vtex/faststore/commit/37eac86ede448ef68aef426f65f2d224694b2cfc)) +## 1.8.34 (2022-05-25) -## 1.8.35 (2022-05-26) +**Note:** Version bump only for package docs +## 1.8.33 (2022-05-24) ### Features -* Add OutOfStock component ([#1314](https://github.com/vtex/faststore/issues/1314)) ([37eac86](https://github.com/vtex/faststore/commit/37eac86ede448ef68aef426f65f2d224694b2cfc)) +- useStorage update onFocus ([#1316](https://github.com/vtex/faststore/issues/1316)) ([c9874d4](https://github.com/vtex/faststore/commit/c9874d46a16a09159e6e1bd4da4e61ec25bd62d2)) +## 1.8.32 (2022-05-23) +**Note:** Version bump only for package docs +## 1.8.31 (2022-05-20) +**Note:** Version bump only for package docs -## 1.8.34 (2022-05-25) +## 1.8.30 (2022-05-20) **Note:** Version bump only for package docs +## 1.8.29 (2022-05-19) +**Note:** Version bump only for package docs +## 1.8.28 (2022-05-19) +**Note:** Version bump only for package docs -## 1.8.33 (2022-05-24) +## 1.8.27 (2022-05-19) +**Note:** Version bump only for package docs -### Features +## 1.8.26 (2022-05-18) -* useStorage update onFocus ([#1316](https://github.com/vtex/faststore/issues/1316)) ([c9874d4](https://github.com/vtex/faststore/commit/c9874d46a16a09159e6e1bd4da4e61ec25bd62d2)) +**Note:** Version bump only for package docs +## 1.8.25 (2022-05-18) +**Note:** Version bump only for package docs +## 1.8.24 (2022-05-18) +### Bug Fixes -## 1.8.32 (2022-05-23) +- Breadcrumb broken links ([#1306](https://github.com/vtex/faststore/issues/1306)) ([e1d74d4](https://github.com/vtex/faststore/commit/e1d74d49dc3f7cf90caa80e480a01346934c0d43)) -**Note:** Version bump only for package docs +## 1.8.23 (2022-05-17) +### Features +- Sync Cart with Checkout ([#1299](https://github.com/vtex/faststore/issues/1299)) ([62e8f56](https://github.com/vtex/faststore/commit/62e8f56b31c6bb6cf7260749a90ebef8aba9982b)) +## 1.8.22 (2022-05-17) +**Note:** Version bump only for package docs -## 1.8.31 (2022-05-20) +## 1.8.21 (2022-05-16) **Note:** Version bump only for package docs +## 1.8.20 (2022-05-16) +**Note:** Version bump only for package docs +## 1.8.19 (2022-05-14) +**Note:** Version bump only for package docs -## 1.8.30 (2022-05-20) +## 1.8.18 (2022-05-14) **Note:** Version bump only for package docs +## 1.8.17 (2022-05-13) +### Features +- **UI:** Add `ProductCard` component ([#1272](https://github.com/vtex/faststore/issues/1272)) ([ea62210](https://github.com/vtex/faststore/commit/ea6221080da8b3538551f7a77df61a14d8de297d)) - -## 1.8.29 (2022-05-19) +## 1.8.16 (2022-05-13) **Note:** Version bump only for package docs +## 1.8.15 (2022-05-13) +**Note:** Version bump only for package docs +## 1.8.14 (2022-05-13) +**Note:** Version bump only for package docs -## 1.8.28 (2022-05-19) +## 1.8.13 (2022-05-13) **Note:** Version bump only for package docs +## 1.8.12 (2022-05-12) +**Note:** Version bump only for package docs +## 1.8.11 (2022-05-12) +**Note:** Version bump only for package docs -## 1.8.27 (2022-05-19) +## 1.8.10 (2022-05-12) **Note:** Version bump only for package docs +## 1.8.9 (2022-05-12) +**Note:** Version bump only for package docs +## 1.8.8 (2022-05-11) +**Note:** Version bump only for package docs -## 1.8.26 (2022-05-18) +## 1.8.7 (2022-05-11) **Note:** Version bump only for package docs +## 1.8.6 (2022-05-10) +**Note:** Version bump only for package docs +## 1.8.5 (2022-05-10) +**Note:** Version bump only for package docs -## 1.8.25 (2022-05-18) +## 1.8.4 (2022-05-10) **Note:** Version bump only for package docs +## [1.8.3](https://github.com/vtex/faststore/compare/v1.8.2...v1.8.3) (2022-05-10) +**Note:** Version bump only for package docs +## 1.8.2 (2022-05-09) +**Note:** Version bump only for package docs -## 1.8.24 (2022-05-18) +## 1.8.1 (2022-05-09) +**Note:** Version bump only for package docs -### Bug Fixes +## 1.7.55 (2022-05-06) -* Breadcrumb broken links ([#1306](https://github.com/vtex/faststore/issues/1306)) ([e1d74d4](https://github.com/vtex/faststore/commit/e1d74d49dc3f7cf90caa80e480a01346934c0d43)) +**Note:** Version bump only for package docs +## 1.7.54 (2022-05-06) +**Note:** Version bump only for package docs +## 1.7.53 (2022-05-06) +### Bug Fixes -## 1.8.23 (2022-05-17) +- suggestions api url ([#1273](https://github.com/vtex/faststore/issues/1273)) ([6f8a961](https://github.com/vtex/faststore/commit/6f8a9613e4627f91815e669a007ec4ff4c54ffe5)) +## 1.7.52 (2022-05-06) -### Features +### Bug Fixes -* Sync Cart with Checkout ([#1299](https://github.com/vtex/faststore/issues/1299)) ([62e8f56](https://github.com/vtex/faststore/commit/62e8f56b31c6bb6cf7260749a90ebef8aba9982b)) +- Release workflow ([#1271](https://github.com/vtex/faststore/issues/1271)) ([3b995a8](https://github.com/vtex/faststore/commit/3b995a82c956c13c4d6f9453ac4f44195c5ef543)) +## 1.7.51 (2022-05-03) +**Note:** Version bump only for package docs +## 1.7.50 (2022-05-03) +**Note:** Version bump only for package docs -## 1.8.22 (2022-05-17) +## 1.7.49 (2022-05-02) **Note:** Version bump only for package docs +## 1.7.48 (2022-04-29) +**Note:** Version bump only for package docs +## 1.7.47 (2022-04-29) +**Note:** Version bump only for package docs -## 1.8.21 (2022-05-16) +## 1.7.46 (2022-04-29) **Note:** Version bump only for package docs +## 1.7.45 (2022-04-29) +**Note:** Version bump only for package docs +## 1.7.44 (2022-04-28) +**Note:** Version bump only for package docs -## 1.8.20 (2022-05-16) +## 1.7.43 (2022-04-28) -**Note:** Version bump only for package docs +### Bug Fixes +- api schema ([#1254](https://github.com/vtex/faststore/issues/1254)) ([c901b3d](https://github.com/vtex/faststore/commit/c901b3db8e002558e14101339c817ca87db8f949)) +## 1.7.42 (2022-04-28) +### Features +- search suggestions ([#1198](https://github.com/vtex/faststore/issues/1198)) ([2b19413](https://github.com/vtex/faststore/commit/2b19413dd11249e4d967ac1c4c1aabdc3a8ec1bf)) -## 1.8.19 (2022-05-14) +## 1.7.41 (2022-04-27) **Note:** Version bump only for package docs +## 1.7.40 (2022-04-27) +**Note:** Version bump only for package docs +## 1.7.39 (2022-04-27) +**Note:** Version bump only for package docs -## 1.8.18 (2022-05-14) +## 1.7.38 (2022-04-27) **Note:** Version bump only for package docs +## 1.7.37 (2022-04-27) +**Note:** Version bump only for package docs +## 1.7.36 (2022-04-27) +### Bug Fixes -## 1.8.17 (2022-05-13) +- **api:** Remove circular dependencies ([#1243](https://github.com/vtex/faststore/issues/1243)) ([e988621](https://github.com/vtex/faststore/commit/e988621c77b946e397ecc33b82be65b04fa119ec)) +## 1.7.35 (2022-04-26) -### Features +**Note:** Version bump only for package docs -* **UI:** Add `ProductCard` component ([#1272](https://github.com/vtex/faststore/issues/1272)) ([ea62210](https://github.com/vtex/faststore/commit/ea6221080da8b3538551f7a77df61a14d8de297d)) +## 1.7.34 (2022-04-25) +**Note:** Version bump only for package docs +## 1.7.33 (2022-04-25) +### Bug Fixes +- **api:** SearchResult send events ([#1242](https://github.com/vtex/faststore/issues/1242)) ([9cc7cc4](https://github.com/vtex/faststore/commit/9cc7cc4d55802ef0dc75e22d58c46da899674555)) -## 1.8.16 (2022-05-13) +## 1.7.32 (2022-04-23) **Note:** Version bump only for package docs +## 1.7.31 (2022-04-22) +**Note:** Version bump only for package docs - - -## 1.8.15 (2022-05-13) +## 1.7.30 (2022-04-22) **Note:** Version bump only for package docs +## 1.7.29 (2022-04-22) +**Note:** Version bump only for package docs +## 1.7.28 (2022-04-20) +**Note:** Version bump only for package docs -## 1.8.14 (2022-05-13) +## 1.7.27 (2022-04-20) **Note:** Version bump only for package docs +## 1.7.26 (2022-04-19) +### Reverts +- Revert "feat: Add url to events (#1174)" (#1228) ([67ec438](https://github.com/vtex/faststore/commit/67ec4386b876a4de08bfd96df5147efa958d5496)), closes [#1174](https://github.com/vtex/faststore/issues/1174) [#1228](https://github.com/vtex/faststore/issues/1228) - -## 1.8.13 (2022-05-13) +## 1.7.25 (2022-04-19) **Note:** Version bump only for package docs +## 1.7.24 (2022-04-18) + +**Note:** Version bump only for package docs +## 1.7.23 (2022-04-18) +### Features +- Add url to events ([#1174](https://github.com/vtex/faststore/issues/1174)) ([0e2befe](https://github.com/vtex/faststore/commit/0e2befe3cb5dc99521a470c4096e31237b93a9c0)) -## 1.8.12 (2022-05-12) +## 1.7.22 (2022-04-13) **Note:** Version bump only for package docs +## 1.7.21 (2022-04-12) +### Features +- AggregateRating (Stars) molecule ([#1037](https://github.com/vtex/faststore/issues/1037)) ([23f2fad](https://github.com/vtex/faststore/commit/23f2fad6fd4d58ea369a54a0b6600207016be17e)) - -## 1.8.11 (2022-05-12) +## 1.7.20 (2022-04-11) **Note:** Version bump only for package docs +## 1.7.19 (2022-04-09) +**Note:** Version bump only for package docs - - -## 1.8.10 (2022-05-12) +## 1.7.18 (2022-04-08) **Note:** Version bump only for package docs +## 1.7.17 (2022-04-08) +**Note:** Version bump only for package docs +## 1.7.16 (2022-04-07) +**Note:** Version bump only for package docs -## 1.8.9 (2022-05-12) +## 1.7.15 (2022-04-07) **Note:** Version bump only for package docs +## 1.7.14 (2022-04-07) +### Bug Fixes +- Uses catalog slugify ([#1214](https://github.com/vtex/faststore/issues/1214)) ([0b38efc](https://github.com/vtex/faststore/commit/0b38efc96ecab8920cf15f01c29e7f9d5becba3d)) - -## 1.8.8 (2022-05-11) +## 1.7.13 (2022-04-07) **Note:** Version bump only for package docs +## 1.7.12 (2022-04-06) +**Note:** Version bump only for package docs - - -## 1.8.7 (2022-05-11) +## 1.7.11 (2022-04-06) **Note:** Version bump only for package docs +## 1.7.10 (2022-04-05) +**Note:** Version bump only for package docs +## 1.7.9 (2022-04-05) +**Note:** Version bump only for package docs -## 1.8.6 (2022-05-10) +## 1.7.8 (2022-04-05) **Note:** Version bump only for package docs +## 1.7.7 (2022-04-05) +**Note:** Version bump only for package docs +## 1.7.6 (2022-04-05) +**Note:** Version bump only for package docs -## 1.8.5 (2022-05-10) +## 1.7.5 (2022-04-04) **Note:** Version bump only for package docs +## 1.7.4 (2022-04-01) +### Bug Fixes +- release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780)) - -## 1.8.4 (2022-05-10) +## 1.7.3 (2022-04-01) **Note:** Version bump only for package docs +## 1.7.2 (2022-04-01) +**Note:** Version bump only for package docs +## 1.7.1 (2022-04-01) +**Note:** Version bump only for package docs -## [1.8.3](https://github.com/vtex/faststore/compare/v1.8.2...v1.8.3) (2022-05-10) +## 1.6.29 (2022-03-31) -**Note:** Version bump only for package docs +### Bug Fixes +- fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984)) +## 1.6.28 (2022-03-31) +### Bug Fixes +- fix dropdown menu position with scroll ([#1199](https://github.com/vtex/faststore/issues/1199)) ([98a228e](https://github.com/vtex/faststore/commit/98a228e364ed26e480936406c1988026f9ebaffc)) -## 1.8.2 (2022-05-09) +## 1.6.27 (2022-03-31) **Note:** Version bump only for package docs +## 1.6.26 (2022-03-31) +### Features +- **api:** Handle channel as facet for search and product queries ([#1197](https://github.com/vtex/faststore/issues/1197)) ([00556b1](https://github.com/vtex/faststore/commit/00556b199a48617ff89b1a6b951a0c958f5aa018)) - -## 1.8.1 (2022-05-09) +## 1.6.25 (2022-03-29) **Note:** Version bump only for package docs +## 1.6.24 (2022-03-29) +### Bug Fixes +- fix dropdown click bug ([#1196](https://github.com/vtex/faststore/issues/1196)) ([55202ea](https://github.com/vtex/faststore/commit/55202ead64933b71688ac7399211cc2f086596f2)) +## 1.6.23 (2022-03-28) -## 1.7.55 (2022-05-06) - -**Note:** Version bump only for package docs +### Bug Fixes +- fix breadcrumb component bug ([#1193](https://github.com/vtex/faststore/issues/1193)) ([f36ba81](https://github.com/vtex/faststore/commit/f36ba814ed679523d8c1f030c31a086a9e5bb190)) +## 1.6.22 (2022-03-25) +### Features +- **sdk:** Improve useStorage and Optimistic revalidate effect ([#1186](https://github.com/vtex/faststore/issues/1186)) ([08c616b](https://github.com/vtex/faststore/commit/08c616be4c6bc5a215da7ab0c37ff2731aa09f9a)) -## 1.7.54 (2022-05-06) +## 1.6.21 (2022-03-25) **Note:** Version bump only for package docs +## 1.6.20 (2022-03-24) +### Bug Fixes +- fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36)) +## 1.6.19 (2022-03-24) -## 1.7.53 (2022-05-06) +### Features +- Add exports to dropdown ([#1188](https://github.com/vtex/faststore/issues/1188)) ([f24359a](https://github.com/vtex/faststore/commit/f24359a34439e0ec8d3069483c31a6f62fa6535d)) -### Bug Fixes +## 1.6.18 (2022-03-24) -* suggestions api url ([#1273](https://github.com/vtex/faststore/issues/1273)) ([6f8a961](https://github.com/vtex/faststore/commit/6f8a9613e4627f91815e669a007ec4ff4c54ffe5)) +### Features +- **api:** Add session mutation ([#1176](https://github.com/vtex/faststore/issues/1176)) ([0306167](https://github.com/vtex/faststore/commit/030616739cc62d9b5aa55cdf532ee6dea0bd793c)) +## 1.6.17 (2022-03-23) +### Features +- **UI:** Add dropdown component ([#1178](https://github.com/vtex/faststore/issues/1178)) ([e5153a6](https://github.com/vtex/faststore/commit/e5153a674c37bd2a8b4c65ae6f56eb5cabaf3fc8)) -## 1.7.52 (2022-05-06) +## 1.6.16 (2022-03-23) + +**Note:** Version bump only for package docs +## 1.6.15 (2022-03-22) ### Bug Fixes -* Release workflow ([#1271](https://github.com/vtex/faststore/issues/1271)) ([3b995a8](https://github.com/vtex/faststore/commit/3b995a82c956c13c4d6f9453ac4f44195c5ef543)) +- Fix some typos ([#1183](https://github.com/vtex/faststore/issues/1183)) ([97fffb0](https://github.com/vtex/faststore/commit/97fffb02d9cc72f07926bc1a9bc684a99d623765)) +## 1.6.14 (2022-03-21) +**Note:** Version bump only for package docs +## 1.6.13 (2022-03-18) +**Note:** Version bump only for package docs -## 1.7.51 (2022-05-03) +## 1.6.12 (2022-03-18) **Note:** Version bump only for package docs +## 1.6.11 (2022-03-17) +**Note:** Version bump only for package docs +## 1.6.10 (2022-03-16) +**Note:** Version bump only for package docs -## 1.7.50 (2022-05-03) +## 1.6.9 (2022-03-16) **Note:** Version bump only for package docs +## 1.6.8 (2022-03-15) +### Features +- Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7)) - -## 1.7.49 (2022-05-02) +## 1.6.7 (2022-03-14) **Note:** Version bump only for package docs +## 1.6.6 (2022-03-14) +**Note:** Version bump only for package docs +## 1.6.5 (2022-03-10) +**Note:** Version bump only for package docs -## 1.7.48 (2022-04-29) +## 1.6.4 (2022-03-10) **Note:** Version bump only for package docs +## 1.6.3 (2022-03-04) +**Note:** Version bump only for package docs +## 1.6.2 (2022-03-04) +**Note:** Version bump only for package docs -## 1.7.47 (2022-04-29) +## 1.6.1 (2022-03-04) **Note:** Version bump only for package docs +## 1.5.20 (2022-02-25) +### Bug Fixes +- Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62)) - -## 1.7.46 (2022-04-29) +## 1.5.19 (2022-02-24) **Note:** Version bump only for package docs +## 1.5.18 (2022-02-23) +### Bug Fixes +- **ui:** Use valid HTML for the Breadcrumb's divider ([#1143](https://github.com/vtex/faststore/issues/1143)) ([b40c3b1](https://github.com/vtex/faststore/commit/b40c3b1405e6aa9a0f2006de9f37a903e40a2103)) +## 1.5.17 (2022-02-22) -## 1.7.45 (2022-04-29) - -**Note:** Version bump only for package docs - +### Features +- Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780)) +## 1.5.16 (2022-02-22) +**Note:** Version bump only for package docs -## 1.7.44 (2022-04-28) +## 1.5.15 (2022-02-22) **Note:** Version bump only for package docs +## 1.5.14 (2022-02-22) +### Features +- Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580)) +## 1.5.13 (2022-02-22) -## 1.7.43 (2022-04-28) - +### Features -### Bug Fixes +- Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124)) -* api schema ([#1254](https://github.com/vtex/faststore/issues/1254)) ([c901b3d](https://github.com/vtex/faststore/commit/c901b3db8e002558e14101339c817ca87db8f949)) +## 1.5.12 (2022-02-21) +### Bug Fixes +- allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141)) +## 1.5.11 (2022-02-18) +### Bug Fixes -## 1.7.42 (2022-04-28) +- **gatsby-plugin-nginx:** remove trailing slash from incoming requests ([#1145](https://github.com/vtex/faststore/issues/1145)) ([db6f1e1](https://github.com/vtex/faststore/commit/db6f1e173ec43747bf9cfa244b81d86db8a25ce3)) +## 1.5.10 (2022-02-17) ### Features -* search suggestions ([#1198](https://github.com/vtex/faststore/issues/1198)) ([2b19413](https://github.com/vtex/faststore/commit/2b19413dd11249e4d967ac1c4c1aabdc3a8ec1bf)) - +- **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c)) - - - -## 1.7.41 (2022-04-27) +## 1.5.9 (2022-02-16) **Note:** Version bump only for package docs +## 1.5.8 (2022-02-15) +### Bug Fixes +- **api:** PDP and PLP breadcrumb list item's URL paths ([#1148](https://github.com/vtex/faststore/issues/1148)) ([ea1790a](https://github.com/vtex/faststore/commit/ea1790a0069b5e19f656d7df0051f391c3c3c611)) - -## 1.7.40 (2022-04-27) +## 1.5.7 (2022-02-15) **Note:** Version bump only for package docs +## 1.5.6 (2022-02-15) +### Features +- Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8)) - -## 1.7.39 (2022-04-27) +## 1.5.5 (2022-02-09) **Note:** Version bump only for package docs +## 1.5.4 (2022-02-09) +**Note:** Version bump only for package docs +## 1.5.3 (2022-02-07) +**Note:** Version bump only for package docs -## 1.7.38 (2022-04-27) +## 1.5.2 (2022-02-04) **Note:** Version bump only for package docs +## 1.5.1 (2022-02-04) +**Note:** Version bump only for package docs +## 1.4.27 (2022-02-03) +**Note:** Version bump only for package docs -## 1.7.37 (2022-04-27) +## 1.4.26 (2022-02-02) **Note:** Version bump only for package docs +## 1.4.25 (2022-02-02) +**Note:** Version bump only for package docs +## 1.4.24 (2022-02-02) +**Note:** Version bump only for package docs -## 1.7.36 (2022-04-27) - +## 1.4.23 (2022-02-01) ### Bug Fixes -* **api:** Remove circular dependencies ([#1243](https://github.com/vtex/faststore/issues/1243)) ([e988621](https://github.com/vtex/faststore/commit/e988621c77b946e397ecc33b82be65b04fa119ec)) - - +- unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f)) +## 1.4.22 (2022-01-26) +**Note:** Version bump only for package docs -## 1.7.35 (2022-04-26) +## 1.4.21 (2022-01-26) **Note:** Version bump only for package docs +## 1.4.20 (2022-01-26) +**Note:** Version bump only for package docs +## 1.4.19 (2022-01-24) +**Note:** Version bump only for package docs -## 1.7.34 (2022-04-25) +## 1.4.18 (2022-01-17) **Note:** Version bump only for package docs +## 1.4.17 (2022-01-13) +### Bug Fixes +- replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8)) +## 1.4.16 (2022-01-11) -## 1.7.33 (2022-04-25) +**Note:** Version bump only for package docs +## 1.4.15 (2022-01-11) ### Bug Fixes -* **api:** SearchResult send events ([#1242](https://github.com/vtex/faststore/issues/1242)) ([9cc7cc4](https://github.com/vtex/faststore/commit/9cc7cc4d55802ef0dc75e22d58c46da899674555)) - +- **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5)) +## 1.4.14 (2022-01-07) +### Features +- add item generics to analytics types for easy customization ([#1101](https://github.com/vtex/faststore/issues/1101)) ([51e9d96](https://github.com/vtex/faststore/commit/51e9d96b82062113a96a95159963ff85a22086fc)) -## 1.7.32 (2022-04-23) +## 1.4.13 (2022-01-07) **Note:** Version bump only for package docs +## 1.4.12 (2022-01-07) +**Note:** Version bump only for package docs +## 1.4.11 (2022-01-06) +**Note:** Version bump only for package docs -## 1.7.31 (2022-04-22) +## 1.4.10 (2022-01-06) -**Note:** Version bump only for package docs +### Bug Fixes +- **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448)) +## 1.4.9 (2022-01-06) +### Features +- add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2)) -## 1.7.30 (2022-04-22) +## 1.4.8 (2022-01-05) **Note:** Version bump only for package docs +## 1.4.7 (2022-01-05) +### Bug Fixes +- fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2)) - -## 1.7.29 (2022-04-22) +## 1.4.6 (2022-01-05) **Note:** Version bump only for package docs +## 1.4.5 (2022-01-04) +**Note:** Version bump only for package docs +## 1.4.4 (2022-01-04) +### Bug Fixes -## 1.7.28 (2022-04-20) +- adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f)) -**Note:** Version bump only for package docs +## 1.4.3 (2022-01-03) +**Note:** Version bump only for package docs +## 1.4.2 (2022-01-03) +### Bug Fixes +- **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d)) -## 1.7.27 (2022-04-20) +## 1.4.1 (2022-01-03) **Note:** Version bump only for package docs +## 1.3.46 (2021-12-23) +**Note:** Version bump only for package docs +## 1.3.45 (2021-12-21) +**Note:** Version bump only for package docs -## 1.7.26 (2022-04-19) - - -### Reverts - -* Revert "feat: Add url to events (#1174)" (#1228) ([67ec438](https://github.com/vtex/faststore/commit/67ec4386b876a4de08bfd96df5147efa958d5496)), closes [#1174](https://github.com/vtex/faststore/issues/1174) [#1228](https://github.com/vtex/faststore/issues/1228) +## 1.3.44 (2021-12-21) +**Note:** Version bump only for package docs +## 1.3.43 (2021-12-20) +### Features +- QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2)) -## 1.7.25 (2022-04-19) +## 1.3.42 (2021-12-20) **Note:** Version bump only for package docs +## 1.3.41 (2021-12-20) +### Features +- **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da)) +## 1.3.40 (2021-12-18) -## 1.7.24 (2022-04-18) - -**Note:** Version bump only for package docs +### Features +- **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f)) +## 1.3.39 (2021-12-17) +**Note:** Version bump only for package docs +## 1.3.38 (2021-12-16) -## 1.7.23 (2022-04-18) +**Note:** Version bump only for package docs +## 1.3.37 (2021-12-15) ### Features -* Add url to events ([#1174](https://github.com/vtex/faststore/issues/1174)) ([0e2befe](https://github.com/vtex/faststore/commit/0e2befe3cb5dc99521a470c4096e31237b93a9c0)) - +- **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df)) +## 1.3.36 (2021-12-15) +### Bug Fixes +- expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af)) -## 1.7.22 (2022-04-13) +## 1.3.35 (2021-12-14) **Note:** Version bump only for package docs +## 1.3.34 (2021-12-11) +### Bug Fixes +- **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5)) +## 1.3.33 (2021-12-10) -## 1.7.21 (2022-04-12) +**Note:** Version bump only for package docs +## 1.3.32 (2021-12-10) -### Features +**Note:** Version bump only for package docs -* AggregateRating (Stars) molecule ([#1037](https://github.com/vtex/faststore/issues/1037)) ([23f2fad](https://github.com/vtex/faststore/commit/23f2fad6fd4d58ea369a54a0b6600207016be17e)) - - - - - -## 1.7.20 (2022-04-11) - -**Note:** Version bump only for package docs - - - - - -## 1.7.19 (2022-04-09) - -**Note:** Version bump only for package docs - - - - - -## 1.7.18 (2022-04-08) - -**Note:** Version bump only for package docs - - - - - -## 1.7.17 (2022-04-08) - -**Note:** Version bump only for package docs - - - - - -## 1.7.16 (2022-04-07) - -**Note:** Version bump only for package docs - - - - - -## 1.7.15 (2022-04-07) - -**Note:** Version bump only for package docs - - - - - -## 1.7.14 (2022-04-07) - - -### Bug Fixes - -* Uses catalog slugify ([#1214](https://github.com/vtex/faststore/issues/1214)) ([0b38efc](https://github.com/vtex/faststore/commit/0b38efc96ecab8920cf15f01c29e7f9d5becba3d)) - - - - - -## 1.7.13 (2022-04-07) - -**Note:** Version bump only for package docs - - - - - -## 1.7.12 (2022-04-06) - -**Note:** Version bump only for package docs - - - - - -## 1.7.11 (2022-04-06) - -**Note:** Version bump only for package docs - - - - - -## 1.7.10 (2022-04-05) - -**Note:** Version bump only for package docs - - - - - -## 1.7.9 (2022-04-05) - -**Note:** Version bump only for package docs - - - - - -## 1.7.8 (2022-04-05) - -**Note:** Version bump only for package docs - - - - - -## 1.7.7 (2022-04-05) - -**Note:** Version bump only for package docs - - - - - -## 1.7.6 (2022-04-05) - -**Note:** Version bump only for package docs - - - - - -## 1.7.5 (2022-04-04) - -**Note:** Version bump only for package docs - - - - - -## 1.7.4 (2022-04-01) - - -### Bug Fixes - -* release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780)) - - - - - -## 1.7.3 (2022-04-01) - -**Note:** Version bump only for package docs - - - - - -## 1.7.2 (2022-04-01) - -**Note:** Version bump only for package docs - - - - - -## 1.7.1 (2022-04-01) - -**Note:** Version bump only for package docs - - - - - -## 1.6.29 (2022-03-31) - - -### Bug Fixes - -* fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984)) - - - - - -## 1.6.28 (2022-03-31) - - -### Bug Fixes - -* fix dropdown menu position with scroll ([#1199](https://github.com/vtex/faststore/issues/1199)) ([98a228e](https://github.com/vtex/faststore/commit/98a228e364ed26e480936406c1988026f9ebaffc)) - - - - - -## 1.6.27 (2022-03-31) - -**Note:** Version bump only for package docs - - - - - -## 1.6.26 (2022-03-31) - - -### Features - -* **api:** Handle channel as facet for search and product queries ([#1197](https://github.com/vtex/faststore/issues/1197)) ([00556b1](https://github.com/vtex/faststore/commit/00556b199a48617ff89b1a6b951a0c958f5aa018)) - - - - - -## 1.6.25 (2022-03-29) - -**Note:** Version bump only for package docs - - - - - -## 1.6.24 (2022-03-29) - - -### Bug Fixes - -* fix dropdown click bug ([#1196](https://github.com/vtex/faststore/issues/1196)) ([55202ea](https://github.com/vtex/faststore/commit/55202ead64933b71688ac7399211cc2f086596f2)) - - - - - -## 1.6.23 (2022-03-28) - - -### Bug Fixes - -* fix breadcrumb component bug ([#1193](https://github.com/vtex/faststore/issues/1193)) ([f36ba81](https://github.com/vtex/faststore/commit/f36ba814ed679523d8c1f030c31a086a9e5bb190)) - - - - - -## 1.6.22 (2022-03-25) - - -### Features - -* **sdk:** Improve useStorage and Optimistic revalidate effect ([#1186](https://github.com/vtex/faststore/issues/1186)) ([08c616b](https://github.com/vtex/faststore/commit/08c616be4c6bc5a215da7ab0c37ff2731aa09f9a)) - - - - - -## 1.6.21 (2022-03-25) - -**Note:** Version bump only for package docs - - - - - -## 1.6.20 (2022-03-24) - - -### Bug Fixes - -* fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36)) - - - - - -## 1.6.19 (2022-03-24) - - -### Features - -* Add exports to dropdown ([#1188](https://github.com/vtex/faststore/issues/1188)) ([f24359a](https://github.com/vtex/faststore/commit/f24359a34439e0ec8d3069483c31a6f62fa6535d)) - - - - - -## 1.6.18 (2022-03-24) - - -### Features - -* **api:** Add session mutation ([#1176](https://github.com/vtex/faststore/issues/1176)) ([0306167](https://github.com/vtex/faststore/commit/030616739cc62d9b5aa55cdf532ee6dea0bd793c)) - - - - - -## 1.6.17 (2022-03-23) - - -### Features - -* **UI:** Add dropdown component ([#1178](https://github.com/vtex/faststore/issues/1178)) ([e5153a6](https://github.com/vtex/faststore/commit/e5153a674c37bd2a8b4c65ae6f56eb5cabaf3fc8)) - - - - - -## 1.6.16 (2022-03-23) - -**Note:** Version bump only for package docs - - - - - -## 1.6.15 (2022-03-22) - - -### Bug Fixes - -* Fix some typos ([#1183](https://github.com/vtex/faststore/issues/1183)) ([97fffb0](https://github.com/vtex/faststore/commit/97fffb02d9cc72f07926bc1a9bc684a99d623765)) - - - - - -## 1.6.14 (2022-03-21) - -**Note:** Version bump only for package docs - - - - - -## 1.6.13 (2022-03-18) - -**Note:** Version bump only for package docs - - - - - -## 1.6.12 (2022-03-18) - -**Note:** Version bump only for package docs - - - - - -## 1.6.11 (2022-03-17) - -**Note:** Version bump only for package docs - - - - - -## 1.6.10 (2022-03-16) - -**Note:** Version bump only for package docs - - - - - -## 1.6.9 (2022-03-16) - -**Note:** Version bump only for package docs - - - - - -## 1.6.8 (2022-03-15) - - -### Features - -* Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7)) - - - - - -## 1.6.7 (2022-03-14) - -**Note:** Version bump only for package docs - - - - - -## 1.6.6 (2022-03-14) - -**Note:** Version bump only for package docs - - - - - -## 1.6.5 (2022-03-10) - -**Note:** Version bump only for package docs - - - - - -## 1.6.4 (2022-03-10) - -**Note:** Version bump only for package docs - - - - - -## 1.6.3 (2022-03-04) - -**Note:** Version bump only for package docs - - - - - -## 1.6.2 (2022-03-04) - -**Note:** Version bump only for package docs - - - - - -## 1.6.1 (2022-03-04) - -**Note:** Version bump only for package docs - - - - - -## 1.5.20 (2022-02-25) - - -### Bug Fixes - -* Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62)) - - - - - -## 1.5.19 (2022-02-24) - -**Note:** Version bump only for package docs - - - - - -## 1.5.18 (2022-02-23) - - -### Bug Fixes - -* **ui:** Use valid HTML for the Breadcrumb's divider ([#1143](https://github.com/vtex/faststore/issues/1143)) ([b40c3b1](https://github.com/vtex/faststore/commit/b40c3b1405e6aa9a0f2006de9f37a903e40a2103)) - - - - - -## 1.5.17 (2022-02-22) - - -### Features - -* Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780)) - - - - - -## 1.5.16 (2022-02-22) - -**Note:** Version bump only for package docs - - - - - -## 1.5.15 (2022-02-22) - -**Note:** Version bump only for package docs - - - - - -## 1.5.14 (2022-02-22) - - -### Features - -* Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580)) - - - - - -## 1.5.13 (2022-02-22) - - -### Features - -* Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124)) - - - - - -## 1.5.12 (2022-02-21) - - -### Bug Fixes - -* allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141)) - - - - - -## 1.5.11 (2022-02-18) - - -### Bug Fixes - -* **gatsby-plugin-nginx:** remove trailing slash from incoming requests ([#1145](https://github.com/vtex/faststore/issues/1145)) ([db6f1e1](https://github.com/vtex/faststore/commit/db6f1e173ec43747bf9cfa244b81d86db8a25ce3)) - - - - - -## 1.5.10 (2022-02-17) - - -### Features - -* **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c)) - - - - - -## 1.5.9 (2022-02-16) - -**Note:** Version bump only for package docs - - - - - -## 1.5.8 (2022-02-15) - - -### Bug Fixes - -* **api:** PDP and PLP breadcrumb list item's URL paths ([#1148](https://github.com/vtex/faststore/issues/1148)) ([ea1790a](https://github.com/vtex/faststore/commit/ea1790a0069b5e19f656d7df0051f391c3c3c611)) - - - - - -## 1.5.7 (2022-02-15) - -**Note:** Version bump only for package docs - - - - - -## 1.5.6 (2022-02-15) - - -### Features - -* Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8)) - - - - - -## 1.5.5 (2022-02-09) - -**Note:** Version bump only for package docs - - - - - -## 1.5.4 (2022-02-09) - -**Note:** Version bump only for package docs - - - - - -## 1.5.3 (2022-02-07) - -**Note:** Version bump only for package docs - - - - - -## 1.5.2 (2022-02-04) - -**Note:** Version bump only for package docs - - - - - -## 1.5.1 (2022-02-04) - -**Note:** Version bump only for package docs - - - - - -## 1.4.27 (2022-02-03) - -**Note:** Version bump only for package docs - - - - - -## 1.4.26 (2022-02-02) - -**Note:** Version bump only for package docs - - - - - -## 1.4.25 (2022-02-02) - -**Note:** Version bump only for package docs - - - - - -## 1.4.24 (2022-02-02) - -**Note:** Version bump only for package docs - - - - - -## 1.4.23 (2022-02-01) - - -### Bug Fixes - -* unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f)) - - - - - -## 1.4.22 (2022-01-26) - -**Note:** Version bump only for package docs - - - - - -## 1.4.21 (2022-01-26) - -**Note:** Version bump only for package docs - - - - - -## 1.4.20 (2022-01-26) - -**Note:** Version bump only for package docs - - - - - -## 1.4.19 (2022-01-24) - -**Note:** Version bump only for package docs - - - - - -## 1.4.18 (2022-01-17) - -**Note:** Version bump only for package docs - - - - - -## 1.4.17 (2022-01-13) - - -### Bug Fixes - -* replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8)) - - - - - -## 1.4.16 (2022-01-11) - -**Note:** Version bump only for package docs - - - - - -## 1.4.15 (2022-01-11) - - -### Bug Fixes - -* **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5)) - - - - - -## 1.4.14 (2022-01-07) - - -### Features - -* add item generics to analytics types for easy customization ([#1101](https://github.com/vtex/faststore/issues/1101)) ([51e9d96](https://github.com/vtex/faststore/commit/51e9d96b82062113a96a95159963ff85a22086fc)) - - - - - -## 1.4.13 (2022-01-07) - -**Note:** Version bump only for package docs - - - - - -## 1.4.12 (2022-01-07) - -**Note:** Version bump only for package docs - - - - - -## 1.4.11 (2022-01-06) - -**Note:** Version bump only for package docs - - - - - -## 1.4.10 (2022-01-06) - - -### Bug Fixes - -* **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448)) - - - - - -## 1.4.9 (2022-01-06) - - -### Features - -* add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2)) - - - - - -## 1.4.8 (2022-01-05) - -**Note:** Version bump only for package docs - - - - - -## 1.4.7 (2022-01-05) - - -### Bug Fixes - -* fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2)) - - - - - -## 1.4.6 (2022-01-05) - -**Note:** Version bump only for package docs - - - - - -## 1.4.5 (2022-01-04) - -**Note:** Version bump only for package docs - - - - - -## 1.4.4 (2022-01-04) - - -### Bug Fixes - -* adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f)) - - - - - -## 1.4.3 (2022-01-03) - -**Note:** Version bump only for package docs - - - - - -## 1.4.2 (2022-01-03) - - -### Bug Fixes - -* **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d)) - - - - - -## 1.4.1 (2022-01-03) - -**Note:** Version bump only for package docs - - - - - -## 1.3.46 (2021-12-23) - -**Note:** Version bump only for package docs - - - - - -## 1.3.45 (2021-12-21) - -**Note:** Version bump only for package docs - - - - - -## 1.3.44 (2021-12-21) - -**Note:** Version bump only for package docs - - - - - -## 1.3.43 (2021-12-20) - - -### Features - -* QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2)) - - - - - -## 1.3.42 (2021-12-20) - -**Note:** Version bump only for package docs - - - - - -## 1.3.41 (2021-12-20) - - -### Features - -* **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da)) - - - - - -## 1.3.40 (2021-12-18) - - -### Features - -* **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f)) - - - - - -## 1.3.39 (2021-12-17) - -**Note:** Version bump only for package docs - - - - - -## 1.3.38 (2021-12-16) - -**Note:** Version bump only for package docs - - - - - -## 1.3.37 (2021-12-15) - - -### Features - -* **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df)) - - - - - -## 1.3.36 (2021-12-15) - - -### Bug Fixes - -* expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af)) - - - - - -## 1.3.35 (2021-12-14) - -**Note:** Version bump only for package docs - - - - - -## 1.3.34 (2021-12-11) - - -### Bug Fixes - -* **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5)) - - - - - -## 1.3.33 (2021-12-10) - -**Note:** Version bump only for package docs - - - - - -## 1.3.32 (2021-12-10) - -**Note:** Version bump only for package docs - - - - - -## 1.3.31 (2021-12-10) +## 1.3.31 (2021-12-10) **Note:** Version bump only for package docs - - - - ## 1.3.30 (2021-12-10) **Note:** Version bump only for package docs - - - - ## 1.3.29 (2021-12-10) **Note:** Version bump only for package docs - - - - ## 1.3.28 (2021-12-10) **Note:** Version bump only for package docs - - - - ## 1.3.27 (2021-12-10) - ### Bug Fixes -* Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c)) - - - - +- Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c)) ## 1.3.26 (2021-12-09) **Note:** Version bump only for package docs - - - - ## 1.3.25 (2021-12-09) **Note:** Version bump only for package docs - - - - ## 1.3.24 (2021-12-09) - ### Bug Fixes -* fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83)) - - - - +- fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83)) ## 1.3.23 (2021-12-09) **Note:** Version bump only for package docs - - - - ## 1.3.22 (2021-12-07) **Note:** Version bump only for package docs - - - - ## 1.3.21 (2021-12-07) - ### Features -* add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23)) +- add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23)) diff --git a/apps/docs/babel.config.js b/apps/docs/babel.config.js index e00595dae7..6752648189 100644 --- a/apps/docs/babel.config.js +++ b/apps/docs/babel.config.js @@ -1,3 +1,3 @@ module.exports = { presets: [require.resolve('@docusaurus/core/lib/babel/preset')], -}; +} diff --git a/apps/docs/blog/2021-07-05-faststore.md b/apps/docs/blog/2021-07-05-faststore.md index bf40ec828e..4d443d84ce 100644 --- a/apps/docs/blog/2021-07-05-faststore.md +++ b/apps/docs/blog/2021-07-05-faststore.md @@ -7,72 +7,68 @@ hide_table_of_contents: false Roll out the welcome mat, team, FastStore Release Notes it's here! 🎉 -We are excited to bring the latest key changes on our platform from last June and make sure you're up-to-date with: +We are excited to bring the latest key changes on our platform from last June and make sure you're up-to-date with: - Features on point - Bugs? Not on my watch! - Improvements to take you to the next level -- Breaking changes +- Breaking changes - Documentation to guide you - And a special thanks to our folks! -Our team has prepared thrilling releases which will brighten your day. Lay back, spread the word and let's check it! 🚀 +Our team has prepared thrilling releases which will brighten your day. Lay back, spread the word and let's check it! 🚀 - ## Features 🚀 -- We've added the **Thumbor plugin** so you can integrate `gatsby-plugin-image` with [thumbor](http://thumbor.org/), make your own smart image handling service and - Thumbor is an open-source image processing service that enables you to process any image on the web.Check out the [documentation](https://github.com/vtex/faststore/blob/master/packages/gatsby-plugin-thumbor/README.md) and get more details on how to use it. +- We've added the **Thumbor plugin** so you can integrate `gatsby-plugin-image` with [thumbor](http://thumbor.org/), make your own smart image handling service and + Thumbor is an open-source image processing service that enables you to process any image on the web.Check out the [documentation](https://github.com/vtex/faststore/blob/master/packages/gatsby-plugin-thumbor/README.md) and get more details on how to use it. - **Renovate preset configuration:** a preset configuration for Renovate app, so stores can use the same configuration source for their Renovate configuration. https://github.com/vtex/faststore/tree/master/packages/renovate-config - - **Price atom:** [#760](https://github.com/vtex/faststore/pull/760): Let's imagine, you want to render some prices, like the following: - ![Screen Shot 2021-06-11 at 11 57 46](https://user-images.githubusercontent.com/8127610/121706732-48d47180-caac-11eb-8d56-80049b60f46f.png) - - With the Price atom, you can now show prices in your storefront. Take a look on the [Price package](https://github.com/vtex/faststore/tree/master/packages/store-ui/src/atoms/Price) - - -- **MDX story:** [#762](https://github.com/vtex/faststore/pull/762): We brought [MDX](https://storybook.js.org/docs/react/writing-docs/mdx), so you can get the best of both worlds: writing documentation with Markdown syntax and embed JSX component blocks on the same document. Check the following example to see how it works: + ![Screen Shot 2021-06-11 at 11 57 46](https://user-images.githubusercontent.com/8127610/121706732-48d47180-caac-11eb-8d56-80049b60f46f.png) + With the Price atom, you can now show prices in your storefront. Take a look on the [Price package](https://github.com/vtex/faststore/tree/master/packages/store-ui/src/atoms/Price) +- **MDX story:** [#762](https://github.com/vtex/faststore/pull/762): We brought [MDX](https://storybook.js.org/docs/react/writing-docs/mdx), so you can get the best of both worlds: writing documentation with Markdown syntax and embed JSX component blocks on the same document. Check the following example to see how it works: - It's an accessible way to collaborate on suggestions or add more information to our components. Easy-peasy, yet powerful! - + It's an accessible way to collaborate on suggestions or add more information to our components. Easy-peasy, yet powerful! ## Bug Fixes 🐛 -- **CI/CD** [#680](https://github.com/vtex/faststore/pull/680): by changing CI/CD it solves two issues on master: building twice the same code and running the CI workflow twice. +- **CI/CD** [#680](https://github.com/vtex/faststore/pull/680): by changing CI/CD it solves two issues on master: building twice the same code and running the CI workflow twice. -- **Source products using Intelligent Search** [#738](https://github.com/vtex/faststore/pull/738): previously, to speed up the search for products, it was possible to paginate the search and search the pages in parallel. However, the API would return duplicate products between pages which caused an unreliable build, where consecutive builds would generate a different amount of pages. To fix this issue, we have Intelligent Search (IS). +- **Source products using Intelligent Search** [#738](https://github.com/vtex/faststore/pull/738): previously, to speed up the search for products, it was possible to paginate the search and search the pages in parallel. However, the API would return duplicate products between pages which caused an unreliable build, where consecutive builds would generate a different amount of pages. To fix this issue, we have Intelligent Search (IS). - **Handle chunkLoadError** [#771](https://github.com/vtex/faststore/pull/771): After an error, if the page got refreshed way too fast or if the file was not available on the server anymore, webpack would throw a ChunkLoadError, and then you would be redirected to the 500 page. This solves the problem by refreshing the page when a `chunkLoadError` happens on the React tree. - **Replace on personalized search redirect** [#780](https://github.com/vtex/faststore/pull/780): -When redirect, use `replace` instead `push` to replace the URL to personalized search. + When redirect, use `replace` instead `push` to replace the URL to personalized search. ## Breaking Changes 💥 - **Storybook** [#776](https://github.com/vtex/faststore/pull/776): we're excited to announce the [Store UI](https://storeui.netlify.app/), a store component library for building your next digital experience. -Make sure to explore it and take a look in [here](https://github.com/vtex/faststore/tree/master/packages/store-ui) to follow the improvements and see how can you contribute. + Make sure to explore it and take a look in [here](https://github.com/vtex/faststore/tree/master/packages/store-ui) to follow the improvements and see how can you contribute. ## Improvements ✔️ + - **`gatsby-plugin-nginx` configurability** [#747](https://github.com/vtex/faststore/pull/747): Now, `gatsby-plugin-nginx` configurability can add custom server block options, add custom http block options, and create redirects with more than one variable. - **React version** [#753](https://github.com/vtex/faststore/pull/753): with this improvement we upgrade it to add support for React 18. -- **CONTRIBUTING.md** [#775](https://github.com/vtex/faststore/pull/775): We've added a bot to include the commands to release the application, so [CONTRIBUTING.md](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD) doesn't need to do this service from now. - +- **CONTRIBUTING.md** [#775](https://github.com/vtex/faststore/pull/775): We've added a bot to include the commands to release the application, so [CONTRIBUTING.md](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD) doesn't need to do this service from now. ## Documentation 📑 + - Move faststore docs to a folder inside Store Framework [#685](https://github.com/vtex/faststore/pull/685) - [documentation](https://github.com/vtex/faststore/blob/master/docs/e2e-testing.md) - Choosing Static Paths [#791](https://github.com/vtex/faststore/pull/791) - [documentation](https://github.com/vtex/faststore/blob/master/docs/static-paths.md) ## Praises ✨ + - [@leomp12](https://github.com/leomp12) - [@cameronbraid](https://github.com/cameronbraid) diff --git a/apps/docs/blog/2021-08-03-faststore.md b/apps/docs/blog/2021-08-03-faststore.md index fd3e8ec4f3..15e6b294c8 100644 --- a/apps/docs/blog/2021-08-03-faststore.md +++ b/apps/docs/blog/2021-08-03-faststore.md @@ -7,49 +7,49 @@ hide_table_of_contents: false Gather around, people! FastStore Release Notes are back for the 2nd edition.🎊 -Before we check out what our first-class team has prepared this past month (I really do mean it), Let's take a moment to praise you. Yes, you! You who is bold enough to be part of this transformation with us. Thank you! +Before we check out what our first-class team has prepared this past month (I really do mean it), Let's take a moment to praise you. Yes, you! You who is bold enough to be part of this transformation with us. Thank you! -Now, shall we started it? 🚀 +Now, shall we started it? 🚀 - ## Features 🚀 -- **CHANGELOG.MD** [#790](https://github.com/vtex/faststore/pull/790): Keep the changelog up-to-date does not need to be a roadblock in your routine. `CHANGELOG.md` is automatically generated from your commit message. For a better way to create an explicit commit history, the commit merge messages need to follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). - For example, if your change is about a **fix**, create a commit with the following message: - ```sh - fix: describe what you are fixing here - ``` - The PR title will become the merge commit message and will be used to generate the changelog. - ![ie-generated-changelog](https://user-images.githubusercontent.com/1753396/123467151-8f56bf80-d5c6-11eb-9bec-acb305b09ac4.png) +- **CHANGELOG.MD** [#790](https://github.com/vtex/faststore/pull/790): Keep the changelog up-to-date does not need to be a roadblock in your routine. `CHANGELOG.md` is automatically generated from your commit message. For a better way to create an explicit commit history, the commit merge messages need to follow the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). + For example, if your change is about a **fix**, create a commit with the following message: -- **Product page incremental builds** [#793](https://github.com/vtex/faststore/pull/793): Sourcing data does not need to be painful and bring problems when using Gatsby's incremental builds. Using `gatsby-graphql-toolkit` for sourcing data and using the declarative Gatsby File System API for declaratively create product pages can solve those issues. + ```sh + fix: describe what you are fixing here + ``` - Also, If you want to refresh the products, run the following command to clear the cache with Gatsby's cache: + The PR title will become the merge commit message and will be used to generate the changelog. + ![ie-generated-changelog](https://user-images.githubusercontent.com/1753396/123467151-8f56bf80-d5c6-11eb-9bec-acb305b09ac4.png) - ```sh - yarn clean +- **Product page incremental builds** [#793](https://github.com/vtex/faststore/pull/793): Sourcing data does not need to be painful and bring problems when using Gatsby's incremental builds. Using `gatsby-graphql-toolkit` for sourcing data and using the declarative Gatsby File System API for declaratively create product pages can solve those issues. - ``` - Do not hesitate to check out the [Gatsby GraphQL Source Toolkit](https://github.com/gatsbyjs/gatsby-graphql-toolkit#gatsby-graphql-source-toolkit) for more information. + Also, If you want to refresh the products, run the following command to clear the cache with Gatsby's cache: -- **Product view - `gatsby-theme-store`** [##803](https://github.com/vtex/faststore/pull/803): We are one step closer to make `gatsby-theme-store` in `gatsby-plugin-store` since now it removes product view from `gatsby-theme-store` and create basic build blocks to drop shadow on product pages. + ```sh + yarn clean + + ``` - Also, to understand better about shadowing, see the [shadowing documentation](https://github.com/vtex/faststore/blob/master/docs/shadowing.md). - + Do not hesitate to check out the [Gatsby GraphQL Source Toolkit](https://github.com/gatsbyjs/gatsby-graphql-toolkit#gatsby-graphql-source-toolkit) for more information. + +- **Product view - `gatsby-theme-store`** [##803](https://github.com/vtex/faststore/pull/803): We are one step closer to make `gatsby-theme-store` in `gatsby-plugin-store` since now it removes product view from `gatsby-theme-store` and create basic build blocks to drop shadow on product pages. + Also, to understand better about shadowing, see the [shadowing documentation](https://github.com/vtex/faststore/blob/master/docs/shadowing.md). ## Bug Fixes 🐛 -- **Using origin vtex** [#797](https://github.com/vtex/faststore/pull/797): No data trust issues around here, folks! To source product changes with the right values, now we use `productOriginVtex` option in search query +- **Using origin vtex** [#797](https://github.com/vtex/faststore/pull/797): No data trust issues around here, folks! To source product changes with the right values, now we use `productOriginVtex` option in search query -- **Page size - `gatsby-source-vtex`** [#799](hhttps://github.com/vtex/faststore/pull/799): Weep no more for 404 errors while fetching products: we fix it! Also `gatsby-source-vtex`adds an option to fetch fewer products for testing purposes. +- **Page size - `gatsby-source-vtex`** [#799](hhttps://github.com/vtex/faststore/pull/799): Weep no more for 404 errors while fetching products: we fix it! Also `gatsby-source-vtex`adds an option to fetch fewer products for testing purposes. - **Zip code persistence throughout the checkout flow**[#802](https://github.com/vtex/faststore/pull/802): Setting the zip code on the order form requires creating a new address for the user. However, for this use case, the `isDIsposable` field should be set to `true`, otherwise the behaviour is not well defined. -- **Missing GraphQL error messages**[#804](https://github.com/vtex/faststore/pull/804): An error like the one below does not say much, right? +- **Missing GraphQL error messages**[#804](https://github.com/vtex/faststore/pull/804): An error like the one below does not say much, right? ![before-error](https://user-images.githubusercontent.com/5691711/124333423-88055800-db6a-11eb-9e5c-f6bfe43a1e8a.png) @@ -79,6 +79,7 @@ To make search engines understand pagination and keep the page's relevance we re ![final-result](https://user-images.githubusercontent.com/1753396/124824941-611f9b00-df49-11eb-83d7-8108ad251355.png) ## Improvements ✔️ + **Improve atoms pattern consistency** [#819](https://github.com/vtex/faststore/pull/819): We are always improving [Store UI](https://storeui.netlify.app/) and this time, We have added `ComponentArgTypes` type to improve the typescript check when typing argtypes from components: ![argtypes](https://user-images.githubusercontent.com/15680320/125642773-27945317-6663-4f03-8566-3f04d10b604d.png) @@ -89,8 +90,8 @@ Any other improvements in atoms pattern consistency? Yes, let's see the followin - Molecules and Atoms argtypes, to improve typescript errors. - Checkbox export Prop name to CheckboxProps. +**Improve cms graphql types generation** [#865](https://github.com/vtex/faststore/pull/865), in other words, it improves graphql type generation for the cms plugin. -**Improve cms graphql types generation** [#865](https://github.com/vtex/faststore/pull/865), in other words, it improves graphql type generation for the cms plugin. > This is an architectural only change, no feature on the website should be changed. For this, make sure all content on the website stays the same from master. For example, we have the following contentType written in Json Schema: @@ -128,6 +129,7 @@ For example, we have the following contentType written in Json Schema: ``` + Which will generate the following type on the gatsby's graphql layer: ```sh @@ -148,6 +150,7 @@ type CmsHomePage = { ``` + And then query this data on React components by writing the following graphql query: ```sh @@ -168,11 +171,10 @@ query HomePageQuery { ``` - ## Documentation 📑 -- [How to implement the Search Banner Feature](https://github.com/vtex/faststore/blob/master/docs/how-to-create-banner-search.md) [#812](https://github.com/vtex/faststore/pull/812) -- Update - [CONTRIBUTING.md](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD) [#816](https://github.com/vtex/faststore/pull/816) +- [How to implement the Search Banner Feature](https://github.com/vtex/faststore/blob/master/docs/how-to-create-banner-search.md) [#812](https://github.com/vtex/faststore/pull/812) +- Update - [CONTRIBUTING.md](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD) [#816](https://github.com/vtex/faststore/pull/816) Now that you are up-to-date with the release notes, I hope you feel energized to keep up the good work! Make sure to `star` the repo, so you keep your eyes on our next Release Notes. See you next month 👋 diff --git a/apps/docs/blog/2021-09-01-faststore.md b/apps/docs/blog/2021-09-01-faststore.md index 47dc8f040e..3651600b3d 100644 --- a/apps/docs/blog/2021-09-01-faststore.md +++ b/apps/docs/blog/2021-09-01-faststore.md @@ -1,6 +1,6 @@ --- title: September, 2021 -description: FastStore Release Notes +description: FastStore Release Notes tags: [faststore] hide_table_of_contents: false --- @@ -13,7 +13,6 @@ our team news for these Release Notes, take a look at our edition's highlights: - - 🚀 **Badge component** - create badges on top of your products. - 💥 **Deprecated folders removed** - Who doesn't like a tidy house? @@ -23,14 +22,13 @@ Get your birthday hat, and shall we check this edition? ## Features 🚀 - **Select Atom** [#876](https://github.com/vtex/faststore/pull/876): We have added to [Store UI](https://storeui.netlify.app) -the **Select** atom, which generates a select component, as you can see below. -![select-atom](https://user-images.githubusercontent.com/67270558/131666437-f7566813-37a5-47dc-bb12-c2f6a248cf36.gif) + the **Select** atom, which generates a select component, as you can see below. + ![select-atom](https://user-images.githubusercontent.com/67270558/131666437-f7566813-37a5-47dc-bb12-c2f6a248cf36.gif) To check other options and see the code, go to [Select Atom on Store UI](https://storeui.netlify.app/?path=/docs/atoms-select--default-select). - - **Badge component** [#894](https://github.com/vtex/faststore/pull/894): a badge component is a great alternative when you want to create a **discount badge (or any highlighted property)** and add them on top of -your product. + your product. For example, a discount badge on top of some ProductSummary components: @@ -38,7 +36,7 @@ your product. Explore more of this component in [Store UI](https://storeui.netlify.app/?path=/docs/atoms-badge--badge) and the [FastStore repo](https://github.com/vtex/faststore/tree/master/packages/store-ui/src/atoms/Badge). -- **Icon Button** [#900](https://github.com/vtex/faststore/pull/900): one more feature for your store is the Icon Button, which adds a **Shopping cart icon** to it. +- **Icon Button** [#900](https://github.com/vtex/faststore/pull/900): one more feature for your store is the Icon Button, which adds a **Shopping cart icon** to it. Take a look at the [Store UI IconButton](https://storeui.netlify.app/?path=/docs/molecules-iconbutton--default) and also the [repo](https://github.com/vtex/faststore/tree/master/packages/store-ui/src/molecules/IconButton). @@ -51,11 +49,9 @@ your product. With this fix it tracks the filename of the query and only warns when two queries of the same name in different files are created. - **Spread routes support - `gatsby-plugin-nginx`** [#895](hhttps://github.com/vtex/faststore/pull/895): Before any page created was available at, and only at `/:slug/`. If the user entered in `/:slug` it will receive a 404. -Now, we make the route `/{StoreCollection.slug}/`, for example, also respond at `/:slug`. Check more details in the [Spread routes support PR](https://github.com/vtex/faststore/pull/895). - -- **Preventing stores from building - `gatsby-plugin-cms`**[#921](https://github.com/vtex/faststore/pull/921): Stores no longer break the build when remote nodes are null. - + Now, we make the route `/{StoreCollection.slug}/`, for example, also respond at `/:slug`. Check more details in the [Spread routes support PR](https://github.com/vtex/faststore/pull/895). +- **Preventing stores from building - `gatsby-plugin-cms`**[#921](https://github.com/vtex/faststore/pull/921): Stores no longer break the build when remote nodes are null. ## Breaking Changes 💥 @@ -63,18 +59,16 @@ Now, we make the route `/{StoreCollection.slug}/`, for example, also respond at Also, it reduces the store-ui size to 10kb maximum. - - ## Improvements ✔️ + - **Upgrade Gatsby** [#887](https://github.com/vtex/faststore/pull/887): Upgrading gatsby on each store could lead to some errors on `theme-store` and `plugin-performance`. Now, the packages are fixed while upgrading gatsby. - **Remove `gatsby-config.js` from `theme-store`** [#888](https://github.com/vtex/faststore/pull/888): -To use different styling systems on different stores, we have removed `gatsby-config` from theme-store, virtually making it a plugin. + To use different styling systems on different stores, we have removed `gatsby-config` from theme-store, virtually making it a plugin. - **Upgrade Storybook version** [#905](https://github.com/vtex/faststore/pull/905): Upgrades are always welcome, especially when we are talking about bugs! To fix bugs in some storybook versions we have to upgrade the package version. - -That's all, folks, for our Release Notes. It should be a cakewalk to keep up the good work! +That's all, folks, for our Release Notes. It should be a cakewalk to keep up the good work! Make sure to `star` the repo so you keep your eyes on our next Release Notes. See you next month 👋🚀 diff --git a/apps/docs/blog/2021-10-08-faststore.md b/apps/docs/blog/2021-10-08-faststore.md index da29fb5f4c..0b529c87e3 100644 --- a/apps/docs/blog/2021-10-08-faststore.md +++ b/apps/docs/blog/2021-10-08-faststore.md @@ -1,6 +1,6 @@ --- title: October, 2021 -description: FastStore Release Notes +description: FastStore Release Notes tags: [faststore] hide_table_of_contents: false --- @@ -9,49 +9,45 @@ We've created a new plugin to source products and collections into the Gatsby's -## Features +## Features - 🚀 **Send and receive custom events via the Analytics module** [#937](https://github.com/vtex/faststore/pull/937) - - We've added the `UnknownEvent` event type to [the Analytics module](https://github.com/vtex/faststore/tree/master/packages/store-sdk/docs/analytics)\ This is a minimal event sent via the `sendAnalyticsEvent` function, which can be overwritten by other event types, such as [pre-purchase interactions](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#pre-purchase_interactions). - - Check out the details on how to manage analytics events in [the Analytics module documentation](https://github.com/vtex/faststore/tree/master/packages/store-sdk/docs/analytics) and [the Google Analytics 4 (GA4) data model](https://developers.google.com/analytics/devguides/collection/ga4/reference/events). + We've added the `UnknownEvent` event type to [the Analytics module](https://github.com/vtex/faststore/tree/master/packages/store-sdk/docs/analytics)\ This is a minimal event sent via the `sendAnalyticsEvent` function, which can be overwritten by other event types, such as [pre-purchase interactions](https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#pre-purchase_interactions). -- 🚀 **Source store plugin** [#944](https://github.com/vtex/faststore/pull/944) + - Check out the details on how to manage analytics events in [the Analytics module documentation](https://github.com/vtex/faststore/tree/master/packages/store-sdk/docs/analytics) and [the Google Analytics 4 (GA4) data model](https://developers.google.com/analytics/devguides/collection/ga4/reference/events). - We've added the plugin `gatsby-source-store` to source products and collections into the Gatsby's GraphQL layer. This plugin replaces the `gatsby-source-vtex` plugin and works with the store-api GraphQL schema. +- 🚀 **Source store plugin** [#944](https://github.com/vtex/faststore/pull/944) - - Learn how to install and use the `gatsby-source-store` plugin [ here](https://github.com/vtex/faststore/tree/master/packages/gatsby-source-store). + We've added the plugin `gatsby-source-store` to source products and collections into the Gatsby's GraphQL layer. This plugin replaces the `gatsby-source-vtex` plugin and works with the store-api GraphQL schema. + - Learn how to install and use the `gatsby-source-store` plugin [ here](https://github.com/vtex/faststore/tree/master/packages/gatsby-source-store). - 🚀 **Modal Molecule** [#957](https://github.com/vtex/faststore/pull/957) - Use the [Modal Molecule](https://storeui.netlify.app/?path=/docs/molecules-modal--modal) to create alert windows in your storefront. - - ![gif-modal](https://user-images.githubusercontent.com/67270558/136008113-42f3722d-f82d-4b3f-bbe7-eaee04cb927f.gif) + Use the [Modal Molecule](https://storeui.netlify.app/?path=/docs/molecules-modal--modal) to create alert windows in your storefront. + ![gif-modal](https://user-images.githubusercontent.com/67270558/136008113-42f3722d-f82d-4b3f-bbe7-eaee04cb927f.gif) - 🚀 **GraphQL Code Generator** [#960](https://github.com/vtex/faststore/pull/960) - We've added the [GraphQL Code Generator](https://www.graphql-code-generator.com/) CLI to automatically generate TypeScript typings for [`store-api`](https://github.com/vtex/faststore/tree/master/packages/store-api). + We've added the [GraphQL Code Generator](https://www.graphql-code-generator.com/) CLI to automatically generate TypeScript typings for [`store-api`](https://github.com/vtex/faststore/tree/master/packages/store-api). - 🚀 **Spinner atom** [#961](https://github.com/vtex/faststore/pull/961) - Now, you can use the [Spinner atom](https://storeui.netlify.app/?path=/story/getting-started-welcome--welcome) as a loading button component. + Now, you can use the [Spinner atom](https://storeui.netlify.app/?path=/story/getting-started-welcome--welcome) as a loading button component. - ![spinner-atom](https://user-images.githubusercontent.com/67270558/136010637-02d1608f-2de6-48f2-8678-50d9275cc390.gif) + ![spinner-atom](https://user-images.githubusercontent.com/67270558/136010637-02d1608f-2de6-48f2-8678-50d9275cc390.gif) -- 🚀 **Cart component with state validation** [#963](https://github.com/vtex/faststore/pull/963) +- 🚀 **Cart component with state validation** [#963](https://github.com/vtex/faststore/pull/963) -We modified the Cart APIs to provide a cart with state validation. The browser now has its cart state, which is validated by the backend. The backend signalizes if the frontend should be modified or not. For example, if the browser's state is not valid, containing a product currently unavailable at your store, the backend will send the updated cart state to the frontend. +We modified the Cart APIs to provide a cart with state validation. The browser now has its cart state, which is validated by the backend. The backend signalizes if the frontend should be modified or not. For example, if the browser's state is not valid, containing a product currently unavailable at your store, the backend will send the updated cart state to the frontend. - 🚀 **Storybook theme** [#979](https://github.com/vtex/faststore/pull/979) - Besides adding a new logo and theme to the Store UI Storybook, we also synced the [FastStore CHANGELOG.md](https://github.com/vtex/faststore/blob/master/CHANGELOG.md) with the [Storybook Changelog](https://storeui.netlify.app/?path=/story/releases-changelog--page). - - + Besides adding a new logo and theme to the Store UI Storybook, we also synced the [FastStore CHANGELOG.md](https://github.com/vtex/faststore/blob/master/CHANGELOG.md) with the [Storybook Changelog](https://storeui.netlify.app/?path=/story/releases-changelog--page). -## Bug Fixes +## Bug Fixes - 🐛 **Developing a store in an account without the CMS Pages module** [#969](https://github.com/vtex/faststore/pull/969) - You can now develop on a store that does not have the CMS Pages module yet. diff --git a/apps/docs/blog/2021-11-18-faststore.md b/apps/docs/blog/2021-11-18-faststore.md index 0f340f6832..c566ec8d63 100644 --- a/apps/docs/blog/2021-11-18-faststore.md +++ b/apps/docs/blog/2021-11-18-faststore.md @@ -1,6 +1,6 @@ --- title: November, 2021 -description: FastStore Release Notes +description: FastStore Release Notes tags: [faststore] hide_table_of_contents: false --- @@ -9,48 +9,45 @@ New Accordion, Breadcrumb, and Table components now available in the FastStore U -## Features 🚀 +## Features 🚀 - **New component: Accordion molecule** [(#985)](https://github.com/vtex/faststore/pull/985) -We have added the [Accordion component](https://faststoreui.netlify.app/?path=/docs/molecules-accordion--multiple-and-collapsible) to the FastStore UI. The Accordion component hides its content by default. + We have added the [Accordion component](https://faststoreui.netlify.app/?path=/docs/molecules-accordion--multiple-and-collapsible) to the FastStore UI. The Accordion component hides its content by default. ![accordion](https://user-images.githubusercontent.com/67270558/139713271-b44c5724-c65e-4030-b660-a172410b6034.gif) - - **New component: Breadcrumb molecule** [(#986)](https://github.com/vtex/faststore/pull/986) -We have added the [Breadcrumb Molecule](https://faststoreui.netlify.app/?path=/docs/molecules-breadcrumb--breadcrumb) to the FastStore UI. Use it to create secondary navigation and help users identify their location in the store. + We have added the [Breadcrumb Molecule](https://faststoreui.netlify.app/?path=/docs/molecules-breadcrumb--breadcrumb) to the FastStore UI. Use it to create secondary navigation and help users identify their location in the store. ![breadcrumb](https://user-images.githubusercontent.com/67270558/139714982-2400c384-e4b6-414b-b401-686830b85589.png) - **New component: Table molecule** [(#987)](https://github.com/vtex/faststore/pull/987) -We have added the [Table molecule](https://faststoreui.netlify.app/?path=/docs/molecules-table--table) to the FastStore UI. + We have added the [Table molecule](https://faststoreui.netlify.app/?path=/docs/molecules-table--table) to the FastStore UI. ![table](https://user-images.githubusercontent.com/67270558/140552170-56f8460e-1023-49c0-b05e-f8a500390757.png) ## Bug fixes 🐛 - **Browser support** [(#984)](https://github.com/vtex/faststore/pull/984) -FastStore 0.x now supports older browsers versions. - -- **Search Input Accessibility issues** [(#1000)](https://github.com/vtex/faststore/pull/1000) -We have added `aria-labels` to the input field and button of the [Search Input component](https://faststoreui.netlify.app/?path=/docs/molecules-searchinput--default) to solve [accessibility issues](https://www.a11yproject.com/checklist/). + FastStore 0.x now supports older browsers versions. +- **Search Input Accessibility issues** [(#1000)](https://github.com/vtex/faststore/pull/1000) + We have added `aria-labels` to the input field and button of the [Search Input component](https://faststoreui.netlify.app/?path=/docs/molecules-searchinput--default) to solve [accessibility issues](https://www.a11yproject.com/checklist/). ## Improvements ✔️ -- **Add a11y tests for all atoms** [(#988)](https://github.com/vtex/faststore/pull/988) -We have added accessibility tests for atoms of [FastStore UI](https://faststoreui.netlify.app/?path=/story/getting-started-welcome--welcome) +- **Add a11y tests for all atoms** [(#988)](https://github.com/vtex/faststore/pull/988) + We have added accessibility tests for atoms of [FastStore UI](https://faststoreui.netlify.app/?path=/story/getting-started-welcome--welcome) - **Add a11y tests for all molecules** [(#992)](https://github.com/vtex/faststore/pull/992) -We have added accessibility tests for molecules of [FastStore UI](https://faststoreui.netlify.app/?path=/story/getting-started-welcome--welcome). - - **Accordion doc** [(#994)](https://github.com/vtex/faststore/pull/994) -We have improved the Storybook doc to show more information about the components that compose the [Accordion](https://faststoreui.netlify.app/?path=/docs/molecules-accordion--multiple-and-collapsible). + We have added accessibility tests for molecules of [FastStore UI](https://faststoreui.netlify.app/?path=/story/getting-started-welcome--welcome). + **Accordion doc** [(#994)](https://github.com/vtex/faststore/pull/994) + We have improved the Storybook doc to show more information about the components that compose the [Accordion](https://faststoreui.netlify.app/?path=/docs/molecules-accordion--multiple-and-collapsible). ## Breaking Changes 💥 - **Lighthouse CI updated: Changes on performance score and Lighthouse report** -We have updated the Lighthouse CI to the [version 8 of Google Lighthouse](https://www.debugbear.com/blog/lighthouse-v8) that can reflect on score variations in Lighthouse CI of Pull Requests. + We have updated the Lighthouse CI to the [version 8 of Google Lighthouse](https://www.debugbear.com/blog/lighthouse-v8) that can reflect on score variations in Lighthouse CI of Pull Requests. From now on, the overall score of **`Cumulative Shift Layout` and `Total Blocking Time` have increased in importance**, and the **deprioritized** metrics are **`First Contentful Paint`, `Speed Index`, and `Time to Interactive`.** diff --git a/apps/docs/blog/2021-12-22-faststore.md b/apps/docs/blog/2021-12-22-faststore.md index 057f16c959..ea015d8cef 100644 --- a/apps/docs/blog/2021-12-22-faststore.md +++ b/apps/docs/blog/2021-12-22-faststore.md @@ -1,6 +1,6 @@ --- title: December, 2021 -description: FastStore Release Notes +description: FastStore Release Notes tags: [faststore] hide_table_of_contents: false --- @@ -11,16 +11,16 @@ New FastStore Documentation Portal and enhanced contributing processes for FastS -## General +## General - 🎉 **New FastStore Documentation Portal**. - [#1061](https://github.com/vtex/faststore/pull/1061) - - The first iteration of the FastStore Documentation Portal is now available at [https://faststore.dev](https://faststore.dev). Send feedback and open documentation requests via [GitHub issues](https://github.com/vtex/faststore/issues/new/choose). *Bear in mind that this is still a work in progress.* + + The first iteration of the FastStore Documentation Portal is now available at [https://faststore.dev](https://faststore.dev). Send feedback and open documentation requests via [GitHub issues](https://github.com/vtex/faststore/issues/new/choose). _Bear in mind that this is still a work in progress._ ## FastStore UI ### Label - + - 🎉 **New [Label](/reference/ui/atoms/label) component.** - [#1001](https://github.com/vtex/faststore/pull/1001) Use the `Label` component to identify text fields, checkboxes, radio buttons, and drop-down menus. @@ -30,7 +30,7 @@ New FastStore Documentation Portal and enhanced contributing processes for FastS ### Alert -- 🎉 **New [Alert](/reference/ui/molecules/alert) component.** - [#1020](https://github.com/vtex/faststore/pull/1020) +- 🎉 **New [Alert](/reference/ui/molecules/alert) component.** - [#1020](https://github.com/vtex/faststore/pull/1020) Use the `Alert` component to display short messages related to the behavior of a system, feature or page. ```tsx live @@ -38,106 +38,107 @@ New FastStore Documentation Portal and enhanced contributing processes for FastS const styles = { warning: { backgroundColor: '#fff2d4', - color: "#eea236", - borderRadius: "0.5rem", - padding: "1rem" + color: '#eea236', + borderRadius: '0.5rem', + padding: '1rem', }, } return ( - - - } /> - - This is an example of how you can use the Alert component along with icons! - - - + + + } /> + + This is an example of how you can use the Alert component along with + icons! + + + ) } ``` ### PaymentMethods -- 🎉 **New [`PaymentMethods`](/reference/ui/molecules/PaymentMethods) component.** - [#1020](https://github.com/vtex/faststore/pull/1020) +- 🎉 **New [`PaymentMethods`](/reference/ui/molecules/PaymentMethods) component.** - [#1020](https://github.com/vtex/faststore/pull/1020) Use the `PaymentMethods` component to display the logos of the available payment options in a store. ```tsx live function Component() { const VisaCard = () => ( Visa logo ) const MasterCard = () => ( Mastercard logo ) const AmericanExpressCard = () => ( American express logo ) const MaestroCard = () => ( Maestro logo ) const EloCard = () => ( Elo logo ) const HiperCard = () => ( Hipercard logo ) const PayPal = () => ( PayPal brand ) const DinersClub = () => ( Diners club logo ) return ( - + @@ -153,11 +154,11 @@ New FastStore Documentation Portal and enhanced contributing processes for FastS ### RadioGroup -- 🎉 **New [`RadioGroup`](/reference/ui/molecules/RadioGroup) component.** - [#1033](https://github.com/vtex/faststore/pull/1033) +- 🎉 **New [`RadioGroup`](/reference/ui/molecules/RadioGroup) component.** - [#1033](https://github.com/vtex/faststore/pull/1033) Use the `RadioGroup` component to allow users to select a single option from a list of two or more mutually exclusive options. ```tsx live - function Component () { + function Component() { const [option, setOption] = useState('radio-1') return ( @@ -167,39 +168,38 @@ New FastStore Documentation Portal and enhanced contributing processes for FastS onChange={(v) => setOption(v.currentTarget.value)} > - Radio 1 + Radio 1 - Radio 2 + Radio 2 ) } ``` - ### Contributing - ✨ **Improved [FastStore UI Storybook](https://faststoreui.netlify.app/) with web accessibility checks for components.** - [#1036](https://github.com/vtex/faststore/pull/1036) - - [FastStore UI Storybook](https://faststoreui.netlify.app/) now has a new tab called `Accessibility` that helps developers test components' compliance with web accessibility standards. + + [FastStore UI Storybook](https://faststoreui.netlify.app/) 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](https://github.com/vtex/faststore/pull/1039) - If you are developing new components for the FastStore UI, just run `yarn generate-ui-component` in the [FastStore project](https://github.com/vtex/faststore), 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. + If you are developing new components for the FastStore UI, just run `yarn generate-ui-component` in the [FastStore project](https://github.com/vtex/faststore), 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](https://vtexhelp.vtexassets.com/assets/docs/src/yarn-generate___8bca378fc167c505fa09145a2eee80ca.gif) - - *For more information, please refer to our [Contribution guide](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD#creating-components-on-the-faststoreui).* + ![Contributing](https://vtexhelp.vtexassets.com/assets/docs/src/yarn-generate___8bca378fc167c505fa09145a2eee80ca.gif) + + _For more information, please refer to our [Contribution guide](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD#creating-components-on-the-faststoreui)._ ## FastStore API ### VTEX Platform -- 🐛 **Fix SKU unavailability issue.** - [#1014](https://github.com/vtex/faststore/pull/1014) - +- 🐛 **Fix SKU unavailability issue.** - [#1014](https://github.com/vtex/faststore/pull/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](https://github.com/vtex/faststore/pull/1026) - - Faceted search now accepts multiple selection. \ No newline at end of file + + Faceted search now accepts multiple selection. diff --git a/apps/docs/blog/2022-02-04-faststore.md b/apps/docs/blog/2022-02-04-faststore.md index 054b0311e0..f8a39b6a31 100644 --- a/apps/docs/blog/2022-02-04-faststore.md +++ b/apps/docs/blog/2022-02-04-faststore.md @@ -1,9 +1,10 @@ --- title: January, 2022 -description: FastStore Release Notes +description: FastStore Release Notes tags: [faststore] hide_table_of_contents: false --- + # January 2022 New Incentive, Link, Card and QuantitySelector components now available in the FastStore UI. Also, new Platform integration, VTEX Headless CMS and Security guides. @@ -11,17 +12,21 @@ New Incentive, Link, Card and QuantitySelector components now available in the F ## FastStore UI -### Incentive + +### Incentive + - 🎉 **New [Incentive](https://faststore.dev/reference/ui/atoms/Incentive) atom** - [#1064](https://github.com/vtex/faststore/pull/1064) Use the `Incentive` component to display a trust badge for your store’s website. ![Incentive](https://user-images.githubusercontent.com/67270558/152564764-c5fc9793-1b5c-4777-8749-8497da862303.svg) +### Link -### Link - 🎉 **New [Link](https://faststore.dev/reference/ui/atoms/Link) atom** - [#1067](https://github.com/vtex/faststore/pull/1067) Use the `Link` component to display a hyperlink as any HTML tag. ![link](https://user-images.githubusercontent.com/67270558/152562969-ed41b7a9-babb-482b-9007-a34832533439.gif) + ### Card + - 🎉 **New [Card](https://faststore.dev/reference/ui/molecules/Card) organism** - [#1079](https://github.com/vtex/faststore/pull/1079) Use the `Card` component to display summarized information about a product. ![Card](https://user-images.githubusercontent.com/67270558/152563513-5dff3501-a385-4fd5-a09b-4336499b424a.svg) @@ -32,25 +37,22 @@ New Incentive, Link, Card and QuantitySelector components now available in the F ![QuantitySelector](https://user-images.githubusercontent.com/67270558/152564074-5a9b366d-8901-4cfc-b310-d73e897979d5.gif) - - 🎉 **Add missing components.** - [#1063](https://github.com/vtex/faststore/pull/1063) -`Breadcrumb`, `LoadingButton`, `PriceRange`, `RadioGroup` components are now exported by @faststore/ui. + `Breadcrumb`, `LoadingButton`, `PriceRange`, `RadioGroup` components are now exported by @faststore/ui. ### Badge - ✨ **Add `...otherProps` to the [`Badge` component](https://faststore.dev/reference/ui/atoms/Badge)** - [#1085](https://github.com/vtex/faststore/pull/1085) Other props can now be passed on the Badge component. -### Radio - -- 🐛 **Fix FastStore UI imports** - [#1069](https://github.com/vtex/faststore/pull/1069) -The `RadioGroup` and `RadioOption` components are now correctly imported in the UI. +### Radio +- 🐛 **Fix FastStore UI imports** - [#1069](https://github.com/vtex/faststore/pull/1069) + The `RadioGroup` and `RadioOption` components are now correctly imported in the UI. ### Payment Methods -- 🐛 **Removing aria-labelledby from payment methods component** - [#1092](https://github.com/vtex/faststore/pull/1092) -The `PaymentMethods` component is no longer returning an accessibility error on [FastStore UI](https://faststoreui.netlify.app/?path=/story/molecules-paymentmethods--payment-methods). - +- 🐛 **Removing aria-labelledby from payment methods component** - [#1092](https://github.com/vtex/faststore/pull/1092) + The `PaymentMethods` component is no longer returning an accessibility error on [FastStore UI](https://faststoreui.netlify.app/?path=/story/molecules-paymentmethods--payment-methods). ### Accessibility @@ -58,89 +60,85 @@ The `PaymentMethods` component is no longer returning an accessibility error on ### AccordionItem -- ✨ **Add `prefixId` attribute to [AccordionItem](https://faststore.dev/reference/ui/molecules/Accordion#accordionitem)** - [#1118](https://github.com/vtex/faststore/pull/1118) The `prefixId` attribute, avoids the problem of having two Accordion IDs in the same page. - +- ✨ **Add `prefixId` attribute to [AccordionItem](https://faststore.dev/reference/ui/molecules/Accordion#accordionitem)** - [#1118](https://github.com/vtex/faststore/pull/1118) The `prefixId` attribute, avoids the problem of having two Accordion IDs in the same page. ### Starters - ✨ **Update Starter Library** - [#1133](https://github.com/vtex/faststore/pull/1133) The Starter Library has new [Base Store](https://faststore.dev/starters/base) images. - ### Contributing - - 🎉 **New [issue templates](https://github.com/vtex/faststore/issues/new/choose)** - [#1086](https://github.com/vtex/faststore/pull/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](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD#creating-pull-requests).* + 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](https://github.com/vtex/faststore/blob/master/CONTRIBUTING.MD#creating-pull-requests)._ ## FastStore SDK + ### Analytics -- ✨ **Add `item` generics to analytics events** - [#1101](https://github.com/vtex/faststore/pull/1101) With the `item` property, users can control over a variety of types rather than a single one. This allows users to add extra properties inside an item. + +- ✨ **Add `item` generics to analytics events** - [#1101](https://github.com/vtex/faststore/pull/1101) With the `item` 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](https://github.com/vtex/faststore/pull/1108) -The `salesChannel` is now available in the product query. + The `salesChannel` is now available in the product query. -- 🐛 **Fix JS files exposure** - [#1081](https://github.com/vtex/faststore/pull/1081) -This fix makes the `graphql-utils` package compatible with other frameworks. +- 🐛 **Fix JS files exposure** - [#1081](https://github.com/vtex/faststore/pull/1081) + This fix makes the `graphql-utils` package compatible with other frameworks. -- 🐛 **Fix ordering of breadcrumbList** - [#1094](https://github.com/vtex/faststore/pull/1094) -The `categoryTrees` of the Breadcrumb component is now reversed and displaying the right category and subcategories in the store. +- 🐛 **Fix ordering of breadcrumbList** - [#1094](https://github.com/vtex/faststore/pull/1094) + The `categoryTrees` of the Breadcrumb component is now reversed and displaying the right category and subcategories in the store. -- 🐛 **Fix SKU loader** - [#1100](https://github.com/vtex/faststore/pull/1100) -The SKU `dataLoader` algorithm is now fixed and can avoid potential errors, such as the *Could not find SKU for product* message. +- 🐛 **Fix SKU loader** - [#1100](https://github.com/vtex/faststore/pull/1100) + The SKU `dataLoader` 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](https://github.com/vtex/faststore/pull/1104) -Breadcrumb lists no longer return empty, now the catalog data fills the Breadcrumb information. +- 🐛 **Fix Breadcrumb data on collection pages** - [#1104](https://github.com/vtex/faststore/pull/1104) + Breadcrumb lists no longer return empty, now the catalog data fills the Breadcrumb information. -- 🐛 **Fix redirect to external pages** - [#1114](https://github.com/vtex/faststore/pull/1114) -The `redirect.csv` file now allows redirecting to an external page. +- 🐛 **Fix redirect to external pages** - [#1114](https://github.com/vtex/faststore/pull/1114) + The `redirect.csv` file now allows redirecting to an external page. -- 🐛 **Fix unfiltered allCollections query** - [#1131](https://github.com/vtex/faststore/pull/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. +- 🐛 **Fix unfiltered allCollections query** - [#1131](https://github.com/vtex/faststore/pull/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](https://github.com/vtex/faststore/pull/1120) Now the `gatsby-plugin-cms` receives `webhookBody` params, fetch the values on the CMS API and return it to preview on webOps. -## Documentation +## Documentation - 📑 **New SDK Search reference** - [#1065](https://github.com/vtex/faststore/pull/1065) -Check out the new [`Search` SDK](https://faststore.dev/reference/sdk/search) module documentation and learn how to increase product discoverability by implementing a faceted search in your store. + Check out the new [`Search` SDK](https://faststore.dev/reference/sdk/search) module documentation and learn how to increase product discoverability by implementing a faceted search in your store. - 📑 **Updated the [Quickstart documentation](https://faststore.dev/quickstart#step-3-configuring-your-project-settings)** - [#1066](https://github.com/vtex/faststore/pull/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 FastStore FAQ** - [#1068](https://github.com/vtex/faststore/pull/1068) -Check out the [Frequently Asked Questions on FastStore Portal](https://faststore.dev/faq). + Check out the [Frequently Asked Questions on FastStore Portal](https://faststore.dev/faq). - 📑 **New Starters Library** - [#1065](https://github.com/vtex/faststore/pull/1066) -Check out the new [Starter Library](https://faststore.dev/starters) and quickly start your FastStore website with the templates. + Check out the new [Starter Library](https://faststore.dev/starters) and quickly start your FastStore website with the templates. - 📑 **New SDK Cart documentation** - [#1095](https://github.com/vtex/faststore/pull/1095) -Check out the new [SDK Card documentation](https://faststore.dev/reference/sdk/cart) and start managing your store’s shopping cart. - + Check out the new [SDK Card documentation](https://faststore.dev/reference/sdk/cart) and start managing your store’s shopping cart. - 📑 **New VTEX IO WebOps Secrets guides** - [#1105](https://github.com/vtex/faststore/pull/1105) -Check out the new [Security documentation](https://faststore.dev/how-to-guides/webops/security) and learn how to use the Secrets API. Use it to hold confidential data and avoid exposing sensitive data in your FastStore code.. + Check out the new [Security documentation](https://faststore.dev/how-to-guides/webops/security) 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](https://github.com/vtex/faststore/pull/1111) Check out the new track for [VTEX Headless CMS](https://faststore.dev/tutorials/cms-overview) 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](https://github.com/vtex/faststore/pull/1126) -Check out the new **[Migrating from gatsby-plugin-cms to gatsby-source-cms guide](https://faststore.dev/how-to-guides/cms/vtex-headless-cms/Migrating%20from%20gatsby-plugin-cms%20to%20gatsby-source-cms)** and learn how to migrate to the newer `gatsby-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. - + Check out the new **[Migrating from gatsby-plugin-cms to gatsby-source-cms guide](https://faststore.dev/how-to-guides/cms/vtex-headless-cms/Migrating%20from%20gatsby-plugin-cms%20to%20gatsby-source-cms)** and learn how to migrate to the newer `gatsby-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](https://github.com/vtex/faststore/pull/1129) -Check out the new **[Hosting a FastStore + VTEX website](https://faststore.dev/how-to-guides/cms/vtex-headless-cms/Migrating%20from%20gatsby-plugin-cms%20to%20gatsby-source-cms)** 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. + Check out the new **[Hosting a FastStore + VTEX website](https://faststore.dev/how-to-guides/cms/vtex-headless-cms/Migrating%20from%20gatsby-plugin-cms%20to%20gatsby-source-cms)** 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](https://github.com/vtex/faststore/pull/1132) -Check out the new **[Integrating VTEX login](https://faststore.dev/how-to-guides/platform-integration/vtex/integrating-the-vtex-login)** guide and learn how to integrate the **VTEX Login** with your **FastStore** project. - + Check out the new **[Integrating VTEX login](https://faststore.dev/how-to-guides/platform-integration/vtex/integrating-the-vtex-login)** guide and learn how to integrate the **VTEX Login** with your **FastStore** project. ## Internal - ✨ **Auto generate reference documentation for FastStore UI components with `react-docgen-typescript` plugin** - [#1070](https://github.com/vtex/faststore/pull/1070) - 🎉 **Send feedback for any documentation available on [FastStore Portal](https://faststore.dev/).** - [#1097](https://github.com/vtex/faststore/pull/1097) -To submit the feedback, look for *Was this page helpful?* at the end of any documentation on the Portal. - + To submit the feedback, look for _Was this page helpful?_ at the end of any documentation on the Portal. diff --git a/apps/docs/blog/2022-02-08-webops.md b/apps/docs/blog/2022-02-08-webops.md index 8a8c90706f..b491413596 100644 --- a/apps/docs/blog/2022-02-08-webops.md +++ b/apps/docs/blog/2022-02-08-webops.md @@ -7,9 +7,9 @@ hide_table_of_contents: false Hello WebOps users, -With the increased number of concurrent users of the WebOps platform, we noticed WebOps pipelines were taking longer to execute. +With the increased number of concurrent users of the WebOps platform, we noticed WebOps pipelines were taking longer to execute. Under high loads, workflows that used to take from 2 to 10 minutes started to span between 20 and 50 minutes. **This caused CMS publications to take longer than they should, harming the developer experience.** Earlier this week, we began an investigation into it, and we managed to improve the situation drastically. **Our pipelines runtime is now back to the 2-10 minutes range, depending on the workload type and size of the store.** -We are working hard to deliver improvements to our platform such as this. Expect further improvements during the closed beta as we work on our platform's stability and performance! \ No newline at end of file +We are working hard to deliver improvements to our platform such as this. Expect further improvements during the closed beta as we work on our platform's stability and performance! diff --git a/apps/docs/blog/2022-03-04-faststore.md b/apps/docs/blog/2022-03-04-faststore.md index e09440a637..17f98f279e 100644 --- a/apps/docs/blog/2022-03-04-faststore.md +++ b/apps/docs/blog/2022-03-04-faststore.md @@ -1,6 +1,6 @@ --- title: February, 2022 -description: FastStore Release Notes +description: FastStore Release Notes tags: [faststore] hide_table_of_contents: false --- @@ -17,38 +17,42 @@ Adjustments in the `SearchInput` reference and `useStorage` hook. Fixes in `Stor - ✨ **Adjust `SearchInput` reference** - [#1153](https://github.com/vtex/faststore/pull/1153) The `SearchInput` component now uses imperative code for input behaviors. The [`useImperativeHandle` hook](https://reactjs.org/docs/hooks-reference.html#useimperativehandle) is used to give the component control over the value that is returned by explicitly stating the return value. - ## FastStore + ### SDK -- ✨ **Stable `useStorage` hook** - [#1146](https://github.com/vtex/faststore/pull/1146) -The `useStorage` hook 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, the `useStorage` will use the `initialValue`. This behavior leads to a smaller footprint of the user's device and smaller total blocking time (TBTs). + +- ✨ **Stable `useStorage` hook** - [#1146](https://github.com/vtex/faststore/pull/1146) + The `useStorage` hook 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, the `useStorage` will use the `initialValue`. This behavior leads to a smaller footprint of the user's device and smaller total blocking time (TBTs). ## FastStore API + ### VTEX Platform -- 🐛 **Fix `allCollections` query pagination and pagetype timeout errors** - [#1140](https://github.com/vtex/faststore/pull/1140) -The pagination of `allCollections` requests and timeouts during pagetype fetching were fixed. +- 🐛 **Fix `allCollections` query pagination and pagetype timeout errors** - [#1140](https://github.com/vtex/faststore/pull/1140) + The pagination of `allCollections` requests and timeouts during pagetype fetching were fixed. - 🐛 **Fix PDP and PLP breadcrumb list item's URL paths** - [#1148](https://github.com/vtex/faststore/pull/1148) -Uppercase and spaces in PLP and PDP links used in the breadcrumb component have been fixed. + Uppercase and spaces in PLP and PDP links used in the breadcrumb component have been fixed. -- ✨ **Moves some Filter logic to the API** - [#1154](https://github.com/vtex/faststore/pull/1154) -Logic from the `Filter` component 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, the `departamento` facet was removed from the PLP page. +- ✨ **Moves some Filter logic to the API** - [#1154](https://github.com/vtex/faststore/pull/1154) + Logic from the `Filter` component 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, the `departamento` facet was removed from the PLP page. -- 🐛 **Fix `StoreProduct` returning wrong SKU** - [#1156](https://github.com/vtex/faststore/pull/1156) -SKU IDs on accounts in which multiple SKUs are available for each product no longer retur incorrect `StoreProduct` values. +- 🐛 **Fix `StoreProduct` returning wrong SKU** - [#1156](https://github.com/vtex/faststore/pull/1156) + SKU IDs on accounts in which multiple SKUs are available for each product no longer retur incorrect `StoreProduct` values. -- 🐛 **Fix filter active brands** - [#1157](https://github.com/vtex/faststore/pull/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 filter active brands** - [#1157](https://github.com/vtex/faststore/pull/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](https://github.com/vtex/faststore/pull/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. +- 🐛 **Fix Cart item availability** - [#1160](https://github.com/vtex/faststore/pull/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-nginx` -- 🐛 **Remove trailing slash from incoming requests** - [#1145](https://github.com/vtex/faststore/pull/1145) -Now, headers are properly set when a requested page has an exact match, but the request URL contains a trailing slash. + +- 🐛 **Remove trailing slash from incoming requests** - [#1145](https://github.com/vtex/faststore/pull/1145) + Now, headers are properly set when a requested page has an exact match, but the request URL contains a trailing slash. ## `lighthouse-config` -- ✨ **Add performance budgets to `lighthouse config`** - [#1150](https://github.com/vtex/faststore/pull/1150) -Now, the Lighthouse report includes a *Performance Budgets* section. -A [performance budget](https://web.dev/i18n/en/performance-budgets-101/) establishes limits on metrics that influence site performance. + +- ✨ **Add performance budgets to `lighthouse config`** - [#1150](https://github.com/vtex/faststore/pull/1150) + Now, the Lighthouse report includes a _Performance Budgets_ section. + A [performance budget](https://web.dev/i18n/en/performance-budgets-101/) establishes limits on metrics that influence site performance. diff --git a/apps/docs/blog/2022-04-01-basestore.md b/apps/docs/blog/2022-04-01-basestore.md index 2b0d0ad00d..41f94d2a0f 100644 --- a/apps/docs/blog/2022-04-01-basestore.md +++ b/apps/docs/blog/2022-04-01-basestore.md @@ -1,5 +1,5 @@ --- -description: Base Store Release Notes +description: Base Store Release Notes tags: [basestore] hide_table_of_contents: false --- @@ -9,90 +9,80 @@ hide_table_of_contents: false The Base Store now has new components: `EmptyState`, `Suggestions`, and `SearchHistory`. Also to improve the page's performance, inline icons were removed from the final bundle. + ## 🎉 New feature - **New `EmptyState` component** - [#367](https://github.com/vtex-sites/base.store/pull/367) -Use the `EmptyState` in the `CartSidebar` and `ProductGallery` components to display a custom page for empty carts and product results. -![no results-page](https://user-images.githubusercontent.com/67270558/160859291-211054fd-734a-4d21-b279-09c8c8fd5d40.gif) + Use the `EmptyState` in the `CartSidebar` and `ProductGallery` components to display a custom page for empty carts and product results. + ![no results-page](https://user-images.githubusercontent.com/67270558/160859291-211054fd-734a-4d21-b279-09c8c8fd5d40.gif) -- **Self-contained `sections`** - [#371](https://github.com/vtex-sites/base.store/pull/371) -The logic developed in the `pages` folder has been moved to the `sections` component. As a result, CMS users can rearrange and reorder each storefront section. +- **Self-contained `sections`** - [#371](https://github.com/vtex-sites/base.store/pull/371) + The logic developed in the `pages` folder has been moved to the `sections` component. As a result, CMS users can rearrange and reorder each storefront section. - **New Search `Suggestions` component** - [#372](https://github.com/vtex-sites/base.store/pull/372) -Use the`Suggestions` component to encapsulate autocomplete suggestions and suggested products. -![suggestions-component](https://user-images.githubusercontent.com/15722605/157681906-66b9955a-7232-4885-b71c-565eb6d55fe4.png) - + Use the`Suggestions` component to encapsulate autocomplete suggestions and suggested products. + ![suggestions-component](https://user-images.githubusercontent.com/15722605/157681906-66b9955a-7232-4885-b71c-565eb6d55fe4.png) -- **New `SearchHistory` component** - [#391](https://github.com/vtex-sites/base.store/pull/391) -Use the `SearchHistory` component to show the user's search history in the store page. -![search-history-gif](https://user-images.githubusercontent.com/67270558/160863310-c6167a36-ec6d-4470-88bc-be9dc0f2e9fb.gif) - -- **New session query** - [#392](https://github.com/vtex-sites/base.store/pull/392) -Use the `StoreSession` query to get new sales channels when a user changes their postal code. +- **New `SearchHistory` component** - [#391](https://github.com/vtex-sites/base.store/pull/391) + Use the `SearchHistory` component to show the user's search history in the store page. + ![search-history-gif](https://user-images.githubusercontent.com/67270558/160863310-c6167a36-ec6d-4470-88bc-be9dc0f2e9fb.gif) +- **New session query** - [#392](https://github.com/vtex-sites/base.store/pull/392) + Use the `StoreSession` query to get new sales channels when a user changes their postal code. - **New `interactive` variant added to the `Badge` component** - [#396](https://github.com/vtex-sites/base.store/pull/396) -Use the `interactive` variant in a `Badge` component to allow users to close the badge. -![interactive](https://user-images.githubusercontent.com/15722605/158883971-a04f56a2-b387-49e3-9fe0-636a0122bf6a.png) - -- **Added `hideUnavailableItems` to `store.config`** - [#400](https://github.com/vtex-sites/base.store/pull/400) -The Search API now has the `hideUnavailableItems` parameter. This parameter either hides (true) or displays (false) an out-of-stock product. - -- **New `styles/global` folder** - [#407](https://github.com/vtex-sites/base.store/pull/407) -This PR sets the stage for the upcoming Theming structure by gathering all CSS variables (tokens) into the `styles/global` folder. It applies a coherent naming scheme and simplifies global styles. - + Use the `interactive` variant in a `Badge` component to allow users to close the badge. + ![interactive](https://user-images.githubusercontent.com/15722605/158883971-a04f56a2-b387-49e3-9fe0-636a0122bf6a.png) +- **Added `hideUnavailableItems` to `store.config`** - [#400](https://github.com/vtex-sites/base.store/pull/400) + The Search API now has the `hideUnavailableItems` parameter. This parameter either hides (true) or displays (false) an out-of-stock product. + +- **New `styles/global` folder** - [#407](https://github.com/vtex-sites/base.store/pull/407) + This PR sets the stage for the upcoming Theming structure by gathering all CSS variables (tokens) into the `styles/global` folder. It applies a coherent naming scheme and simplifies global styles. + ## 🐛 Bug fix - **Fixed the `HeroImage` size and css** - [#363](https://github.com/vtex-sites/base.store/pull/363) -The `HeroImage` HTML size property has been fixed. The browser will now create a better image to fetch based on the device's screen (mobile or desktop). + The `HeroImage` HTML size property has been fixed. The browser will now create a better image to fetch based on the device's screen (mobile or desktop). - **Fixed facets** - [#380](https://github.com/vtex-sites/base.store/pull/380) -The `filter` on the mobile version is now stable, and users can choose which facets to apply. + The `filter` on the mobile version is now stable, and users can choose which facets to apply. - **Fixed the`Tiles` component semantic markup** - [#383](https://github.com/vtex-sites/base.store/pull/383) -The semantic markup for `Tiles` is now fixed to `ul` and `li` instead of a generic `div`. - + The semantic markup for `Tiles` is now fixed to `ul` and `li` instead of a generic `div`. - **Fixed the `CartItem` title and image** - [#405](https://github.com/vtex-sites/base.store/pull/405) -The image size no longer breaks when a product title is longer than two lines. Now, the image size remains the same, and the product title is shortened. + The image size no longer breaks when a product title is longer than two lines. Now, the image size remains the same, and the product title is shortened. - **Fixed the Button cursor** - [#419](https://github.com/vtex-sites/base.store/pull/419) -Now the browser chooses which cursor to use depending on the component. For example, for links, use `pointer`, and for buttons, use `default`. + Now the browser chooses which cursor to use depending on the component. For example, for links, use `pointer`, and for buttons, use `default`. ## ✨ Enhancement -- **Improved performance with `content-visibility` in `Section`** - [#368](https://github.com/vtex-sites/base.store/pull/368) -The `content-visibility` CSS property was added to the `Section` component. The property lazy loads part of the page's content and saves loading time. +- **Improved performance with `content-visibility` in `Section`** - [#368](https://github.com/vtex-sites/base.store/pull/368) + The `content-visibility` CSS property was added to the `Section` component. The property lazy loads part of the page's content and saves loading time. - **Avoided performance decrease with the removal of inline icons** - [#378](https://github.com/vtex-sites/base.store/pull/378) -In order to remove unnecessary JavaScript and improve page performance, inline icons were removed from the final bundle and moved to SVG files. + In order to remove unnecessary JavaScript and improve page performance, inline icons were removed from the final bundle and moved to SVG files. ## 🧹 Chore -- **Fixes in PLP loading** - [#362](https://github.com/vtex-sites/base.store/pull/362) -Following the implementation of the [Skeleton Loading components](https://github.com/vtex-sites/base.store/pull/317), some loading logic on the PLP has been changed: - - The useTotalCount hook was removed. - - The `Sort` and `Filter` Skeleton buttons are now loaded at the same time. - - The most recent `Filter` items are now kept expanded in the mobile version - +- **Fixes in PLP loading** - [#362](https://github.com/vtex-sites/base.store/pull/362) + Following the implementation of the [Skeleton Loading components](https://github.com/vtex-sites/base.store/pull/317), some loading logic on the PLP has been changed: - The useTotalCount hook was removed. - The `Sort` and `Filter` Skeleton buttons are now loaded at the same time. - The most recent `Filter` items are now kept expanded in the mobile version - **`Badge` variants renamed** - [#381](https://github.com/vtex-sites/base.store/pull/381) -The `Badge` variants have been renamed so that the semantic meaning of `Badge` is not jeopardized. Changes made include: + The `Badge` variants have been renamed so that the semantic meaning of `Badge` is not jeopardized. Changes made include: + + - Before: + `BadgeVariants = 'outOfStock' | 'new' | 'recommended' | 'neutral'` - - Before: - `BadgeVariants = 'outOfStock' | 'new' | 'recommended' | 'neutral'` + - Now: + `BadgeVariants = 'neutral' | 'info' | 'highlighted'` - - Now: - `BadgeVariants = 'neutral' | 'info' | 'highlighted'` - -- **Moved UI components and IconSVG to the `ui` folder** - [#386](https://github.com/vtex-sites/base.store/pull/386) -The `ui` folder centralizes UI components and IconSVG, making it easier to add UI components and icons to the storefront. +- **Moved UI components and IconSVG to the `ui` folder** - [#386](https://github.com/vtex-sites/base.store/pull/386) + The `ui` folder centralizes UI components and IconSVG, making it easier to add UI components and icons to the storefront. - **Replaced inline `