summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-17Merge branch 'main' into nextGravatar Matthew Phillips 2-5/+45
2023-08-16Fix #7056 Splashing Navigation Menu in portfolio template (#7078)Gravatar Nel 1-3/+43
* Fix #7056 Splashing Navigation Menu in portfolio template * Add menu back to no-JS view * Fix desktop view in non-JS & menu styling * chore: force ci --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-15[ci] formatGravatar natemoo-re 1-12/+12
2023-08-15chore: update to use getEntry (#8093)Gravatar Nate Moore 1-14/+14
2023-08-15[ci] release (#8090)create-astro@3.2.1astro@2.10.9Gravatar Houston (Bot) 27-27/+27
* [ci] release * Update packages/create-astro/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-15[ci] release (#8064)create-astro@3.2.0astro@2.10.8@astrojs/sitemap@2.0.2@astrojs/react@2.2.2@astrojs/node@5.3.4Gravatar Houston (Bot) 27-33/+33
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-15Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 4-2/+2
2023-08-14[ci] release (beta) (#8067)astro@3.0.0-beta.2@astrojs/vercel@4.0.0-beta.2@astrojs/react@3.0.0-beta.2@astrojs/markdoc@1.0.0-beta.1@astrojs/internal-helpers@0.2.0-beta.1Gravatar Houston (Bot) 27-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-14fix: Cleanup blog template images (#8051)Gravatar Samuel Plumppu 2-0/+0
2023-08-11[ci] release (#8043)astro@2.10.7Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-11[ci] release (#8023)create-astro@3.1.13astro@2.10.6@astrojs/vercel@3.8.1@astrojs/node@5.3.3@astrojs/netlify@2.6.0@astrojs/cloudflare@6.8.0Gravatar Houston (Bot) 27-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-11[ci] release (beta) (#7952)astro@3.0.0-beta.1@astrojs/vercel@4.0.0-beta.1@astrojs/telemetry@3.0.0-beta.1@astrojs/solid-js@3.0.0-beta.1@astrojs/react@3.0.0-beta.1@astrojs/preact@3.0.0-beta.1@astrojs/netlify@3.0.0-beta.1@astrojs/cloudflare@7.0.0-beta.1Gravatar Houston (Bot) 28-36/+36
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-11JSX refactor (#7924)Gravatar Matthew Phillips 7-6/+12
* JSX refactor * Get preact/compat test to pass * Use include config * Remove old astro flavored markdown test * Move babel dep to preact * Remove errant debugger * Update lockfile * Update the multi-framework example * Update e2e tests * Fix nested-in-vue tests * Add back in astro check * Update packages/astro/src/core/create-vite.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 packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update packages/integrations/solid/src/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/perfect-horses-tell.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Move the comment about the include config * Remove redundant alias config * Use react's own preamble code * Use the base for the preamble * Remove solid redundancy * Update .changeset/perfect-horses-tell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update based on review comments * Oops --------- Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-08-10Remove unnecessary hyphen from svg tag (#8025)Gravatar Shinya Fujino 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-10Update path to image in public/ to suppress warning (#8026)Gravatar Shinya Fujino 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-10[ci] release (#8017)astro@2.10.5@astrojs/cloudflare@6.7.0Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-10Merge remote-tracking branch 'origin/main' into nextGravatar Emanuele Stoppa 2-7/+114
2023-08-09[ci] release (#8000)create-astro@3.1.12astro@2.10.4@astrojs/preact@2.2.2Gravatar Houston (Bot) 27-31/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-09[ci] formatGravatar ElianCodes 1-14/+14
2023-08-09fixed image path and add markdown syntax in example (#7802)Gravatar Keshav Mohta 1-6/+113
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Elian ☕️ <hello@elian.codes>
2023-08-08chore: update prettier to `3.0` (#7957)Gravatar Emanuele Stoppa 1-1/+1
2023-08-08chore: fix rebase issueGravatar Emanuele Stoppa 1-1/+1
2023-08-08[ci] release (beta) (#7897)Gravatar Houston (Bot) 27-53/+54
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-08feat: change default port to 4321 (#7874)Gravatar Emanuele Stoppa 32-32/+32
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-08-08fix: update examples to use the new API of cookies (#7899)Gravatar Emanuele Stoppa 1-1/+1
2023-08-08Remove support for Node 16 (#7780) (#7820)Gravatar Emanuele Stoppa 2-2/+2
2023-08-07chore: remove MDX integration from Tailwind example (#7987)Gravatar Elian ☕️ 4-16/+17
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07[ci] release (#7988)astro@2.10.3Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07Add screen reader text to example blog footer (#7984)Gravatar Jeff Ruane 1-0/+3
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07[ci] release (#7958)astro@2.10.2@astrojs/rss@2.4.4@astrojs/lit@2.1.1Gravatar Houston (Bot) 27-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-03[ci] release (#7937)astro@2.10.1@astrojs/internal-helpers@0.1.2Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-03[ci] formatGravatar natemoo-re 1-1/+1
2023-08-03Make the image decorative (#7926)Gravatar Mike Gifford 1-0/+1
* Make the image decorative * Update examples/basics/src/pages/index.astro --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-03[ci] release (#7912)astro@2.10.0@astrojs/vercel@3.8.0@astrojs/node@5.3.2@astrojs/image@0.17.3Gravatar Houston (Bot) 27-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-01[ci] release (#7877)astro@2.9.7@astrojs/vercel@3.7.5@astrojs/node@5.3.1@astrojs/netlify@2.5.2Gravatar Houston (Bot) 27-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-28[ci] release (#7854)astro@2.9.6Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-28[ci] release (#7851)astro@2.9.5Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-27[ci] release (#7813)astro@2.9.4@astrojs/netlify@2.5.1Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-25[ci] release (#7784)astro@2.9.3@astrojs/markdoc@0.4.4@astrojs/deno@4.3.0Gravatar Houston (Bot) 27-29/+29
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-25Update README.md with new image (#7797)Gravatar Mark Peck 1-1/+1
Adds updated screenshot of blog template
2023-07-25Update README.md (#7796)Gravatar Mark Peck 1-1/+1
Updates blog image in readme
2023-07-25[ci] formatGravatar doodlemarks 7-55/+104
2023-07-25Blog theme styling updates (#7768)Gravatar Mark Peck 25-82/+319
* whole lotta updates and including some new fonts * update placeholders * fix mobile first child * remove experimental stuff * adding accessible text to header icon links * preloading font files * i did dum things --------- Co-authored-by: Tony Sullivan <tony.f.sullivan@outlook.com>
2023-07-24[ci] formatGravatar doodlemarks 4-12/+30
2023-07-24Basics theme styling updates (#7760)Gravatar Mark Peck 5-33/+57
* update styling and include asset * whoopsies, didnt mean to include these * im rusty dont judge * another thing I didn't want pushed * anything for chris * for natey poo * just stop
2023-07-24[ci] release (#7763)astro@2.9.2Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-21[ci] release (#7737)astro@2.9.1@astrojs/vercel@3.7.4Gravatar Houston (Bot) 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-20[ci] release (#7714)astro@2.9.0@astrojs/sitemap@2.0.1Gravatar Houston (Bot) 27-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-19Initial View Transition Support (#7511)Gravatar Matthew Phillips 2-2/+1
* Basic support * Add the fade transition * Move CSS into a separate file * Add transition name * View Transitions changeset * Replace the boolean transition with 'morph' * Update to use `transition:animate` * Use head propagation * Move CSS into a separate file * Add builtin animations and namespaced module * Misquote * Remove unused code * Add automatic prefetching to the View Transitions router * Use a data attribute for back nav animations * Use [data-astro-transition] * Add view transitions to examples * Wait on the HTML response before calling startViewTransition * Updated stuff * Update the compiler * Fix * Fallback support * Properly do fallback * Simplify the selectors * Put viewTransitions support behind a flag * Upgrade the compiler * Remove unused import * Add tests * Use an explicit import instead of types * Fix case where the click comes from within nested content * Fix linting * Add a test for the back button * Prevent glitch in fallback * Do not combine selectors * Fallback to MPA nav if there is an issue fetching * Fallback swap if there are no animations * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/components/ViewTransitions.astro Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update packages/astro/components/ViewTransitions.astro Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update the changeset * PR review changes * Update more based on review comments. * Update the updateDOM default * Pass in transitions options to the compiler * Update broken tests * Update .changeset/silly-garlics-live.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/silly-garlics-live.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/silly-garlics-live.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/silly-garlics-live.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * h2 -> h4 * Upgrade to stable compiler * Remove exp redirects from sitemap * Remove usage from examples * Remove example updates --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-07-19[ci] release (#7699)astro@2.8.5@astrojs/netlify@2.5.0@astrojs/markdoc@0.4.3Gravatar Houston (Bot) 27-28/+28
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>