Releases: preactjs/jest-preset-preact
Releases · preactjs/jest-preset-preact
v4.1.1
What's Changed
- Allow preact-render-to-string 6.x in peer dependencies by @josephwynn-sc in #17
New Contributors
- @josephwynn-sc made their first contribution in #17
Full Changelog: v4.1.0...v4.1.1
4.1.0
- Adds support for Jest 28 & 29, but drops support for 26
- Adds support for overriding the default Babel config
4.0.5
- Add support for jest 27
4.0.4
- Add alias for
react/jsx-runtime
4.0.3
4.0.2
- Bring back TypeScript transpilation via
@babel/preset-typescript
(#5, thanks @ryanchristian4427) 🎉
4.0.1
4.0.0
- Add automatic serialization of Preact
VNodes
- Upgrade preset to Jest
26.x
- Add typeahead preview in watch mode
- Extract
jest-preset-preact
frompreact-cli
to a separate repo