14.0.1
Released Released on January 27, 2025
Bugfixes:
Fixed an issue where Cypress would incorrectly navigate to
about:blankwhen test isolation was disabled and the last test would fail and then retry. Fixes #28527.Fixed a regression introduced in 14.0.0 where an element would not return the correct visibility if its offset parent was within the clipping element. Fixes #30922.
Fixed a regression introduced in 14.0.0 where the incorrect visibility would be returned when either
overflow-xoroverflow-ywas visible but the other one was clipping. Fixed in #30934.Fixed an issue where an
optionelement would not return the correct visibility if its parent element has a clipping overflow. Fixed in #30934.Fixed an issue where non-HTMLElement(s) may fail during assertions. Fixes #30944.
Misc: