@faststore/ui 1.9.8 → 1.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +742 -2289
- package/README.md +2 -0
- package/dist/atoms/Badge/Badge.d.ts +11 -11
- package/dist/atoms/Badge/Badge.js +6 -0
- package/dist/atoms/Badge/Badge.js.map +1 -0
- package/dist/atoms/Badge/index.d.ts +2 -2
- package/dist/atoms/Badge/index.js +2 -0
- package/dist/atoms/Badge/index.js.map +1 -0
- package/dist/atoms/Button/Button.d.ts +10 -10
- package/dist/atoms/Button/Button.js +6 -0
- package/dist/atoms/Button/Button.js.map +1 -0
- package/dist/atoms/Button/index.d.ts +2 -2
- package/dist/atoms/Button/index.js +2 -0
- package/dist/atoms/Button/index.js.map +1 -0
- package/dist/atoms/Checkbox/Checkbox.d.ts +10 -10
- package/dist/atoms/Checkbox/Checkbox.js +6 -0
- package/dist/atoms/Checkbox/Checkbox.js.map +1 -0
- package/dist/atoms/Checkbox/index.d.ts +2 -2
- package/dist/atoms/Checkbox/index.js +2 -0
- package/dist/atoms/Checkbox/index.js.map +1 -0
- package/dist/atoms/Icon/Icon.d.ts +14 -14
- package/dist/atoms/Icon/Icon.js +6 -0
- package/dist/atoms/Icon/Icon.js.map +1 -0
- package/dist/atoms/Icon/index.d.ts +2 -2
- package/dist/atoms/Icon/index.js +2 -0
- package/dist/atoms/Icon/index.js.map +1 -0
- package/dist/atoms/Icon/stories/assets/ShoppingCart.d.ts +3 -3
- package/dist/atoms/Icon/stories/assets/ShoppingCart.js +8 -0
- package/dist/atoms/Icon/stories/assets/ShoppingCart.js.map +1 -0
- package/dist/atoms/Incentive/Incentive.d.ts +11 -11
- package/dist/atoms/Incentive/Incentive.js +6 -0
- package/dist/atoms/Incentive/Incentive.js.map +1 -0
- package/dist/atoms/Incentive/index.d.ts +2 -2
- package/dist/atoms/Incentive/index.js +2 -0
- package/dist/atoms/Incentive/index.js.map +1 -0
- package/dist/atoms/Incentive/stories/assets/Icons.d.ts +2 -2
- package/dist/atoms/Incentive/stories/assets/Icons.js +6 -0
- package/dist/atoms/Incentive/stories/assets/Icons.js.map +1 -0
- package/dist/atoms/Input/Input.d.ts +14 -14
- package/dist/atoms/Input/Input.js +10 -0
- package/dist/atoms/Input/Input.js.map +1 -0
- package/dist/atoms/Input/index.d.ts +2 -2
- package/dist/atoms/Input/index.js +2 -0
- package/dist/atoms/Input/index.js.map +1 -0
- package/dist/atoms/Label/Label.d.ts +10 -10
- package/dist/atoms/Label/Label.js +6 -0
- package/dist/atoms/Label/Label.js.map +1 -0
- package/dist/atoms/Label/index.d.ts +2 -2
- package/dist/atoms/Label/index.js +2 -0
- package/dist/atoms/Label/index.js.map +1 -0
- package/dist/atoms/Link/Link.d.ts +19 -19
- package/dist/atoms/Link/Link.js +13 -0
- package/dist/atoms/Link/Link.js.map +1 -0
- package/dist/atoms/Link/index.d.ts +2 -2
- package/dist/atoms/Link/index.js +2 -0
- package/dist/atoms/Link/index.js.map +1 -0
- package/dist/atoms/List/List.d.ts +12 -12
- package/dist/atoms/List/List.js +16 -0
- package/dist/atoms/List/List.js.map +1 -0
- package/dist/atoms/List/index.d.ts +2 -2
- package/dist/atoms/List/index.js +2 -0
- package/dist/atoms/List/index.js.map +1 -0
- package/dist/atoms/Overlay/Overlay.d.ts +10 -10
- package/dist/atoms/Overlay/Overlay.js +6 -0
- package/dist/atoms/Overlay/Overlay.js.map +1 -0
- package/dist/atoms/Overlay/index.d.ts +2 -2
- package/dist/atoms/Overlay/index.js +2 -0
- package/dist/atoms/Overlay/index.js.map +1 -0
- package/dist/atoms/Popover/Popover.d.ts +15 -15
- package/dist/atoms/Popover/Popover.js +7 -0
- package/dist/atoms/Popover/Popover.js.map +1 -0
- package/dist/atoms/Popover/index.d.ts +2 -2
- package/dist/atoms/Popover/index.js +2 -0
- package/dist/atoms/Popover/index.js.map +1 -0
- package/dist/atoms/Price/Price.d.ts +28 -28
- package/dist/atoms/Price/Price.js +7 -0
- package/dist/atoms/Price/Price.js.map +1 -0
- package/dist/atoms/Price/index.d.ts +2 -2
- package/dist/atoms/Price/index.js +2 -0
- package/dist/atoms/Price/index.js.map +1 -0
- package/dist/atoms/Radio/Radio.d.ts +7 -7
- package/dist/atoms/Radio/Radio.js +6 -0
- package/dist/atoms/Radio/Radio.js.map +1 -0
- package/dist/atoms/Radio/index.d.ts +2 -2
- package/dist/atoms/Radio/index.js +2 -0
- package/dist/atoms/Radio/index.js.map +1 -0
- package/dist/atoms/Select/Select.d.ts +10 -10
- package/dist/atoms/Select/Select.js +6 -0
- package/dist/atoms/Select/Select.js.map +1 -0
- package/dist/atoms/Select/index.d.ts +2 -2
- package/dist/atoms/Select/index.js +2 -0
- package/dist/atoms/Select/index.js.map +1 -0
- package/dist/atoms/Skeleton/Skeleton.d.ts +10 -10
- package/dist/atoms/Skeleton/Skeleton.js +6 -0
- package/dist/atoms/Skeleton/Skeleton.js.map +1 -0
- package/dist/atoms/Skeleton/index.d.ts +2 -2
- package/dist/atoms/Skeleton/index.js +2 -0
- package/dist/atoms/Skeleton/index.js.map +1 -0
- package/dist/atoms/Slider/Slider.d.ts +45 -37
- package/dist/atoms/Slider/Slider.js +30 -0
- package/dist/atoms/Slider/Slider.js.map +1 -0
- package/dist/atoms/Slider/index.d.ts +2 -2
- package/dist/atoms/Slider/index.js +2 -0
- package/dist/atoms/Slider/index.js.map +1 -0
- package/dist/atoms/Spinner/Spinner.d.ts +11 -11
- package/dist/atoms/Spinner/Spinner.js +6 -0
- package/dist/atoms/Spinner/Spinner.js.map +1 -0
- package/dist/atoms/Spinner/index.d.ts +2 -2
- package/dist/atoms/Spinner/index.js +2 -0
- package/dist/atoms/Spinner/index.js.map +1 -0
- package/dist/atoms/TextArea/TextArea.d.ts +14 -14
- package/dist/atoms/TextArea/TextArea.js +10 -0
- package/dist/atoms/TextArea/TextArea.js.map +1 -0
- package/dist/atoms/TextArea/index.d.ts +2 -2
- package/dist/atoms/TextArea/index.js +2 -0
- package/dist/atoms/TextArea/index.js.map +1 -0
- package/dist/hooks/useSlider/index.d.ts +2 -2
- package/dist/hooks/useSlider/index.js +3 -0
- package/dist/hooks/useSlider/index.js.map +1 -0
- package/dist/hooks/useSlider/useSlider.d.ts +62 -62
- package/dist/hooks/useSlider/useSlider.js +108 -0
- package/dist/hooks/useSlider/useSlider.js.map +1 -0
- package/dist/index.d.ts +80 -80
- package/dist/index.js +45 -8
- package/dist/index.js.map +1 -0
- package/dist/molecules/Accordion/Accordion.d.ts +26 -26
- package/dist/molecules/Accordion/Accordion.js +21 -0
- package/dist/molecules/Accordion/Accordion.js.map +1 -0
- package/dist/molecules/Accordion/AccordionButton.d.ts +10 -10
- package/dist/molecules/Accordion/AccordionButton.js +37 -0
- package/dist/molecules/Accordion/AccordionButton.js.map +1 -0
- package/dist/molecules/Accordion/AccordionItem.d.ts +28 -28
- package/dist/molecules/Accordion/AccordionItem.js +21 -0
- package/dist/molecules/Accordion/AccordionItem.js.map +1 -0
- package/dist/molecules/Accordion/AccordionPanel.d.ts +10 -10
- package/dist/molecules/Accordion/AccordionPanel.js +10 -0
- package/dist/molecules/Accordion/AccordionPanel.js.map +1 -0
- package/dist/molecules/Accordion/index.d.ts +8 -8
- package/dist/molecules/Accordion/index.js +5 -0
- package/dist/molecules/Accordion/index.js.map +1 -0
- package/dist/molecules/AggregateRating/AggregateRating.d.ts +18 -18
- package/dist/molecules/AggregateRating/AggregateRating.js +26 -0
- package/dist/molecules/AggregateRating/AggregateRating.js.map +1 -0
- package/dist/molecules/AggregateRating/index.d.ts +2 -2
- package/dist/molecules/AggregateRating/index.js +2 -0
- package/dist/molecules/AggregateRating/index.js.map +1 -0
- package/dist/molecules/Alert/Alert.d.ts +11 -11
- package/dist/molecules/Alert/Alert.js +6 -0
- package/dist/molecules/Alert/Alert.js.map +1 -0
- package/dist/molecules/Alert/index.d.ts +2 -2
- package/dist/molecules/Alert/index.js +2 -0
- package/dist/molecules/Alert/index.js.map +1 -0
- package/dist/molecules/Banner/Banner.d.ts +14 -14
- package/dist/molecules/Banner/Banner.js +6 -0
- package/dist/molecules/Banner/Banner.js.map +1 -0
- package/dist/molecules/Banner/BannerContent.d.ts +10 -10
- package/dist/molecules/Banner/BannerContent.js +6 -0
- package/dist/molecules/Banner/BannerContent.js.map +1 -0
- package/dist/molecules/Banner/BannerImage.d.ts +10 -10
- package/dist/molecules/Banner/BannerImage.js +6 -0
- package/dist/molecules/Banner/BannerImage.js.map +1 -0
- package/dist/molecules/Banner/BannerLink.d.ts +10 -10
- package/dist/molecules/Banner/BannerLink.js +6 -0
- package/dist/molecules/Banner/BannerLink.js.map +1 -0
- package/dist/molecules/Banner/index.d.ts +8 -8
- package/dist/molecules/Banner/index.js +5 -0
- package/dist/molecules/Banner/index.js.map +1 -0
- package/dist/molecules/Breadcrumb/Breadcrumb.d.ts +14 -14
- package/dist/molecules/Breadcrumb/Breadcrumb.js +38 -0
- package/dist/molecules/Breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/molecules/Breadcrumb/index.d.ts +2 -2
- package/dist/molecules/Breadcrumb/index.js +2 -0
- package/dist/molecules/Breadcrumb/index.js.map +1 -0
- package/dist/molecules/Bullets/Bullets.d.ts +35 -35
- package/dist/molecules/Bullets/Bullets.js +12 -0
- package/dist/molecules/Bullets/Bullets.js.map +1 -0
- package/dist/molecules/Bullets/index.d.ts +2 -2
- package/dist/molecules/Bullets/index.js +2 -0
- package/dist/molecules/Bullets/index.js.map +1 -0
- package/dist/molecules/Card/Card.d.ts +10 -10
- package/dist/molecules/Card/Card.js +6 -0
- package/dist/molecules/Card/Card.js.map +1 -0
- package/dist/molecules/Card/CardActions.d.ts +10 -10
- package/dist/molecules/Card/CardActions.js +6 -0
- package/dist/molecules/Card/CardActions.js.map +1 -0
- package/dist/molecules/Card/CardContent.d.ts +10 -10
- package/dist/molecules/Card/CardContent.js +6 -0
- package/dist/molecules/Card/CardContent.js.map +1 -0
- package/dist/molecules/Card/CardImage.d.ts +10 -10
- package/dist/molecules/Card/CardImage.js +6 -0
- package/dist/molecules/Card/CardImage.js.map +1 -0
- package/dist/molecules/Card/index.d.ts +8 -8
- package/dist/molecules/Card/index.js +5 -0
- package/dist/molecules/Card/index.js.map +1 -0
- package/dist/molecules/Carousel/Arrows.d.ts +12 -12
- package/dist/molecules/Carousel/Arrows.js +6 -0
- package/dist/molecules/Carousel/Arrows.js.map +1 -0
- package/dist/molecules/Carousel/Carousel.d.ts +16 -16
- package/dist/molecules/Carousel/Carousel.js +124 -0
- package/dist/molecules/Carousel/Carousel.js.map +1 -0
- package/dist/molecules/Carousel/hooks/useSlideVisibility.d.ts +9 -9
- package/dist/molecules/Carousel/hooks/useSlideVisibility.js +29 -0
- package/dist/molecules/Carousel/hooks/useSlideVisibility.js.map +1 -0
- package/dist/molecules/Carousel/index.d.ts +2 -2
- package/dist/molecules/Carousel/index.js +3 -0
- package/dist/molecules/Carousel/index.js.map +1 -0
- package/dist/molecules/Dropdown/Dropdown.d.ts +9 -9
- package/dist/molecules/Dropdown/Dropdown.js +67 -0
- package/dist/molecules/Dropdown/Dropdown.js.map +1 -0
- package/dist/molecules/Dropdown/DropdownButton.d.ts +10 -10
- package/dist/molecules/Dropdown/DropdownButton.js +11 -0
- package/dist/molecules/Dropdown/DropdownButton.js.map +1 -0
- package/dist/molecules/Dropdown/DropdownItem.d.ts +10 -10
- package/dist/molecules/Dropdown/DropdownItem.js +26 -0
- package/dist/molecules/Dropdown/DropdownItem.js.map +1 -0
- package/dist/molecules/Dropdown/DropdownMenu.d.ts +22 -22
- package/dist/molecules/Dropdown/DropdownMenu.js +65 -0
- package/dist/molecules/Dropdown/DropdownMenu.js.map +1 -0
- package/dist/molecules/Dropdown/contexts/DropdownContext.d.ts +41 -41
- package/dist/molecules/Dropdown/contexts/DropdownContext.js +11 -0
- package/dist/molecules/Dropdown/contexts/DropdownContext.js.map +1 -0
- package/dist/molecules/Dropdown/hooks/useDropdown.d.ts +6 -6
- package/dist/molecules/Dropdown/hooks/useDropdown.js +14 -0
- package/dist/molecules/Dropdown/hooks/useDropdown.js.map +1 -0
- package/dist/molecules/Dropdown/hooks/useDropdownPosition.d.ts +8 -8
- package/dist/molecules/Dropdown/hooks/useDropdownPosition.js +25 -0
- package/dist/molecules/Dropdown/hooks/useDropdownPosition.js.map +1 -0
- package/dist/molecules/Dropdown/index.d.ts +8 -8
- package/dist/molecules/Dropdown/index.js +5 -0
- package/dist/molecules/Dropdown/index.js.map +1 -0
- package/dist/molecules/Dropdown/stories/assets/Caret.d.ts +2 -2
- package/dist/molecules/Dropdown/stories/assets/Caret.js +4 -0
- package/dist/molecules/Dropdown/stories/assets/Caret.js.map +1 -0
- package/dist/molecules/Form/Form.d.ts +11 -11
- package/dist/molecules/Form/Form.js +6 -0
- package/dist/molecules/Form/Form.js.map +1 -0
- package/dist/molecules/Form/index.d.ts +2 -2
- package/dist/molecules/Form/index.js +2 -0
- package/dist/molecules/Form/index.js.map +1 -0
- package/dist/molecules/IconButton/IconButton.d.ts +19 -19
- package/dist/molecules/IconButton/IconButton.js +9 -0
- package/dist/molecules/IconButton/IconButton.js.map +1 -0
- package/dist/molecules/IconButton/index.d.ts +2 -2
- package/dist/molecules/IconButton/index.js +2 -0
- package/dist/molecules/IconButton/index.js.map +1 -0
- package/dist/molecules/LoadingButton/LoadingButton.d.ts +14 -14
- package/dist/molecules/LoadingButton/LoadingButton.js +8 -0
- package/dist/molecules/LoadingButton/LoadingButton.js.map +1 -0
- package/dist/molecules/LoadingButton/index.d.ts +2 -2
- package/dist/molecules/LoadingButton/index.js +2 -0
- package/dist/molecules/LoadingButton/index.js.map +1 -0
- package/dist/molecules/Modal/Modal.d.ts +25 -25
- package/dist/molecules/Modal/Modal.js +31 -0
- package/dist/molecules/Modal/Modal.js.map +1 -0
- package/dist/molecules/Modal/ModalContent.d.ts +10 -10
- package/dist/molecules/Modal/ModalContent.js +23 -0
- package/dist/molecules/Modal/ModalContent.js.map +1 -0
- package/dist/molecules/Modal/index.d.ts +2 -2
- package/dist/molecules/Modal/index.js +2 -0
- package/dist/molecules/Modal/index.js.map +1 -0
- package/dist/molecules/Modal/useTrapFocus.d.ts +8 -8
- package/dist/molecules/Modal/useTrapFocus.js +76 -0
- package/dist/molecules/Modal/useTrapFocus.js.map +1 -0
- package/dist/molecules/PaymentMethods/PaymentMethods.d.ts +26 -26
- package/dist/molecules/PaymentMethods/PaymentMethods.js +8 -0
- package/dist/molecules/PaymentMethods/PaymentMethods.js.map +1 -0
- package/dist/molecules/PaymentMethods/index.d.ts +2 -2
- package/dist/molecules/PaymentMethods/index.js +2 -0
- package/dist/molecules/PaymentMethods/index.js.map +1 -0
- package/dist/molecules/PaymentMethods/stories/assets/Icons.d.ts +9 -9
- package/dist/molecules/PaymentMethods/stories/assets/Icons.js +26 -0
- package/dist/molecules/PaymentMethods/stories/assets/Icons.js.map +1 -0
- package/dist/molecules/PriceRange/PriceRange.d.ts +23 -23
- package/dist/molecules/PriceRange/PriceRange.js +16 -0
- package/dist/molecules/PriceRange/PriceRange.js.map +1 -0
- package/dist/molecules/PriceRange/index.d.ts +2 -2
- package/dist/molecules/PriceRange/index.js +2 -0
- package/dist/molecules/PriceRange/index.js.map +1 -0
- package/dist/molecules/ProductCard/ProductCard.d.ts +11 -11
- package/dist/molecules/ProductCard/ProductCard.js +6 -0
- package/dist/molecules/ProductCard/ProductCard.js.map +1 -0
- package/dist/molecules/ProductCard/ProductCardActions.d.ts +10 -10
- package/dist/molecules/ProductCard/ProductCardActions.js +6 -0
- package/dist/molecules/ProductCard/ProductCardActions.js.map +1 -0
- package/dist/molecules/ProductCard/ProductCardContent.d.ts +10 -10
- package/dist/molecules/ProductCard/ProductCardContent.js +6 -0
- package/dist/molecules/ProductCard/ProductCardContent.js.map +1 -0
- package/dist/molecules/ProductCard/ProductCardImage.d.ts +10 -10
- package/dist/molecules/ProductCard/ProductCardImage.js +6 -0
- package/dist/molecules/ProductCard/ProductCardImage.js.map +1 -0
- package/dist/molecules/ProductCard/index.d.ts +8 -8
- package/dist/molecules/ProductCard/index.js +5 -0
- package/dist/molecules/ProductCard/index.js.map +1 -0
- package/dist/molecules/QuantitySelector/QuantitySelector.d.ts +30 -30
- package/dist/molecules/QuantitySelector/QuantitySelector.js +11 -0
- package/dist/molecules/QuantitySelector/QuantitySelector.js.map +1 -0
- package/dist/molecules/QuantitySelector/index.d.ts +2 -2
- package/dist/molecules/QuantitySelector/index.js +2 -0
- package/dist/molecules/QuantitySelector/index.js.map +1 -0
- package/dist/molecules/QuantitySelector/stories/assets/Icons.d.ts +7 -7
- package/dist/molecules/QuantitySelector/stories/assets/Icons.js +11 -0
- package/dist/molecules/QuantitySelector/stories/assets/Icons.js.map +1 -0
- package/dist/molecules/RadioGroup/RadioGroup.d.ts +5 -5
- package/dist/molecules/RadioGroup/RadioGroup.js +10 -0
- package/dist/molecules/RadioGroup/RadioGroup.js.map +1 -0
- package/dist/molecules/RadioGroup/RadioOption.d.ts +19 -19
- package/dist/molecules/RadioGroup/RadioOption.js +11 -0
- package/dist/molecules/RadioGroup/RadioOption.js.map +1 -0
- package/dist/molecules/RadioGroup/index.d.ts +4 -4
- package/dist/molecules/RadioGroup/index.js +3 -0
- package/dist/molecules/RadioGroup/index.js.map +1 -0
- package/dist/molecules/RadioGroup/useRadioGroup.d.ts +17 -17
- package/dist/molecules/RadioGroup/useRadioGroup.js +10 -0
- package/dist/molecules/RadioGroup/useRadioGroup.js.map +1 -0
- package/dist/molecules/SearchInput/SearchInput.d.ts +28 -28
- package/dist/molecules/SearchInput/SearchInput.js +28 -0
- package/dist/molecules/SearchInput/SearchInput.js.map +1 -0
- package/dist/molecules/SearchInput/index.d.ts +2 -2
- package/dist/molecules/SearchInput/index.js +2 -0
- package/dist/molecules/SearchInput/index.js.map +1 -0
- package/dist/molecules/SearchInput/stories/assets/CustomIcon.d.ts +3 -3
- package/dist/molecules/SearchInput/stories/assets/CustomIcon.js +7 -0
- package/dist/molecules/SearchInput/stories/assets/CustomIcon.js.map +1 -0
- package/dist/molecules/Table/Table.d.ts +11 -11
- package/dist/molecules/Table/Table.js +6 -0
- package/dist/molecules/Table/Table.js.map +1 -0
- package/dist/molecules/Table/TableBody.d.ts +11 -11
- package/dist/molecules/Table/TableBody.js +6 -0
- package/dist/molecules/Table/TableBody.js.map +1 -0
- package/dist/molecules/Table/TableCell.d.ts +20 -20
- package/dist/molecules/Table/TableCell.js +7 -0
- package/dist/molecules/Table/TableCell.js.map +1 -0
- package/dist/molecules/Table/TableFooter.d.ts +11 -11
- package/dist/molecules/Table/TableFooter.js +6 -0
- package/dist/molecules/Table/TableFooter.js.map +1 -0
- package/dist/molecules/Table/TableHead.d.ts +11 -11
- package/dist/molecules/Table/TableHead.js +6 -0
- package/dist/molecules/Table/TableHead.js.map +1 -0
- package/dist/molecules/Table/TableRow.d.ts +11 -11
- package/dist/molecules/Table/TableRow.js +6 -0
- package/dist/molecules/Table/TableRow.js.map +1 -0
- package/dist/molecules/Table/index.d.ts +12 -12
- package/dist/molecules/Table/index.js +7 -0
- package/dist/molecules/Table/index.js.map +1 -0
- package/dist/organisms/Hero/Hero.d.ts +11 -11
- package/dist/organisms/Hero/Hero.js +6 -0
- package/dist/organisms/Hero/Hero.js.map +1 -0
- package/dist/organisms/Hero/HeroHeading.d.ts +10 -10
- package/dist/organisms/Hero/HeroHeading.js +6 -0
- package/dist/organisms/Hero/HeroHeading.js.map +1 -0
- package/dist/organisms/Hero/HeroImage.d.ts +10 -10
- package/dist/organisms/Hero/HeroImage.js +6 -0
- package/dist/organisms/Hero/HeroImage.js.map +1 -0
- package/dist/organisms/Hero/index.d.ts +6 -6
- package/dist/organisms/Hero/index.js +4 -0
- package/dist/organisms/Hero/index.js.map +1 -0
- package/dist/organisms/OutOfStock/OutOfStock.d.ts +21 -21
- package/dist/organisms/OutOfStock/OutOfStock.js +8 -0
- package/dist/organisms/OutOfStock/OutOfStock.js.map +1 -0
- package/dist/organisms/OutOfStock/OutOfStockMessage.d.ts +9 -9
- package/dist/organisms/OutOfStock/OutOfStockMessage.js +5 -0
- package/dist/organisms/OutOfStock/OutOfStockMessage.js.map +1 -0
- package/dist/organisms/OutOfStock/OutOfStockTitle.d.ts +9 -9
- package/dist/organisms/OutOfStock/OutOfStockTitle.js +5 -0
- package/dist/organisms/OutOfStock/OutOfStockTitle.js.map +1 -0
- package/dist/organisms/OutOfStock/index.d.ts +6 -6
- package/dist/organisms/OutOfStock/index.js +4 -0
- package/dist/organisms/OutOfStock/index.js.map +1 -0
- package/dist/setupTests.d.ts +1 -1
- package/dist/setupTests.js +6 -0
- package/dist/setupTests.js.map +1 -0
- package/dist/typings/PolymorphicGenerics.d.ts +28 -28
- package/dist/typings/PolymorphicGenerics.js +8 -0
- package/dist/typings/PolymorphicGenerics.js.map +1 -0
- package/dist/typings/index.d.ts +1 -1
- package/dist/typings/index.js +2 -0
- package/dist/typings/index.js.map +1 -0
- package/dist/utils/toHaveNoIncomplete.d.ts +17 -17
- package/dist/utils/toHaveNoIncomplete.js +43 -0
- package/dist/utils/toHaveNoIncomplete.js.map +1 -0
- package/package.json +6 -11
- package/src/atoms/Slider/Slider.test.tsx +13 -2
- package/src/atoms/Slider/Slider.tsx +50 -55
- package/src/molecules/AggregateRating/stories/AggregateRating.stories.tsx +2 -3
- package/src/molecules/Bullets/Bullets.tsx +4 -3
- package/src/molecules/Dropdown/DropdownItem.tsx +2 -5
- package/src/molecules/Dropdown/DropdownMenu.tsx +2 -7
- package/src/molecules/PriceRange/PriceRange.test.tsx +8 -2
- package/src/molecules/PriceRange/PriceRange.tsx +12 -20
- package/src/typings/PolymorphicGenerics.ts +2 -3
- package/dist/atoms/Badge/stories/Badge.stories.d.ts +0 -17
- package/dist/atoms/Button/stories/Button.stories.d.ts +0 -14
- package/dist/atoms/Checkbox/stories/Checkbox.stories.d.ts +0 -4
- package/dist/atoms/Icon/stories/Icon.stories.d.ts +0 -14
- package/dist/atoms/Incentive/stories/Incentive.stories.d.ts +0 -4
- package/dist/atoms/Input/stories/Input.stories.d.ts +0 -14
- package/dist/atoms/Label/stories/Label.stories.d.ts +0 -14
- package/dist/atoms/List/stories/List.stories.d.ts +0 -22
- package/dist/atoms/Overlay/stories/Overlay.stories.d.ts +0 -8
- package/dist/atoms/Popover/stories/Popover.stories.d.ts +0 -14
- package/dist/atoms/Price/stories/Price.stories.d.ts +0 -18
- package/dist/atoms/Radio/stories/Radio.stories.d.ts +0 -4
- package/dist/atoms/Select/stories/Select.stories.d.ts +0 -20
- package/dist/atoms/Skeleton/stories/Skeleton.stories.d.ts +0 -12
- package/dist/atoms/Slider/stories/Slider.stories.d.ts +0 -4
- package/dist/atoms/Spinner/stories/Spinner.stories.d.ts +0 -12
- package/dist/atoms/TextArea/stories/TextArea.stories.d.ts +0 -4
- package/dist/molecules/Accordion/stories/Accordion.stories.d.ts +0 -14
- package/dist/molecules/AggregateRating/stories/AggregateRating.stories.d.ts +0 -16
- package/dist/molecules/Alert/stories/Alert.stories.d.ts +0 -5
- package/dist/molecules/Banner/stories/Banner.stories.d.ts +0 -4
- package/dist/molecules/Breadcrumb/stories/Breadcrumb.stories.d.ts +0 -15
- package/dist/molecules/Bullets/stories/Bullets.stories.d.ts +0 -15
- package/dist/molecules/Card/stories/Card.stories.d.ts +0 -4
- package/dist/molecules/Carousel/stories/Carousel.stories.d.ts +0 -18
- package/dist/molecules/Dropdown/stories/Dropdown.stories.d.ts +0 -7
- package/dist/molecules/Form/stories/Form.stories.d.ts +0 -12
- package/dist/molecules/IconButton/stories/IconButton.stories.d.ts +0 -5
- package/dist/molecules/LoadingButton/stories/LoadingButton.stories.d.ts +0 -14
- package/dist/molecules/Modal/stories/Modal.stories.d.ts +0 -5
- package/dist/molecules/PaymentMethods/stories/PaymentMethods.stories.d.ts +0 -4
- package/dist/molecules/PriceRange/stories/PriceRange.stories.d.ts +0 -4
- package/dist/molecules/ProductCard/stories/ProductCard.stories.d.ts +0 -4
- package/dist/molecules/QuantitySelector/stories/QuantitySelector.stories.d.ts +0 -5
- package/dist/molecules/RadioGroup/stories/RadioGroup.stories.d.ts +0 -15
- package/dist/molecules/SearchInput/stories/SearchInput.stories.d.ts +0 -15
- package/dist/molecules/Table/stories/Table.stories.d.ts +0 -12
- package/dist/organisms/Hero/stories/Hero.stories.d.ts +0 -4
- package/dist/organisms/OutOfStock/stories/OutOfStock.stories.d.ts +0 -10
- package/dist/ui.cjs.development.js +0 -2109
- package/dist/ui.cjs.development.js.map +0 -1
- package/dist/ui.cjs.production.min.js +0 -2
- package/dist/ui.cjs.production.min.js.map +0 -1
- package/dist/ui.esm.js +0 -2037
- package/dist/ui.esm.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,3314 +3,1767 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## 1.9.
|
|
6
|
+
## [1.9.11](https://github.com/vtex/faststore/compare/v1.9.10...v1.9.11) (2022-06-19)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
* Price range filter on PLP ([#1364](https://github.com/vtex/faststore/issues/1364)) ([a4c3fa7](https://github.com/vtex/faststore/commit/a4c3fa79c32d1db7bc737f5221479e6db1488866))
|
|
14
12
|
|
|
15
13
|
|
|
16
14
|
|
|
17
|
-
## 1.9.4 (2022-06-10)
|
|
18
15
|
|
|
19
16
|
|
|
20
|
-
|
|
17
|
+
## [1.9.10](https://github.com/vtex/faststore/compare/v1.9.9...v1.9.10) (2022-06-18)
|
|
21
18
|
|
|
22
|
-
|
|
19
|
+
**Note:** Version bump only for package @faststore/ui
|
|
23
20
|
|
|
24
21
|
|
|
25
22
|
|
|
26
23
|
|
|
27
24
|
|
|
28
|
-
##
|
|
25
|
+
## 1.9.9 (2022-06-17)
|
|
29
26
|
|
|
30
27
|
|
|
31
28
|
### Bug Fixes
|
|
32
29
|
|
|
33
|
-
*
|
|
30
|
+
* add outdir to all tsconfig ([#1372](https://github.com/vtex/faststore/issues/1372)) ([8f847d9](https://github.com/vtex/faststore/commit/8f847d938b0ac66433a248bc77e77a21475b65db))
|
|
31
|
+
* prettier format files ([#1369](https://github.com/vtex/faststore/issues/1369)) ([7f42ea9](https://github.com/vtex/faststore/commit/7f42ea913ee60333fe32434491f9be83c29a165d))
|
|
34
32
|
|
|
35
33
|
|
|
36
34
|
|
|
37
35
|
|
|
38
36
|
|
|
39
|
-
## 1.9.
|
|
37
|
+
## 1.9.8 (2022-06-17)
|
|
40
38
|
|
|
41
|
-
**Note:** Version bump only for package @faststore/ui
|
|
42
39
|
|
|
40
|
+
### Features
|
|
43
41
|
|
|
42
|
+
* lint ([#1368](https://github.com/vtex/faststore/issues/1368)) ([66ce99f](https://github.com/vtex/faststore/commit/66ce99f310ec593245e3937daea5ed813e1630e6))
|
|
44
43
|
|
|
45
44
|
|
|
46
45
|
|
|
47
|
-
## [1.8.52](https://github.com/vtex/faststore/compare/v1.8.51...v1.8.52) (2022-06-03)
|
|
48
46
|
|
|
49
47
|
|
|
50
|
-
|
|
48
|
+
## 1.9.4 (2022-06-10)
|
|
51
49
|
|
|
52
|
-
|
|
50
|
+
### Bug Fixes
|
|
53
51
|
|
|
52
|
+
- codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760))
|
|
54
53
|
|
|
54
|
+
## [1.9.2](https://github.com/vtex/faststore/compare/v1.9.1...v1.9.2) (2022-06-09)
|
|
55
55
|
|
|
56
|
+
### Bug Fixes
|
|
56
57
|
|
|
58
|
+
- some ts errors ([#1352](https://github.com/vtex/faststore/issues/1352)) ([5268188](https://github.com/vtex/faststore/commit/5268188fa984df4ce775c996934a0462a76244ce))
|
|
57
59
|
|
|
58
|
-
## 1.
|
|
60
|
+
## 1.9.1 (2022-06-09)
|
|
59
61
|
|
|
62
|
+
**Note:** Version bump only for package @faststore/ui
|
|
60
63
|
|
|
61
|
-
|
|
64
|
+
## [1.8.52](https://github.com/vtex/faststore/compare/v1.8.51...v1.8.52) (2022-06-03)
|
|
62
65
|
|
|
63
|
-
|
|
66
|
+
### Features
|
|
64
67
|
|
|
68
|
+
- **ui:** Fix OutOfStock nested components ([#1341](https://github.com/vtex/faststore/issues/1341)) ([0bd85a6](https://github.com/vtex/faststore/commit/0bd85a6bd334c014559eced5a617a1476bfd8171))
|
|
65
69
|
|
|
70
|
+
## 1.8.51 (2022-06-03)
|
|
66
71
|
|
|
72
|
+
### Features
|
|
67
73
|
|
|
74
|
+
- **UI:** Add Hero component ([#1336](https://github.com/vtex/faststore/issues/1336)) ([767c0cd](https://github.com/vtex/faststore/commit/767c0cdc5eaf6bd56020d64fd7718b1379c09390))
|
|
68
75
|
|
|
69
76
|
## 1.8.49 (2022-05-31)
|
|
70
77
|
|
|
71
|
-
|
|
72
78
|
### Bug Fixes
|
|
73
79
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
80
|
+
- remove docs from build on codesandbox ([#1334](https://github.com/vtex/faststore/issues/1334)) ([c9eabde](https://github.com/vtex/faststore/commit/c9eabdea8d951d42a9b3898572719e1f45294b33))
|
|
79
81
|
|
|
80
82
|
## 1.8.46 (2022-05-30)
|
|
81
83
|
|
|
82
|
-
|
|
83
84
|
### Features
|
|
84
85
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
- using cache ([#1330](https://github.com/vtex/faststore/issues/1330)) ([6f8a7a4](https://github.com/vtex/faststore/commit/6f8a7a4a593f7e82586d7e3d48f5254e011b8df6))
|
|
90
87
|
|
|
91
88
|
## 1.8.45 (2022-05-30)
|
|
92
89
|
|
|
93
90
|
**Note:** Version bump only for package @faststore/ui
|
|
94
91
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
92
|
## [1.8.44](https://github.com/vtex/faststore/compare/v1.8.43...v1.8.44) (2022-05-30)
|
|
100
93
|
|
|
101
94
|
**Note:** Version bump only for package @faststore/ui
|
|
102
95
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
96
|
## 1.8.42 (2022-05-30)
|
|
108
97
|
|
|
109
|
-
|
|
110
98
|
### Bug Fixes
|
|
111
99
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
100
|
+
- github release ([194413b](https://github.com/vtex/faststore/commit/194413ba0087c8283942108ab5fdd25964b8901b))
|
|
117
101
|
|
|
118
102
|
## 1.8.41 (2022-05-30)
|
|
119
103
|
|
|
120
104
|
**Note:** Version bump only for package @faststore/ui
|
|
121
105
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
106
|
## 1.8.40 (2022-05-30)
|
|
127
107
|
|
|
128
|
-
|
|
129
108
|
### Bug Fixes
|
|
130
109
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
110
|
+
- Cart item with additionalProperty ([#1325](https://github.com/vtex/faststore/issues/1325)) ([8fa6aa1](https://github.com/vtex/faststore/commit/8fa6aa1a88d3e3702a017e581cbcff4281c47f4f))
|
|
136
111
|
|
|
137
112
|
## 1.8.39 (2022-05-27)
|
|
138
113
|
|
|
139
114
|
**Note:** Version bump only for package @faststore/ui
|
|
140
115
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
116
|
## 1.8.38 (2022-05-27)
|
|
146
117
|
|
|
147
118
|
**Note:** Version bump only for package @faststore/ui
|
|
148
119
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
120
|
## 1.8.37 (2022-05-27)
|
|
154
121
|
|
|
155
|
-
|
|
156
122
|
### Bug Fixes
|
|
157
123
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
124
|
+
- Increase NodeJS version ([#1323](https://github.com/vtex/faststore/issues/1323)) ([3a6fbe7](https://github.com/vtex/faststore/commit/3a6fbe7c230b7056582c783464bfb45cc5717bed))
|
|
163
125
|
|
|
164
126
|
## 1.8.36 (2022-05-26)
|
|
165
127
|
|
|
166
|
-
|
|
167
128
|
### Bug Fixes
|
|
168
129
|
|
|
169
|
-
|
|
130
|
+
- Top searches ([#1321](https://github.com/vtex/faststore/issues/1321)) ([e2ab99d](https://github.com/vtex/faststore/commit/e2ab99d4f443e013f3fd024fc83bb612fcb27f41))
|
|
170
131
|
|
|
132
|
+
## 1.8.35 (2022-05-26)
|
|
171
133
|
|
|
134
|
+
### Features
|
|
172
135
|
|
|
136
|
+
- Add OutOfStock component ([#1314](https://github.com/vtex/faststore/issues/1314)) ([37eac86](https://github.com/vtex/faststore/commit/37eac86ede448ef68aef426f65f2d224694b2cfc))
|
|
173
137
|
|
|
138
|
+
## 1.8.34 (2022-05-25)
|
|
174
139
|
|
|
175
|
-
|
|
140
|
+
**Note:** Version bump only for package @faststore/ui
|
|
176
141
|
|
|
142
|
+
## 1.8.33 (2022-05-24)
|
|
177
143
|
|
|
178
144
|
### Features
|
|
179
145
|
|
|
180
|
-
|
|
146
|
+
- useStorage update onFocus ([#1316](https://github.com/vtex/faststore/issues/1316)) ([c9874d4](https://github.com/vtex/faststore/commit/c9874d46a16a09159e6e1bd4da4e61ec25bd62d2))
|
|
181
147
|
|
|
148
|
+
## 1.8.32 (2022-05-23)
|
|
182
149
|
|
|
150
|
+
**Note:** Version bump only for package @faststore/ui
|
|
183
151
|
|
|
152
|
+
## 1.8.31 (2022-05-20)
|
|
184
153
|
|
|
154
|
+
**Note:** Version bump only for package @faststore/ui
|
|
185
155
|
|
|
186
|
-
## 1.8.
|
|
156
|
+
## 1.8.30 (2022-05-20)
|
|
187
157
|
|
|
188
158
|
**Note:** Version bump only for package @faststore/ui
|
|
189
159
|
|
|
160
|
+
## 1.8.29 (2022-05-19)
|
|
190
161
|
|
|
162
|
+
**Note:** Version bump only for package @faststore/ui
|
|
191
163
|
|
|
164
|
+
## 1.8.28 (2022-05-19)
|
|
192
165
|
|
|
166
|
+
**Note:** Version bump only for package @faststore/ui
|
|
193
167
|
|
|
194
|
-
## 1.8.
|
|
168
|
+
## 1.8.27 (2022-05-19)
|
|
195
169
|
|
|
170
|
+
**Note:** Version bump only for package @faststore/ui
|
|
196
171
|
|
|
197
|
-
|
|
172
|
+
## 1.8.26 (2022-05-18)
|
|
198
173
|
|
|
199
|
-
|
|
174
|
+
**Note:** Version bump only for package @faststore/ui
|
|
200
175
|
|
|
176
|
+
## 1.8.25 (2022-05-18)
|
|
201
177
|
|
|
178
|
+
**Note:** Version bump only for package @faststore/ui
|
|
202
179
|
|
|
180
|
+
## 1.8.24 (2022-05-18)
|
|
203
181
|
|
|
182
|
+
### Bug Fixes
|
|
204
183
|
|
|
205
|
-
|
|
184
|
+
- Breadcrumb broken links ([#1306](https://github.com/vtex/faststore/issues/1306)) ([e1d74d4](https://github.com/vtex/faststore/commit/e1d74d49dc3f7cf90caa80e480a01346934c0d43))
|
|
206
185
|
|
|
207
|
-
|
|
186
|
+
## 1.8.23 (2022-05-17)
|
|
208
187
|
|
|
188
|
+
### Features
|
|
209
189
|
|
|
190
|
+
- Sync Cart with Checkout ([#1299](https://github.com/vtex/faststore/issues/1299)) ([62e8f56](https://github.com/vtex/faststore/commit/62e8f56b31c6bb6cf7260749a90ebef8aba9982b))
|
|
210
191
|
|
|
192
|
+
## 1.8.22 (2022-05-17)
|
|
211
193
|
|
|
194
|
+
**Note:** Version bump only for package @faststore/ui
|
|
212
195
|
|
|
213
|
-
## 1.8.
|
|
196
|
+
## 1.8.21 (2022-05-16)
|
|
214
197
|
|
|
215
198
|
**Note:** Version bump only for package @faststore/ui
|
|
216
199
|
|
|
200
|
+
## 1.8.20 (2022-05-16)
|
|
217
201
|
|
|
202
|
+
**Note:** Version bump only for package @faststore/ui
|
|
218
203
|
|
|
204
|
+
## 1.8.19 (2022-05-14)
|
|
219
205
|
|
|
206
|
+
**Note:** Version bump only for package @faststore/ui
|
|
220
207
|
|
|
221
|
-
## 1.8.
|
|
208
|
+
## 1.8.18 (2022-05-14)
|
|
222
209
|
|
|
223
210
|
**Note:** Version bump only for package @faststore/ui
|
|
224
211
|
|
|
212
|
+
## 1.8.17 (2022-05-13)
|
|
225
213
|
|
|
214
|
+
### Features
|
|
226
215
|
|
|
216
|
+
- **UI:** Add `ProductCard` component ([#1272](https://github.com/vtex/faststore/issues/1272)) ([ea62210](https://github.com/vtex/faststore/commit/ea6221080da8b3538551f7a77df61a14d8de297d))
|
|
227
217
|
|
|
228
|
-
|
|
229
|
-
## 1.8.29 (2022-05-19)
|
|
218
|
+
## 1.8.16 (2022-05-13)
|
|
230
219
|
|
|
231
220
|
**Note:** Version bump only for package @faststore/ui
|
|
232
221
|
|
|
222
|
+
## 1.8.15 (2022-05-13)
|
|
233
223
|
|
|
224
|
+
**Note:** Version bump only for package @faststore/ui
|
|
234
225
|
|
|
226
|
+
## 1.8.14 (2022-05-13)
|
|
235
227
|
|
|
228
|
+
**Note:** Version bump only for package @faststore/ui
|
|
236
229
|
|
|
237
|
-
## 1.8.
|
|
230
|
+
## 1.8.13 (2022-05-13)
|
|
238
231
|
|
|
239
232
|
**Note:** Version bump only for package @faststore/ui
|
|
240
233
|
|
|
234
|
+
## 1.8.12 (2022-05-12)
|
|
241
235
|
|
|
236
|
+
**Note:** Version bump only for package @faststore/ui
|
|
242
237
|
|
|
238
|
+
## 1.8.11 (2022-05-12)
|
|
243
239
|
|
|
240
|
+
**Note:** Version bump only for package @faststore/ui
|
|
244
241
|
|
|
245
|
-
## 1.8.
|
|
242
|
+
## 1.8.10 (2022-05-12)
|
|
246
243
|
|
|
247
244
|
**Note:** Version bump only for package @faststore/ui
|
|
248
245
|
|
|
246
|
+
## 1.8.9 (2022-05-12)
|
|
249
247
|
|
|
248
|
+
**Note:** Version bump only for package @faststore/ui
|
|
250
249
|
|
|
250
|
+
## 1.8.8 (2022-05-11)
|
|
251
251
|
|
|
252
|
+
**Note:** Version bump only for package @faststore/ui
|
|
252
253
|
|
|
253
|
-
## 1.8.
|
|
254
|
+
## 1.8.7 (2022-05-11)
|
|
254
255
|
|
|
255
256
|
**Note:** Version bump only for package @faststore/ui
|
|
256
257
|
|
|
258
|
+
## 1.8.6 (2022-05-10)
|
|
257
259
|
|
|
260
|
+
**Note:** Version bump only for package @faststore/ui
|
|
258
261
|
|
|
262
|
+
## 1.8.5 (2022-05-10)
|
|
259
263
|
|
|
264
|
+
**Note:** Version bump only for package @faststore/ui
|
|
260
265
|
|
|
261
|
-
## 1.8.
|
|
266
|
+
## 1.8.4 (2022-05-10)
|
|
262
267
|
|
|
263
268
|
**Note:** Version bump only for package @faststore/ui
|
|
264
269
|
|
|
270
|
+
## 1.8.2 (2022-05-09)
|
|
265
271
|
|
|
272
|
+
**Note:** Version bump only for package @faststore/ui
|
|
266
273
|
|
|
274
|
+
## 1.8.1 (2022-05-09)
|
|
267
275
|
|
|
276
|
+
**Note:** Version bump only for package @faststore/ui
|
|
268
277
|
|
|
269
|
-
## 1.
|
|
278
|
+
## 1.7.55 (2022-05-06)
|
|
270
279
|
|
|
280
|
+
**Note:** Version bump only for package @faststore/ui
|
|
271
281
|
|
|
272
|
-
|
|
282
|
+
## 1.7.54 (2022-05-06)
|
|
273
283
|
|
|
274
|
-
|
|
284
|
+
**Note:** Version bump only for package @faststore/ui
|
|
275
285
|
|
|
286
|
+
## 1.7.53 (2022-05-06)
|
|
276
287
|
|
|
288
|
+
### Bug Fixes
|
|
277
289
|
|
|
290
|
+
- suggestions api url ([#1273](https://github.com/vtex/faststore/issues/1273)) ([6f8a961](https://github.com/vtex/faststore/commit/6f8a9613e4627f91815e669a007ec4ff4c54ffe5))
|
|
278
291
|
|
|
292
|
+
## 1.7.52 (2022-05-06)
|
|
279
293
|
|
|
280
|
-
|
|
294
|
+
### Bug Fixes
|
|
281
295
|
|
|
296
|
+
- Release workflow ([#1271](https://github.com/vtex/faststore/issues/1271)) ([3b995a8](https://github.com/vtex/faststore/commit/3b995a82c956c13c4d6f9453ac4f44195c5ef543))
|
|
282
297
|
|
|
283
|
-
|
|
298
|
+
## 1.7.51 (2022-05-03)
|
|
284
299
|
|
|
285
|
-
|
|
300
|
+
**Note:** Version bump only for package @faststore/ui
|
|
286
301
|
|
|
302
|
+
## 1.7.50 (2022-05-03)
|
|
287
303
|
|
|
304
|
+
**Note:** Version bump only for package @faststore/ui
|
|
288
305
|
|
|
306
|
+
## 1.7.49 (2022-05-02)
|
|
289
307
|
|
|
308
|
+
**Note:** Version bump only for package @faststore/ui
|
|
290
309
|
|
|
291
|
-
## 1.
|
|
310
|
+
## 1.7.48 (2022-04-29)
|
|
292
311
|
|
|
293
312
|
**Note:** Version bump only for package @faststore/ui
|
|
294
313
|
|
|
314
|
+
## 1.7.47 (2022-04-29)
|
|
295
315
|
|
|
316
|
+
**Note:** Version bump only for package @faststore/ui
|
|
296
317
|
|
|
318
|
+
## 1.7.46 (2022-04-29)
|
|
297
319
|
|
|
320
|
+
**Note:** Version bump only for package @faststore/ui
|
|
298
321
|
|
|
299
|
-
## 1.
|
|
322
|
+
## 1.7.45 (2022-04-29)
|
|
300
323
|
|
|
301
324
|
**Note:** Version bump only for package @faststore/ui
|
|
302
325
|
|
|
326
|
+
## 1.7.44 (2022-04-28)
|
|
303
327
|
|
|
328
|
+
**Note:** Version bump only for package @faststore/ui
|
|
304
329
|
|
|
330
|
+
## 1.7.43 (2022-04-28)
|
|
305
331
|
|
|
332
|
+
### Bug Fixes
|
|
306
333
|
|
|
307
|
-
|
|
334
|
+
- api schema ([#1254](https://github.com/vtex/faststore/issues/1254)) ([c901b3d](https://github.com/vtex/faststore/commit/c901b3db8e002558e14101339c817ca87db8f949))
|
|
308
335
|
|
|
309
|
-
|
|
336
|
+
## 1.7.42 (2022-04-28)
|
|
310
337
|
|
|
338
|
+
### Features
|
|
311
339
|
|
|
340
|
+
- search suggestions ([#1198](https://github.com/vtex/faststore/issues/1198)) ([2b19413](https://github.com/vtex/faststore/commit/2b19413dd11249e4d967ac1c4c1aabdc3a8ec1bf))
|
|
312
341
|
|
|
342
|
+
## 1.7.41 (2022-04-27)
|
|
313
343
|
|
|
344
|
+
**Note:** Version bump only for package @faststore/ui
|
|
314
345
|
|
|
315
|
-
## 1.
|
|
346
|
+
## 1.7.40 (2022-04-27)
|
|
316
347
|
|
|
317
348
|
**Note:** Version bump only for package @faststore/ui
|
|
318
349
|
|
|
350
|
+
## 1.7.39 (2022-04-27)
|
|
319
351
|
|
|
352
|
+
**Note:** Version bump only for package @faststore/ui
|
|
320
353
|
|
|
354
|
+
## 1.7.38 (2022-04-27)
|
|
321
355
|
|
|
356
|
+
**Note:** Version bump only for package @faststore/ui
|
|
322
357
|
|
|
323
|
-
## 1.
|
|
358
|
+
## 1.7.37 (2022-04-27)
|
|
324
359
|
|
|
325
360
|
**Note:** Version bump only for package @faststore/ui
|
|
326
361
|
|
|
362
|
+
## 1.7.36 (2022-04-27)
|
|
327
363
|
|
|
364
|
+
### Bug Fixes
|
|
328
365
|
|
|
366
|
+
- **api:** Remove circular dependencies ([#1243](https://github.com/vtex/faststore/issues/1243)) ([e988621](https://github.com/vtex/faststore/commit/e988621c77b946e397ecc33b82be65b04fa119ec))
|
|
329
367
|
|
|
368
|
+
## 1.7.35 (2022-04-26)
|
|
330
369
|
|
|
331
|
-
|
|
370
|
+
**Note:** Version bump only for package @faststore/ui
|
|
332
371
|
|
|
372
|
+
## 1.7.34 (2022-04-25)
|
|
333
373
|
|
|
334
|
-
|
|
374
|
+
**Note:** Version bump only for package @faststore/ui
|
|
335
375
|
|
|
336
|
-
|
|
376
|
+
## 1.7.33 (2022-04-25)
|
|
337
377
|
|
|
378
|
+
### Bug Fixes
|
|
338
379
|
|
|
380
|
+
- **api:** SearchResult send events ([#1242](https://github.com/vtex/faststore/issues/1242)) ([9cc7cc4](https://github.com/vtex/faststore/commit/9cc7cc4d55802ef0dc75e22d58c46da899674555))
|
|
339
381
|
|
|
382
|
+
## 1.7.32 (2022-04-23)
|
|
340
383
|
|
|
384
|
+
**Note:** Version bump only for package @faststore/ui
|
|
341
385
|
|
|
342
|
-
## 1.
|
|
386
|
+
## 1.7.31 (2022-04-22)
|
|
343
387
|
|
|
344
388
|
**Note:** Version bump only for package @faststore/ui
|
|
345
389
|
|
|
390
|
+
## 1.7.30 (2022-04-22)
|
|
346
391
|
|
|
392
|
+
**Note:** Version bump only for package @faststore/ui
|
|
347
393
|
|
|
394
|
+
## 1.7.29 (2022-04-22)
|
|
348
395
|
|
|
396
|
+
**Note:** Version bump only for package @faststore/ui
|
|
349
397
|
|
|
350
|
-
## 1.
|
|
398
|
+
## 1.7.28 (2022-04-20)
|
|
351
399
|
|
|
352
400
|
**Note:** Version bump only for package @faststore/ui
|
|
353
401
|
|
|
402
|
+
## 1.7.27 (2022-04-20)
|
|
403
|
+
|
|
404
|
+
**Note:** Version bump only for package @faststore/ui
|
|
354
405
|
|
|
406
|
+
## 1.7.26 (2022-04-19)
|
|
355
407
|
|
|
408
|
+
### Reverts
|
|
356
409
|
|
|
410
|
+
- 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)
|
|
357
411
|
|
|
358
|
-
## 1.
|
|
412
|
+
## 1.7.25 (2022-04-19)
|
|
359
413
|
|
|
360
414
|
**Note:** Version bump only for package @faststore/ui
|
|
361
415
|
|
|
416
|
+
## 1.7.24 (2022-04-18)
|
|
362
417
|
|
|
418
|
+
**Note:** Version bump only for package @faststore/ui
|
|
363
419
|
|
|
420
|
+
## 1.7.23 (2022-04-18)
|
|
364
421
|
|
|
422
|
+
### Features
|
|
365
423
|
|
|
366
|
-
|
|
424
|
+
- Add url to events ([#1174](https://github.com/vtex/faststore/issues/1174)) ([0e2befe](https://github.com/vtex/faststore/commit/0e2befe3cb5dc99521a470c4096e31237b93a9c0))
|
|
367
425
|
|
|
368
|
-
|
|
426
|
+
## 1.7.22 (2022-04-13)
|
|
369
427
|
|
|
428
|
+
**Note:** Version bump only for package @faststore/ui
|
|
370
429
|
|
|
430
|
+
## 1.7.21 (2022-04-12)
|
|
371
431
|
|
|
432
|
+
### Features
|
|
372
433
|
|
|
434
|
+
- AggregateRating (Stars) molecule ([#1037](https://github.com/vtex/faststore/issues/1037)) ([23f2fad](https://github.com/vtex/faststore/commit/23f2fad6fd4d58ea369a54a0b6600207016be17e))
|
|
373
435
|
|
|
374
|
-
## 1.
|
|
436
|
+
## 1.7.20 (2022-04-11)
|
|
375
437
|
|
|
376
438
|
**Note:** Version bump only for package @faststore/ui
|
|
377
439
|
|
|
440
|
+
## 1.7.19 (2022-04-09)
|
|
378
441
|
|
|
442
|
+
**Note:** Version bump only for package @faststore/ui
|
|
379
443
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
## 1.8.11 (2022-05-12)
|
|
444
|
+
## 1.7.18 (2022-04-08)
|
|
383
445
|
|
|
384
446
|
**Note:** Version bump only for package @faststore/ui
|
|
385
447
|
|
|
448
|
+
## 1.7.17 (2022-04-08)
|
|
386
449
|
|
|
450
|
+
**Note:** Version bump only for package @faststore/ui
|
|
387
451
|
|
|
452
|
+
## 1.7.16 (2022-04-07)
|
|
388
453
|
|
|
454
|
+
**Note:** Version bump only for package @faststore/ui
|
|
389
455
|
|
|
390
|
-
## 1.
|
|
456
|
+
## 1.7.15 (2022-04-07)
|
|
391
457
|
|
|
392
458
|
**Note:** Version bump only for package @faststore/ui
|
|
393
459
|
|
|
460
|
+
## 1.7.14 (2022-04-07)
|
|
394
461
|
|
|
462
|
+
### Bug Fixes
|
|
395
463
|
|
|
464
|
+
- Uses catalog slugify ([#1214](https://github.com/vtex/faststore/issues/1214)) ([0b38efc](https://github.com/vtex/faststore/commit/0b38efc96ecab8920cf15f01c29e7f9d5becba3d))
|
|
396
465
|
|
|
397
|
-
|
|
398
|
-
## 1.8.9 (2022-05-12)
|
|
466
|
+
## 1.7.13 (2022-04-07)
|
|
399
467
|
|
|
400
468
|
**Note:** Version bump only for package @faststore/ui
|
|
401
469
|
|
|
470
|
+
## 1.7.12 (2022-04-06)
|
|
402
471
|
|
|
472
|
+
**Note:** Version bump only for package @faststore/ui
|
|
403
473
|
|
|
474
|
+
## 1.7.11 (2022-04-06)
|
|
404
475
|
|
|
476
|
+
**Note:** Version bump only for package @faststore/ui
|
|
405
477
|
|
|
406
|
-
## 1.
|
|
478
|
+
## 1.7.10 (2022-04-05)
|
|
407
479
|
|
|
408
480
|
**Note:** Version bump only for package @faststore/ui
|
|
409
481
|
|
|
482
|
+
## 1.7.9 (2022-04-05)
|
|
410
483
|
|
|
484
|
+
**Note:** Version bump only for package @faststore/ui
|
|
411
485
|
|
|
486
|
+
## 1.7.8 (2022-04-05)
|
|
412
487
|
|
|
488
|
+
**Note:** Version bump only for package @faststore/ui
|
|
413
489
|
|
|
414
|
-
## 1.
|
|
490
|
+
## 1.7.7 (2022-04-05)
|
|
415
491
|
|
|
416
492
|
**Note:** Version bump only for package @faststore/ui
|
|
417
493
|
|
|
494
|
+
## 1.7.6 (2022-04-05)
|
|
418
495
|
|
|
496
|
+
**Note:** Version bump only for package @faststore/ui
|
|
419
497
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
## 1.8.6 (2022-05-10)
|
|
498
|
+
## 1.7.5 (2022-04-04)
|
|
423
499
|
|
|
424
500
|
**Note:** Version bump only for package @faststore/ui
|
|
425
501
|
|
|
502
|
+
## 1.7.4 (2022-04-01)
|
|
426
503
|
|
|
504
|
+
### Bug Fixes
|
|
427
505
|
|
|
506
|
+
- release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780))
|
|
428
507
|
|
|
429
|
-
|
|
430
|
-
## 1.8.5 (2022-05-10)
|
|
508
|
+
## 1.7.3 (2022-04-01)
|
|
431
509
|
|
|
432
510
|
**Note:** Version bump only for package @faststore/ui
|
|
433
511
|
|
|
512
|
+
## 1.7.2 (2022-04-01)
|
|
434
513
|
|
|
514
|
+
**Note:** Version bump only for package @faststore/ui
|
|
435
515
|
|
|
516
|
+
## 1.7.1 (2022-04-01)
|
|
436
517
|
|
|
518
|
+
**Note:** Version bump only for package @faststore/ui
|
|
437
519
|
|
|
438
|
-
## 1.
|
|
520
|
+
## 1.6.29 (2022-03-31)
|
|
439
521
|
|
|
440
|
-
|
|
522
|
+
### Bug Fixes
|
|
441
523
|
|
|
524
|
+
- fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984))
|
|
442
525
|
|
|
526
|
+
## 1.6.28 (2022-03-31)
|
|
443
527
|
|
|
528
|
+
### Bug Fixes
|
|
444
529
|
|
|
530
|
+
- fix dropdown menu position with scroll ([#1199](https://github.com/vtex/faststore/issues/1199)) ([98a228e](https://github.com/vtex/faststore/commit/98a228e364ed26e480936406c1988026f9ebaffc))
|
|
445
531
|
|
|
446
|
-
## 1.
|
|
532
|
+
## 1.6.27 (2022-03-31)
|
|
447
533
|
|
|
448
534
|
**Note:** Version bump only for package @faststore/ui
|
|
449
535
|
|
|
536
|
+
## 1.6.26 (2022-03-31)
|
|
450
537
|
|
|
538
|
+
### Features
|
|
451
539
|
|
|
540
|
+
- **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))
|
|
452
541
|
|
|
453
|
-
|
|
454
|
-
## 1.8.1 (2022-05-09)
|
|
542
|
+
## 1.6.25 (2022-03-29)
|
|
455
543
|
|
|
456
544
|
**Note:** Version bump only for package @faststore/ui
|
|
457
545
|
|
|
546
|
+
## 1.6.24 (2022-03-29)
|
|
458
547
|
|
|
548
|
+
### Bug Fixes
|
|
459
549
|
|
|
550
|
+
- fix dropdown click bug ([#1196](https://github.com/vtex/faststore/issues/1196)) ([55202ea](https://github.com/vtex/faststore/commit/55202ead64933b71688ac7399211cc2f086596f2))
|
|
460
551
|
|
|
552
|
+
## 1.6.23 (2022-03-28)
|
|
461
553
|
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
**Note:** Version bump only for package @faststore/ui
|
|
554
|
+
### Bug Fixes
|
|
465
555
|
|
|
556
|
+
- fix breadcrumb component bug ([#1193](https://github.com/vtex/faststore/issues/1193)) ([f36ba81](https://github.com/vtex/faststore/commit/f36ba814ed679523d8c1f030c31a086a9e5bb190))
|
|
466
557
|
|
|
558
|
+
## 1.6.22 (2022-03-25)
|
|
467
559
|
|
|
560
|
+
### Features
|
|
468
561
|
|
|
562
|
+
- **sdk:** Improve useStorage and Optimistic revalidate effect ([#1186](https://github.com/vtex/faststore/issues/1186)) ([08c616b](https://github.com/vtex/faststore/commit/08c616be4c6bc5a215da7ab0c37ff2731aa09f9a))
|
|
469
563
|
|
|
470
|
-
## 1.
|
|
564
|
+
## 1.6.21 (2022-03-25)
|
|
471
565
|
|
|
472
566
|
**Note:** Version bump only for package @faststore/ui
|
|
473
567
|
|
|
568
|
+
## 1.6.20 (2022-03-24)
|
|
474
569
|
|
|
570
|
+
### Bug Fixes
|
|
475
571
|
|
|
572
|
+
- fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36))
|
|
476
573
|
|
|
574
|
+
## 1.6.19 (2022-03-24)
|
|
477
575
|
|
|
478
|
-
|
|
576
|
+
### Features
|
|
479
577
|
|
|
578
|
+
- Add exports to dropdown ([#1188](https://github.com/vtex/faststore/issues/1188)) ([f24359a](https://github.com/vtex/faststore/commit/f24359a34439e0ec8d3069483c31a6f62fa6535d))
|
|
480
579
|
|
|
481
|
-
|
|
580
|
+
## 1.6.18 (2022-03-24)
|
|
482
581
|
|
|
483
|
-
|
|
582
|
+
### Features
|
|
484
583
|
|
|
584
|
+
- **api:** Add session mutation ([#1176](https://github.com/vtex/faststore/issues/1176)) ([0306167](https://github.com/vtex/faststore/commit/030616739cc62d9b5aa55cdf532ee6dea0bd793c))
|
|
485
585
|
|
|
586
|
+
## 1.6.17 (2022-03-23)
|
|
486
587
|
|
|
588
|
+
### Features
|
|
487
589
|
|
|
590
|
+
- **UI:** Add dropdown component ([#1178](https://github.com/vtex/faststore/issues/1178)) ([e5153a6](https://github.com/vtex/faststore/commit/e5153a674c37bd2a8b4c65ae6f56eb5cabaf3fc8))
|
|
488
591
|
|
|
489
|
-
## 1.
|
|
592
|
+
## 1.6.16 (2022-03-23)
|
|
593
|
+
|
|
594
|
+
**Note:** Version bump only for package @faststore/ui
|
|
490
595
|
|
|
596
|
+
## 1.6.15 (2022-03-22)
|
|
491
597
|
|
|
492
598
|
### Bug Fixes
|
|
493
599
|
|
|
494
|
-
|
|
600
|
+
- Fix some typos ([#1183](https://github.com/vtex/faststore/issues/1183)) ([97fffb0](https://github.com/vtex/faststore/commit/97fffb02d9cc72f07926bc1a9bc684a99d623765))
|
|
495
601
|
|
|
602
|
+
## 1.6.14 (2022-03-21)
|
|
496
603
|
|
|
604
|
+
**Note:** Version bump only for package @faststore/ui
|
|
497
605
|
|
|
606
|
+
## 1.6.13 (2022-03-18)
|
|
498
607
|
|
|
608
|
+
**Note:** Version bump only for package @faststore/ui
|
|
499
609
|
|
|
500
|
-
## 1.
|
|
610
|
+
## 1.6.12 (2022-03-18)
|
|
501
611
|
|
|
502
612
|
**Note:** Version bump only for package @faststore/ui
|
|
503
613
|
|
|
614
|
+
## 1.6.11 (2022-03-17)
|
|
504
615
|
|
|
616
|
+
**Note:** Version bump only for package @faststore/ui
|
|
505
617
|
|
|
618
|
+
## 1.6.10 (2022-03-16)
|
|
506
619
|
|
|
620
|
+
**Note:** Version bump only for package @faststore/ui
|
|
507
621
|
|
|
508
|
-
## 1.
|
|
622
|
+
## 1.6.9 (2022-03-16)
|
|
509
623
|
|
|
510
624
|
**Note:** Version bump only for package @faststore/ui
|
|
511
625
|
|
|
626
|
+
## 1.6.8 (2022-03-15)
|
|
512
627
|
|
|
628
|
+
### Features
|
|
513
629
|
|
|
630
|
+
- Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7))
|
|
514
631
|
|
|
515
|
-
|
|
516
|
-
## 1.7.49 (2022-05-02)
|
|
632
|
+
## 1.6.7 (2022-03-14)
|
|
517
633
|
|
|
518
634
|
**Note:** Version bump only for package @faststore/ui
|
|
519
635
|
|
|
636
|
+
## 1.6.6 (2022-03-14)
|
|
520
637
|
|
|
638
|
+
**Note:** Version bump only for package @faststore/ui
|
|
521
639
|
|
|
640
|
+
## 1.6.5 (2022-03-10)
|
|
522
641
|
|
|
642
|
+
**Note:** Version bump only for package @faststore/ui
|
|
523
643
|
|
|
524
|
-
## 1.
|
|
644
|
+
## 1.6.4 (2022-03-10)
|
|
525
645
|
|
|
526
646
|
**Note:** Version bump only for package @faststore/ui
|
|
527
647
|
|
|
648
|
+
## 1.6.3 (2022-03-04)
|
|
528
649
|
|
|
650
|
+
**Note:** Version bump only for package @faststore/ui
|
|
529
651
|
|
|
652
|
+
## 1.6.2 (2022-03-04)
|
|
530
653
|
|
|
654
|
+
**Note:** Version bump only for package @faststore/ui
|
|
531
655
|
|
|
532
|
-
## 1.
|
|
656
|
+
## 1.6.1 (2022-03-04)
|
|
533
657
|
|
|
534
658
|
**Note:** Version bump only for package @faststore/ui
|
|
535
659
|
|
|
660
|
+
## 1.5.20 (2022-02-25)
|
|
536
661
|
|
|
662
|
+
### Bug Fixes
|
|
537
663
|
|
|
664
|
+
- Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62))
|
|
538
665
|
|
|
539
|
-
|
|
540
|
-
## 1.7.46 (2022-04-29)
|
|
666
|
+
## 1.5.19 (2022-02-24)
|
|
541
667
|
|
|
542
668
|
**Note:** Version bump only for package @faststore/ui
|
|
543
669
|
|
|
670
|
+
## 1.5.18 (2022-02-23)
|
|
544
671
|
|
|
672
|
+
### Bug Fixes
|
|
545
673
|
|
|
674
|
+
- **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))
|
|
546
675
|
|
|
676
|
+
## 1.5.17 (2022-02-22)
|
|
547
677
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
**Note:** Version bump only for package @faststore/ui
|
|
551
|
-
|
|
678
|
+
### Features
|
|
552
679
|
|
|
680
|
+
- Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780))
|
|
553
681
|
|
|
682
|
+
## 1.5.16 (2022-02-22)
|
|
554
683
|
|
|
684
|
+
**Note:** Version bump only for package @faststore/ui
|
|
555
685
|
|
|
556
|
-
## 1.
|
|
686
|
+
## 1.5.15 (2022-02-22)
|
|
557
687
|
|
|
558
688
|
**Note:** Version bump only for package @faststore/ui
|
|
559
689
|
|
|
690
|
+
## 1.5.14 (2022-02-22)
|
|
560
691
|
|
|
692
|
+
### Features
|
|
561
693
|
|
|
694
|
+
- Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580))
|
|
562
695
|
|
|
696
|
+
## 1.5.13 (2022-02-22)
|
|
563
697
|
|
|
564
|
-
|
|
565
|
-
|
|
698
|
+
### Features
|
|
566
699
|
|
|
567
|
-
|
|
700
|
+
- Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124))
|
|
568
701
|
|
|
569
|
-
|
|
702
|
+
## 1.5.12 (2022-02-21)
|
|
570
703
|
|
|
704
|
+
### Bug Fixes
|
|
571
705
|
|
|
706
|
+
- allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141))
|
|
572
707
|
|
|
708
|
+
## 1.5.11 (2022-02-18)
|
|
573
709
|
|
|
710
|
+
### Bug Fixes
|
|
574
711
|
|
|
575
|
-
|
|
712
|
+
- **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))
|
|
576
713
|
|
|
714
|
+
## 1.5.10 (2022-02-17)
|
|
577
715
|
|
|
578
716
|
### Features
|
|
579
717
|
|
|
580
|
-
|
|
581
|
-
|
|
718
|
+
- **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c))
|
|
582
719
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
## 1.7.41 (2022-04-27)
|
|
720
|
+
## 1.5.9 (2022-02-16)
|
|
587
721
|
|
|
588
722
|
**Note:** Version bump only for package @faststore/ui
|
|
589
723
|
|
|
724
|
+
## 1.5.8 (2022-02-15)
|
|
590
725
|
|
|
726
|
+
### Bug Fixes
|
|
591
727
|
|
|
728
|
+
- **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))
|
|
592
729
|
|
|
593
|
-
|
|
594
|
-
## 1.7.40 (2022-04-27)
|
|
730
|
+
## 1.5.7 (2022-02-15)
|
|
595
731
|
|
|
596
732
|
**Note:** Version bump only for package @faststore/ui
|
|
597
733
|
|
|
734
|
+
## 1.5.6 (2022-02-15)
|
|
598
735
|
|
|
736
|
+
### Features
|
|
599
737
|
|
|
738
|
+
- Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8))
|
|
600
739
|
|
|
601
|
-
|
|
602
|
-
## 1.7.39 (2022-04-27)
|
|
740
|
+
## 1.5.5 (2022-02-09)
|
|
603
741
|
|
|
604
742
|
**Note:** Version bump only for package @faststore/ui
|
|
605
743
|
|
|
744
|
+
## 1.5.4 (2022-02-09)
|
|
606
745
|
|
|
746
|
+
**Note:** Version bump only for package @faststore/ui
|
|
607
747
|
|
|
748
|
+
## 1.5.3 (2022-02-07)
|
|
608
749
|
|
|
750
|
+
**Note:** Version bump only for package @faststore/ui
|
|
609
751
|
|
|
610
|
-
## 1.
|
|
752
|
+
## 1.5.2 (2022-02-04)
|
|
611
753
|
|
|
612
754
|
**Note:** Version bump only for package @faststore/ui
|
|
613
755
|
|
|
756
|
+
## 1.5.1 (2022-02-04)
|
|
614
757
|
|
|
758
|
+
**Note:** Version bump only for package @faststore/ui
|
|
615
759
|
|
|
760
|
+
## 1.4.27 (2022-02-03)
|
|
616
761
|
|
|
762
|
+
**Note:** Version bump only for package @faststore/ui
|
|
617
763
|
|
|
618
|
-
## 1.
|
|
764
|
+
## 1.4.26 (2022-02-02)
|
|
619
765
|
|
|
620
766
|
**Note:** Version bump only for package @faststore/ui
|
|
621
767
|
|
|
768
|
+
## 1.4.25 (2022-02-02)
|
|
622
769
|
|
|
770
|
+
**Note:** Version bump only for package @faststore/ui
|
|
623
771
|
|
|
772
|
+
## 1.4.24 (2022-02-02)
|
|
624
773
|
|
|
774
|
+
**Note:** Version bump only for package @faststore/ui
|
|
625
775
|
|
|
626
|
-
## 1.
|
|
627
|
-
|
|
776
|
+
## 1.4.23 (2022-02-01)
|
|
628
777
|
|
|
629
778
|
### Bug Fixes
|
|
630
779
|
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
780
|
+
- unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f))
|
|
634
781
|
|
|
782
|
+
## 1.4.22 (2022-01-26)
|
|
635
783
|
|
|
784
|
+
**Note:** Version bump only for package @faststore/ui
|
|
636
785
|
|
|
637
|
-
## 1.
|
|
786
|
+
## 1.4.21 (2022-01-26)
|
|
638
787
|
|
|
639
788
|
**Note:** Version bump only for package @faststore/ui
|
|
640
789
|
|
|
790
|
+
## 1.4.20 (2022-01-26)
|
|
641
791
|
|
|
792
|
+
**Note:** Version bump only for package @faststore/ui
|
|
642
793
|
|
|
794
|
+
## 1.4.19 (2022-01-24)
|
|
643
795
|
|
|
796
|
+
**Note:** Version bump only for package @faststore/ui
|
|
644
797
|
|
|
645
|
-
## 1.
|
|
798
|
+
## 1.4.18 (2022-01-17)
|
|
646
799
|
|
|
647
800
|
**Note:** Version bump only for package @faststore/ui
|
|
648
801
|
|
|
802
|
+
## 1.4.17 (2022-01-13)
|
|
649
803
|
|
|
804
|
+
### Bug Fixes
|
|
650
805
|
|
|
806
|
+
- replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8))
|
|
651
807
|
|
|
808
|
+
## 1.4.16 (2022-01-11)
|
|
652
809
|
|
|
653
|
-
|
|
810
|
+
**Note:** Version bump only for package @faststore/ui
|
|
654
811
|
|
|
812
|
+
## 1.4.15 (2022-01-11)
|
|
655
813
|
|
|
656
814
|
### Bug Fixes
|
|
657
815
|
|
|
658
|
-
|
|
659
|
-
|
|
816
|
+
- **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5))
|
|
660
817
|
|
|
818
|
+
## 1.4.14 (2022-01-07)
|
|
661
819
|
|
|
820
|
+
### Features
|
|
662
821
|
|
|
822
|
+
- 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))
|
|
663
823
|
|
|
664
|
-
## 1.
|
|
824
|
+
## 1.4.13 (2022-01-07)
|
|
665
825
|
|
|
666
826
|
**Note:** Version bump only for package @faststore/ui
|
|
667
827
|
|
|
828
|
+
## 1.4.12 (2022-01-07)
|
|
668
829
|
|
|
830
|
+
**Note:** Version bump only for package @faststore/ui
|
|
669
831
|
|
|
832
|
+
## 1.4.11 (2022-01-06)
|
|
670
833
|
|
|
834
|
+
**Note:** Version bump only for package @faststore/ui
|
|
671
835
|
|
|
672
|
-
## 1.
|
|
836
|
+
## 1.4.10 (2022-01-06)
|
|
673
837
|
|
|
674
|
-
|
|
838
|
+
### Bug Fixes
|
|
675
839
|
|
|
840
|
+
- **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448))
|
|
676
841
|
|
|
842
|
+
## 1.4.9 (2022-01-06)
|
|
677
843
|
|
|
844
|
+
### Features
|
|
678
845
|
|
|
846
|
+
- add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2))
|
|
679
847
|
|
|
680
|
-
## 1.
|
|
848
|
+
## 1.4.8 (2022-01-05)
|
|
681
849
|
|
|
682
850
|
**Note:** Version bump only for package @faststore/ui
|
|
683
851
|
|
|
852
|
+
## 1.4.7 (2022-01-05)
|
|
684
853
|
|
|
854
|
+
### Bug Fixes
|
|
685
855
|
|
|
856
|
+
- fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2))
|
|
686
857
|
|
|
687
|
-
|
|
688
|
-
## 1.7.29 (2022-04-22)
|
|
858
|
+
## 1.4.6 (2022-01-05)
|
|
689
859
|
|
|
690
860
|
**Note:** Version bump only for package @faststore/ui
|
|
691
861
|
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
## 1.7.28 (2022-04-20)
|
|
862
|
+
## 1.4.5 (2022-01-04)
|
|
697
863
|
|
|
698
864
|
**Note:** Version bump only for package @faststore/ui
|
|
699
865
|
|
|
866
|
+
## 1.4.4 (2022-01-04)
|
|
700
867
|
|
|
868
|
+
### Bug Fixes
|
|
701
869
|
|
|
870
|
+
- adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f))
|
|
702
871
|
|
|
703
|
-
|
|
704
|
-
## 1.7.27 (2022-04-20)
|
|
872
|
+
## 1.4.3 (2022-01-03)
|
|
705
873
|
|
|
706
874
|
**Note:** Version bump only for package @faststore/ui
|
|
707
875
|
|
|
876
|
+
## 1.4.2 (2022-01-03)
|
|
708
877
|
|
|
878
|
+
### Bug Fixes
|
|
709
879
|
|
|
880
|
+
- **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d))
|
|
710
881
|
|
|
882
|
+
## 1.4.1 (2022-01-03)
|
|
711
883
|
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Reverts
|
|
716
|
-
|
|
717
|
-
* 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)
|
|
884
|
+
**Note:** Version bump only for package @faststore/ui
|
|
718
885
|
|
|
886
|
+
## 1.3.46 (2021-12-23)
|
|
719
887
|
|
|
888
|
+
**Note:** Version bump only for package @faststore/ui
|
|
720
889
|
|
|
890
|
+
## 1.3.45 (2021-12-21)
|
|
721
891
|
|
|
892
|
+
**Note:** Version bump only for package @faststore/ui
|
|
722
893
|
|
|
723
|
-
## 1.
|
|
894
|
+
## 1.3.44 (2021-12-21)
|
|
724
895
|
|
|
725
896
|
**Note:** Version bump only for package @faststore/ui
|
|
726
897
|
|
|
898
|
+
## 1.3.43 (2021-12-20)
|
|
727
899
|
|
|
900
|
+
### Features
|
|
728
901
|
|
|
902
|
+
- QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2))
|
|
729
903
|
|
|
730
|
-
|
|
731
|
-
## 1.7.24 (2022-04-18)
|
|
904
|
+
## 1.3.42 (2021-12-20)
|
|
732
905
|
|
|
733
906
|
**Note:** Version bump only for package @faststore/ui
|
|
734
907
|
|
|
908
|
+
## 1.3.41 (2021-12-20)
|
|
735
909
|
|
|
910
|
+
### Features
|
|
736
911
|
|
|
912
|
+
- **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da))
|
|
737
913
|
|
|
738
|
-
|
|
739
|
-
## 1.7.23 (2022-04-18)
|
|
740
|
-
|
|
914
|
+
## 1.3.40 (2021-12-18)
|
|
741
915
|
|
|
742
916
|
### Features
|
|
743
917
|
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
918
|
+
- **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f))
|
|
747
919
|
|
|
920
|
+
## 1.3.39 (2021-12-17)
|
|
748
921
|
|
|
922
|
+
**Note:** Version bump only for package @faststore/ui
|
|
749
923
|
|
|
750
|
-
## 1.
|
|
924
|
+
## 1.3.38 (2021-12-16)
|
|
751
925
|
|
|
752
926
|
**Note:** Version bump only for package @faststore/ui
|
|
753
927
|
|
|
928
|
+
## 1.3.37 (2021-12-15)
|
|
754
929
|
|
|
930
|
+
### Features
|
|
755
931
|
|
|
932
|
+
- **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df))
|
|
756
933
|
|
|
934
|
+
## 1.3.36 (2021-12-15)
|
|
757
935
|
|
|
758
|
-
|
|
759
|
-
|
|
936
|
+
### Bug Fixes
|
|
760
937
|
|
|
761
|
-
|
|
938
|
+
- expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af))
|
|
762
939
|
|
|
763
|
-
|
|
940
|
+
## 1.3.35 (2021-12-14)
|
|
764
941
|
|
|
942
|
+
**Note:** Version bump only for package @faststore/ui
|
|
765
943
|
|
|
944
|
+
## 1.3.34 (2021-12-11)
|
|
766
945
|
|
|
946
|
+
### Bug Fixes
|
|
767
947
|
|
|
948
|
+
- **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5))
|
|
768
949
|
|
|
769
|
-
## 1.
|
|
950
|
+
## 1.3.33 (2021-12-10)
|
|
770
951
|
|
|
771
952
|
**Note:** Version bump only for package @faststore/ui
|
|
772
953
|
|
|
954
|
+
## 1.3.32 (2021-12-10)
|
|
773
955
|
|
|
956
|
+
**Note:** Version bump only for package @faststore/ui
|
|
774
957
|
|
|
958
|
+
## 1.3.31 (2021-12-10)
|
|
775
959
|
|
|
960
|
+
**Note:** Version bump only for package @faststore/ui
|
|
776
961
|
|
|
777
|
-
## 1.
|
|
962
|
+
## 1.3.30 (2021-12-10)
|
|
778
963
|
|
|
779
964
|
**Note:** Version bump only for package @faststore/ui
|
|
780
965
|
|
|
966
|
+
## 1.3.29 (2021-12-10)
|
|
781
967
|
|
|
968
|
+
**Note:** Version bump only for package @faststore/ui
|
|
782
969
|
|
|
970
|
+
## 1.3.28 (2021-12-10)
|
|
783
971
|
|
|
972
|
+
**Note:** Version bump only for package @faststore/ui
|
|
784
973
|
|
|
785
|
-
## 1.
|
|
786
|
-
|
|
787
|
-
**Note:** Version bump only for package @faststore/ui
|
|
974
|
+
## 1.3.27 (2021-12-10)
|
|
788
975
|
|
|
976
|
+
### Bug Fixes
|
|
789
977
|
|
|
978
|
+
- Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c))
|
|
790
979
|
|
|
980
|
+
## 1.3.26 (2021-12-09)
|
|
791
981
|
|
|
982
|
+
**Note:** Version bump only for package @faststore/ui
|
|
792
983
|
|
|
793
|
-
## 1.
|
|
984
|
+
## 1.3.25 (2021-12-09)
|
|
794
985
|
|
|
795
986
|
**Note:** Version bump only for package @faststore/ui
|
|
796
987
|
|
|
988
|
+
## 1.3.24 (2021-12-09)
|
|
797
989
|
|
|
990
|
+
### Bug Fixes
|
|
798
991
|
|
|
992
|
+
- fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83))
|
|
799
993
|
|
|
800
|
-
|
|
801
|
-
## 1.7.16 (2022-04-07)
|
|
994
|
+
## 1.3.23 (2021-12-09)
|
|
802
995
|
|
|
803
996
|
**Note:** Version bump only for package @faststore/ui
|
|
804
997
|
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
## 1.7.15 (2022-04-07)
|
|
998
|
+
## 1.3.22 (2021-12-07)
|
|
810
999
|
|
|
811
1000
|
**Note:** Version bump only for package @faststore/ui
|
|
812
1001
|
|
|
1002
|
+
## 1.3.21 (2021-12-07)
|
|
813
1003
|
|
|
1004
|
+
### Features
|
|
814
1005
|
|
|
1006
|
+
- add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23))
|
|
815
1007
|
|
|
1008
|
+
## 1.3.20 (2021-12-07)
|
|
816
1009
|
|
|
817
|
-
|
|
1010
|
+
### Features
|
|
818
1011
|
|
|
1012
|
+
- **store-ui:** Banner component ([#1048](https://github.com/vtex/faststore/issues/1048)) ([b65d8e5](https://github.com/vtex/faststore/commit/b65d8e574598f8bf8494aac478e4bec4d774ec86))
|
|
819
1013
|
|
|
820
|
-
|
|
1014
|
+
## 1.3.19 (2021-12-07)
|
|
821
1015
|
|
|
822
|
-
|
|
1016
|
+
### Features
|
|
823
1017
|
|
|
1018
|
+
- **ui:** PaymentMethods Component ([#1024](https://github.com/vtex/faststore/issues/1024)) ([f093025](https://github.com/vtex/faststore/commit/f093025c5b010b01f16349e2460611792cfff67f))
|
|
824
1019
|
|
|
1020
|
+
## 1.3.18 (2021-12-06)
|
|
825
1021
|
|
|
1022
|
+
### Features
|
|
826
1023
|
|
|
1024
|
+
- **store-ui:** Alert molecule ([#1020](https://github.com/vtex/faststore/issues/1020)) ([7764e0d](https://github.com/vtex/faststore/commit/7764e0d08270a3bb836038c4a9cd27e5cbef9667))
|
|
827
1025
|
|
|
828
|
-
## 1.
|
|
1026
|
+
## 1.3.17 (2021-12-06)
|
|
829
1027
|
|
|
830
1028
|
**Note:** Version bump only for package @faststore/ui
|
|
831
1029
|
|
|
1030
|
+
## 1.3.16 (2021-12-06)
|
|
832
1031
|
|
|
1032
|
+
### Bug Fixes
|
|
833
1033
|
|
|
1034
|
+
- 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))
|
|
834
1035
|
|
|
835
|
-
|
|
836
|
-
## 1.7.12 (2022-04-06)
|
|
1036
|
+
## 1.3.15 (2021-12-03)
|
|
837
1037
|
|
|
838
1038
|
**Note:** Version bump only for package @faststore/ui
|
|
839
1039
|
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
## 1.7.11 (2022-04-06)
|
|
1040
|
+
## 1.3.14 (2021-12-03)
|
|
845
1041
|
|
|
846
1042
|
**Note:** Version bump only for package @faststore/ui
|
|
847
1043
|
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
## 1.7.10 (2022-04-05)
|
|
1044
|
+
## 1.3.13 (2021-12-03)
|
|
853
1045
|
|
|
854
1046
|
**Note:** Version bump only for package @faststore/ui
|
|
855
1047
|
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
## 1.7.9 (2022-04-05)
|
|
1048
|
+
## 1.3.12 (2021-12-02)
|
|
861
1049
|
|
|
862
1050
|
**Note:** Version bump only for package @faststore/ui
|
|
863
1051
|
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
## 1.7.8 (2022-04-05)
|
|
1052
|
+
## 1.3.11 (2021-12-02)
|
|
869
1053
|
|
|
870
1054
|
**Note:** Version bump only for package @faststore/ui
|
|
871
1055
|
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
## 1.7.7 (2022-04-05)
|
|
1056
|
+
## 1.3.10 (2021-12-01)
|
|
877
1057
|
|
|
878
1058
|
**Note:** Version bump only for package @faststore/ui
|
|
879
1059
|
|
|
1060
|
+
## 1.3.9 (2021-12-01)
|
|
880
1061
|
|
|
1062
|
+
### Bug Fixes
|
|
881
1063
|
|
|
1064
|
+
- **api:** Throws NotFoundError when collection is not found ([#1047](https://github.com/vtex/faststore/issues/1047)) ([9535ec3](https://github.com/vtex/faststore/commit/9535ec3d67a64f98b4d4e914e7bae81e06935e2a))
|
|
882
1065
|
|
|
883
|
-
|
|
884
|
-
## 1.7.6 (2022-04-05)
|
|
1066
|
+
## 1.3.8 (2021-12-01)
|
|
885
1067
|
|
|
886
1068
|
**Note:** Version bump only for package @faststore/ui
|
|
887
1069
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
## 1.7.5 (2022-04-04)
|
|
1070
|
+
## 1.3.7 (2021-12-01)
|
|
893
1071
|
|
|
894
1072
|
**Note:** Version bump only for package @faststore/ui
|
|
895
1073
|
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
## 1.7.4 (2022-04-01)
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
### Bug Fixes
|
|
904
|
-
|
|
905
|
-
* release notes images ([#1207](https://github.com/vtex/faststore/issues/1207)) ([279e019](https://github.com/vtex/faststore/commit/279e019bad25581712f73c8fe7a433200d711780))
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
## 1.7.3 (2022-04-01)
|
|
1074
|
+
## 1.3.6 (2021-11-26)
|
|
912
1075
|
|
|
913
1076
|
**Note:** Version bump only for package @faststore/ui
|
|
914
1077
|
|
|
1078
|
+
## 1.3.5 (2021-11-25)
|
|
915
1079
|
|
|
1080
|
+
### Features
|
|
916
1081
|
|
|
1082
|
+
- **ui:** RadioGroup Component ([#1033](https://github.com/vtex/faststore/issues/1033)) ([60f306d](https://github.com/vtex/faststore/commit/60f306d97257a8cc65ec67bf1f1cc16376ad1654))
|
|
917
1083
|
|
|
918
|
-
|
|
919
|
-
## 1.7.2 (2022-04-01)
|
|
1084
|
+
## 1.3.4 (2021-11-23)
|
|
920
1085
|
|
|
921
1086
|
**Note:** Version bump only for package @faststore/ui
|
|
922
1087
|
|
|
1088
|
+
## 1.3.3 (2021-11-23)
|
|
923
1089
|
|
|
1090
|
+
### Features
|
|
924
1091
|
|
|
1092
|
+
- **gatsby-plugin-nginx:** support to augment the generateRewrites ([#1017](https://github.com/vtex/faststore/issues/1017)) ([46587b0](https://github.com/vtex/faststore/commit/46587b0280d7f8dd733a0dca29909f041c944897))
|
|
925
1093
|
|
|
926
|
-
|
|
927
|
-
## 1.7.1 (2022-04-01)
|
|
1094
|
+
## 1.3.2 (2021-11-22)
|
|
928
1095
|
|
|
929
1096
|
**Note:** Version bump only for package @faststore/ui
|
|
930
1097
|
|
|
1098
|
+
## 1.3.1 (2021-11-18)
|
|
931
1099
|
|
|
1100
|
+
**Note:** Version bump only for package @faststore/ui
|
|
932
1101
|
|
|
1102
|
+
## 1.2.37 (2021-11-17)
|
|
933
1103
|
|
|
1104
|
+
**Note:** Version bump only for package @faststore/ui
|
|
934
1105
|
|
|
935
|
-
## 1.
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
### Bug Fixes
|
|
939
|
-
|
|
940
|
-
* fix dropdown render in SSR ([#1202](https://github.com/vtex/faststore/issues/1202)) ([60f65b0](https://github.com/vtex/faststore/commit/60f65b0864c2fb59dff61e914c69a326b5229984))
|
|
941
|
-
|
|
942
|
-
|
|
1106
|
+
## 1.2.36 (2021-11-16)
|
|
943
1107
|
|
|
1108
|
+
**Note:** Version bump only for package @faststore/ui
|
|
944
1109
|
|
|
1110
|
+
## 1.2.35 (2021-11-16)
|
|
945
1111
|
|
|
946
|
-
|
|
1112
|
+
**Note:** Version bump only for package @faststore/ui
|
|
947
1113
|
|
|
1114
|
+
## 1.2.34 (2021-11-16)
|
|
948
1115
|
|
|
949
1116
|
### Bug Fixes
|
|
950
1117
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
1118
|
+
- Filter collection slugs in api ([#1022](https://github.com/vtex/faststore/issues/1022)) ([cdcfcff](https://github.com/vtex/faststore/commit/cdcfcff642561dd73b1f85557e101271d10ca930))
|
|
955
1119
|
|
|
956
|
-
|
|
957
|
-
## 1.6.27 (2022-03-31)
|
|
1120
|
+
## 1.2.33 (2021-11-12)
|
|
958
1121
|
|
|
959
1122
|
**Note:** Version bump only for package @faststore/ui
|
|
960
1123
|
|
|
1124
|
+
## 1.2.32 (2021-11-11)
|
|
961
1125
|
|
|
1126
|
+
**Note:** Version bump only for package @faststore/ui
|
|
962
1127
|
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
## 1.6.26 (2022-03-31)
|
|
966
|
-
|
|
1128
|
+
## 1.2.31 (2021-11-04)
|
|
967
1129
|
|
|
968
1130
|
### Features
|
|
969
1131
|
|
|
970
|
-
|
|
971
|
-
|
|
1132
|
+
- **store-ui:** Breadcrumb improvements ([#1010](https://github.com/vtex/faststore/issues/1010)) ([8b4bf37](https://github.com/vtex/faststore/commit/8b4bf37316d6057683680de36493b63709bb1012))
|
|
972
1133
|
|
|
1134
|
+
## 1.2.30 (2021-11-03)
|
|
973
1135
|
|
|
1136
|
+
### Bug Fixes
|
|
974
1137
|
|
|
1138
|
+
- Channel simulation ([#1014](https://github.com/vtex/faststore/issues/1014)) ([b45406b](https://github.com/vtex/faststore/commit/b45406b2b7ee8deb2b6e256629ba6df89d1b5940))
|
|
975
1139
|
|
|
976
|
-
## 1.
|
|
1140
|
+
## 1.2.29 (2021-11-03)
|
|
977
1141
|
|
|
978
1142
|
**Note:** Version bump only for package @faststore/ui
|
|
979
1143
|
|
|
1144
|
+
## 1.2.28 (2021-10-29)
|
|
980
1145
|
|
|
1146
|
+
**Note:** Version bump only for package @faststore/ui
|
|
981
1147
|
|
|
1148
|
+
## 1.2.27 (2021-10-29)
|
|
982
1149
|
|
|
1150
|
+
**Note:** Version bump only for package @faststore/ui
|
|
983
1151
|
|
|
984
|
-
## 1.
|
|
985
|
-
|
|
1152
|
+
## 1.2.26 (2021-10-29)
|
|
986
1153
|
|
|
987
1154
|
### Bug Fixes
|
|
988
1155
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
1156
|
+
- **store-ui:** Remove circular dependency ([#1011](https://github.com/vtex/faststore/issues/1011)) ([b9f08c9](https://github.com/vtex/faststore/commit/b9f08c95ae33bdbb09ffc044d6ad831fd6608144))
|
|
992
1157
|
|
|
1158
|
+
## 1.2.25 (2021-10-28)
|
|
993
1159
|
|
|
1160
|
+
**Note:** Version bump only for package @faststore/ui
|
|
994
1161
|
|
|
995
|
-
## 1.
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
### Bug Fixes
|
|
1162
|
+
## 1.2.24 (2021-10-28)
|
|
999
1163
|
|
|
1000
|
-
|
|
1164
|
+
**Note:** Version bump only for package @faststore/ui
|
|
1001
1165
|
|
|
1166
|
+
## 1.2.23 (2021-10-27)
|
|
1002
1167
|
|
|
1168
|
+
### Features
|
|
1003
1169
|
|
|
1170
|
+
- **store-ui:** Add carousel tablist keyboard behavior ([#996](https://github.com/vtex/faststore/issues/996)) ([9081584](https://github.com/vtex/faststore/commit/908158460028009aaaa4ebbcd22eefab59e9bff8))
|
|
1004
1171
|
|
|
1172
|
+
## 1.2.22 (2021-10-26)
|
|
1005
1173
|
|
|
1006
|
-
|
|
1174
|
+
**Note:** Version bump only for package @vtex/store-ui
|
|
1007
1175
|
|
|
1176
|
+
## 1.2.21 (2021-10-26)
|
|
1008
1177
|
|
|
1009
1178
|
### Features
|
|
1010
1179
|
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1180
|
+
- **ui:** Form molecule ([#1004](https://github.com/vtex/faststore/issues/1004)) ([c584ef6](https://github.com/vtex/faststore/commit/c584ef693d111ede70d27730ecb3cce613b9aba3))
|
|
1014
1181
|
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
## 1.6.21 (2022-03-25)
|
|
1182
|
+
## 1.2.20 (2021-10-26)
|
|
1018
1183
|
|
|
1019
1184
|
**Note:** Version bump only for package @faststore/ui
|
|
1020
1185
|
|
|
1186
|
+
## 1.2.19 (2021-10-25)
|
|
1021
1187
|
|
|
1188
|
+
**Note:** Version bump only for package @faststore/ui
|
|
1022
1189
|
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
## 1.6.20 (2022-03-24)
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
### Bug Fixes
|
|
1029
|
-
|
|
1030
|
-
* fix dropdown component bug ([#1192](https://github.com/vtex/faststore/issues/1192)) ([f188ac0](https://github.com/vtex/faststore/commit/f188ac0c59db5a0ef7a95eb2412d0bbcd024ae36))
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
## 1.6.19 (2022-03-24)
|
|
1037
|
-
|
|
1190
|
+
## 1.2.18 (2021-10-25)
|
|
1038
1191
|
|
|
1039
1192
|
### Features
|
|
1040
1193
|
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
## 1.6.18 (2022-03-24)
|
|
1194
|
+
- **ui:** Breadcrumb molecule ([#986](https://github.com/vtex/faststore/issues/986)) ([325c738](https://github.com/vtex/faststore/commit/325c7387089d2f2c7152191b54fc3cb4918f1c68))
|
|
1048
1195
|
|
|
1196
|
+
## 1.2.17 (2021-10-21)
|
|
1049
1197
|
|
|
1050
1198
|
### Features
|
|
1051
1199
|
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1200
|
+
- **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)
|
|
1056
1201
|
|
|
1202
|
+
### BREAKING CHANGES
|
|
1057
1203
|
|
|
1058
|
-
|
|
1204
|
+
- **ui:** Remove deprecated folders (#927)
|
|
1059
1205
|
|
|
1206
|
+
## 1.2.16 (2021-10-21)
|
|
1060
1207
|
|
|
1061
1208
|
### Features
|
|
1062
1209
|
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
## 1.6.16 (2022-03-23)
|
|
1070
|
-
|
|
1071
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
## 1.6.15 (2022-03-22)
|
|
1210
|
+
- **ui:** Label atom ([#1001](https://github.com/vtex/faststore/issues/1001)) ([3306ea6](https://github.com/vtex/faststore/commit/3306ea6b9b48996574eac4b8c1b737dff94a438e))
|
|
1078
1211
|
|
|
1212
|
+
## 1.2.15 (2021-10-21)
|
|
1079
1213
|
|
|
1080
1214
|
### Bug Fixes
|
|
1081
1215
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
## 1.6.14 (2022-03-21)
|
|
1089
|
-
|
|
1090
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1091
|
-
|
|
1216
|
+
- **ui:** Fix search-input a11y ([#1000](https://github.com/vtex/faststore/issues/1000)) ([f052f46](https://github.com/vtex/faststore/commit/f052f465e21aa4e2ca047327eeb0610b9b979f10))
|
|
1092
1217
|
|
|
1218
|
+
## 1.2.14 (2021-10-20)
|
|
1093
1219
|
|
|
1220
|
+
### Features
|
|
1094
1221
|
|
|
1222
|
+
- graphql-utils ([#998](https://github.com/vtex/faststore/issues/998)) ([bddf043](https://github.com/vtex/faststore/commit/bddf04308826369f86322851b554cc58ab5b2161))
|
|
1095
1223
|
|
|
1096
|
-
## 1.
|
|
1224
|
+
## 1.2.13 (2021-10-20)
|
|
1097
1225
|
|
|
1098
1226
|
**Note:** Version bump only for package @faststore/ui
|
|
1099
1227
|
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
## 1.6.12 (2022-03-18)
|
|
1228
|
+
## 1.2.12 (2021-10-18)
|
|
1105
1229
|
|
|
1106
1230
|
**Note:** Version bump only for package @faststore/ui
|
|
1107
1231
|
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
## 1.6.11 (2022-03-17)
|
|
1232
|
+
## 1.2.11 (2021-10-18)
|
|
1113
1233
|
|
|
1114
1234
|
**Note:** Version bump only for package @faststore/ui
|
|
1115
1235
|
|
|
1236
|
+
## 1.2.10 (2021-10-18)
|
|
1116
1237
|
|
|
1238
|
+
### Bug Fixes
|
|
1117
1239
|
|
|
1240
|
+
- **ui:** Component Architecture doc's code snippets ([#997](https://github.com/vtex/faststore/issues/997)) ([7f0d5f3](https://github.com/vtex/faststore/commit/7f0d5f307014f794063dd8d94d873478803888c0))
|
|
1118
1241
|
|
|
1119
|
-
|
|
1120
|
-
## 1.6.10 (2022-03-16)
|
|
1242
|
+
## 1.2.9 (2021-10-18)
|
|
1121
1243
|
|
|
1122
1244
|
**Note:** Version bump only for package @faststore/ui
|
|
1123
1245
|
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
## 1.6.9 (2022-03-16)
|
|
1246
|
+
## 1.2.8 (2021-10-15)
|
|
1129
1247
|
|
|
1130
1248
|
**Note:** Version bump only for package @faststore/ui
|
|
1131
1249
|
|
|
1250
|
+
## 1.2.7 (2021-10-15)
|
|
1132
1251
|
|
|
1252
|
+
**Note:** Version bump only for package @faststore/ui
|
|
1133
1253
|
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
## 1.6.8 (2022-03-15)
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
### Features
|
|
1140
|
-
|
|
1141
|
-
* Add Person Query ([#1139](https://github.com/vtex/faststore/issues/1139)) ([9ec28c2](https://github.com/vtex/faststore/commit/9ec28c21cc6412c5366d1a1c71ef043603cd50c7))
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
## 1.6.7 (2022-03-14)
|
|
1148
|
-
|
|
1149
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
## 1.6.6 (2022-03-14)
|
|
1156
|
-
|
|
1157
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
## 1.6.5 (2022-03-10)
|
|
1164
|
-
|
|
1165
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
## 1.6.4 (2022-03-10)
|
|
1172
|
-
|
|
1173
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
## 1.6.3 (2022-03-04)
|
|
1180
|
-
|
|
1181
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
## 1.6.2 (2022-03-04)
|
|
1188
|
-
|
|
1189
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
## 1.6.1 (2022-03-04)
|
|
1196
|
-
|
|
1197
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
## 1.5.20 (2022-02-25)
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
### Bug Fixes
|
|
1207
|
-
|
|
1208
|
-
* Cart item availability ([#1160](https://github.com/vtex/faststore/issues/1160)) ([fd1be18](https://github.com/vtex/faststore/commit/fd1be18b09e8e5141a2a899e786e7caf08b3ff62))
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
## 1.5.19 (2022-02-24)
|
|
1215
|
-
|
|
1216
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
## 1.5.18 (2022-02-23)
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
### Bug Fixes
|
|
1226
|
-
|
|
1227
|
-
* **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))
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
## 1.5.17 (2022-02-22)
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
### Features
|
|
1237
|
-
|
|
1238
|
-
* Moves some Filter logic to api ([#1154](https://github.com/vtex/faststore/issues/1154)) ([5a591f7](https://github.com/vtex/faststore/commit/5a591f7b42e947577597cc82d8df6a15d2994780))
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
## 1.5.16 (2022-02-22)
|
|
1245
|
-
|
|
1246
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
## 1.5.15 (2022-02-22)
|
|
1253
|
-
|
|
1254
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
## 1.5.14 (2022-02-22)
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
### Features
|
|
1264
|
-
|
|
1265
|
-
* Ajust SearchInput reference export ([#1155](https://github.com/vtex/faststore/issues/1155)) ([22d632d](https://github.com/vtex/faststore/commit/22d632d02657be5bef7595ad4179e5086eef7580))
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
## 1.5.13 (2022-02-22)
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
### Features
|
|
1275
|
-
|
|
1276
|
-
* Ajust SearchInput reference ([#1153](https://github.com/vtex/faststore/issues/1153)) ([c2ee199](https://github.com/vtex/faststore/commit/c2ee199402bc4e9d5846dc50778778e940ac7124))
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
## 1.5.12 (2022-02-21)
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
### Bug Fixes
|
|
1286
|
-
|
|
1287
|
-
* allCollections query pagination and pagetype timeout errors ([#1140](https://github.com/vtex/faststore/issues/1140)) ([0150222](https://github.com/vtex/faststore/commit/01502220fb903c62f0b33b9a703fb45daafae141))
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
## 1.5.11 (2022-02-18)
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
### Bug Fixes
|
|
1297
|
-
|
|
1298
|
-
* **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))
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
## 1.5.10 (2022-02-17)
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
### Features
|
|
1308
|
-
|
|
1309
|
-
* **api:** Add additional property ([#1107](https://github.com/vtex/faststore/issues/1107)) ([bbcfc4a](https://github.com/vtex/faststore/commit/bbcfc4af68148adb54d66a3f1d28a9817ad2956c))
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
## 1.5.9 (2022-02-16)
|
|
1316
|
-
|
|
1317
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
## 1.5.8 (2022-02-15)
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
### Bug Fixes
|
|
1327
|
-
|
|
1328
|
-
* **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))
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
## 1.5.7 (2022-02-15)
|
|
1335
|
-
|
|
1336
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
## 1.5.6 (2022-02-15)
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
### Features
|
|
1346
|
-
|
|
1347
|
-
* Add budgets lighthouse config ([#1150](https://github.com/vtex/faststore/issues/1150)) ([60de848](https://github.com/vtex/faststore/commit/60de84897cb25fe775a3197adf8035610882ced8))
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
## 1.5.5 (2022-02-09)
|
|
1354
|
-
|
|
1355
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
## 1.5.4 (2022-02-09)
|
|
1362
|
-
|
|
1363
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
## 1.5.3 (2022-02-07)
|
|
1370
|
-
|
|
1371
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
## 1.5.2 (2022-02-04)
|
|
1378
|
-
|
|
1379
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
## 1.5.1 (2022-02-04)
|
|
1386
|
-
|
|
1387
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
## 1.4.27 (2022-02-03)
|
|
1394
|
-
|
|
1395
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
## 1.4.26 (2022-02-02)
|
|
1402
|
-
|
|
1403
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
## 1.4.25 (2022-02-02)
|
|
1410
|
-
|
|
1411
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
## 1.4.24 (2022-02-02)
|
|
1418
|
-
|
|
1419
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
## 1.4.23 (2022-02-01)
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
### Bug Fixes
|
|
1429
|
-
|
|
1430
|
-
* unfiltered allCollections query ([#1131](https://github.com/vtex/faststore/issues/1131)) ([4a1744a](https://github.com/vtex/faststore/commit/4a1744ad267517bfb6d3b7d7747725da0533d13f))
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
## 1.4.22 (2022-01-26)
|
|
1437
|
-
|
|
1438
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
## 1.4.21 (2022-01-26)
|
|
1445
|
-
|
|
1446
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
## 1.4.20 (2022-01-26)
|
|
1453
|
-
|
|
1454
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
## 1.4.19 (2022-01-24)
|
|
1461
|
-
|
|
1462
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
## 1.4.18 (2022-01-17)
|
|
1469
|
-
|
|
1470
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
## 1.4.17 (2022-01-13)
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
### Bug Fixes
|
|
1480
|
-
|
|
1481
|
-
* replaceAll crashing build with env vars ([#1109](https://github.com/vtex/faststore/issues/1109)) ([801b62e](https://github.com/vtex/faststore/commit/801b62e118238b6828d8cdaa2aff96d6c40278a8))
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
## 1.4.16 (2022-01-11)
|
|
1488
|
-
|
|
1489
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
## 1.4.15 (2022-01-11)
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
### Bug Fixes
|
|
1499
|
-
|
|
1500
|
-
* **api:** Breadcrumb data on collection pages ([#1104](https://github.com/vtex/faststore/issues/1104)) ([25d3c2b](https://github.com/vtex/faststore/commit/25d3c2bd07158ffca75bfe377a5b932c8fb36ae5))
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
## 1.4.14 (2022-01-07)
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
### Features
|
|
1510
|
-
|
|
1511
|
-
* 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))
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
## 1.4.13 (2022-01-07)
|
|
1518
|
-
|
|
1519
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
## 1.4.12 (2022-01-07)
|
|
1526
|
-
|
|
1527
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
## 1.4.11 (2022-01-06)
|
|
1534
|
-
|
|
1535
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
## 1.4.10 (2022-01-06)
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
### Bug Fixes
|
|
1545
|
-
|
|
1546
|
-
* **api:** Sku loader ([#1100](https://github.com/vtex/faststore/issues/1100)) ([82d029f](https://github.com/vtex/faststore/commit/82d029fbb4fd7613c80d099587b00812c410e448))
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
## 1.4.9 (2022-01-06)
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
### Features
|
|
1556
|
-
|
|
1557
|
-
* add headers to nginx via env vars ([#1049](https://github.com/vtex/faststore/issues/1049)) ([3553372](https://github.com/vtex/faststore/commit/355337273ce03660db9fd14482818cc24c99f4e2))
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
## 1.4.8 (2022-01-05)
|
|
1564
|
-
|
|
1565
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
## 1.4.7 (2022-01-05)
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
### Bug Fixes
|
|
1575
|
-
|
|
1576
|
-
* fix accessibility on storybook ([#1096](https://github.com/vtex/faststore/issues/1096)) ([55805b1](https://github.com/vtex/faststore/commit/55805b1b2cffd111ef64857321c20e0a001a93b2))
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
## 1.4.6 (2022-01-05)
|
|
1583
|
-
|
|
1584
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
## 1.4.5 (2022-01-04)
|
|
1591
|
-
|
|
1592
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
## 1.4.4 (2022-01-04)
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
### Bug Fixes
|
|
1602
|
-
|
|
1603
|
-
* adjust data attributes pattern on multiple components ([#1093](https://github.com/vtex/faststore/issues/1093)) ([ca9172f](https://github.com/vtex/faststore/commit/ca9172fb353cfce7011f9144c1e94ed7e6b73f5f))
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
## 1.4.3 (2022-01-03)
|
|
1610
|
-
|
|
1611
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
## 1.4.2 (2022-01-03)
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
### Bug Fixes
|
|
1621
|
-
|
|
1622
|
-
* **ui:** removing aria-labelledby from payment methods component ([#1092](https://github.com/vtex/faststore/issues/1092)) ([bf4c7a9](https://github.com/vtex/faststore/commit/bf4c7a981c379ffb1777a2fd8cae787f735f7d2d))
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
## 1.4.1 (2022-01-03)
|
|
1629
|
-
|
|
1630
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
## 1.3.46 (2021-12-23)
|
|
1637
|
-
|
|
1638
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
## 1.3.45 (2021-12-21)
|
|
1645
|
-
|
|
1646
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
## 1.3.44 (2021-12-21)
|
|
1653
|
-
|
|
1654
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
## 1.3.43 (2021-12-20)
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
### Features
|
|
1664
|
-
|
|
1665
|
-
* QuantitySelector component ([#1083](https://github.com/vtex/faststore/issues/1083)) ([6ade6c0](https://github.com/vtex/faststore/commit/6ade6c02b06fdb74ba2cd2978d8ac4bda35672d2))
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
## 1.3.42 (2021-12-20)
|
|
1672
|
-
|
|
1673
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
## 1.3.41 (2021-12-20)
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
### Features
|
|
1683
|
-
|
|
1684
|
-
* **ui:** Incentive atom ([#1064](https://github.com/vtex/faststore/issues/1064)) ([1b136c7](https://github.com/vtex/faststore/commit/1b136c7d7fc8f2b99259ef1908286713697e03da))
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
## 1.3.40 (2021-12-18)
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
### Features
|
|
1694
|
-
|
|
1695
|
-
* **ui:** Link atom ([#1067](https://github.com/vtex/faststore/issues/1067)) ([c49b2dd](https://github.com/vtex/faststore/commit/c49b2ddc31ba4184bed19a8934fbf4d5f0b47a5f))
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
## 1.3.39 (2021-12-17)
|
|
1702
|
-
|
|
1703
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
## 1.3.38 (2021-12-16)
|
|
1710
|
-
|
|
1711
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
## 1.3.37 (2021-12-15)
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
### Features
|
|
1721
|
-
|
|
1722
|
-
* **ui:** Card component ([#1079](https://github.com/vtex/faststore/issues/1079)) ([7f10a5d](https://github.com/vtex/faststore/commit/7f10a5dcec21f7c9d59ba645755fe298e96269df))
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
## 1.3.36 (2021-12-15)
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
### Bug Fixes
|
|
1732
|
-
|
|
1733
|
-
* expose JS files only ([#1081](https://github.com/vtex/faststore/issues/1081)) ([e363c12](https://github.com/vtex/faststore/commit/e363c120f22b10da81ceb3e2d8fcc58c1b4665af))
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
## 1.3.35 (2021-12-14)
|
|
1740
|
-
|
|
1741
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
## 1.3.34 (2021-12-11)
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
### Bug Fixes
|
|
1751
|
-
|
|
1752
|
-
* **docs:** Fix algolia search ([#1078](https://github.com/vtex/faststore/issues/1078)) ([986074f](https://github.com/vtex/faststore/commit/986074f061365d812650a82748ca5a9fc1dac6d5))
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
## 1.3.33 (2021-12-10)
|
|
1759
|
-
|
|
1760
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
## 1.3.32 (2021-12-10)
|
|
1767
|
-
|
|
1768
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
## 1.3.31 (2021-12-10)
|
|
1775
|
-
|
|
1776
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
## 1.3.30 (2021-12-10)
|
|
1783
|
-
|
|
1784
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
## 1.3.29 (2021-12-10)
|
|
1791
|
-
|
|
1792
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
## 1.3.28 (2021-12-10)
|
|
1799
|
-
|
|
1800
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
## 1.3.27 (2021-12-10)
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
### Bug Fixes
|
|
1810
|
-
|
|
1811
|
-
* Add Banner Components exportation ([#1072](https://github.com/vtex/faststore/issues/1072)) ([4024104](https://github.com/vtex/faststore/commit/4024104f9804c8762037f03d986a4334af819b3c))
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
## 1.3.26 (2021-12-09)
|
|
1818
|
-
|
|
1819
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
## 1.3.25 (2021-12-09)
|
|
1826
|
-
|
|
1827
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
## 1.3.24 (2021-12-09)
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
### Bug Fixes
|
|
1837
|
-
|
|
1838
|
-
* fix UI storybook imports ([#1069](https://github.com/vtex/faststore/issues/1069)) ([e4a2402](https://github.com/vtex/faststore/commit/e4a2402235c60488fde7021bf3200d967af3cb83))
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
## 1.3.23 (2021-12-09)
|
|
1845
|
-
|
|
1846
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
## 1.3.22 (2021-12-07)
|
|
1853
|
-
|
|
1854
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
## 1.3.21 (2021-12-07)
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
### Features
|
|
1864
|
-
|
|
1865
|
-
* add docs ([#1058](https://github.com/vtex/faststore/issues/1058)) ([35f3e62](https://github.com/vtex/faststore/commit/35f3e62ae09c350632479742c9ce2c22e8862b23))
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
## 1.3.20 (2021-12-07)
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
### Features
|
|
1875
|
-
|
|
1876
|
-
* **store-ui:** Banner component ([#1048](https://github.com/vtex/faststore/issues/1048)) ([b65d8e5](https://github.com/vtex/faststore/commit/b65d8e574598f8bf8494aac478e4bec4d774ec86))
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
## 1.3.19 (2021-12-07)
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
### Features
|
|
1886
|
-
|
|
1887
|
-
* **ui:** PaymentMethods Component ([#1024](https://github.com/vtex/faststore/issues/1024)) ([f093025](https://github.com/vtex/faststore/commit/f093025c5b010b01f16349e2460611792cfff67f))
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
## 1.3.18 (2021-12-06)
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
### Features
|
|
1897
|
-
|
|
1898
|
-
* **store-ui:** Alert molecule ([#1020](https://github.com/vtex/faststore/issues/1020)) ([7764e0d](https://github.com/vtex/faststore/commit/7764e0d08270a3bb836038c4a9cd27e5cbef9667))
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
## 1.3.17 (2021-12-06)
|
|
1905
|
-
|
|
1906
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
## 1.3.16 (2021-12-06)
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
### Bug Fixes
|
|
1916
|
-
|
|
1917
|
-
* 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))
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
## 1.3.15 (2021-12-03)
|
|
1924
|
-
|
|
1925
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
## 1.3.14 (2021-12-03)
|
|
1932
|
-
|
|
1933
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
## 1.3.13 (2021-12-03)
|
|
1940
|
-
|
|
1941
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
## 1.3.12 (2021-12-02)
|
|
1948
|
-
|
|
1949
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
## 1.3.11 (2021-12-02)
|
|
1956
|
-
|
|
1957
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
## 1.3.10 (2021-12-01)
|
|
1964
|
-
|
|
1965
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
## 1.3.9 (2021-12-01)
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
### Bug Fixes
|
|
1975
|
-
|
|
1976
|
-
* **api:** Throws NotFoundError when collection is not found ([#1047](https://github.com/vtex/faststore/issues/1047)) ([9535ec3](https://github.com/vtex/faststore/commit/9535ec3d67a64f98b4d4e914e7bae81e06935e2a))
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
## 1.3.8 (2021-12-01)
|
|
1983
|
-
|
|
1984
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
## 1.3.7 (2021-12-01)
|
|
1991
|
-
|
|
1992
|
-
**Note:** Version bump only for package @faststore/ui
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
## 1.3.6 (2021-11-26)
|
|
1999
|
-
|
|
2000
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
## 1.3.5 (2021-11-25)
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
### Features
|
|
2010
|
-
|
|
2011
|
-
* **ui:** RadioGroup Component ([#1033](https://github.com/vtex/faststore/issues/1033)) ([60f306d](https://github.com/vtex/faststore/commit/60f306d97257a8cc65ec67bf1f1cc16376ad1654))
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
## 1.3.4 (2021-11-23)
|
|
2018
|
-
|
|
2019
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
## 1.3.3 (2021-11-23)
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
### Features
|
|
2029
|
-
|
|
2030
|
-
* **gatsby-plugin-nginx:** support to augment the generateRewrites ([#1017](https://github.com/vtex/faststore/issues/1017)) ([46587b0](https://github.com/vtex/faststore/commit/46587b0280d7f8dd733a0dca29909f041c944897))
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
## 1.3.2 (2021-11-22)
|
|
2037
|
-
|
|
2038
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
## 1.3.1 (2021-11-18)
|
|
2045
|
-
|
|
2046
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
## 1.2.37 (2021-11-17)
|
|
2053
|
-
|
|
2054
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
## 1.2.36 (2021-11-16)
|
|
2061
|
-
|
|
2062
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
## 1.2.35 (2021-11-16)
|
|
2069
|
-
|
|
2070
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
## 1.2.34 (2021-11-16)
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
### Bug Fixes
|
|
2080
|
-
|
|
2081
|
-
* Filter collection slugs in api ([#1022](https://github.com/vtex/faststore/issues/1022)) ([cdcfcff](https://github.com/vtex/faststore/commit/cdcfcff642561dd73b1f85557e101271d10ca930))
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
## 1.2.33 (2021-11-12)
|
|
2088
|
-
|
|
2089
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
## 1.2.32 (2021-11-11)
|
|
2096
|
-
|
|
2097
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
## 1.2.31 (2021-11-04)
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
### Features
|
|
2107
|
-
|
|
2108
|
-
* **store-ui:** Breadcrumb improvements ([#1010](https://github.com/vtex/faststore/issues/1010)) ([8b4bf37](https://github.com/vtex/faststore/commit/8b4bf37316d6057683680de36493b63709bb1012))
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
## 1.2.30 (2021-11-03)
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
### Bug Fixes
|
|
2118
|
-
|
|
2119
|
-
* Channel simulation ([#1014](https://github.com/vtex/faststore/issues/1014)) ([b45406b](https://github.com/vtex/faststore/commit/b45406b2b7ee8deb2b6e256629ba6df89d1b5940))
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
## 1.2.29 (2021-11-03)
|
|
2126
|
-
|
|
2127
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
## 1.2.28 (2021-10-29)
|
|
2134
|
-
|
|
2135
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
## 1.2.27 (2021-10-29)
|
|
2142
|
-
|
|
2143
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
## 1.2.26 (2021-10-29)
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
### Bug Fixes
|
|
2153
|
-
|
|
2154
|
-
* **store-ui:** Remove circular dependency ([#1011](https://github.com/vtex/faststore/issues/1011)) ([b9f08c9](https://github.com/vtex/faststore/commit/b9f08c95ae33bdbb09ffc044d6ad831fd6608144))
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
## 1.2.25 (2021-10-28)
|
|
2161
|
-
|
|
2162
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
## 1.2.24 (2021-10-28)
|
|
2169
|
-
|
|
2170
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
## 1.2.23 (2021-10-27)
|
|
2177
|
-
|
|
2178
|
-
|
|
2179
|
-
### Features
|
|
2180
|
-
|
|
2181
|
-
* **store-ui:** Add carousel tablist keyboard behavior ([#996](https://github.com/vtex/faststore/issues/996)) ([9081584](https://github.com/vtex/faststore/commit/908158460028009aaaa4ebbcd22eefab59e9bff8))
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
## 1.2.22 (2021-10-26)
|
|
2188
|
-
|
|
2189
|
-
**Note:** Version bump only for package @vtex/store-ui
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
## 1.2.21 (2021-10-26)
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
### Features
|
|
2199
|
-
|
|
2200
|
-
* **ui:** Form molecule ([#1004](https://github.com/vtex/faststore/issues/1004)) ([c584ef6](https://github.com/vtex/faststore/commit/c584ef693d111ede70d27730ecb3cce613b9aba3))
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
## 1.2.20 (2021-10-26)
|
|
2207
|
-
|
|
2208
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
## 1.2.19 (2021-10-25)
|
|
2215
|
-
|
|
2216
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
## 1.2.18 (2021-10-25)
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
### Features
|
|
2226
|
-
|
|
2227
|
-
* **ui:** Breadcrumb molecule ([#986](https://github.com/vtex/faststore/issues/986)) ([325c738](https://github.com/vtex/faststore/commit/325c7387089d2f2c7152191b54fc3cb4918f1c68))
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
|
|
2233
|
-
## 1.2.17 (2021-10-21)
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
### Features
|
|
2237
|
-
|
|
2238
|
-
* **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)
|
|
2239
|
-
|
|
2240
|
-
|
|
2241
|
-
### BREAKING CHANGES
|
|
2242
|
-
|
|
2243
|
-
* **ui:** Remove deprecated folders (#927)
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
## 1.2.16 (2021-10-21)
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
### Features
|
|
2253
|
-
|
|
2254
|
-
* **ui:** Label atom ([#1001](https://github.com/vtex/faststore/issues/1001)) ([3306ea6](https://github.com/vtex/faststore/commit/3306ea6b9b48996574eac4b8c1b737dff94a438e))
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
## 1.2.15 (2021-10-21)
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
### Bug Fixes
|
|
2264
|
-
|
|
2265
|
-
* **ui:** Fix search-input a11y ([#1000](https://github.com/vtex/faststore/issues/1000)) ([f052f46](https://github.com/vtex/faststore/commit/f052f465e21aa4e2ca047327eeb0610b9b979f10))
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
## 1.2.14 (2021-10-20)
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
### Features
|
|
2275
|
-
|
|
2276
|
-
* graphql-utils ([#998](https://github.com/vtex/faststore/issues/998)) ([bddf043](https://github.com/vtex/faststore/commit/bddf04308826369f86322851b554cc58ab5b2161))
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
## 1.2.13 (2021-10-20)
|
|
2283
|
-
|
|
2284
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
## 1.2.12 (2021-10-18)
|
|
2291
|
-
|
|
2292
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
## 1.2.11 (2021-10-18)
|
|
2299
|
-
|
|
2300
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
## 1.2.10 (2021-10-18)
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
### Bug Fixes
|
|
2310
|
-
|
|
2311
|
-
* **ui:** Component Architecture doc's code snippets ([#997](https://github.com/vtex/faststore/issues/997)) ([7f0d5f3](https://github.com/vtex/faststore/commit/7f0d5f307014f794063dd8d94d873478803888c0))
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
## 1.2.9 (2021-10-18)
|
|
2318
|
-
|
|
2319
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
## 1.2.8 (2021-10-15)
|
|
2326
|
-
|
|
2327
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
## 1.2.7 (2021-10-15)
|
|
2334
|
-
|
|
2335
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
## 1.2.6 (2021-10-15)
|
|
2342
|
-
|
|
2343
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
## 1.2.5 (2021-10-15)
|
|
2350
|
-
|
|
2351
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
## 1.2.4 (2021-10-14)
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
### Features
|
|
2361
|
-
|
|
2362
|
-
* **ui:** Accordion molecule ([#985](https://github.com/vtex/faststore/issues/985)) ([a35fb51](https://github.com/vtex/faststore/commit/a35fb51b675e41af6070da8b521a3a4da25a0d65))
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
## 1.2.3 (2021-10-14)
|
|
2369
|
-
|
|
2370
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
## 1.2.2 (2021-10-13)
|
|
2377
|
-
|
|
2378
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
## 1.2.1 (2021-10-08)
|
|
2385
|
-
|
|
2386
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
## 1.1.18 (2021-10-05)
|
|
2393
|
-
|
|
2394
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
## 1.1.17 (2021-10-05)
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
### Features
|
|
2404
|
-
|
|
2405
|
-
* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484))
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
## 1.1.16 (2021-10-04)
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
### Features
|
|
2415
|
-
|
|
2416
|
-
* **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056))
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
## 1.1.15 (2021-10-01)
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
### Features
|
|
2426
|
-
|
|
2427
|
-
* Configure storybook theme ([#979](https://github.com/vtex/faststore/issues/979)) ([736811f](https://github.com/vtex/faststore/commit/736811f6381b4fd5f3f6d976198262216fe3ebcb))
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
## 1.1.14 (2021-09-28)
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
### Features
|
|
2437
|
-
|
|
2438
|
-
* **ui:** Add Modal molecule ([#957](https://github.com/vtex/faststore/issues/957)) ([530b308](https://github.com/vtex/faststore/commit/530b3085a5707be459b37757844ce2e52b2f2981))
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
## 1.1.13 (2021-09-23)
|
|
2445
|
-
|
|
2446
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
## 1.1.12 (2021-09-22)
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
### Bug Fixes
|
|
2456
|
-
|
|
2457
|
-
* 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))
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
## 1.1.11 (2021-09-17)
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
### Features
|
|
2467
|
-
|
|
2468
|
-
* **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)
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
### BREAKING CHANGES
|
|
2472
|
-
|
|
2473
|
-
* **ui:** Remove deprecated folders (#927)
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
## 1.1.10 (2021-09-16)
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
### Features
|
|
2483
|
-
|
|
2484
|
-
* **store-api:** Add codegen ([#960](https://github.com/vtex/faststore/issues/960)) ([5231e6c](https://github.com/vtex/faststore/commit/5231e6c455be73b9d870627188c07a420651ed44))
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
## 1.1.9 (2021-09-15)
|
|
2491
|
-
|
|
2492
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
## 1.1.8 (2021-09-14)
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
### Features
|
|
2502
|
-
|
|
2503
|
-
* **store-api:** Store API TypeDefs ([#942](https://github.com/vtex/faststore/issues/942)) ([b440dc9](https://github.com/vtex/faststore/commit/b440dc9f023da82b5c443c465375e74f909d1b8d))
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
## 1.1.7 (2021-09-13)
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
### Features
|
|
2513
|
-
|
|
2514
|
-
* **ui:** Add Skeleton Atom ([#911](https://github.com/vtex/faststore/issues/911)) ([ef25cde](https://github.com/vtex/faststore/commit/ef25cdea6f6e344b4005ecd2ec0c80d959df35b0))
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
## 1.1.6 (2021-09-09)
|
|
2521
|
-
|
|
2522
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
## 1.1.5 (2021-09-09)
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
### Features
|
|
2532
|
-
|
|
2533
|
-
* **store-sdk:** custom events, tests and docs ([#937](https://github.com/vtex/faststore/issues/937)) ([c268542](https://github.com/vtex/faststore/commit/c2685425b8a2b6c40ce2f79a5a0afc2b2022760d))
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
## 1.1.4 (2021-09-09)
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
### Features
|
|
2543
|
-
|
|
2544
|
-
* support lambdas ([#933](https://github.com/vtex/faststore/issues/933)) ([0f14557](https://github.com/vtex/faststore/commit/0f14557f7b98635bc82ede499b12cc28f2f51b6e))
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
## 1.1.3 (2021-09-08)
|
|
2551
|
-
|
|
2552
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
## 1.1.2 (2021-09-06)
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
### Features
|
|
2562
|
-
|
|
2563
|
-
* **ui:** adding list atom ([#918](https://github.com/vtex/faststore/issues/918)) ([72c3b2e](https://github.com/vtex/faststore/commit/72c3b2eeac85c784bbee310898b24823c2c18c3a))
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
## 1.1.1 (2021-09-01)
|
|
2570
|
-
|
|
2571
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
## [1.0.3](https://github.com/vtex/faststore/compare/v1.1.0...v1.0.3) (2021-09-01)
|
|
2578
|
-
|
|
2579
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
## 1.0.2 (2021-09-01)
|
|
2586
|
-
|
|
2587
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
## 1.0.1 (2021-08-31)
|
|
2594
|
-
|
|
2595
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
## 0.373.36 (2021-08-31)
|
|
2602
|
-
|
|
2603
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
## 0.373.35 (2021-08-30)
|
|
2610
|
-
|
|
2611
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
## 0.373.34 (2021-08-30)
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
### Features
|
|
2621
|
-
|
|
2622
|
-
* **ui:** price range ([#924](https://github.com/vtex/faststore/issues/924)) ([e5c5d9a](https://github.com/vtex/faststore/commit/e5c5d9aade59d91aead75af6a09d7db3cc67348e))
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
## 0.373.33 (2021-08-30)
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
### Features
|
|
2632
|
-
|
|
2633
|
-
* **ui:** slider ([#917](https://github.com/vtex/faststore/issues/917)) ([15a5f82](https://github.com/vtex/faststore/commit/15a5f826f3ad0054934c5092a2def4cd8d2a7c3c))
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
## 0.373.32 (2021-08-27)
|
|
2640
|
-
|
|
2641
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
## 0.373.31 (2021-08-27)
|
|
2648
|
-
|
|
2649
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
## 0.373.30 (2021-08-27)
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
### Bug Fixes
|
|
2659
|
-
|
|
2660
|
-
* move pixel back to gatsby-theme-store ([#922](https://github.com/vtex/faststore/issues/922)) ([58de70d](https://github.com/vtex/faststore/commit/58de70d943aec36883384a0d6545ad7ab7d8f6bb))
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
## 0.373.29 (2021-08-26)
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
### Bug Fixes
|
|
2670
|
-
|
|
2671
|
-
* **gatsby-plugin-cms:** null cms nodes were preventing stores from building ([0270037](https://github.com/vtex/faststore/commit/027003711c00854fc6679b6d469a2be13a3d0437))
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
## 0.373.28 (2021-08-26)
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
### Features
|
|
2681
|
-
|
|
2682
|
-
* **ui:** Add IconButton Molecule ([#900](https://github.com/vtex/faststore/issues/900)) ([0114409](https://github.com/vtex/faststore/commit/0114409d7efb8e5146d2b17b5fc5500ceb16b7bf))
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
## 0.373.27 (2021-08-24)
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
### Features
|
|
2692
|
-
|
|
2693
|
-
* **ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392))
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
## 0.373.26 (2021-08-24)
|
|
2700
|
-
|
|
2701
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
## 0.373.25 (2021-08-24)
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
### Bug Fixes
|
|
2711
|
-
|
|
2712
|
-
* **gatsby-plugin-graphql:** Export schema types ([#916](https://github.com/vtex/faststore/issues/916)) ([65d43d3](https://github.com/vtex/faststore/commit/65d43d3191422ef14988dabe0aa8383daf74b471))
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
## 0.373.24 (2021-08-23)
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
### Features
|
|
2722
|
-
|
|
2723
|
-
* **ui:** radio component ([#906](https://github.com/vtex/faststore/issues/906)) ([06ef1dd](https://github.com/vtex/faststore/commit/06ef1dd3aa0cda304f4341697859c9b0fc16cfc2))
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
## 0.373.23 (2021-08-23)
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
### Features
|
|
2733
|
-
|
|
2734
|
-
* **ui:** Adding select atom ([#876](https://github.com/vtex/faststore/issues/876)) ([3276269](https://github.com/vtex/faststore/commit/3276269813b6208b88d7178293b9550b2b05cc77))
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
## 0.373.22 (2021-08-23)
|
|
2741
|
-
|
|
2742
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
## 0.373.21 (2021-08-20)
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
### Bug Fixes
|
|
2752
|
-
|
|
2753
|
-
* **ui:** Remove unnecessary ID and improve a11y ([#915](https://github.com/vtex/faststore/issues/915)) ([7ee629d](https://github.com/vtex/faststore/commit/7ee629d6b738ed67332000e47ebdb9fcb5dc2883))
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
## 0.373.20 (2021-08-18)
|
|
2760
|
-
|
|
2761
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
## 0.373.19 (2021-08-18)
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
### Features
|
|
2771
|
-
|
|
2772
|
-
* **store-sdk:** Add Session to store-sdk ([#896](https://github.com/vtex/faststore/issues/896)) ([6a7f1b5](https://github.com/vtex/faststore/commit/6a7f1b5458bdb44aff2760bcd32ddf8888c05740))
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
## 0.373.18 (2021-08-18)
|
|
2779
|
-
|
|
2780
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
## 0.373.17 (2021-08-18)
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
### Features
|
|
2790
|
-
|
|
2791
|
-
* **ui:** Overlay Atom Component ([#890](https://github.com/vtex/faststore/issues/890)) ([a0757bc](https://github.com/vtex/faststore/commit/a0757bcf1155084f5b66f4625f47c8efa18285b3))
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
## 0.373.16 (2021-08-17)
|
|
2798
|
-
|
|
2799
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
## 0.373.15 (2021-08-16)
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
### Features
|
|
2809
|
-
|
|
2810
|
-
* **ui:** Create Carousel component and useSlider hook ([#815](https://github.com/vtex/faststore/issues/815)) ([f46108c](https://github.com/vtex/faststore/commit/f46108c038402f003c7157833efb052554d339d4))
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
## 0.373.14 (2021-08-16)
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
### Bug Fixes
|
|
2820
|
-
|
|
2821
|
-
* **gatsby-plugin-nginx:** Spread routes support ([#895](https://github.com/vtex/faststore/issues/895)) ([6bb2331](https://github.com/vtex/faststore/commit/6bb2331b8961245e8abf5f44fb2814f9562d1f3d))
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
## 0.373.13 (2021-08-13)
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
### Features
|
|
2831
|
-
|
|
2832
|
-
* **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))
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
## 0.373.12 (2021-08-12)
|
|
2839
|
-
|
|
2840
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
## 0.373.11 (2021-08-12)
|
|
2847
|
-
|
|
2848
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
## 0.373.10 (2021-08-12)
|
|
2855
|
-
|
|
2856
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
## 0.373.9 (2021-08-12)
|
|
2863
|
-
|
|
2864
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
## 0.373.8 (2021-08-11)
|
|
2871
|
-
|
|
2872
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
## 0.373.7 (2021-08-11)
|
|
2879
|
-
|
|
2880
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
## 0.373.6 (2021-08-11)
|
|
2887
|
-
|
|
2888
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
## 0.373.5 (2021-08-10)
|
|
2895
|
-
|
|
2896
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
## 0.373.4 (2021-08-10)
|
|
2903
|
-
|
|
2904
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
## 0.373.3 (2021-08-10)
|
|
2911
|
-
|
|
2912
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
## 0.373.2 (2021-08-05)
|
|
2919
|
-
|
|
2920
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
## 0.373.1 (2021-08-05)
|
|
2927
|
-
|
|
2928
|
-
**Note:** Version bump only for package @faststore/ui
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
## 0.372.22 (2021-07-30)
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
### Features
|
|
2938
|
-
|
|
2939
|
-
* **collections:** Source collections from category tree ([#871](https://github.com/vtex/faststore/issues/871)) ([e4ca79a](https://github.com/vtex/faststore/commit/e4ca79a810ca89f609082b994a9ad069e9d64579))
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
## 0.372.21 (2021-07-29)
|
|
1254
|
+
## 1.2.6 (2021-10-15)
|
|
2946
1255
|
|
|
2947
1256
|
**Note:** Version bump only for package @faststore/ui
|
|
2948
1257
|
|
|
1258
|
+
## 1.2.5 (2021-10-15)
|
|
2949
1259
|
|
|
1260
|
+
**Note:** Version bump only for package @faststore/ui
|
|
2950
1261
|
|
|
1262
|
+
## 1.2.4 (2021-10-14)
|
|
2951
1263
|
|
|
1264
|
+
### Features
|
|
2952
1265
|
|
|
2953
|
-
|
|
1266
|
+
- **ui:** Accordion molecule ([#985](https://github.com/vtex/faststore/issues/985)) ([a35fb51](https://github.com/vtex/faststore/commit/a35fb51b675e41af6070da8b521a3a4da25a0d65))
|
|
2954
1267
|
|
|
1268
|
+
## 1.2.3 (2021-10-14)
|
|
2955
1269
|
|
|
2956
|
-
|
|
1270
|
+
**Note:** Version bump only for package @faststore/ui
|
|
2957
1271
|
|
|
2958
|
-
|
|
1272
|
+
## 1.2.2 (2021-10-13)
|
|
2959
1273
|
|
|
1274
|
+
**Note:** Version bump only for package @faststore/ui
|
|
2960
1275
|
|
|
1276
|
+
## 1.2.1 (2021-10-08)
|
|
2961
1277
|
|
|
1278
|
+
**Note:** Version bump only for package @faststore/ui
|
|
2962
1279
|
|
|
1280
|
+
## 1.1.18 (2021-10-05)
|
|
2963
1281
|
|
|
2964
|
-
|
|
1282
|
+
**Note:** Version bump only for package @faststore/ui
|
|
2965
1283
|
|
|
1284
|
+
## 1.1.17 (2021-10-05)
|
|
2966
1285
|
|
|
2967
|
-
###
|
|
1286
|
+
### Features
|
|
2968
1287
|
|
|
2969
|
-
|
|
1288
|
+
- **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484))
|
|
2970
1289
|
|
|
1290
|
+
## 1.1.16 (2021-10-04)
|
|
2971
1291
|
|
|
1292
|
+
### Features
|
|
2972
1293
|
|
|
1294
|
+
- **store-api:** Add cart to store-api ([#963](https://github.com/vtex/faststore/issues/963)) ([0607d82](https://github.com/vtex/faststore/commit/0607d82f9f17de0b4045a7efbe99004d43e87056))
|
|
2973
1295
|
|
|
1296
|
+
## 1.1.15 (2021-10-01)
|
|
2974
1297
|
|
|
2975
|
-
|
|
1298
|
+
### Features
|
|
2976
1299
|
|
|
2977
|
-
|
|
1300
|
+
- Configure storybook theme ([#979](https://github.com/vtex/faststore/issues/979)) ([736811f](https://github.com/vtex/faststore/commit/736811f6381b4fd5f3f6d976198262216fe3ebcb))
|
|
2978
1301
|
|
|
1302
|
+
## 1.1.14 (2021-09-28)
|
|
2979
1303
|
|
|
1304
|
+
### Features
|
|
2980
1305
|
|
|
1306
|
+
- **ui:** Add Modal molecule ([#957](https://github.com/vtex/faststore/issues/957)) ([530b308](https://github.com/vtex/faststore/commit/530b3085a5707be459b37757844ce2e52b2f2981))
|
|
2981
1307
|
|
|
1308
|
+
## 1.1.13 (2021-09-23)
|
|
2982
1309
|
|
|
2983
|
-
|
|
1310
|
+
**Note:** Version bump only for package @faststore/ui
|
|
2984
1311
|
|
|
1312
|
+
## 1.1.12 (2021-09-22)
|
|
2985
1313
|
|
|
2986
1314
|
### Bug Fixes
|
|
2987
1315
|
|
|
2988
|
-
|
|
2989
|
-
|
|
1316
|
+
- 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))
|
|
2990
1317
|
|
|
1318
|
+
## 1.1.11 (2021-09-17)
|
|
2991
1319
|
|
|
1320
|
+
### Features
|
|
2992
1321
|
|
|
1322
|
+
- **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)
|
|
2993
1323
|
|
|
2994
|
-
|
|
1324
|
+
### BREAKING CHANGES
|
|
2995
1325
|
|
|
1326
|
+
- **ui:** Remove deprecated folders (#927)
|
|
2996
1327
|
|
|
2997
|
-
|
|
1328
|
+
## 1.1.10 (2021-09-16)
|
|
2998
1329
|
|
|
2999
|
-
|
|
1330
|
+
### Features
|
|
3000
1331
|
|
|
1332
|
+
- **store-api:** Add codegen ([#960](https://github.com/vtex/faststore/issues/960)) ([5231e6c](https://github.com/vtex/faststore/commit/5231e6c455be73b9d870627188c07a420651ed44))
|
|
3001
1333
|
|
|
1334
|
+
## 1.1.9 (2021-09-15)
|
|
3002
1335
|
|
|
1336
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3003
1337
|
|
|
1338
|
+
## 1.1.8 (2021-09-14)
|
|
3004
1339
|
|
|
3005
|
-
|
|
1340
|
+
### Features
|
|
3006
1341
|
|
|
3007
|
-
**
|
|
1342
|
+
- **store-api:** Store API TypeDefs ([#942](https://github.com/vtex/faststore/issues/942)) ([b440dc9](https://github.com/vtex/faststore/commit/b440dc9f023da82b5c443c465375e74f909d1b8d))
|
|
3008
1343
|
|
|
1344
|
+
## 1.1.7 (2021-09-13)
|
|
3009
1345
|
|
|
1346
|
+
### Features
|
|
3010
1347
|
|
|
1348
|
+
- **ui:** Add Skeleton Atom ([#911](https://github.com/vtex/faststore/issues/911)) ([ef25cde](https://github.com/vtex/faststore/commit/ef25cdea6f6e344b4005ecd2ec0c80d959df35b0))
|
|
3011
1349
|
|
|
1350
|
+
## 1.1.6 (2021-09-09)
|
|
3012
1351
|
|
|
3013
|
-
|
|
1352
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3014
1353
|
|
|
1354
|
+
## 1.1.5 (2021-09-09)
|
|
3015
1355
|
|
|
3016
1356
|
### Features
|
|
3017
1357
|
|
|
3018
|
-
|
|
3019
|
-
|
|
1358
|
+
- **store-sdk:** custom events, tests and docs ([#937](https://github.com/vtex/faststore/issues/937)) ([c268542](https://github.com/vtex/faststore/commit/c2685425b8a2b6c40ce2f79a5a0afc2b2022760d))
|
|
3020
1359
|
|
|
1360
|
+
## 1.1.4 (2021-09-09)
|
|
3021
1361
|
|
|
1362
|
+
### Features
|
|
3022
1363
|
|
|
1364
|
+
- support lambdas ([#933](https://github.com/vtex/faststore/issues/933)) ([0f14557](https://github.com/vtex/faststore/commit/0f14557f7b98635bc82ede499b12cc28f2f51b6e))
|
|
3023
1365
|
|
|
3024
|
-
##
|
|
1366
|
+
## 1.1.3 (2021-09-08)
|
|
3025
1367
|
|
|
3026
1368
|
**Note:** Version bump only for package @faststore/ui
|
|
3027
1369
|
|
|
1370
|
+
## 1.1.2 (2021-09-06)
|
|
3028
1371
|
|
|
1372
|
+
### Features
|
|
3029
1373
|
|
|
1374
|
+
- **ui:** adding list atom ([#918](https://github.com/vtex/faststore/issues/918)) ([72c3b2e](https://github.com/vtex/faststore/commit/72c3b2eeac85c784bbee310898b24823c2c18c3a))
|
|
3030
1375
|
|
|
3031
|
-
|
|
3032
|
-
## 0.372.12 (2021-07-14)
|
|
1376
|
+
## 1.1.1 (2021-09-01)
|
|
3033
1377
|
|
|
3034
1378
|
**Note:** Version bump only for package @faststore/ui
|
|
3035
1379
|
|
|
1380
|
+
## [1.0.3](https://github.com/vtex/faststore/compare/v1.1.0...v1.0.3) (2021-09-01)
|
|
3036
1381
|
|
|
1382
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3037
1383
|
|
|
1384
|
+
## 1.0.2 (2021-09-01)
|
|
3038
1385
|
|
|
1386
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3039
1387
|
|
|
3040
|
-
## 0.
|
|
1388
|
+
## 1.0.1 (2021-08-31)
|
|
3041
1389
|
|
|
3042
1390
|
**Note:** Version bump only for package @faststore/ui
|
|
3043
1391
|
|
|
1392
|
+
## 0.373.36 (2021-08-31)
|
|
3044
1393
|
|
|
1394
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3045
1395
|
|
|
1396
|
+
## 0.373.35 (2021-08-30)
|
|
3046
1397
|
|
|
1398
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3047
1399
|
|
|
3048
|
-
## 0.
|
|
3049
|
-
|
|
1400
|
+
## 0.373.34 (2021-08-30)
|
|
3050
1401
|
|
|
3051
1402
|
### Features
|
|
3052
1403
|
|
|
3053
|
-
|
|
3054
|
-
|
|
1404
|
+
- **ui:** price range ([#924](https://github.com/vtex/faststore/issues/924)) ([e5c5d9a](https://github.com/vtex/faststore/commit/e5c5d9aade59d91aead75af6a09d7db3cc67348e))
|
|
3055
1405
|
|
|
1406
|
+
## 0.373.33 (2021-08-30)
|
|
3056
1407
|
|
|
1408
|
+
### Features
|
|
3057
1409
|
|
|
1410
|
+
- **ui:** slider ([#917](https://github.com/vtex/faststore/issues/917)) ([15a5f82](https://github.com/vtex/faststore/commit/15a5f826f3ad0054934c5092a2def4cd8d2a7c3c))
|
|
3058
1411
|
|
|
3059
|
-
## 0.
|
|
1412
|
+
## 0.373.32 (2021-08-27)
|
|
3060
1413
|
|
|
3061
1414
|
**Note:** Version bump only for package @faststore/ui
|
|
3062
1415
|
|
|
1416
|
+
## 0.373.31 (2021-08-27)
|
|
3063
1417
|
|
|
1418
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3064
1419
|
|
|
1420
|
+
## 0.373.30 (2021-08-27)
|
|
3065
1421
|
|
|
1422
|
+
### Bug Fixes
|
|
3066
1423
|
|
|
3067
|
-
|
|
1424
|
+
- move pixel back to gatsby-theme-store ([#922](https://github.com/vtex/faststore/issues/922)) ([58de70d](https://github.com/vtex/faststore/commit/58de70d943aec36883384a0d6545ad7ab7d8f6bb))
|
|
3068
1425
|
|
|
1426
|
+
## 0.373.29 (2021-08-26)
|
|
3069
1427
|
|
|
3070
1428
|
### Bug Fixes
|
|
3071
1429
|
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
1430
|
+
- **gatsby-plugin-cms:** null cms nodes were preventing stores from building ([0270037](https://github.com/vtex/faststore/commit/027003711c00854fc6679b6d469a2be13a3d0437))
|
|
3075
1431
|
|
|
1432
|
+
## 0.373.28 (2021-08-26)
|
|
3076
1433
|
|
|
1434
|
+
### Features
|
|
3077
1435
|
|
|
3078
|
-
|
|
1436
|
+
- **ui:** Add IconButton Molecule ([#900](https://github.com/vtex/faststore/issues/900)) ([0114409](https://github.com/vtex/faststore/commit/0114409d7efb8e5146d2b17b5fc5500ceb16b7bf))
|
|
3079
1437
|
|
|
1438
|
+
## 0.373.27 (2021-08-24)
|
|
3080
1439
|
|
|
3081
1440
|
### Features
|
|
3082
1441
|
|
|
3083
|
-
|
|
1442
|
+
- **ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392))
|
|
3084
1443
|
|
|
1444
|
+
## 0.373.26 (2021-08-24)
|
|
3085
1445
|
|
|
1446
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3086
1447
|
|
|
1448
|
+
## 0.373.25 (2021-08-24)
|
|
3087
1449
|
|
|
1450
|
+
### Bug Fixes
|
|
3088
1451
|
|
|
3089
|
-
|
|
1452
|
+
- **gatsby-plugin-graphql:** Export schema types ([#916](https://github.com/vtex/faststore/issues/916)) ([65d43d3](https://github.com/vtex/faststore/commit/65d43d3191422ef14988dabe0aa8383daf74b471))
|
|
3090
1453
|
|
|
1454
|
+
## 0.373.24 (2021-08-23)
|
|
3091
1455
|
|
|
3092
1456
|
### Features
|
|
3093
1457
|
|
|
3094
|
-
|
|
1458
|
+
- **ui:** radio component ([#906](https://github.com/vtex/faststore/issues/906)) ([06ef1dd](https://github.com/vtex/faststore/commit/06ef1dd3aa0cda304f4341697859c9b0fc16cfc2))
|
|
3095
1459
|
|
|
1460
|
+
## 0.373.23 (2021-08-23)
|
|
3096
1461
|
|
|
1462
|
+
### Features
|
|
3097
1463
|
|
|
1464
|
+
- **ui:** Adding select atom ([#876](https://github.com/vtex/faststore/issues/876)) ([3276269](https://github.com/vtex/faststore/commit/3276269813b6208b88d7178293b9550b2b05cc77))
|
|
3098
1465
|
|
|
1466
|
+
## 0.373.22 (2021-08-23)
|
|
3099
1467
|
|
|
3100
|
-
|
|
1468
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3101
1469
|
|
|
1470
|
+
## 0.373.21 (2021-08-20)
|
|
3102
1471
|
|
|
3103
1472
|
### Bug Fixes
|
|
3104
1473
|
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
1474
|
+
- **ui:** Remove unnecessary ID and improve a11y ([#915](https://github.com/vtex/faststore/issues/915)) ([7ee629d](https://github.com/vtex/faststore/commit/7ee629d6b738ed67332000e47ebdb9fcb5dc2883))
|
|
3108
1475
|
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
## 0.372.4 (2021-07-08)
|
|
1476
|
+
## 0.373.20 (2021-08-18)
|
|
3112
1477
|
|
|
3113
1478
|
**Note:** Version bump only for package @faststore/ui
|
|
3114
1479
|
|
|
1480
|
+
## 0.373.19 (2021-08-18)
|
|
3115
1481
|
|
|
1482
|
+
### Features
|
|
3116
1483
|
|
|
1484
|
+
- **store-sdk:** Add Session to store-sdk ([#896](https://github.com/vtex/faststore/issues/896)) ([6a7f1b5](https://github.com/vtex/faststore/commit/6a7f1b5458bdb44aff2760bcd32ddf8888c05740))
|
|
3117
1485
|
|
|
1486
|
+
## 0.373.18 (2021-08-18)
|
|
3118
1487
|
|
|
3119
|
-
|
|
1488
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3120
1489
|
|
|
1490
|
+
## 0.373.17 (2021-08-18)
|
|
3121
1491
|
|
|
3122
1492
|
### Features
|
|
3123
1493
|
|
|
3124
|
-
|
|
1494
|
+
- **ui:** Overlay Atom Component ([#890](https://github.com/vtex/faststore/issues/890)) ([a0757bc](https://github.com/vtex/faststore/commit/a0757bcf1155084f5b66f4625f47c8efa18285b3))
|
|
3125
1495
|
|
|
1496
|
+
## 0.373.16 (2021-08-17)
|
|
3126
1497
|
|
|
1498
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3127
1499
|
|
|
1500
|
+
## 0.373.15 (2021-08-16)
|
|
3128
1501
|
|
|
1502
|
+
### Features
|
|
3129
1503
|
|
|
3130
|
-
|
|
1504
|
+
- **ui:** Create Carousel component and useSlider hook ([#815](https://github.com/vtex/faststore/issues/815)) ([f46108c](https://github.com/vtex/faststore/commit/f46108c038402f003c7157833efb052554d339d4))
|
|
3131
1505
|
|
|
1506
|
+
## 0.373.14 (2021-08-16)
|
|
3132
1507
|
|
|
3133
1508
|
### Bug Fixes
|
|
3134
1509
|
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
## 0.372.1 (2021-07-06)
|
|
1510
|
+
- **gatsby-plugin-nginx:** Spread routes support ([#895](https://github.com/vtex/faststore/issues/895)) ([6bb2331](https://github.com/vtex/faststore/commit/6bb2331b8961245e8abf5f44fb2814f9562d1f3d))
|
|
3142
1511
|
|
|
1512
|
+
## 0.373.13 (2021-08-13)
|
|
3143
1513
|
|
|
3144
1514
|
### Features
|
|
3145
1515
|
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
1516
|
+
- **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))
|
|
3149
1517
|
|
|
1518
|
+
## 0.373.12 (2021-08-12)
|
|
3150
1519
|
|
|
1520
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3151
1521
|
|
|
3152
|
-
## 0.
|
|
1522
|
+
## 0.373.11 (2021-08-12)
|
|
3153
1523
|
|
|
3154
1524
|
**Note:** Version bump only for package @faststore/ui
|
|
3155
1525
|
|
|
1526
|
+
## 0.373.10 (2021-08-12)
|
|
3156
1527
|
|
|
1528
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3157
1529
|
|
|
1530
|
+
## 0.373.9 (2021-08-12)
|
|
3158
1531
|
|
|
1532
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3159
1533
|
|
|
3160
|
-
## 0.
|
|
1534
|
+
## 0.373.8 (2021-08-11)
|
|
3161
1535
|
|
|
1536
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3162
1537
|
|
|
3163
|
-
|
|
1538
|
+
## 0.373.7 (2021-08-11)
|
|
3164
1539
|
|
|
3165
|
-
|
|
1540
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3166
1541
|
|
|
1542
|
+
## 0.373.6 (2021-08-11)
|
|
3167
1543
|
|
|
1544
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3168
1545
|
|
|
1546
|
+
## 0.373.5 (2021-08-10)
|
|
3169
1547
|
|
|
1548
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3170
1549
|
|
|
3171
|
-
## 0.
|
|
1550
|
+
## 0.373.4 (2021-08-10)
|
|
3172
1551
|
|
|
3173
1552
|
**Note:** Version bump only for package @faststore/ui
|
|
3174
1553
|
|
|
1554
|
+
## 0.373.3 (2021-08-10)
|
|
3175
1555
|
|
|
1556
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3176
1557
|
|
|
1558
|
+
## 0.373.2 (2021-08-05)
|
|
3177
1559
|
|
|
1560
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3178
1561
|
|
|
3179
|
-
## 0.
|
|
1562
|
+
## 0.373.1 (2021-08-05)
|
|
3180
1563
|
|
|
3181
1564
|
**Note:** Version bump only for package @faststore/ui
|
|
3182
1565
|
|
|
1566
|
+
## 0.372.22 (2021-07-30)
|
|
3183
1567
|
|
|
1568
|
+
### Features
|
|
3184
1569
|
|
|
1570
|
+
- **collections:** Source collections from category tree ([#871](https://github.com/vtex/faststore/issues/871)) ([e4ca79a](https://github.com/vtex/faststore/commit/e4ca79a810ca89f609082b994a9ad069e9d64579))
|
|
3185
1571
|
|
|
1572
|
+
## 0.372.21 (2021-07-29)
|
|
3186
1573
|
|
|
3187
|
-
|
|
1574
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3188
1575
|
|
|
1576
|
+
## 0.372.20 (2021-07-29)
|
|
3189
1577
|
|
|
3190
1578
|
### Features
|
|
3191
1579
|
|
|
3192
|
-
|
|
1580
|
+
- **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468))
|
|
3193
1581
|
|
|
1582
|
+
## 0.372.19 (2021-07-29)
|
|
3194
1583
|
|
|
1584
|
+
### Bug Fixes
|
|
3195
1585
|
|
|
1586
|
+
- **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))
|
|
3196
1587
|
|
|
1588
|
+
## 0.372.18 (2021-07-27)
|
|
3197
1589
|
|
|
3198
|
-
|
|
1590
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3199
1591
|
|
|
1592
|
+
## 0.372.17 (2021-07-22)
|
|
3200
1593
|
|
|
3201
1594
|
### Bug Fixes
|
|
3202
1595
|
|
|
3203
|
-
|
|
3204
|
-
|
|
1596
|
+
- **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))
|
|
3205
1597
|
|
|
1598
|
+
## 0.372.16 (2021-07-19)
|
|
3206
1599
|
|
|
1600
|
+
### Bug Fixes
|
|
3207
1601
|
|
|
1602
|
+
- **ui:** Fix bullets iterator ([#824](https://github.com/vtex/faststore/issues/824)) ([74034a6](https://github.com/vtex/faststore/commit/74034a667a6b4f40602ec179575bcedaf18c4af4))
|
|
3208
1603
|
|
|
3209
|
-
## 0.
|
|
1604
|
+
## 0.372.15 (2021-07-15)
|
|
3210
1605
|
|
|
3211
1606
|
**Note:** Version bump only for package @faststore/ui
|
|
3212
1607
|
|
|
1608
|
+
## 0.372.14 (2021-07-15)
|
|
3213
1609
|
|
|
1610
|
+
### Features
|
|
3214
1611
|
|
|
1612
|
+
- **ui:** update accordion version ([#820](https://github.com/vtex/faststore/issues/820)) ([624060a](https://github.com/vtex/faststore/commit/624060a1a88740794f82bb4d5782f896dc80695f))
|
|
3215
1613
|
|
|
1614
|
+
## 0.372.13 (2021-07-14)
|
|
3216
1615
|
|
|
3217
|
-
|
|
1616
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3218
1617
|
|
|
1618
|
+
## 0.372.12 (2021-07-14)
|
|
3219
1619
|
|
|
3220
|
-
|
|
1620
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3221
1621
|
|
|
3222
|
-
|
|
1622
|
+
## 0.372.11 (2021-07-14)
|
|
1623
|
+
|
|
1624
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3223
1625
|
|
|
1626
|
+
## 0.372.10 (2021-07-13)
|
|
3224
1627
|
|
|
1628
|
+
### Features
|
|
3225
1629
|
|
|
1630
|
+
- **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))
|
|
3226
1631
|
|
|
1632
|
+
## 0.372.9 (2021-07-12)
|
|
3227
1633
|
|
|
3228
|
-
|
|
1634
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3229
1635
|
|
|
1636
|
+
## 0.372.8 (2021-07-12)
|
|
3230
1637
|
|
|
3231
1638
|
### Bug Fixes
|
|
3232
1639
|
|
|
3233
|
-
|
|
1640
|
+
- **contributing:** updating documentation ([#816](https://github.com/vtex/faststore/issues/816)) ([7923668](https://github.com/vtex/faststore/commit/7923668033da7ea7243e72f54225f6e029626e64))
|
|
3234
1641
|
|
|
1642
|
+
## 0.372.7 (2021-07-09)
|
|
3235
1643
|
|
|
1644
|
+
### Features
|
|
3236
1645
|
|
|
1646
|
+
- **ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa))
|
|
3237
1647
|
|
|
1648
|
+
## 0.372.6 (2021-07-09)
|
|
3238
1649
|
|
|
3239
|
-
|
|
1650
|
+
### Features
|
|
3240
1651
|
|
|
1652
|
+
- **ui:** Checkbox atom component ([#813](https://github.com/vtex/faststore/issues/813)) ([36834fa](https://github.com/vtex/faststore/commit/36834fa572305ca26c1fea8e60e011ff768bc13e))
|
|
3241
1653
|
|
|
3242
|
-
|
|
1654
|
+
## 0.372.5 (2021-07-09)
|
|
3243
1655
|
|
|
3244
|
-
|
|
1656
|
+
### Bug Fixes
|
|
1657
|
+
|
|
1658
|
+
- **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))
|
|
3245
1659
|
|
|
1660
|
+
## 0.372.4 (2021-07-08)
|
|
3246
1661
|
|
|
1662
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3247
1663
|
|
|
1664
|
+
## 0.372.3 (2021-07-06)
|
|
3248
1665
|
|
|
1666
|
+
### Features
|
|
3249
1667
|
|
|
3250
|
-
|
|
1668
|
+
- **gatsby-theme-store:** Move auth pages to stores ([#809](https://github.com/vtex/faststore/issues/809)) ([8abbe7f](https://github.com/vtex/faststore/commit/8abbe7fcb455fc1449960ef26a02df36a0d4c8dd))
|
|
3251
1669
|
|
|
3252
|
-
|
|
1670
|
+
## 0.372.2 (2021-07-06)
|
|
1671
|
+
|
|
1672
|
+
### Bug Fixes
|
|
3253
1673
|
|
|
1674
|
+
- **gatsby-plugin-thumbor:** Remove cookie on redirect ([#810](https://github.com/vtex/faststore/issues/810)) ([9a2f7fc](https://github.com/vtex/faststore/commit/9a2f7fcd3410ef606843c03552857f7e09f1528b))
|
|
3254
1675
|
|
|
1676
|
+
## 0.372.1 (2021-07-06)
|
|
3255
1677
|
|
|
1678
|
+
### Features
|
|
3256
1679
|
|
|
1680
|
+
- **gatsby-theme-store:** product view ([#803](https://github.com/vtex/faststore/issues/803)) ([082d3f9](https://github.com/vtex/faststore/commit/082d3f9b1ffac15f444b9a7aacc62f21dc331237))
|
|
3257
1681
|
|
|
3258
|
-
## 0.371.
|
|
1682
|
+
## 0.371.38 (2021-07-06)
|
|
3259
1683
|
|
|
3260
1684
|
**Note:** Version bump only for package @faststore/ui
|
|
3261
1685
|
|
|
1686
|
+
## 0.371.37 (2021-07-05)
|
|
1687
|
+
|
|
1688
|
+
### Bug Fixes
|
|
3262
1689
|
|
|
1690
|
+
- **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))
|
|
3263
1691
|
|
|
1692
|
+
## 0.371.36 (2021-07-05)
|
|
3264
1693
|
|
|
1694
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3265
1695
|
|
|
3266
|
-
## 0.371.
|
|
1696
|
+
## 0.371.35 (2021-07-05)
|
|
3267
1697
|
|
|
3268
1698
|
**Note:** Version bump only for package @faststore/ui
|
|
3269
1699
|
|
|
1700
|
+
## 0.371.34 (2021-07-05)
|
|
1701
|
+
|
|
1702
|
+
### Features
|
|
3270
1703
|
|
|
1704
|
+
- move status pages ([#807](https://github.com/vtex/faststore/issues/807)) ([4c5cf62](https://github.com/vtex/faststore/commit/4c5cf6282f18f797a52b06ba8d6770cf7b6c2533))
|
|
3271
1705
|
|
|
1706
|
+
## 0.371.33 (2021-07-01)
|
|
3272
1707
|
|
|
1708
|
+
### Bug Fixes
|
|
3273
1709
|
|
|
3274
|
-
|
|
1710
|
+
- **gatsby-theme-store:** complex plp navigation ([#749](https://github.com/vtex/faststore/issues/749)) ([849f079](https://github.com/vtex/faststore/commit/849f079a29550e9106d4aa00254cd81060022634))
|
|
3275
1711
|
|
|
1712
|
+
## 0.371.32 (2021-07-01)
|
|
3276
1713
|
|
|
3277
|
-
|
|
1714
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3278
1715
|
|
|
3279
|
-
|
|
1716
|
+
## 0.371.31 (2021-07-01)
|
|
3280
1717
|
|
|
1718
|
+
### Features
|
|
3281
1719
|
|
|
1720
|
+
- **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))
|
|
3282
1721
|
|
|
1722
|
+
## 0.371.30 (2021-07-01)
|
|
3283
1723
|
|
|
1724
|
+
### Bug Fixes
|
|
3284
1725
|
|
|
3285
|
-
|
|
1726
|
+
- **gatsby-source-vtex:** page size ([#799](https://github.com/vtex/faststore/issues/799)) ([03b4b61](https://github.com/vtex/faststore/commit/03b4b61d8de5e5554b729e2ef41f0dfd7eca558d))
|
|
3286
1727
|
|
|
1728
|
+
## 0.371.29 (2021-06-30)
|
|
3287
1729
|
|
|
3288
1730
|
### Features
|
|
3289
1731
|
|
|
3290
|
-
|
|
3291
|
-
|
|
1732
|
+
- 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))
|
|
3292
1733
|
|
|
1734
|
+
## 0.371.28 (2021-06-30)
|
|
3293
1735
|
|
|
1736
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3294
1737
|
|
|
1738
|
+
## 0.371.27 (2021-06-30)
|
|
3295
1739
|
|
|
3296
|
-
|
|
1740
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3297
1741
|
|
|
1742
|
+
## 0.371.26 (2021-06-29)
|
|
3298
1743
|
|
|
3299
|
-
|
|
1744
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3300
1745
|
|
|
3301
|
-
|
|
1746
|
+
## 0.371.25 (2021-06-29)
|
|
3302
1747
|
|
|
1748
|
+
### Features
|
|
3303
1749
|
|
|
1750
|
+
- product page incremental builds ([#793](https://github.com/vtex/faststore/issues/793)) ([8ab8bf0](https://github.com/vtex/faststore/commit/8ab8bf0b4a5b24d5e3a24ddc0bf1e449beb0aa88))
|
|
3304
1751
|
|
|
1752
|
+
## 0.371.24 (2021-06-25)
|
|
3305
1753
|
|
|
1754
|
+
### Features
|
|
3306
1755
|
|
|
3307
|
-
|
|
1756
|
+
- add changelog with conventional commits ([#790](https://github.com/vtex/faststore/issues/790)) ([d8dfb0f](https://github.com/vtex/faststore/commit/d8dfb0fc075c9111bd30b8c0200166e715be44d7))
|
|
3308
1757
|
|
|
3309
|
-
|
|
1758
|
+
# [0.373.0-alpha.5](https://github.com/vtex/faststore/compare/v0.373.0-alpha.3...v0.373.0-alpha.5) (2021-06-25)
|
|
3310
1759
|
|
|
1760
|
+
### Bug Fixes
|
|
3311
1761
|
|
|
1762
|
+
- jsx typings ([99e572a](https://github.com/vtex/faststore/commit/99e572aa91c66c8285f89e969ef612e01a0f0baf))
|
|
3312
1763
|
|
|
1764
|
+
# [0.373.0-alpha.3](https://github.com/vtex/faststore/compare/v0.373.0-alpha.2...v0.373.0-alpha.3) (2021-06-25)
|
|
3313
1765
|
|
|
1766
|
+
**Note:** Version bump only for package @faststore/ui
|
|
3314
1767
|
|
|
3315
1768
|
# [0.373.0-alpha.2](https://github.com/vtex/faststore/compare/v0.373.0-alpha.1...v0.373.0-alpha.2) (2021-06-25)
|
|
3316
1769
|
|