这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: tuono-labs/tuono

v0.19.7

25 May 10:09
89ad91a
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.19.6

11 May 17:12
0735158
Compare
Choose a tag to compare

What's Changed

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

v0.19.5

09 May 15:03
8190915
Compare
Choose a tag to compare

What's Changed

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

v0.19.4

20 Apr 09:06
22844a3
Compare
Choose a tag to compare

What's Changed

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

v0.19.3

10 Apr 19:52
2bb0bdb
Compare
Choose a tag to compare

What's Changed

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

v0.19.2

04 Apr 06:26
6b02c40
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.19.1

30 Mar 15:33
4d91bc0
Compare
Choose a tag to compare

What's Changed

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

v0.19.0

23 Mar 13:36
6dbdafa
Compare
Choose a tag to compare

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

09 Mar 12:15
486a254
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v0.17.10

28 Feb 16:41
bf77ed1
Compare
Choose a tag to compare

What's Changed

New Contributors

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