le>astro - Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/i18n-routing-redirect-preferred-language/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-08feat: experimental i18n routing (#8974)Gravatar Emanuele Stoppa 7-0/+81
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Martin Trapp <94928215+martrapp@users.noreply.github.com> Co-authored-by: Elian ☕️ <hello@elian.codes> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08Light/dark theming for shikiji's codeblocks (#8903)Gravatar horo 8-8/+62
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08feat(overlay): Add click to go to editor for audits (#9016)Gravatar Erika 9-26/+47
* feat(overlay): Add click to go to editor for audits * chore: changeset * chore: update compiler dep * fix: tests * Update packages/astro/src/core/compile/compile.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update packages/astro/src/core/compile/compile.ts --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-11-08Support prefetch in core (#8951)Gravatar Bjorn Lu 23-41/+688
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08Fix Lit integration hydration ordering (#9018)Gravatar Augustine Kim 3-1/+9
* Provide renderer instance to `customElementHostStack` * Add changeset
2023-11-08[ci] formatGravatar Princesseuh 1-1/+5
2023-11-08feat(assets): Delete original assets unused outside of the optimization ↵Gravatar Erika 13-30/+116
pipeline (#8954) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08feat(assets): Add property to image services to control which properties to ↵Gravatar Erika 10-9/+86
use for hashing (#8984) Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-08Use jpeg source files as fallback rather than converting to png (#9010)Gravatar Caleb Jasik 2-1/+7
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-08[ci] release (#8989)astro@3.4.4@astrojs/vue@3.0.4@astrojs/vercel@5.2.0Gravatar Houston (Bot) 40-93/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 9-14/+105
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-11-08feat(overlay): Match the design's animations, shadows and general styling ↵Gravatar Erika 11-56/+251
(#9014)
2023-11-07[ci] formatGravatar lilnasy 1-2/+2
2023-11-07feat(vercel): streaming (#8879)Gravatar Arsh 9-8/+80
2023-11-06Fix DEV mode on Safari when view transitioning to client:only components (#9000)Gravatar Martin Trapp 2-3/+7
* Fix DEV mode on Safari when view transitioning to client:only components * Update .changeset/eighty-ladybugs-shake.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-11-06[ci] formatGravatar bluwy 1-1/+1
2023-11-06Handle Vite 5 changes (#9005)Gravatar Bjorn Lu 4-7/+30
2023-11-06[ci] formatGravatar bluwy 1-1/+1
2023-11-06Add shiki lang path compat (#8996)Gravatar Bjorn Lu 7-7/+438
2023-11-02fix(assets): Propagate sizes attribute on all sources (#8986)Gravatar Erika 8-20/+44
* fix(assets): Propagate `sizes` attribute on all sources * refactor: small refactor exposed srcSet types * test: update test with a sizes * chore: changeset * fix: use a type import
2023-11-02[ci] release (#8982)astro@3.4.3Gravatar Houston (Bot) 32-65/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-02Increase the scroll restoration throttle time (#8981)Gravatar Matthew Phillips 2-1/+6
* Increase the scroll restoration throttle time * Add changeset * Update packages/astro/src/transitions/router.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-01[ci] formatGravatar natemoo-re 1-1/+1
2023-11-01fix: toStyleString omit nullish values (#8940)Gravatar Marvin 2-0/+6
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-11-01[ci] release (#8980)@astrojs/underscore-redirects@0.3.3Gravatar Houston (Bot) 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01fix(underscore-redirects): fix dynamic pattern regression (#8979)Gravatar Alexander Niebuhr 2-2/+7
2023-11-01[ci] release (#8975)astro@3.4.2@astrojs/underscore-redirects@0.3.2Gravatar Houston (Bot) 36-76/+72
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01[ci] formatGravatar matthewp 1-12/+13
2023-11-01feat(dev-overlay): Add a tooltip on plugin hover / focus (#8978)Gravatar Erika 3-3/+46
* feat(dev-overlay): Add a tooltip on plugin hover / focus * chore: changeset * test: add test
2023-11-01Prevent the route announcer from being visible (#8977)Gravatar Matthew Phillips 6-18/+64
* Prevent the route announcer from being visible * Update the number of expected styles in the tests
2023-11-01feat: new event to toggle a plugin from itself (#8968)Gravatar Erika 2-4/+13
2023-11-01Fix ViewTransitions example (#8976)Gravatar Matthew Phillips 1-3/+1
2023-11-01feat(underscore-redirects): add `base` to input paths (#8953)Gravatar Alexander Niebuhr 2-6/+17
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Bjorn Lu <34116392+bluwy@users.noreply.github.com>
2023-11-01[ci] formatGravatar lilnasy 2-3/+3
2023-11-01fix(slots): consume eagerly rendered slot after one use (#8929)Gravatar Arsh 6-2/+59
* render slots lazily * add test * add changeset * refactor * reword changeset
2023-11-01[ci] release (#8934)create-astro@4.5.0astro@3.4.1@astrojs/vue@3.0.3@astrojs/sitemap@3.0.3@astrojs/partytown@2.0.2@astrojs/markdoc@0.7.1Gravatar Houston (Bot) 50-122/+120
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-11-01Undo the halloween theme (#8959)Gravatar Elian ☕️ 3-26/+24
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-10-31refactor: dev overlay to make it easier to work with VT (#8966)Gravatar Erika 10-293/+386
2023-10-31[ci] formatGravatar matthewp 1-9/+9
2023-10-31Move VT route announcer styles to a class (#8965)Gravatar Matthew Phillips 3-4/+21
2023-10-31Three small improvements for handling client-only in view transitions (#8964)Gravatar Martin Trapp 1-2/+10
* client-only fixes * typo
2023-10-30chore(deps): Upgrade Zod to @latest (#8762)Gravatar Eva Decker 6-11/+26
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>