Skip to content

Latest commit

 

History

History
86 lines (38 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

86 lines (38 loc) · 3.32 KB

1.2.4 (2024-07-08)

Bug Fixes

  • ui: black contrasted colors breaking luminance ratio (3cbc93d)

1.2.3 (2024-07-01)

Bug Fixes

  • use custom tags & remove duplicate rects (fd5349e)

1.2.2 (2024-06-10)

Bug Fixes

  • docs: add proper preview and remove typos (3759655)

1.2.1 (2024-06-10)

Bug Fixes

  • visibility: ignore z-index of common parent (d531923)

1.2.0 (2024-06-10)

Features

  • ui: make colors more flashy and complimentary (f6b250f)

Performance Improvements

  • visibility: use rbush to speed up dom mapping (e613f42)

1.1.4 (2024-06-10)

Bug Fixes

  • style: set font size in px instead of rem (9c2af3b)

1.1.3 (2024-06-09)

Bug Fixes

  • ci: remove signed push to avoid github failure (8e2893e)
  • ci: remove tag sign since it forces EDITOR to be set (d5d6cc9)
  • ci: update author and committer & sign action commits (842605a)

1.1.2 (2024-06-09)

Bug Fixes

  • release: add double exec to commit bumped version (0cb3dcb)

1.1.1 (2024-06-09)

Bug Fixes

  • rollup: update built format to UMD & fix usage info (e027208)

1.1.0 (2024-06-08)

Bug Fixes

  • visibility: missing candidates from QT query & parent zIndex relationship for isAbove (428a342)

Features

  • colors: set box colors contrasted from surrounding colors (a45bde1)

Performance Improvements

  • use quadtree to optimize element mapping (32660db)