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

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

# v0.10.8

## ✨ Props

<table>
  <thead>
    <tr>
      <th colspan="5">Props</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Component</td>
      <td>Before</td>
      <td>v0.10.8</td>
      <td>Required</td>
      <td>Default value</td>
    </tr>
    <tr>
      <td>SfHeader</td>
      <td>-</td>
      <td>logoHeight</td>
      <td>false</td>
      <td>35</td>
    </tr>
    <tr>
      <td>SfHeader</td>
      <td>-</td>
      <td>logoWidth</td>
      <td>false</td>
      <td>34</td>
    </tr>
  </tbody>
</table>

## 🚀 Features

- Storysource: new addon panel "Story" for Storybook - displays stories source code
- Storybook: New page "Who is using Storefront UI?" with list of websites that are using Storefront UI
- Storybook: New page "Local Development" with guide on local development
- Storybook: Add list of websites that are using Storefront UI to homepage

## 🐛 Fixes

- SfModal: docs work correctly
- SfMenuItem: multiline text aligned to left in subcategories
- Add favicon to storybook docs
- SfHero: fix unable to find uri in 'background' warning
- SfSelect - fix ssr missmatch error (in stories)
- SfLink: revert component from functional to stateful due to problems with nesting
- SfModal: navigation to SfModal doesn't break scroll on the other components
- Width and height for logo and flag images
- Docs: update team structure, Readme.md, package.json, License 
- Docs: fix iframe sizes in docs addon for SfModal, SfBottomModal, SfDropdown, SfOverlay 
- Replace node-sass with sass for Node v16.0.0 compatibility
