Releases: wojtekmaj/detect-element-overflow
Releases · wojtekmaj/detect-element-overflow
v2.0.0
20 Mar 23:07
Compare
Sorry, something went wrong.
No results found
❗️ = 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.2
18 Oct 13:22
Compare
Sorry, something went wrong.
No results found
v1.4.1
29 May 17:26
Compare
Sorry, something went wrong.
No results found
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
29 May 14:11
Compare
Sorry, something went wrong.
No results found
What's new?
Added support for native ESM modules.
v1.3.1
02 Feb 08:19
Compare
Sorry, something went wrong.
No results found
Bug fixes
Fixed types not picked up correctly by some tools (e.g. Next.js).
v1.3.0
02 Feb 08:19
Compare
Sorry, something went wrong.
No results found
Bug fixes
Converted package to TypeScript (#30 ).
v1.2.0
03 Nov 18:39
Compare
Sorry, something went wrong.
No results found
What's new?
ES Modules were introduced.
Package is now tree-shakeable.