Skip to content

Releases: tuono-labs/tuono

v0.19.7

Choose a tag to compare

@Valerioageno Valerioageno released this 25 May 10:09
89ad91a

What's Changed

New Contributors

Full Changelog: v0.19.6...v0.19.7

v0.19.6

Choose a tag to compare

@Valerioageno Valerioageno released this 11 May 17:12
0735158

What's Changed

Full Changelog: v0.19.5...v0.19.6

v0.19.5

Choose a tag to compare

@Valerioageno Valerioageno released this 09 May 15:03
8190915

What's Changed

Full Changelog: v0.19.4...v0.19.5

v0.19.4

Choose a tag to compare

@Valerioageno Valerioageno released this 20 Apr 09:06
22844a3

What's Changed

Full Changelog: v0.19.3...v0.19.4

v0.19.3

Choose a tag to compare

@Valerioageno Valerioageno released this 10 Apr 19:52
2bb0bdb

What's Changed

Full Changelog: v0.19.2...v0.19.3

v0.19.2

Choose a tag to compare

@Valerioageno Valerioageno released this 04 Apr 06:26
6b02c40

What's Changed

New Contributors

Full Changelog: v0.19.1...v0.19.2

v0.19.1

Choose a tag to compare

@Valerioageno Valerioageno released this 30 Mar 15:33
4d91bc0

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

Choose a tag to compare

@Valerioageno Valerioageno released this 23 Mar 13:36
6dbdafa

What's Changed

Breaking changes

global.css needs to be imported

// src/routes/__layout.tsx

++ import '../styles/global.css'

export default function Layout(): JSX.Element {
   ...
}

TuonoProps is TuonoRouteProps

// 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: v0.18.0...v0.19.0

v0.18.0

Choose a tag to compare

@Valerioageno Valerioageno released this 09 Mar 12:15
486a254

What's Changed

New Contributors

Full Changelog: v0.17.10...v0.18.0

v0.17.10

Choose a tag to compare

@Valerioageno Valerioageno released this 28 Feb 16:41
bf77ed1

What's Changed

New Contributors

Full Changelog: v0.17.9...v0.17.10