summaryrefslogtreecommitdiff
path: root/examples/view-transitions/src/scripts/utils.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-04-23fix: allow redoc to render on react components (#10855)Gravatar Lam 2-1/+5
* fix: removed redoc from noExternal for react * Add changeset --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-04-23[ci] formatGravatar Robert van Hoesel 1-5/+10
2024-04-23Prevents inputs from changing ViewTransitions' form method or action (#10856)Gravatar Robert van Hoesel 5-2/+55
* Prevents inputs from changing ViewTransitions' form method or action. Fixes #10849 * Consistency 🧘‍♂️
2024-04-23[ci] formatGravatar Bjorn Lu 1-1/+1
2024-04-23Move MDX Vite plugin to new file (#10854)Gravatar Bjorn Lu 2-88/+93
2024-04-23fix: markdown cannot find relative image path without leading ./ (#10801)Gravatar Rishi Raj Jain 7-9/+33
2024-04-23[ci] formatGravatar Matthew Phillips 3-7/+11
2024-04-23Prevent getCollection from breaking in vitest (#10846)Gravatar Matthew Phillips 7-17/+51
* Prevent getCollection from breaking in vitest * Linting * Another way * Make backwards compat * Oops * runHookConfigSetup creates a new settings
2024-04-22Update project-name.test.js (#10766)Gravatar aswind7 1-2/+2
head and tail blank spaces should be trimed
2024-04-22fix: resolve syntax errors in fixtures (#10828)Gravatar virchau13 3-4/+3
I parsed every `.astro` file in the Astro repository (to check if tree-sitter-astro had any bugs), and found these three syntax errors that don't seem intentional.
2024-04-22unnest astro-island class (#10839)Gravatar Joe Pea 1-155/+159
2024-04-22db: add login flow for web containers (#10816)Gravatar Ben Holmes 2-25/+53
* feat: add login flow for web containers * chore: changeset * chore: remove unused web() * feat: detect github codespaces * fix: add success msg for manual flow * refactor: use URL constructor for login URL Co-authored-by: Matthew Phillips <matthew@skypack.dev> * fix: add .href for url string --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-04-22chore(deps): update all non-major dependencies (#10833)Gravatar renovate[bot] 73-1192/+1078
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-22Refactor MDX postprocess plugin (#10832)Gravatar Bjorn Lu 3-73/+118
2024-04-22revert handling of JavaScript animations during view transitions (#10841)Gravatar Martin Trapp 2-2/+5
2024-04-22chore(deps): update dependency devalue to v5 (#10836)Gravatar renovate[bot] 3-8/+8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22chore(deps): update dependency chai to v5 (#10835)Gravatar renovate[bot] 3-4/+53
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-22chore(deps): update dependency @types/mime to v4 (#10834)Gravatar renovate[bot] 2-8/+0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-20Update major deps (#10823)Gravatar Bjorn Lu 17-463/+250
2024-04-19Use renovate (#10422)Gravatar Bjorn Lu 2-13/+15
* Use renovate * Add more ignore
2024-04-19fixed the path to checkout existing blog posts on the home page of the blog ↵Gravatar Damanjeet Singh 1-1/+1
starter template (#10814) Currently the 4th point on home page says: "Check out the included blog posts in src/pages/blog/". It the path here should be "src/content/blog/".
2024-04-18[ci] release (#10798)astro@4.6.3@astrojs/sitemap@3.1.4@astrojs/db@0.10.5Gravatar Houston (Bot) 40-89/+83
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-18[ci] formatGravatar Matthew Phillips 6-46/+80
2024-04-18Invalidate CC cache manifest when lockfile or config changes (#10763)Gravatar Matthew Phillips 21-51/+355
* Invalidate CC cache manifest when lockfile or config changes * Close the handle and increment manifest version * debug info * Provide a reason for cache busting * Handle compile metadata missing * Try it this way * Copy over cached assets as well * Only restore chunks when cache is valid * Better handle invalid caches * Explain when there is no content manifest * Add tests * debugging * Remove debugging * Update packages/astro/src/core/build/plugins/plugin-content.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update packages/astro/src/core/build/plugins/plugin-content.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Review comments * Add chunks path constant --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-04-18add/cli: update list of integrations (#10811)Gravatar Avinash Reddy 2-2/+7
2024-04-18optimization(runtime): create smaller objects for each Astro global (#10773)Gravatar Arsh 2-10/+54
* optimization(runtime): create smaller objects for each Astro global * add changeset * Make slots lazy --------- Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-18[ci] formatGravatar Robin Gisler 2-64/+67
2024-04-18fix(sitemap): Trailing slashes on root url (#10772)Gravatar Robin Gisler 7-13/+117
* add tests that reveal issue * fix trailing slash root page issue * add changeset
2024-04-17test: fix regression upon import sorting (#10802)Gravatar Emanuele Stoppa 2-8/+12
2024-04-17[ci] formatGravatar Martin Trapp 1-2/+2
2024-04-17Fixes an issue with persisted non-text input fields that have the focus ↵Gravatar Martin Trapp 5-2/+67
during view transition navigation. (#10799) * Fixes an issue with persisted non-text input fields that have the focus during view transition navigation. * better check
2024-04-17[ci] formatGravatar Emanuele Stoppa 133-169/+169
2024-04-17chore: use Biome to format JS files (#10788)Gravatar Emanuele Stoppa 20-118/+175
* chore: configuration * chore: update main commands * chore: revert formatting package.json * chore: rebase
2024-04-16db: export 'alias' from drizzle-orm/sqlite-core (#10789)Gravatar Nick Dubelman 3-0/+8
* db: export 'alias' from drizzle-orm/sqlite-core * chore: changeset * fix: changeset target --------- Co-authored-by: Ben Holmes <hey@bholmes.dev>
2024-04-16[ci] release (#10777)astro@4.6.2@astrojs/sitemap@3.1.3@astrojs/mdx@2.3.1Gravatar Houston (Bot) 45-131/+141
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-16fix: MDX cannot find relative image path without leading ./ (#10754)Gravatar Rishi Raj Jain 7-3/+39
Co-authored-by: Oliver Speir <115520730+OliverSpeir@users.noreply.github.com>
2024-04-16fix: use assetsDir in creating vite config (#10732)Gravatar Rishi Raj Jain 14-0/+150
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-04-16Disable streaming for SSG (#10796)Gravatar Bjorn Lu 4-6/+12
2024-04-16Improve sitemap generate performance (#10795)Gravatar Bjorn Lu 5-73/+254
2024-04-15[ci] update lockfile (#10791)Gravatar Houston (Bot) 1-400/+377
Co-authored-by: matthewp <matthewp@users.noreply.github.com>
2024-04-15astro/cli/install-package.ts: whichPm may return null if ran in an empty ↵Gravatar Meghan Denny 2-1/+6
directory (#10782)
2024-04-15[ci] formatGravatar Erika 1-3/+1
2024-04-15fix(assets): Forward headers from the original request to the internal ↵Gravatar Erika 2-5/+14
request to the image (#10775)
2024-04-15[ci] formatGravatar Martin Trapp 1-1/+1
2024-04-15Make viewTransition.finished wait for animations triggered by ↵Gravatar Martin Trapp 2-1/+8
viewTransition.ready (#10787)
2024-04-15Fix @types/cookie dependency (#10776)Gravatar Farzad 3-5/+10
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-04-15fix: picture fallback check (#10783)Gravatar Juraj Kapsz 2-1/+6
2024-04-15[ci] formatGravatar Jason 1-26/+26
2024-04-15lint: upgrade eslint to version 9 (#10730)Gravatar Jason 9-314/+351
2024-04-15Remove MDX processor on buildEnd (#10770)Gravatar Bjorn Lu 5-2/+50