Current section

17 Versions

Jump to

Compare versions

3 files changed
+8 additions
-8 deletions
  @@ -1,6 +1,6 @@
1 1 name = "redraw_dom"
2 2 target = "javascript"
3 - version = "19.0.0"
3 + version = "19.0.1"
4 4
5 5 description = "Redraw DOM renderer. Take a look at Redraw to use it."
6 6 licences = ["MIT"]
  @@ -1,6 +1,6 @@
1 1 {<<"name">>, <<"redraw_dom">>}.
2 2 {<<"app">>, <<"redraw_dom">>}.
3 - {<<"version">>, <<"19.0.0">>}.
3 + {<<"version">>, <<"19.0.1">>}.
4 4 {<<"description">>, <<"Redraw DOM renderer. Take a look at Redraw to use it."/utf8>>}.
5 5 {<<"licenses">>, [<<"MIT">>]}.
6 6 {<<"build_tools">>, [<<"gleam">>]}.
  @@ -9,16 +9,16 @@
9 9 {<<"Repository">>, <<"https://github.com/ghivert/redraw">>}
10 10 ]}.
11 11 {<<"requirements">>, [
12 - {<<"gleam_fetch">>, [
13 - {<<"app">>, <<"gleam_fetch">>},
14 - {<<"optional">>, false},
15 - {<<"requirement">>, <<">= 1.3.0 and < 2.0.0">>}
16 - ]},
17 12 {<<"redraw">>, [
18 13 {<<"app">>, <<"redraw">>},
19 14 {<<"optional">>, false},
20 15 {<<"requirement">>, <<">= 19.0.0 and < 20.0.0">>}
21 16 ]},
17 + {<<"gleam_fetch">>, [
18 + {<<"app">>, <<"gleam_fetch">>},
19 + {<<"optional">>, false},
20 + {<<"requirement">>, <<">= 1.3.0 and < 2.0.0">>}
21 + ]},
22 22 {<<"gleam_stdlib">>, [
23 23 {<<"app">>, <<"gleam_stdlib">>},
24 24 {<<"optional">>, false},
  @@ -467,5 +467,5 @@ pub fn view(attrs: List(Attribute), children: List(Component)) -> Component {
467 467 redraw.jsx(type_: "view", props:, children:, convert_children:)
468 468 }
469 469
470 - @external(javascript, "../../attribute.ffi.mjs", "toProps")
470 + @external(javascript, "./html.ffi.mjs", "toProps")
471 471 fn to_props(attrs: List(Attribute)) -> b