You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Breakingjs 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)