summaryrefslogtreecommitdiff
path: root/examples/framework-vue
diff options
context:
space:
mode:
authorGravatar Arsh <69170106+lilnasy@users.noreply.github.com> 2023-11-29 15:38:42 +0000
committerGravatar GitHub <noreply@github.com> 2023-11-29 21:08:42 +0530
commit49aa215a01ee1c4805316c85bb0aea6cfbc25a31 (patch)
tree2dfe0fa0b5b26dc33322d1906e6e168c2c438770 /examples/framework-vue
parentc421a3d17911aeda29b5204f6d568ae87e329eaf (diff)
downloadastro-49aa215a01ee1c4805316c85bb0aea6cfbc25a31.tar.gz
astro-49aa215a01ee1c4805316c85bb0aea6cfbc25a31.tar.zst
astro-49aa215a01ee1c4805316c85bb0aea6cfbc25a31.zip
Switch `app.render` signature (#9199)
* feat(app): app.render optional object * tests * update vercel and node * update changeset * deprecation notice and loggin * clarify changeset * add node, vercel changeset * deduplicate code
Diffstat (limited to 'examples/framework-vue')
0 files changed, 0 insertions, 0 deletions
an='5' class='logmsg'> 2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 7-7/+169 * Adding support for base64 encoded responses in Netlify Functions * chore: add changeset * removing the regex check for a more simple header-based check * nit: cleaning up the readme a bit 2022-06-15Update README.md (#3597)Gravatar Dan Jutan 1-12/+29 - Fix the tree to reflect the actual example contents - Remove RSS and Sitemap bullet points, since they aren't in the project 2022-06-15fix: check node version and find acceptable host accordingly (#3599)Gravatar Ari Gibson 2-1/+8 2022-06-15[ci] formatGravatar matthewp 7-98/+92 2022-06-15Consolidate hydration scripts into just one (#3571)Gravatar Matthew Phillips 37-288/+533 * Remove redundant hydration scripts * Prebuild the island JS * Fix build * Updates to tests * Update more references * Custom element test now has two classic scripts * Account for non-default exports * Restructure hydration directives * Move nested logic into the island component * Remove try/catch 2022-06-15[ci] collect statsGravatar FredKSchott 1-0/+1 2022-06-14[ci] release (#3596)astro@1.0.0-beta.46Gravatar github-actions[bot] 34-81/+67 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-14[ci] formatGravatar natemoo-re 1-2/+1 2022-06-14Collect project meta info (#3587)Gravatar Nate Moore 3-0/+103 * chore: add project meta * Update index.ts 2022-06-14[ci] formatGravatar matthewp 1-3/+3 2022-06-14Handle importing multiple CSS packages in same bundle (#3595)Gravatar Matthew Phillips 5-1/+23 * Handle importing multiple CSS packages in same bundle * Changeset