提交历史

作者 SHA1 备注 提交日期
  Evan Almloff cab573eefd Synchronous prevent default (#2792) 10 月之前
  Jonathan Kelley 0de3bf7aeb Fix nested rsx expansion by not using template titles (#2799) 10 月之前
  Tristan F. 9167cd9dec fix most typos, add crate-ci/typos to CI (#2653) 11 月之前
  Evan Almloff e794be5d78 Improve warnings when trying to update outside of pending suspense boundaries on the server (#2575) 11 月之前
  Evan Almloff 022e4ad203 Suspense boundaries/out of order streaming/anyhow like error handling (#2365) 1 年之前
  Evan Almloff 5494e38cf8 Fix event bubbling inside templates after a hot template reload (#2484) 1 年之前
  Evan Almloff c7ffdc7b29 rerun tasks in the same order as components 1 年之前
  Jonathan Kelley 7b0dcb3206 Add flush_sync and pre_render methods to core 1 年之前
  Evan Almloff c172914b21 drop scopes in order when dropping the virtual dom 1 年之前
  Evan Almloff d28221bdc2 unqueue tasks when a scope is dropped 1 年之前
  Evan Almloff 701093ede5 Try to rerun all dirty scopes before polling any tasks to fix effect ordering 1 年之前
  Evan Almloff a1c68448a7 fix placeholder template names 1 年之前
  Evan Almloff b43dfb1f67 fix mounted information 1 年之前
  Evan Almloff 8eb2b74832 move mounted info to the VDOM 1 年之前
  Evan Almloff d90c71c508 move creation functions into the structs they are creating and unify user and system events 1 年之前
  Evan Almloff a1676537ad restore drop scope 1 年之前
  Evan Almloff efd301a878 clippy fix 1 年之前
  Evan Almloff 32b15fc851 make core compile 1 年之前
  Evan Almloff 0c76770da0 remove a lot of unsafe 1 年之前
  Evan Almloff c70e2bfcb6 move diffing into the global runtime 1 年之前
  Evan Almloff f42ef3ef9d remove more lifetimes 1 年之前
  Evan Almloff a120af33ad Merge branch 'master' into fix-event-bubbling 1 年之前
  Evan Almloff 370c6cb9d2 fix clippy 1 年之前
  Evan Almloff b99f081c08 drop any attribute after rendering 1 年之前
  Evan Almloff 73e0be9e65 recycle vnode ids 1 年之前
  Evan Almloff 589483d892 remove logs 1 年之前
  Evan Almloff 35b643e23f switch to bubble ids on vnodes to fix nodes under fragments pointing to an invalid parent 1 年之前
  Evan Almloff 992ac4a3fb clear borrowed props after ensure_drop_safety 1 年之前
  Evan Almloff 02456c1068 fix double drop of bubble id 1 年之前
  Evan Almloff 9552ab6c1c pass event propagation test 1 年之前