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