Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@ycs77 ycs77 released this 09 Sep 08:51

Changed

  • Rename runtime API to InertiaPages (76a5123)

Migration

-window.InertiaPlugin.addNamespace('my-runtime', name => require(`./pages/${name}`))
+window.InertiaPages.addNamespace('my-runtime', name => require(`./pages/${name}`))