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