Doc comment

This commit is contained in:
Tessa Kelly 2023-04-05 11:56:33 -06:00
parent d600027ef5
commit 7c5471757a

View File

@ -9,7 +9,11 @@ module Nri.Ui.Highlighter.V3 exposing
, clickedHighlightable, hoveredHighlightable
)
{-| Changes from V2:
{-| Patch changes:
- fixed :bug: where clicking on a static space would cause the space to be marked
Changes from V2:
- support overlapping highlights (by way of removing the underlying mark element)
- move asFragmentTuples, usedMarkers, and text to the Highlightable module