Releases: wojtekmaj/detect-element-overflow
Releases · wojtekmaj/detect-element-overflow
v2.0.0
❗️ = breaking change
What's new?
- ❗️ Dropped CommonJS build, making the package ESM-only. Remember, you can still use
require()
with ESM in all current LTS Node.js versions!
v1.4.1
Bug fixes
- Fixed missing
"type": "commonjs"
in dist/cjs
directory which could have resulted in "Module not found: ESM packages need to be imported." error.
v1.4.0
What's new?
- Added support for native ESM modules.
v1.3.1
Bug fixes
- Fixed types not picked up correctly by some tools (e.g. Next.js).
v1.3.0
Bug fixes
- Converted package to TypeScript (#30).
v1.2.0
What's new?
- ES Modules were introduced.
- Package is now tree-shakeable.