Historique des commits

Auteur SHA1 Message Date
  Evan Almloff 1794debf79 fix components that take no arguments il y a 1 an
  Evan Almloff 404c864246 make the root component take no arguments il y a 1 an
  Evan Almloff 8fe2515413 Merge branch 'breaking' of https://github.com/Demonthos/dioxus into breaking il y a 1 an
  Evan Almloff 55f76fede6 work on fixing some core tests il y a 1 an
  Jonathan Kelley 3bde429619 Export signals from dioxus prelude il y a 1 an
  ealmloff 8e08c736df Merge pull request #2 from DioxusLabs/jk/fix-component-macro-on-breaking il y a 1 an
  Jonathan Kelley 47805461d0 Dump skip(0) il y a 1 an
  Jonathan Kelley 2a7f3a4164 Fix: quick tweak to allow #[component] macro working il y a 1 an
  Evan Almloff 4a1a00b0f0 fix dioxus ssr il y a 1 an
  Evan Almloff dc58212508 fix props diffing il y a 1 an
  Evan Almloff 5b2b0c43bd work on fixing ssr il y a 1 an
  Evan Almloff d8e79b656b remove an extra clone il y a 1 an
  Evan Almloff f1b2f964c0 fix removing root nodes il y a 1 an
  Evan Almloff b2860a3d73 fix diffing components il y a 1 an
  Evan Almloff 3545c14a38 fix formatting il y a 1 an
  Evan Almloff b43dfb1f67 fix mounted information il y a 1 an
  Evan Almloff 967c082085 clippy fix il y a 1 an
  Evan Almloff 41abffb267 remove the mount information when a node is dismounted il y a 1 an
  Evan Almloff 8eb2b74832 move mounted info to the VDOM il y a 1 an
  Evan Almloff 0175ae0599 refactor diffing a bit il y a 1 an
  Evan Almloff d1b9703ee7 fix release mode il y a 1 an
  Evan Almloff 8af39e0f1e fix some more clippy lints il y a 1 an
  Evan Almloff eb602fc29f clippy fix il y a 1 an
  Evan Almloff aed29b1dec separate mount information from VNodes il y a 1 an
  Evan Almloff c9bd5a4e6e look out for a simple to optimize format case il y a 1 an
  Evan Almloff aefa8a2431 use boxed slices instead of vecs where possible il y a 1 an
  Evan Almloff c59926cb1f remove IS_STATIC il y a 1 an
  Evan Almloff ce902e4586 fix creating EventHandler in a component il y a 1 an
  Evan Almloff ebacc7b709 make EventHandler partialeq il y a 1 an
  Evan Almloff 58c01253e5 make EventHandler clone il y a 1 an