summaryrefslogtreecommitdiff
path: root/examples/framework-vue/src
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-vue/src')
0 files changed, 0 insertions, 0 deletions
Add changeset * Update packages/astro/src/content/template/types.d.ts Co-authored-by: Ben Holmes <hey@bholmes.dev> * Update the types to accept both raw string and known value * Add comment on the implementation not currently being O(1) Co-authored-by: Ben Holmes <hey@bholmes.dev> 2023-01-19[ci] formatGravatar matthewp 1-2/+6 2023-01-19Refactor Svelte preprocess integration handling (#5901)Gravatar Bjorn Lu 5-47/+153 * Let user setup vitePreprocess * Abstract function * Add changeset * Update svelte syntax * Make fallback * Fix docs * Update changeset * Fix types 2023-01-19fix(astro/core): Do not automatically add trailing slash (#5608)Gravatar Junya Kono 2-5/+6 * fix: Do not automatically add trailing slash * Update .changeset/twelve-cooks-tickle.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * fix: change semver Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> 2023-01-19Fix image integration crash on Netlify Functions due to `import.meta.url` ↵Gravatar Erika 10-102/+130 (#5888) * fix(image): Fix immediate crash on Netlify functions due to `import.meta.url` * chore: changeset 2023-01-18feat: add theme toggle button to error overlay (#5884)Gravatar Happydev 2-49/+198 * feat: add theme toggle button for error overlay * add changeset * simplify toggling logic Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * redesign toggle * code figma design * style: remove code indent * add `aria-hidden` to svgs Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * apply Yan a11y suggestions Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> 2023-01-18chore: update compiler (#5896)Gravatar Nate Moore 3-5/+10 Co-authored-by: Nate Moore <nate@astro.build> 2023-01-18[ci] formatGravatar bholmesdev 1-1/+4 2023-01-18Cleanup deprecated Markdown APIs from 0.X (#5891)Gravatar Ben Holmes 5-61/+7 * chore: remove deprecated `getHeaders()` * chore: remove `rawContent()` and `compiledContent()` * chore: remove raw and compiled content from MDX type * chore: remove 0.X error for `astro` property * chore: changeset * lint: no empty interface * chore: update changeset 2023-01-18[ci] formatGravatar natemoo-re 2-6/+9 2023-01-18Remove legacy compiler error handling (#5855)Gravatar Nate Moore 6-32/+21 * refactor: remove legacy compiler handling * docs: add hint to unknown compiler error * feat: add link detection to error overlay * chore: update compiler * chore: update compiler issue link * Update packages/astro/src/core/errors/overlay.ts Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> 2023-01-18[ci] formatGravatar natemoo-re 1-1/+0 2023-01-18fix(#5723): build prerendered pages with Netlify edge functions (#5885)Gravatar Nate Moore 2-15/+5 * fix(#5723): build prerendered pages with Netlify edge functions * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build> 2023-01-18chore: Fix image and MDX integrations version's number to get out of 1.0 (#5892)Gravatar Erika 2-2/+2 * chore: Fix image integration version's number to get out of 1.0 * chore: Same thing for MDX integration 2023-01-18Migrate blog and docs starters to content collections (#5858)Gravatar Ben Holmes 66-778/+129 * docs: update README for `content/` * chore: update env * feat: update blog to use content collections * chore: remove with-content starter * fix: single quotes -> double * feat: update docs starter to content collections * refactor: config -> consts * chore: import type * edit: Astro will -> Use Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: remove unused null check * nit: spacing * nit: `as Props` 1 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * nit: `as Props` 2 Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: consistent CONSTS usage * chore: `type` imports at top * chore: consistent quote usage on YAML * chore: remove `as Props` from docs Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-18Refactor `Props` of `Image` and `Picture` component to support type checking ↵Gravatar Happydev 5-59/+66 (#5788) * correct props type * refactor Picture and Image typings * add missing `alt` property * add changeset * apply suggestions * correct `astro/types` import Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> * apply suggestions * convert to type import Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> 2023-01-17Make image and mdx changesets be minor instead of major (#5883)Gravatar Matthew Phillips 3-3/+3 2023-01-17Update blog example env name (#5877)Gravatar Bjorn Lu 2-4/+10 2023-01-17Remove unused exports (#5862)Gravatar Bjorn Lu 2-10/+5 2023-01-17Fix image integration not working on Node 18+ (#5871)Gravatar Erika 10-215/+12 * fix(image): Remove unnecessary polyfill now that we dropped Node 14 * fix(squoosh): Remove fetch of local wasm binary since undici doesn't support that * chore: changeset 2023-01-17Revert "Add missing `noPropertyAccessFromIndexSignature` to strictest ↵Gravatar Bjorn Lu 2-9/+0 tsconfig profile (#5864)" (#5876) This reverts commit 63d5d89038dc8cddf0a137672b68f61a21bb4951. 2023-01-17Add missing `noPropertyAccessFromIndexSignature` to strictest tsconfig ↵Gravatar Clément Nerma 2-0/+9 profile (#5864) 2023-01-17Enable skipLibCheck by default (#5872)Gravatar Bjorn Lu 2-1/+8 2023-01-14Handle server restart from Vite plugins (#5849)Gravatar Bjorn Lu 3-28/+72 2023-01-14Fix importing client-side components with alias (#5845)Gravatar Bjorn Lu 4-0/+74 2023-01-13Support envPrefix in Astro config (#5852)Gravatar Rishi Raj Jain 3-3/+8 * Support envPrefix in Astro config * Update packages/astro/src/core/config/schema.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/build/static-build.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/build/static-build.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/config/schema.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/astro/src/core/create-vite.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/twenty-llamas-type.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-13Implement redesign of portfolio example (#5765)Gravatar Chris Swithinbank 58-804/+1900 Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-12[ci] formatGravatar natemoo-re 1-8/+10 2023-01-12Fix announcements CI actions when 2000+ characters (#5844)Gravatar Nate Moore 1-6/+45 * fix(ci): handle announcements >= 2000 characters * chore: support multiple branches Co-authored-by: Nate Moore <nate@astro.build> 2023-01-12[ci] release (beta) (#5792)create-astro@2.0.0-beta.0astro@2.0.0-beta.2@astrojs/webapi@2.0.0-beta.0@astrojs/vue@2.0.0-beta.1@astrojs/vercel@3.0.0-beta.1@astrojs/telemetry@2.0.0-beta.0@astrojs/tailwind@3.0.0-beta.1@astrojs/svelte@2.0.0-beta.1@astrojs/solid-js@2.0.0-beta.0@astrojs/react@2.0.0-beta.0@astrojs/prism@2.0.0-beta.0@astrojs/preact@2.0.0-beta.0@astrojs/partytown@1.0.3-beta.0@astrojs/node@5.0.0-beta.1@astrojs/netlify@2.0.0-beta.2@astrojs/mdx@1.0.0-beta.2@astrojs/markdown-remark@2.0.0-beta.2@astrojs/lit@1.0.2-beta.0@astrojs/image@1.0.0-beta.2@astrojs/deno@4.0.0-beta.2@astrojs/cloudflare@6.0.0-beta.1Gravatar Fred K. Bot 73-156/+547 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2023-01-12 Add `.astro/` to `.gitignore` in example projects (#5841)Gravatar Chris Swithinbank 24-98/+46 * Delete committed types in with-content example * Add `.astro/` to `.gitignore` in example projects 2023-01-12chore: update changeset for `_astro` directory (#5843)Gravatar Nate Moore 1-2/+2 Co-authored-by: Nate Moore <nate@astro.build> 2023-01-12fix: pass flags to dev (#5840)Gravatar Sam Chen 3-1/+9 * fix: pass flags to dev * add changeset * Update .changeset/eleven-bulldogs-provide.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> 2023-01-12chore: update changelogs, add changeset for `_astro` directory (#5842)Gravatar Nate Moore 5-18/+10 Co-authored-by: Nate Moore <nate@astro.build> 2023-01-12[ci] formatGravatar natemoo-re 1-1/+1 2023-01-12fix(core): handle encoded characters when matching routes (#5836)Gravatar Nate Moore 8-2/+85 Co-authored-by: Nate Moore <nate@astro.build> 2023-01-12Handle compiler breaking change (#5803)Gravatar Bjorn Lu 12-328/+109 2023-01-12fix shiki css class replace logic in md and mdx integrations (#5837)Gravatar Giuseppe La Torre 3-3/+9 2023-01-11[ci] formatGravatar matthewp 2-2/+2 2023-01-11Simplify HMR handling (#5811)Gravatar Bjorn Lu 8-108/+46 * Simplify HMR handling * Try skip test to reveal other test result * Support virtual files * Fix head injection * Revert CI changes * Bring back normalizeFilename * Refactor * Add changeset 2023-01-11[Content collections] Remove experimental flag (#5825)Gravatar Ben Holmes 27-103/+58 * refactor: remove experimental.cc from core * chore: remove experimental flag from tests * fix: mock contentDir in remark tests * fix: check vfile.path in rel-image-error plugin * fix: move .astro/ excludes to all test/fixtures * fix: include test/**/fixtures in ignore * chore: changeset 2023-01-11[Content collections] Improve content config handling (#5824)Gravatar Ben Holmes 5-58/+78 * fix: always generate types on init * fix: skip type generation when no content dir found * fix: avoid stripping `.ts` for existsSync check * chore: changeset * fix: run type gen when content/ dir added in dev 2023-01-11Run sync as part of `astro check` (#5823)Gravatar Chris Swithinbank 3-2/+13 Co-authored-by: Ben Holmes <hey@bholmes.dev> 2023-01-11[ci] update lockfile (#5815)Gravatar Fred K. Bot 1-257/+256 Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> 2023-01-11Fix order-of-execution bug when generating pages (#5822)Gravatar Nate Moore 2-2/+7 * fix: bundle all pages into a single chunk * chore: add changeset Co-authored-by: Nate Moore <nate@astro.build> 2023-01-11Fix `Code.astro` shiki css class replace logic (#5829)Gravatar Giuseppe La Torre 2-1/+6