Changelog
=========

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

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

#### :bug: Bug Fix

* Fixed a bug with parsing of styles

## v3.0.0-rc.108 (2020-12-14)

#### :bug: Bug Fix

* Fixed a bug when using `parseStyle` with string trailing `;` ex. `background-color: #2B9FFF; color: #FFFFFF; border: 1px solid #FFFFFF;`

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

#### :boom: Breaking Change

* Changed an interface `patchComponentVData`

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

#### :rocket: New Feature

* Added `patchComponentVData`
* Added `parseStyle`

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

#### :house: Internal

* Fixed ESLint warnings
