Releases: James-Oswald/Lightweight-Textarea-Highlighter
Releases · James-Oswald/Lightweight-Textarea-Highlighter
0.2.0
- Fixed API breaking highlight range bug.
- Added better documentation & web hosted examples.
0.1.0
Fixed a major naming bug that slipped through examples where some functions had the incorrect prefix of lwatah
rather than lwtah
.
0.0.1
First alpha release:
Added core functionality:
-replace textarea with highlight-able textarea block
-add highlights via lwtahAddRange
-clear highlights via lwtahClear
-dynamically update highlights with lwtahUpdate
Limitations:
-Styling textareas has minimal support and is untested
-Ranges must be added in order
-Ranges may not overlap