Skip to content

Commit 6f9d1c4

Browse files
authored
Merge pull request #73 from cramhead/readme-compat-update
Readme compat update
2 parents 3c04191 + 80413ef commit 6f9d1c4

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ fn Demo() -> impl IntoView {
5454
}
5555
```
5656

57+
## Leptos Compatibility
58+
59+
| Crate version | Compatible Leptos version |
60+
|---------------|---------------------------|
61+
| <= 0.2 | 0.3 |
62+
| 0.3 | 0.4 |
63+
| 0.4, 0.5, 0.6 | 0.5 |
64+
| 0.7 – 0.12 | 0.6 |
65+
| 0.14.0-beta2 | 0.7 |
66+
5767
## Server-Side Rendering
5868

5969
To use this with Leptos' server-side rendering, you can have to add `leptos-use` as a dependency to your `Cargo.toml` and
@@ -356,14 +366,4 @@ and at the sections [Struct attributes](#struct-attributes) and
356366

357367
All contributions are welcome. Please open an issue or a pull request if you have any ideas or problems.
358368

359-
<!-- cargo-rdme end -->
360-
361-
## Leptos Compatibility
362-
363-
| Crate version | Compatible Leptos version |
364-
|---------------|---------------------------|
365-
| <= 0.2 | 0.3 |
366-
| 0.3 | 0.4 |
367-
| 0.4, 0.5, 0.6 | 0.5 |
368-
| 0.7 – 0.13 | 0.6 |
369-
| 0.14 | 0.7 |
369+
<!-- cargo-rdme end --> |

0 commit comments

Comments
 (0)