import { Meta } from "@storybook/addon-docs/blocks";

<Meta title="Releases/v0.10.x/v0.10.1/Change log" />

# v0.10.1

## 🐛 Fixes


- SfHero: 
    - left arrow below image
    - buttons not clickable fix
    - add client class to right control arrow
    - removed SfButtons as wrappers for SfArrows
- SfTextarea: change component from functional to standard to fix listeners bug
- SfCarousel: design broken
- SfArrow, SfCircleIcon: remove doubled listeners
- SfImage: accept empty alt text for decorative-only images
- SfSidebar: SfScrollable removed and body scroll lock added to sidebar component
- SfCimage: fix Image not defined in SSR render and validation

## 🧹 Chores:

- fix conflicts
- fix changelog script
- fix static assets for docs
- fix logo build
- fix docs build
- SfImage: no image on Storybook
- SfGallery: wrong prop type on storybook and default value for sliderOptions
- SfStoreLocator: fix server select option prop on Storybook
- SfProperty: missing data in slot examples on Storybook
- SfPrice: examples fixed 
- SfFliter: slot for count in story 
- SfSelect: selectedValue not defined in Storybook
- SfDivider: lack of story on Storybook
- SfSidebar: change rendering option to iframe
- Category example: missing title

