Changelog
=========

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

## v3.0.0-rc.206 (2021-06-28)

#### :rocket: New Feature

* Added `activate` and `deactivate` to `ComponentInterface`

## v3.0.0-rc.180 (2021-04-16)

#### :rocket: New Feature

* Added a new property `$initializer`
* Added a new property `$renderEngine`

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

#### :boom: Breaking Change

* Removed the `beforeMounted` hook

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

#### :rocket: New Feature

* Added `$componentId`

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

#### :boom: Breaking Change

* Marked `$el` as optional
* Changed the `SyncLinkCache` type from Dictionary to Map

#### :house: Internal

* Fixed ESLint warnings
