summaryrefslogtreecommitdiff
path: root/examples/framework-vue (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26[ci] release (#5135)astro@1.5.3@astrojs/vercel@2.3.2@astrojs/mdx@0.11.5@astrojs/image@0.11.0Gravatar Fred K. Bot 1-1/+1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-26[ci] update lockfile (#5197)Gravatar Fred K. Bot 1-40/+40
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-25[MDX] Improved docs for custom components (#5190)Gravatar Christian Fuss 1-11/+15
* [MDX] Fixed minor formatting issues in README - whitespace at line end - blank lines around lists and code fences - casing of internal references * Detailed use of custom component with imported MDX Incorporated all review comments from Sarah and Ben manually, because the old branch would not pass the mergeability check.
2022-10-25[ci] formatGravatar tony-sull 1-2/+2
2022-10-25Updates `astro add` to ignore optional peer dependencies (#5192)Gravatar Tony Sullivan 2-1/+10
* checking peerDependenciesMeta before including peer deps * chore: add changeset
2022-10-25[ci] update lockfile (#5187)Gravatar Fred K. Bot 1-88/+86
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-25Added information about Pages flags (#5188)Gravatar Isaac McFadyen 1-4/+6
2022-10-25Uninstall `only-allow` (#5184)Gravatar Michael Rienstra 2-45/+2
2022-10-24removes default content-visibility styles from image components (#5180)Gravatar Tony Sullivan 3-12/+9
2022-10-24[MDX] Support `recmaPlugins` config (#5146)Gravatar Ben Holmes 6-2/+61
* feat: support recma plugins * chore: add `test:match` to MDX * chore: changeset * docs: add recmaPlugins to README
2022-10-24Update README.md (#5179)Gravatar Georgey 1-1/+5
Hey there, so recently I was playing around the mdx, and wanted my users to navigate to a specific section in my article using the `id` tags. This was not happening when I was making custom components. When I pass the Astro props like above, the id was automatically getting passed for headings.
2022-10-24chore: only-allow pnpm (#5131)Gravatar 花果山大圣 2-3/+48
2022-10-24[ci] update lockfile (#5165)Gravatar Fred K. Bot 1-77/+84
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-24fix(vercel): Include all files inside `dist/` instead of only `entry.mjs` ↵Gravatar Juan Martín Seery 3-5/+28
(#5175)
2022-10-24[ci] formatGravatar Princesseuh 1-14/+11
2022-10-24`.prettierignore`: update comment; (#5177)Gravatar Michael Rienstra 1-2/+1
remove file that no longer needs to be ignored
2022-10-21[ci] update lockfile (#5139)Gravatar Fred K. Bot 1-40/+40
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-21[ci] formatGravatar bluwy 1-1/+1
2022-10-21Use new compiler `resolvePath` option (#5133)Gravatar Bjorn Lu 20-311/+57
2022-10-20[ci] update lockfile (#5132)Gravatar Fred K. Bot 1-448/+454
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-20fix: updates <Picture /> to pass HTML attributes down to the <img /> element ↵Gravatar Emmanuel Chucks 7-27/+46
(#5038) * fix: also pass attrs to underlying img `class` for direct img styling, `width` & `height` to prevent layout shift, etc need to be passed to the underlying img tag to work. * remove redundant attr from picture tag * revert to previous commit - seemed to break some tests - can't deal with fixing that right now, maybe later * only passing attributes to the img * adding a note to the README * chore: add changeset Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2022-10-19[ci] release (#5117)astro@1.5.2@astrojs/vue@1.2.1@astrojs/vercel@2.3.1@astrojs/prefetch@0.1.0Gravatar Fred K. Bot 40-90/+88
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-19[ci] formatGravatar matthewp 1-3/+3
2022-10-19Prefetch styles only once (#5125)Gravatar Jelenkee 9-1/+141
* test1 * fixed test * removed console.log * changeset * pnpm-lock * fixed test again * fta * fta2 * fix: wait for fetch * -fixed test template * empty Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: My Name <my.name@my-company.com>
2022-10-19fix(vercel): fixed regression #5120 (#5127)Gravatar Juan Martín Seery 2-1/+5
2022-10-19chore(vue): automatically add `vuetify` to `ssr.noExternal` (#5126)Gravatar Nate Moore 2-1/+6
Co-authored-by: Nate Moore <nate@astro.build>
2022-10-19[ci] update lockfile (#5122)Gravatar Fred K. Bot 1-32/+32
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-19Use `fs.promises.rm` to remove node deprecation warning (#5119)Gravatar Bjorn Lu 2-1/+6
2022-10-19[ci] formatGravatar matthewp 1-2/+2
2022-10-19Fixes index page with build.format=file (#5123)Gravatar Matthew Phillips 8-30/+93
* Fixes index page with build.format=file * Adding a changeset
2022-10-19fix KNOWN_LANGUAGES option child element (#5118)Gravatar Antony R Mott 1-1/+1
2022-10-18[ci] formatGravatar matthewp 1-2/+4
2022-10-18Throw when using Response.redirect from SSG site (#5116)Gravatar Matthew Phillips 4-2/+27
* Throw when using Response.redirect from SSG site * Adding a changeset
2022-10-18[ci] release (#5078)astro@1.5.1@astrojs/vue@1.2.0@astrojs/vercel@2.3.0@astrojs/tailwind@2.1.1@astrojs/solid-js@1.2.1@astrojs/react@1.2.1@astrojs/node@2.0.1Gravatar Fred K. Bot 57-186/+165
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-18[ci] formatGravatar matthewp 1-8/+8
2022-10-18Mark @astrojs/node to be noExternal (#5114)Gravatar Matthew Phillips 2-0/+14
* Mark @astrojs/node to be noExternal * Adding a changeset
2022-10-18[ci] formatGravatar matthewp 2-15/+12
2022-10-18adding cookies to api route response [simple result] (#5060)Gravatar Daniel 14-38/+88
* adding cookies to the an api route response, also when returning a simple result * in dev server, convert a simple endpoint result into a response object Co-authored-by: AirBorne04 <unknown> Co-authored-by: AirBorne04 <> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-10-18[ci] formatGravatar Princesseuh 1-2/+2
2022-10-18Implicit element types (#5098)Gravatar Josh Kramer 2-3/+10
* Separate arbitrary intrinsic element definition * Create changeset
2022-10-18update with-tailwind example to use mdx (#5104)Gravatar Yaroslav Lapin 5-12/+18
* add mdx since md is deprecated now * rename .md -> .mdx * fix component import * yarn format
2022-10-18[ci] update lockfile (#5094)Gravatar Fred K. Bot 1-470/+485
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-10-18Fix port env in standalone mode (#5111)Gravatar Rishi Raj Jain 2-1/+6
2022-10-18Support spread parameters for server endpoints (#5106)Gravatar Bjorn Lu 6-42/+133
2022-10-18Ensure CLI flags override function-style server config (#5110)Gravatar Bjorn Lu 3-2/+19
2022-10-17chore: add eslint cache (#5101)Gravatar 花果山大圣 2-1/+2
2022-10-17Fix missing image src in config for examples docs (#5109)Gravatar Sujaykumar 1-1/+1
2022-10-17Fix types not working properly when using `moduleResolution: 'node16'` (#5108)Gravatar Erika 5-8/+16
* Fix imports failling under `moduleResolution: node16` * Add changeset * Revert comment about Vite 4
2022-10-14[ci] formatGravatar JuanM04 1-1/+1
2022-10-14feat(vercel): `includeFiles` and `excludeFiles` (#5085)Gravatar Juan Martín Seery 6-60/+168
* refactor + include/excludeFiles * Changeset * Updated README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Missing .js Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>