This commit is contained in:
Tessa Kelly 2023-04-05 09:55:20 -06:00
parent 513056fe18
commit cb685f37e2

View File

@ -12,7 +12,8 @@ module Nri.Ui.Highlighter.V4 exposing
{-| Changes from V3:
- Highlighter.update now takes a sorter for the markers
- Highlighter.init now takes a sorter for the markers
- Modeling for highlightable ui state moved to the Highlighter model
- removes staticWithOverlappingHighlights
Highlighter provides a view/model/update to display a view to highlight text and show marks.