Changelog
=========

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

## v3.0.0-rc.147 (2021-02-18)

#### :bug: Bug Fix

* Fixed providing of destroying events to external components

## v3.0.0-rc.146 (2021-02-15)

#### :bug: Bug Fix

* Fixed providing of activation events to external components

## v3.0.0-rc.145 (2021-02-12)

#### :house: Internal

* Now external activation hooks are fired with a delay

## v3.0.0-rc.130 (2021-01-28)

#### :bug: Bug Fix

* Fixed resolving of ref-s

## v3.0.0-rc.129 (2021-01-28)

#### :house: Internal

* Optimized creation of flyweight components

## v3.0.0-rc.126 (2021-01-26)

#### :boom: Breaking Change

* Removed the `beforeMounted` hook

## v3.0.0-rc.84 (2020-10-09)

#### :bug: Bug Fix

* Fixed a bug when using a complex path as a dependency

#### :house: Internal

* Optimized creation of components

## v3.0.0-rc.80 (2020-10-08)

#### :bug: Bug Fix

* Fixed a bug when using an array of dependencies to watch an accessor

## v3.0.0-rc.37 (2020-07-20)

#### :house: Internal

* Fixed ESLint warnings
