Skip to content

0.16.2

Choose a tag to compare

@frandiox frandiox released this 02 Sep 17:28
· 111 commits to master since this release
  • feat: Fetch page props and page components in parallel [Vue]
  • fix: Allow running vue-router beforeEach guards before awaiting page props request. #57
  • fix: Correctly pass query parameter to Page Props handlers in Node/prod environments. #58
  • fix: query parameter in API handlers should be a plain object instead of URLSearchParams.