You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix table cell renderer highlighting of search term matches
Use global regex to get all matching strings not only the first match.
Handle different behavior of String.split() when regex contains
capturing groups.
Fixes#1160
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
0 commit comments