All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.4.3 (2020-10-27)
- enable word-wrap to fix positioning of highlight elements (ff55187)
1.4.2 (2020-03-05)
- allow latest angular versions in peer dependencies (0f07483)
1.4.1 (2020-02-12)
- update highlight positioning when resizing textarea (6f8d633)
1.4.0 (2018-06-20)
1.3.1 (2018-05-05)
- allow angular 6 peer dependency (4a04f5d)
1.3.0 (2017-11-13)
- introduce textInputValue input (7980ee1)
1.2.2 (2017-11-09)
- make long tags wrap multiple lines (8488879)
1.2.1 (2017-11-02)
- add support for angular 5 (faf48b7)
1.2.0 (2017-10-11)
- handle the component being destroyed before the initial render is complete (cb2b3c1)
- expose refresh method as part of the public api (da95817)
1.1.1 (2017-09-26)
- recompute highlight element size when the window is resized (70a5ddc)
1.1.0 (2017-09-01)
- allow html special characters in the textarea value (d86f155)
- add tagClick, tagMouseEnter and tagMouseLeave outputs (2fb7817)
1.0.4 (2017-08-14)
- tags should wrap multiple lines (f3ba5ee)
1.0.3 (2017-08-07)
- ie: fix styles in IE 11 and edge (21a6abd)
1.0.2 (2017-07-22)
- add spacing between tags on adjoining rows (ca65707)
- delay copying textarea styles to give it time to render (fcf8abe)
1.0.1 (2017-07-22)
- remove fixed width from textarea (89c638b)
- initial implementation (b7f2955)