v0.19.7
- fix(crates/tuono): Fix HTTP method handling for mixed-case input by @aig787 in https://github.com/tuono-labs/tuono/pull/780
 - feat: parse manifest on server start by @Valerioageno in https://github.com/tuono-labs/tuono/pull/783
 - feat: improve manifest data collection by @Valerioageno in https://github.com/tuono-labs/tuono/pull/785
 
- @aig787 made their first contribution in https://github.com/tuono-labs/tuono/pull/780
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.6...v0.19.7
v0.19.6
- chore: bump ssr_rs (0.8.3) - Add support to Intl API by @Valerioageno in https://github.com/tuono-labs/tuono/pull/769
 - fix: improve critical css generation by @Valerioageno in https://github.com/tuono-labs/tuono/pull/770
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.5...v0.19.6
v0.19.5
- fix: tailwindcss template by @Valerioageno in https://github.com/tuono-labs/tuono/pull/767
 - feat: load critical CSS on development by @Valerioageno in https://github.com/tuono-labs/tuono/pull/765
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.4...v0.19.5
v0.19.4
- feat: add automatic types generation by @Valerioageno in https://github.com/tuono-labs/tuono/pull/703
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.3...v0.19.4
v0.19.3
- refactor: refine ServerPayload type using a union with mode as discriminant by @marcalexiei in https://github.com/tuono-labs/tuono/pull/701
 - feat: init new git repo for new projects by @jacobhq in https://github.com/tuono-labs/tuono/pull/558
 - fix: prevent multiple server address print by @Valerioageno in https://github.com/tuono-labs/tuono/pull/713
 - fix: old data kept on new route during transition by @Valerioageno & @marcalexiei in https://github.com/tuono-labs/tuono/pull/730
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.2...v0.19.3
v0.19.2
- refactor: create more types to simplify 
TuonoConfigmanagement by @marcalexiei in https://github.com/tuono-labs/tuono/pull/699 - feat: add 
TuonoLayoutPropsinterface by @marcalexiei in https://github.com/tuono-labs/tuono/pull/702 - feat: add form_data method into request by @kulapoo in https://github.com/tuono-labs/tuono/pull/651
 
- @kulapoo made their first contribution in https://github.com/tuono-labs/tuono/pull/651
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.1...v0.19.2
v0.19.1
- fix: body parsing function by @Valerioageno in https://github.com/tuono-labs/tuono/pull/670
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.19.0...v0.19.1
v0.19.0
- fix: prevent returning the previous route data on route transition by @Valerioageno in https://github.com/tuono-labs/tuono/pull/646
 - fix: allow 'index' keyword in routes name by @Valerioageno in https://github.com/tuono-labs/tuono/pull/647
 - feat(packages/tuono): improve 
TuonoRoutePropstype by @marcalexiei in https://github.com/tuono-labs/tuono/pull/648 - feat: remove 
global.cssimport to enable global CSS file customizations by @Valerioageno in https://github.com/tuono-labs/tuono/pull/650 
// src/routes/__layout.tsx
++ import './../styles/global.css'
export default function Layout(): JSX.Element {
   ...
}
// src/routes/my-route.tsx
-- export default function MyRoute(props: TuonoProps<T>): JSX.Element {}
++ export default function MyRoute(props: TuonoRouteProps<T>): JSX.Element {}
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.18.0...v0.19.0
v0.18.0
- feat(examples/tuono-tutorial): improve styles of 
PokemonViewcomponent by @nicolasgasco in https://github.com/tuono-labs/tuono/pull/628 - feat: display error overlay by @Valerioageno and @marcalexiei in https://github.com/tuono-labs/tuono/pull/607
 - feat: add
__layoutwrapper to default 404 page by @Valerioageno in https://github.com/tuono-labs/tuono/pull/633 - feat: Implement .env file support by @jacobhq in https://github.com/tuono-labs/tuono/pull/618
 
- @nicolasgasco made their first contribution in https://github.com/tuono-labs/tuono/pull/628
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.17.10...v0.18.0
v0.17.10
- feat: add 
originconfig option by @pveierland in https://github.com/tuono-labs/tuono/pull/582 - fix: build script for creation of parent directories by @Valerioageno in https://github.com/tuono-labs/tuono/pull/614
 
- @pveierland made their first contribution in https://github.com/tuono-labs/tuono/pull/582
 
Full Changelog: https://github.com/tuono-labs/tuono/compare/v0.17.9...v0.17.10