Changelog
=========

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

## v3.12.1 (2021-11-26)

#### :bug: Bug Fix

* Fixed using `asyncRender` within nested flyweight components

## v3.0.0-rc.188 (2021-05-14)

#### :bug: Bug Fix

* Don't skip a context of `createElement`

## v3.0.0-rc.186 (2021-05-13)

#### :bug: Bug Fix

* Fixed context providing to functional components

## v3.0.0-rc.183 (2021-05-12)

#### :bug: Bug Fix

* Fixed a bug with functional components after adding Zero

## v3.0.0-rc.179 (2021-04-15)

#### :bug: Bug Fix

* Fixed resolving refs within functional components

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

#### :bug: Bug Fix

* Fixed providing of render groups

## v3.0.0-rc.105 (2020-12-09)

#### :bug: Bug Fix

* Fixed a bug with redundant `v-for` invokes

## v3.0.0-rc.99 (2020-11-17)

#### :bug: Bug Fix

* [Fixed dynamic creation of flyweight components](https://github.com/V4Fire/Client/issues/434)

## v3.0.0-rc.96 (2020-11-10)

#### :rocket: New Feature

* Added support of creation flyweight components via `$createElement`

## v3.0.0-rc.92 (2020-11-03)

#### :bug: Bug Fix

* Fixed providing of styles

#### :house: Internal

* Refactoring

## v3.0.0-rc.55 (2020-08-05)

#### :bug: Bug Fix

* Fixed an issue with `unsafe` after refactoring

## v3.0.0-rc.48 (2020-08-02)

#### :house: Internal

* Fixed ESLint warnings
