Skip to content

Releases: wojtekmaj/detect-element-overflow

v2.0.0

20 Mar 23:07
350b949
Compare
Choose a tag to compare

❗️ = 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
52b067d
Compare
Choose a tag to compare

What's new?

v1.4.1

29 May 17:26
bc849cd
Compare
Choose a tag to compare

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
c76872d
Compare
Choose a tag to compare

What's new?

  • Added support for native ESM modules.

v1.3.1

02 Feb 08:19
2bc9cc0
Compare
Choose a tag to compare

Bug fixes

  • Fixed types not picked up correctly by some tools (e.g. Next.js).

v1.3.0

02 Feb 08:19
16d1ae5
Compare
Choose a tag to compare

Bug fixes

  • Converted package to TypeScript (#30).

v1.2.0

03 Nov 18:39
13669ab
Compare
Choose a tag to compare

What's new?

  • ES Modules were introduced.
  • Package is now tree-shakeable.