Alex Crichton
a659f27c07
Bump to 0.2.38
2019-03-04 09:11:23 -08:00
Alex Crichton
e9f423d57e
Bump to 0.2.37
2019-02-15 08:16:24 -08:00
Nick Fitzgerald
802cfedcbd
Bump to 0.2.36
2019-02-12 13:19:02 -08:00
Nick Fitzgerald
d9cf9b3735
Bump to version 0.2.35
2019-02-12 11:36:19 -08:00
Nick Fitzgerald
078257943d
Bump to 0.2.34
2019-02-11 18:58:54 -08:00
Alex Crichton
78c4075e40
Bump to 0.2.33
2019-01-18 15:32:17 -08:00
Nick Fitzgerald
31fdede9fc
Bump to 0.2.32
2019-01-16 13:11:13 -08:00
Alex Crichton
b04f60cf2b
Bump to 0.2.31
2019-01-09 09:17:50 -08:00
Alex Crichton
fbf000a508
Bump to 0.2.30
2019-01-07 07:47:07 -08:00
André Luis Leal Cardoso Junior
2c30818b7c
Update todomvc example to the 2018 edition
2018-12-11 13:39:36 -02:00
Alex Crichton
63e3ba722d
Bump to 0.2.29
2018-12-04 06:04:47 -08:00
Daniel Schindler
caac2eba53
Add #[wasm_bindgen(start)], plugins to webpack config, Update deps
2018-11-30 17:42:36 +01:00
Jonathan Kingston
d59716ba5b
Remove compiler warnings in todo example, simplify usage of elements into element.rs and fix a bug with focus not working on edit.
2018-11-25 00:29:28 +00:00
Alex Crichton
22ca15f81e
Bump to 0.2.28
2018-11-12 09:28:01 -08:00
Alex Crichton
56400c3738
Don't use path dependencies in examples
...
This commit updates all examples to not use `path` dependencies but
rather use versioned dependencies like would typically be found in the
wild. This should hopefully make the examples more copy-pastable and
less alien to onlookers!
The development of the examples remains the same where they continue to
use the `wasm-bindgen`, `js-sys`, `web-sys`, etc from in-tree. The
workspace-level `[patch]` section ensures that they use the in-tree
versions instead of the crates.io versions.
2018-11-07 11:27:43 -08:00
Alex Crichton
93564f159f
Fix build of TODO MVC on stable
2018-10-29 13:47:09 -07:00
Jonathan Kingston
b322f46303
Adding in TODO MVC example using web-sys
2018-10-23 14:15:42 +01:00