Skip to content

v0.3.0

Compare
Choose a tag to compare
@reed-jones reed-jones released this 08 Mar 03:31
· 75 commits to master since this release

v0.3.0 - 2020-03-07

Added

  • Server Side Rendering option available in config('phase.ssr') (true/false)
  • Client Hydration via config('phase.hydrate') (SSR & no JS bundle)
  • NODE_PATH= env variable has been added and is required for SSR support to operate
  • phased/phase composer meta package is now available to make installation just that much easier

Changed

  • Breaking main vue app should now export default new Vue and not mount the app (no el: '#app'). This allows for SSR to be toggled on/off.
  • Breaking It is now mandatory & non-configurable that the main entry is app.js.

Removed

  • Breaking js option in assets configuration is no longer used since SSR option has been added, and has been removed. If your js bundle was named something other than app.js this is a breaking change.

Fixed

  • @phased/state no longer relies on window making it usable for other environments (primarily SSR, potentially NativeScript-vue)