Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 4.04 KB

CHANGELOG.md

File metadata and controls

51 lines (34 loc) · 4.04 KB

Changelog

2.1.0 (2023-06-13)

Features

  • Added few public apis to the globalThis.corvee object (1866a98)
  • reporter: Shorter console in height (d29d2a8)

Bug Fixes

  • reporter: Fix issue with report windows not closing, also copyed tooltip reappearing after click/copy (9140aa7)
  • reporter: Fix of the vertical alignment of the close btn of the console (9001757)
  • reporter: Fix of the vertical alignment of the close btn of the console (8256171)
  • reporter: Reporter app was not closing on clicking the console close btn (cdbd521)
  • Search bar was not emptyed properly when the chip was cleared (e3da1bf)
  • style: Reporter console: fix "last modified" last letter hidden (c22bf0c)

Performance Improvements

  • reporter: Improved loader size by moving some code outside the file (cdbd521)

2.0.0 (2023-06-05)

Features

  • accessibility: Added aria label (36f42b6)
  • Changed copy box styles (2e9f18c)
  • reporter: Bigger report window (c79c3ec)
  • SEO: Added no indexing for robots (be54830)
  • server: Improved section page loading state visibility (c0163f2)
  • server: Smaller "small" font size (f8b34a5)
  • Smaller report icon (4ec5c29)
  • Updated job for the current Corvée (37ab8bd)
  • Updated job for the current Corvée (9697841)

Bug Fixes

  • Fix wrong import path (c7eb62b)
  • reporter: Prevent report window from opening twice on mouseenter (cfda93b)
  • server: Chrome crashed on filter selection (ce27407)
  • server: Fix close dialoging when clicking on disabled pagination items (19b4092)
  • server: lodash dependencie is required in production env (b85dd24)
  • server: Pagination items are now not selectable (40d3357)

Miscellaneous Chores