Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@morganney morganney released this 01 Jun 15:15
· 26 commits to main since this release
b06d970

Breaking Changes

  • None, the package was always published as ESM. The major version was changed due to the package being defined as ESM (may be a violation of semver, but felt better to err on the side of caution).

Features

  • CommonJS build is published through package.json exports.
  • Consumers that happen to need a CJS version due to build requirements of their framework, for example older versions of Next.js, may now be able to remove any transpileModules configuration related to tts-react from their Next.js configuration file.

Changes

  • Package is now defined as ESM, i.e. "type": "module".
  • Changes min/max supported volumes from 0.01/0.99 to 0/1. Previous values were to support an edge case in Edge on Android.
  • Project is now using npm workspaces.

Issues