diff --git a/.idea/icon.svg b/.idea/icon.svg index 09f8e86..fb9d78d 100644 --- a/.idea/icon.svg +++ b/.idea/icon.svg @@ -2,17 +2,6 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + style="fill-rule:nonzero;fill:white;"/> \ No newline at end of file diff --git a/README.md b/README.md index d7010f4..a70e763 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,6 @@ fn Demo(cx: Scope) -> impl IntoView { } ``` -We have only just begun implementing the first dozen functions but they are already very usable and ergonomic. - Missing a function? Open a ticket or PR! ## Development @@ -90,4 +88,4 @@ To scaffold a new function quickly you can run `template/createfn.sh`. It requir | Crate version | Compatible Leptos version | |---------------|---------------------------| | <= 0.3 | 0.3 | -| 0.4, 0.5 | 0.4 | +| 0.4, 0.5, 0.6 | 0.4 |