Skip to content

Releases: James-Oswald/Lightweight-Textarea-Highlighter

0.2.0

13 Aug 01:18
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Fixed API breaking highlight range bug.
  • Added better documentation & web hosted examples.

0.1.0

13 Dec 06:01
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Fixed a major naming bug that slipped through examples where some functions had the incorrect prefix of lwatah rather than lwtah.

0.0.1

12 Jun 08:13
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

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