Changelog
=========

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

## v3.0.0-rc.151 (2021-03-04)

#### :house: Internal

* Caching of dynamic imports

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

#### :boom: Breaking Change

* Now `localInView` returns a promise

## v3.0.0-rc.60 (2020-09-01)

#### :rocket: New Feature

* [Added `watchForIntersection` method and `localInView` getter](https://github.com/V4Fire/Client/issues/195)
* [Added an option `destroyIfComponent` into `i-block/dom/replaceWith`, `i-block/dom/appendChild`](https://github.com/V4Fire/Client/pull/321)


## v3.0.0-rc.46 (2020-07-31)

#### :house: Internal

* Fixed ESLint warnings
