## 0.6.2
* fix removing tags containing multiple consecutive spaces [#47](https://github.com/jcubic/tagger/pull/47). Thanks to [nuclear06](https://github.com/nuclear06)

## 0.6.1
* fix triggering change event for ReactJS

## 0.6.0
* add native change event for the original input element on tag change [#18](https://github.com/jcubic/tagger/issues/18)

## 0.5.0
* fix initialization [#23](https://github.com/jcubic/tagger/issues/23). Thanks to [James Lucas](https://github.com/lucasnetau)
* add placeholder option. Thanks to [James Lucas](https://github.com/lucasnetau)

## 0.4.5
* fix another wrapping issue [#37](https://github.com/jcubic/tagger/issues/37)

## 0.4.4
* fix wrapping issues [#30](https://github.com/jcubic/tagger/pull/30) thanks to [James Lucas](https://github.com/lucasnetau)

## 0.4.3
* Fix completion on Safari [#7](https://github.com/jcubic/tagger/issues/7)

## 0.4.2
* Fix autocomplete [#22](https://github.com/jcubic/tagger/pull/22)

## 0.4.1
* fix typescript definition for completion

## 0.4.0
* [Breaking] value in input no longer have space after comma
* fix updating input when deleting tag using backspace
* add option `add_on_blur`
* add option `tag_limit`

## 0.3.1
* fix npm package

## 0.3.0
* add wrap option
* fix remove_tag API
* make settings optional
* add typescript types

## 0.2.3
* fix ambiguous tags

## 0.2.2
* reject empty tags

## 0.2.1
* Fix remove_tag when links are disabled

## 0.2.0
* link option
* working completion
* allow to use querySelectorAll etc.

## 0.1.3
* fix inialization in UMD

## 0.1.2
* fix bug in adding tags

## 0.1.1
* fix initalization of tags from input

## 0.1.0
* initial version
