Releases: sindresorhus/devtools-detect
Releases · sindresorhus/devtools-detect
v4.0.0
Breaking
- This package is now pure ESM. Please read this.
- There's no longer any
window.devtools
global. Use import
to import the package.
v3.0.1...v4.0.0
v3.0.0
Breaking:
- Rename
.open
to .isOpen
cfeecca
- Make
.orientation
return undefined
instad of null
when not open 5e78921
- Modernize the code and require modern browsers 2947b1b
Enhancements:
v2.2.0...v3.0.0