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

<Meta title="Releases/v0.11.x - Latest Minor/v0.11.2/Change log" />

# v0.11.2

## ❗ Breaking Changes


## 🚀 Features


## 🐛 Fixes

- SfTextarea: minlength and maxlength default values changed to null 
- SfSelect: add label attribute to placeholder element to avoid a11y issues, 
- SfBadge, SfChevron, SfImage, SfBanner, SfHero, SfFooter, Home, SfProductCard: divs inside buttons changed on allowed elements
- SfInput: `v-if` for label element and `id` on input without whitespace 
- SfQuantitySelector: name attribute added
- SfButton: link default value changed to null

## 🧹 Chores:
- docs: fix discord invitation links
- docs(Become a Contributor): fix typos, links, grammar
- SfRadio, SfCheckbox: replaced divs with span for a11y reasons
- docs: add new addon with css vars list 
