Releases: tuono-labs/tuono
Releases · tuono-labs/tuono
v0.17.0
What's Changed
- feat: add support for react 19 by @marcalexiei and @Valerioageno in #264
- Load template by tag by @Valerioageno in #284
- feat(packages/tuono-(router|fs-router-vite-plugin)): replace
__route
with__layout
by @marcalexiei in #283
Full Changelog: v0.16.9...v0.17.0
v0.16.9
What's Changed
- feat(crates/tuono): tuono new - download template by cli version and git tag by @gravitypowerful in #261
New Contributors
- @gravitypowerful made their first contribution in #261
Full Changelog: v0.16.8...v0.16.9
v0.16.8
What's Changed
- feat(packages/tuono-router): replace
zustand
withReact.Context
by @Valerioageno and @marcalexiei in #256
Full Changelog: v0.16.7...v0.16.8
v0.16.7
What's Changed
- chore(examples): Remove tsconfig.node.js file from examples by @m-jovan in #245
- Add message event polyfill by @Valerioageno in #250
- refactor(packages/*): use
@vitejs/plugin-react-swc
and make all package dependencies explicit by @marcalexiei in #254 - refactor(packages/*): add tuono- prefix to all relevant folders by @marcalexiei in #255
New Contributors
Full Changelog: v0.16.6...v0.16.7
v0.16.6
What's Changed
- feat: add MessageChannel polyfill to support react 19 by @mustafasegf in #238
- refactor: enable typescript-eslint strict rules by @marcalexiei in #243
- refactor: add
eslint-plugin-react-hooks
by @marcalexiei in #248
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- feat: update rendering from
renderToString
torenderToReadableStream
by @Valerioageno in #233
Full Changelog: v0.16.4...v0.16.5
v0.16.4
What's Changed
- feat: update tuono macro handler naming to avoid naming collisions by @mustafasegf in #225
- refactor(packages/lazy-fn-vite-plugin): add filter to avoid processing unrelated files by @marcalexiei in #227
- fix: catch-all paths replace double underscore with single underscore by @mustafasegf in #229
New Contributors
- @mustafasegf made their first contribution in #225
Full Changelog: v0.16.3...v0.16.4
v0.16.3
What's Changed
- fix: update
lazyLoadComponent
fn name to__tuono__internal__lazyLoadComponent
by @Valerioageno in #222 - fix(packages/lazy-fn-vite-plugin): make
dynamic
function detection stricter by @marcalexiei in #223
Full Changelog: v0.16.2...v0.16.3
v0.16.2
What's Changed
- fix(packages/tuono): styles are not in the page when running
tuono dev
by @marcalexiei in #220
Full Changelog: v0.16.1...v0.16.2
v0.16.1
What's Changed
- feat: create
[...catch_all]
route by @Valerioageno in #210
Full Changelog: v0.16.0...v0.16.1