Changelog
=========

> **Tags:**
> - :boom:       [Breaking Change]
> - :rocket:     [New Feature]
> - :bug:        [Bug Fix]
> - :memo:       [Documentation]
> - :house:      [Internal]
> - :nail_care:  [Polish]

## v3.0.0-rc.211 (2021-07-21)

#### :boom: Breaking Change

* Now the component uses `<section>` within

## v3.0.0-rc.121 (2021-01-12)

#### :boom: Breaking Change

* Renamed the slot `control` to `controls`
* Replaced the global modifier `hidden` to `opened`

#### :memo: Documentation

* Added documentation

#### :house: Internal

* Fixed ESLint errors
* Fixed ts errors
* Added tests

## v3.0.0-rc.112 (2020-12-18)

#### :boom: Breaking Change

* Now `forceInnerRender` is toggled to `true` by default

## v3.0.0-rc.111 (2020-12-16)

#### :bug: Bug Fix

* Fixed render logic

## v3.0.0-rc.110 (2020-12-16)

#### :rocket: New Feature

* Added `forceInnerRender`
