💣 Breaking Changes
- Changes the default user agent. The default user agent will now be
Mozilla/5.0 (X11; {process.platform} {process.arch}) AppleWebKit/537.36 (KHTML, like Gecko) HappyDOM/{packageVersion}
. (#1067)
🎨 Features
- It is now possible to pass user agent as an option to the
Window
constructor or by settingWindow.happyDOM.settings.navigator.userAgent
. (#1067) - React will no longer output the message
Download the React DevTools for a better development experience
to the console when using the default user agent. It was previously detected as a supported browser. (#1067)