summaryrefslogtreecommitdiff
path: root/examples/framework-svelte/src
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-12-13 12:30:19 -0600
committerGravatar GitHub <noreply@github.com> 2021-12-13 10:30:19 -0800
commitd9e65227b2d93f31514a0f0781019187e9a31603 (patch)
treed529c32ba308f34308bc18d292f26fbbd3f03a7d /examples/framework-svelte/src
parent80c65e94973b937b408aabc39f75446ae03bf1e8 (diff)
downloadastro-d9e65227b2d93f31514a0f0781019187e9a31603.tar.gz
astro-d9e65227b2d93f31514a0f0781019187e9a31603.tar.zst
astro-d9e65227b2d93f31514a0f0781019187e9a31603.zip
fix(#2190): migration typo (#2191)
Diffstat (limited to 'examples/framework-svelte/src')
0 files changed, 0 insertions, 0 deletions
8375e1e1fe862d3ddfc4&follow=1'>test: remove outdated image() import (#6761)Gravatar Erika 1-2/+2 2023-04-05[ci] formatGravatar Princesseuh 2-2/+2 2023-04-05Move `image()` to be passed as part of `schema` (#6703)Gravatar Erika 16-153/+150 * feat(images): Move image() to schema so we can do relative images easily instead of clumsily * chore: changeset * fix: apply feedback * test: add more tests * fix: properly infer type if a function is used * feat(iamge): Add errors when using the old methods * chore: update to minor * feat(image): Move function shape to be experimental.asets only * Update packages/astro/src/content/template/virtual-mod.mjs Co-authored-by: Ben Holmes <hey@bholmes.dev> --------- Co-authored-by: Ben Holmes <hey@bholmes.dev> 2023-04-05[ci] formatGravatar bluwy 4-8/+2 2023-04-05Add `build.assetsPrefix` option for CDN support (#6714)Gravatar Bjorn Lu 35-62/+481 Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> 2023-04-05@astrojs/vercel: Fix vercel analytics id not being provided (#6751)Gravatar Nathaniel Blackburn 2-1/+6 * fix wrong environment variable being used * added changeset 2023-04-05Fix getViteConfig return type (#6753)Gravatar Bjorn Lu 2-1/+7 2023-04-05Fix lit integration nested component rendering (#6752)Gravatar Augustine Kim 3-1/+35 * Provide renderInfo to renderShadow * Add test for rendering nested components * Add changeset 2023-04-04fix(node): Fix malformed URLs crashing the server in certain cases (#6746)Gravatar Erika 7-220/+97 2023-04-04Fix #6618: sitemap urls generated without slash (#6658)Gravatar André Alves 3-0/+39 2023-04-04ci: use correct issue number (#6745)Gravatar Emanuele Stoppa 1-1/+1 2023-04-04Fix broken links in TailwindCSS section (#6747)Gravatar Felix Frey 1-2/+2 2023-04-04[ci] formatGravatar Princesseuh 1-1/+1 2023-04-04fix(images): Simpler logic for collecting images in Markdown (#6744)Gravatar Erika 7-42/+54 2023-04-03[ci] formatGravatar Princesseuh 1-1/+2 2023-04-03feat(image): Export more types and utilities for users to use (#6739)Gravatar Erika 13-38/+57 2023-04-03fix(images): Return the proper content-type for the chosen format (#6741)Gravatar Erika 4-7/+16 2023-04-03[Markdoc] Fix: Support `render: null` (#6723)Gravatar Ben Holmes 9-60/+309 * fix: handle array of tree nodes * test: render null in document node * chore: lock * refactor: consolidate render test logic * chore: changeset 2023-04-03gitignore env.d.ts files in e2e tests (#6737)Gravatar Bjorn Lu 1-0/+1 2023-03-31[ci] formatGravatar matthewp 7-8/+17 2023-03-31Better errors for when response is already sent (#6719)Gravatar Matthew Phillips 12-3/+90 * Better errors for when response is already sent * Changeset * Casing * Change to a 300x error 2023-03-31[ci] formatGravatar matthewp 2-8/+7 2023-03-31supporting top of await (#6671)Gravatar wulinsheng123 7-5/+63 * add fix * fix * revert verison * fix fn is undefined g * add e2e test * fix unit test * delete redundant code * add changeset --------- Co-authored-by: wuls <linsheng.wu@beantechs.com> 2023-03-31[ci] release (#6694)astro@2.1.9@astrojs/rss@2.3.2@astrojs/react@2.1.1@astrojs/lit@2.0.0@astrojs/image@0.16.4Gravatar Houston (Bot) 59-143/+131 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2023-03-31fix(check): Dynamically import check command (#6717)Gravatar Erika 2-1/+7 2023-03-31fix(errors): Add simplified message for MarkdownImageNotFound (#6718)Gravatar Erika 1-0/+2 2023-03-31[ci] formatGravatar Princesseuh 1-2/+2 2023-03-31Fix incorrect path in error overlay on Win (#6679)Gravatar Peter Timoshevsky 5-5/+43 2023-03-30Remove unnecessary image-related `.wasm` files inside build output when ↵Gravatar Erika 6-47/+45 possible (#6701) * fix(image): Remove unnecessary .wasm files after build * chore: changeset 2023-03-30Fix InferGetStaticParamsType and InferGetStaticPropsType not working with ↵Gravatar Erika 2-7/+16 sync getStaticPaths (#6711) * fix(types): Fix InferGetStaticParamsType (and its props equivalent) not working when getStaticPaths wasn't async * chore: changeset * fix: use type imports 2023-03-30Fix multiple images being generated for the same image (#6710)Gravatar Erika 6-15/+28 * fix(images): Fix multiple calls to same image generating multiple images * chore: changeset 2023-03-30[RSS] Fix: update `RSSFeedItem` type to comply with `strictest` tsconfig (#6614)Gravatar Aivars Liepa 2-1/+6 * fix RSSFeedItem type for `strictest` tsconfig * add .changeset --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> 2023-03-29Update lit-ssr dependency (#6681)Gravatar Elliott Marquez 13-82/+107 * update lit-ssr dependency * delete unnecessary lit shim checks * delete another unused lit shim feature * fix sass build * bump lit and polyfill versions to match ssr req * shim HTMLElement in test * remove lit global shim workarounds * re-shim Astro's ce.define * remove fix window test and shim HTML Element * Update .changeset/gold-windows-fly.md Co-authored-by: Augustine Kim <ajk830@gmail.com> * fix window check test * implement suggestoins --------- Co-authored-by: Augustine Kim <ajk830@gmail.com> 2023-03-29fix(images): Improve error handling around the new assets feature (#6649)Gravatar Erika 17-21/+290 * fix(images): Improve error handling around the new assets feature * fix: add missing error message * fix(images): Fix schema preprocessing logic returning undefined when the file doesn't exist * test: add tests * chore: lockfile * chore: changeset * Apply suggestions from code review Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> * test: remove console.logs * fix(images): properly join with path * fix: attempt a fix * test: remove console.log * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix: add undefined test for global for SSR --------- Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> 2023-03-29Use debug option for debugDir (#6554)Gravatar Isaac 1-1/+1 Co-authored-by: Matthew Phillips <matthew@skypack.dev>