v24.3.1
·
365 commits
to master
since this release
What’s Changed
- release: bumped version (v24.3.1) (#2654) @Farfurix
- fixes #2642: instrument sendBeacon via Navigator.prototype (#2643) @michaelficarra
- fix
Testcafe does not respect base tag(close #1965) (#2652) @LavrovArtem - fix assignment + destructiring regression (closes #2650) (#2651) @AlexKamaev
- do not open new window if preventDefault was called in later handler (tc #5621) (#2648) @AlexKamaev
- fix
WorkerGlobalScope.importScripts should be overwritten(close #2521) (#2649) @LavrovArtem - fix: don't raise the blur after focus on a not focusable element (#2635) @wentwrong