Skip to content

v26.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Aug 21:44
· 1 commit to main since this release
84babd5

✨ Features and improvements

  • Publish the ESM build (dist/index.mjs, referenced by package.json#module) as one module per source file instead of a single bundle, so that bundlers which eliminate dead code at module granularity can drop unused parts of the package (#1829) (by @ahocevar)

🐞 Bug fixes

  • Fix validation and typescript types for font-faces (#1840) (by @HarelM)