Skip to content

Commit

Permalink
BREAKING: requires at least Node v16.13 ; EditableTextBox now has a '…
Browse files Browse the repository at this point in the history
…debounceTimeout' parameter (defaulting to 100ms), avoiding redrawing too much (and recomputing color hilighting) when the user slam the keyboard
  • Loading branch information
cronvel committed Sep 22, 2022
1 parent e76603d commit fb967f2
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 373 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,4 +1,11 @@

v3.0.0
------

BREAKING: requires at least Node v16.13
EditableTextBox now has a 'debounceTimeout' parameter (defaulting to 100ms), avoiding redrawing too much (and recomputing color hilighting) when the user slam the keyboard


v2.11.7
-------

Expand Down

0 comments on commit fb967f2

Please sign in to comment.