summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src
ModeNameSize
d---------components39logplain
d---------pages39logplain
72c7ced1de17bb39688eb&follow=1'>[ci] formatGravatar matthewp 11-76/+60 2022-06-16Inline hydration directive scripts (#3605)Gravatar Matthew Phillips 19-174/+203 * Inline hydration scripts * Adds a changeset * Update directiveAstroKeys type 2022-06-16[ci] collect statsGravatar FredKSchott 1-0/+1 2022-06-15[ci] formatGravatar tony-sull 3-5/+8 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