#### `3.0.0`

* update REGEX - add support for zero-width non-word boundary

#### `2.4.0`

* fix errors in types

#### `2.3.0`
* update style-variables, dependencies
* apply new border-radius 8px, height, border-color

#### `2.2.3`

* Update package - `@propellerads/error-label`

#### `2.2.2`

* Update package - `@propellerads/icon`

#### `2.2.1`

* Update package - `@propellerads/error-label`

#### `2.1.0`

* Added `minHeightInput` props

#### `2.0.0`

* TS
* Build version

#### `1.2.0`

* Add `components` prop. You can use it for customization entire components of TagsInput component.
* Add the possibility of import entire components of react-select.

#### `1.1.3`

* Update package - `@propellerads/error-label`

#### `1.1.2`

* fix height container

#### `1.1.1`

* fix height input container

#### `1.1.0`

* update dependencies
* pass element id to error label

#### `1.0.6`

* Change code for making values of TagsInput unique. Because of no deep comparing for objects in javascript (comparing by link). 

#### `1.0.5`

* Typo fix `README.md`

#### `1.0.4`

* Fix version in `CHANGELOG.md`

#### `1.0.3`

* Add `CHANGELOG.md`
* Add new options, which can be translated
    * `noOptionsMessage`
    * `loadingMessage`
    * `searchableKeys`
        * `placeholder` also can be translated
* Change behavior (add onPaste behavior), remove old comma-split (`,`) behavior
* Add new option `searchableKeys` for managing onPaste logic
* Fix broken style for cursor after placeholder
* Update dependencies
