This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vilay/render@0.0.27
Patch Changes
1ef7975: Add pageContext.redirectTo support
vilay@0.0.26
Patch Changes
1ef7975: Add pageContext.redirectTo support
5a4ea4d: Allow CustomShell component
931ae45: add new getPageHead. BREAKING CHANGE: replace head new getPageHead() method. For this and also now to getQueryVariables we provide the full pageContext, which is another breaking change.
getQueryVariables: ({ routeParams }) instead of getQueryVariables: (routeParams).
getPageHead: () => ({ title: "My Site" }) instead of head: { title: "My Site" }
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@vilay/render@0.0.27
Patch Changes
vilay@0.0.26
Patch Changes
1ef7975: Add pageContext.redirectTo support
5a4ea4d: Allow
CustomShell
component931ae45: add new
getPageHead
. BREAKING CHANGE: replacehead
newgetPageHead()
method. For this and also now togetQueryVariables
we provide the fullpageContext
, which is another breaking change.getQueryVariables: ({ routeParams })
instead ofgetQueryVariables: (routeParams)
.getPageHead: () => ({ title: "My Site" })
instead ofhead: { title: "My Site" }
see the docs for more info!
Updated dependencies [1ef7975]