Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 15:27

2.0.0 (2024-05-29)

Features

  • use webpack for browser version (61157c5)

BREAKING CHANGES

  • The following changes are breaking, and may require action on the part of consumers.

  • The content of the dist folder (used as the browser property in the library's package.json) is now generated by webpack instead of babel. The major change is that all content is packaged into a single file, main.js. Consumers that were attempting to reference paths in the dist directory may need to adjust. The interface of the exported content may have also changed, so clients may need to react.

  • Deprecated Node.js versions 14, 15, 16, and 17 are no longer officially supported, but all other node versions up to 22 (current) are tested. Consumers on those node versions will need to update to use the latest version.