Releases: morganney/tts-react
Releases · morganney/tts-react
v4.0.0
What's Changed
- build(deps): bump ws from 8.13.0 to 8.17.1 by @dependabot in #77
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #78
- chore: upgrade storybook. by @morganney in #79
- feat: react 19 support. by @morganney in #80
- refactor: remove jsx-runtime from hook and highlighter. by @morganney in #81
- docs: update cdn examples. by @morganney in #82
- chore: upgrade deps. by @morganney in #90
- build(deps): bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #86
- docs: update. by @morganney in #91
Full Changelog: v3.0.7...v4.0.0
BREAKING CHANGES
- Drop support for peer dependency of React/ReactDOM < 19
- Remove UMD builds (use CDN + ESM)
- Upgrade supported Node.js version to >= 20.18.1
v4.0.0-rc.2
What's Changed
- docs: update cdn examples. by @morganney in #82
Full Changelog: v4.0.0-rc.1...v4.0.0-rc.2
v4.0.0-rc.1
What's Changed
- refactor: remove jsx-runtime from hook and highlighter. by @morganney in #81
Full Changelog: v4.0.0-rc.0...v4.0.0-rc.1
v4.0.0-rc.0
What's Changed
- build(deps): bump ws from 8.13.0 to 8.17.1 by @dependabot in #77
- build(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #78
- chore: upgrade storybook. by @morganney in #79
- feat: react 19 support. by @morganney in #80
Full Changelog: v3.0.7...v4.0.0-rc.0
BREAKING CHANGE: Drop peer dependency support for react < 19, and remove UMD builds.
v3.0.7
What's Changed
- chore: upgrade follow-redirects. by @morganney in #68
- chore: upgrade webpack-dev-middleware. by @morganney in #70
- chore: upgrade to storybook v8. by @morganney in #72
- chore: upgrade vite. by @morganney in #74
- chore: fix peerDependencies to react 17 or 18 ranges. by @morganney in #76
Full Changelog: v3.0.6...v3.0.7
Notes
This release is preparation for removal of the UMD build of tts-react
in the next major version release (v4.0.0). The upcoming removal of the UMD build is a result of React 19 removing their own UMD builds in favor of loading react as an ES module through CDN's like esm.sh.
v3.0.6
What's Changed
- build(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #65
- chore: update node version, license. by @morganney in #66
Full Changelog: v3.0.5...v3.0.6
v3.0.5
What's Changed
- build(deps-dev): bump vite from 5.0.10 to 5.0.12 by @dependabot in #62
- docs: faq about character limit for network-based voices. by @morganney in #64
Full Changelog: v3.0.4...v3.0.5
Release v3.0.4
docs: add chrome fix. (#61) * build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.4 Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * docs: add chrome fix. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release v3.0.3
Changes:
- Documentation fixes #58.
- Replaces
microbundle
withvite
for UMD build. - Adds import maps example and counting story.
Release v3.0.2
Fix: