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

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

# v0.11.4


## 🔨 Refactors

- SfIcon: it's a regular component instead of functional component

## 🐛 Fixes

- SfSection: fixed issue with rendering empty heading
- Customization stories: updated documentation file with new code examples for customization
- SfProductCard: add badge showing when there are more then colors in ColorPicker
- SfAccordion: removed mutating children behavior that caused memory leak
- SfMegaMenu: fix click:back event 
- SfHeader: keyup.enter event
- SfBanner, SfCallToAction, SfCard, SfMenuItem, SfCollectedProduct, SfHero, SfProductCard, SfProductCardHorizontal: link prop default value is `null` instead of `""`
- SfIcon: unique id for linearGradient

## 🧹 Chores

- SfFooterColumn: SfButton with attribute type `button` instead of button tag
- SfSearchBar: attribute type `button` added to SfButton
- global: added html-validator for nuxt
- docs: updated information about slots in organisms
- docs: added browser support info
- docs: updated information about slots in molecules
- docs: updated information about slots in atoms
- updated Storybook to 6.4.8 version
- docs: fix events in organisms and templates and add descriptions 
- docs: remove font installation script and adjust the description 
