Skip to content

v9.9.1

Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 14 Mar 11:51
· 68 commits to master since this release
beed8c0
  • Fix assets list assigned an empty buffer (@tornqvist in #444)
    This also fixes font preloading.

  • Inject server rendered app at its mount point. (#414)
    Previously server rendered apps were always rendered into the <body> directly; now the app.mount('.selector') parameter will be respected.