Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-05 | Update `@astrojs/upgrade` to 0.2.0 (#9310) | 1 | -1/+1 | ||
2023-12-05 | Downgrade the tailwind integration for Astro 3/4 compat (#9309) | 1 | -2/+2 | ||
2023-12-05 | Release markdoc integration as v0.x (#9308) | 1 | -2/+2 | ||
2023-12-05 | Exit pre-mode for 4.0 release (#9290) | 1 | -1/+1 | ||
2023-12-05 | [Toolbar] Remove image decode call (#9305) | 1 | -4/+4 | ||
* stop waiting for images to decode * fix: don't add empty audits --------- Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-12-05 | filter out internal island props (#9304) | 1 | -5/+7 | ||
2023-12-05 | capture click events inside the toolbar (#9303) | 1 | -2/+3 | ||
2023-12-05 | [ci] format | 2 | -5/+5 | ||
2023-12-05 | fix z-index on dev overlay tooltips and highlights (#9301) | 7 | -27/+29 | ||
2023-12-05 | [ci] format | 1 | -3/+6 | ||
2023-12-05 | [Toolbar] fix issue where requestIdleCallback would take forever (#9302) | 1 | -1/+1 | ||
2023-12-04 | [ci] release (beta) (#9296)astro@4.0.0-beta.7 | 30 | -53/+62 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-04 | [ci] format | 1 | -1/+0 | ||
2023-12-04 | Remove aria-query and related rule (#9295) | 4 | -99/+7 | ||
2023-12-04 | [ci] release (beta) (#9294)astro@4.0.0-beta.6 | 30 | -53/+68 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-04 | Remove audit role that depends on CJS package (#9293) | 4 | -69/+7 | ||
* Remove audit role that depends on CJS package * Adding changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-04 | [ci] format | 1 | -1/+1 | ||
2023-12-05 | fix(astro compiler): check vite command to decide on "annotateSourceFile" ↵ | 2 | -1/+6 | ||
(#9275) * prevent annotations in build * add changeset * Apply suggestions from code review Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> | |||||
2023-12-04 | [ci] format | 2 | -14/+32 | ||
2023-12-04 | Improves display of `preferences list` command (#9292) | 3 | -20/+79 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-12-04 | [ci] format | 1 | -1/+3 | ||
2023-12-04 | remove outdated devoverlay config and defaultstate config (#9291) | 15 | -75/+14 | ||
* remove outdated devoverlay config and defaultstate config * update tests * fix the build | |||||
2023-12-04 | [ci] release (beta) (#9280)astro@4.0.0-beta.5 | 30 | -53/+75 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-04 | chore: also export `DevToolbarApp` type for API (#9273) | 2 | -1/+8 | ||
* chore: also export `DevToolbarApp` type for API * chore: changeset * chore: resolve review comments Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> * Update .changeset/smooth-gifts-train.md --------- Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-04 | Increase consistency between navigation with and without ViewTransitions (#9279) | 4 | -62/+62 | ||
* Greater consistency between navigations with and without ViewTransitions * hmpf * formatting and test fixing * An attempt to explain * fixed tests * explain the event listener * Update .changeset/nervous-beans-peel.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-04 | Implement new a11y audits for the Dev Toolbar app (#9170) | 8 | -24/+727 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com> | |||||
2023-12-04 | fix: enforce separate type imports (#9288) | 21 | -45/+45 | ||
2023-12-04 | chore: remove `experimental` from i18n configuration (#9264) | 18 | -410/+360 | ||
* update types and schema * update typescript files * update tests * chore: update JSDoc | |||||
2023-12-04 | [ci] format | 2 | -4/+7 | ||
2023-12-04 | [Toolbar] Final style polish and code cleanup (#9282) | 7 | -50/+91 | ||
Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com> | |||||
2023-12-04 | [ci] format | 1 | -1/+1 | ||
2023-12-04 | [Toolbar] Improve third party plugin load performance (#9281) | 1 | -4/+4 | ||
2023-12-04 | [Toolbar] Fix tooltip overlap bug (#9283) | 2 | -1/+5 | ||
2023-12-04 | Fix i18n routing param (#9274) | 3 | -10/+15 | ||
* Fix i18n routing param * Add changeset | |||||
2023-12-01 | [ci] release (beta) (#9272)astro@4.0.0-beta.4 | 30 | -53/+64 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-01 | Update the Toolbar rename changeset | 1 | -2/+2 | ||
2023-12-01 | [ci] format | 2 | -4/+6 | ||
2023-12-01 | Rename Dev Overlay to Dev Toolbar (#9271) | 20 | -82/+275 | ||
* Add more dev overlay tests * Rename Dev Overlay to Dev Toolbar * Add config option and preferences * Fix build * Alias the event names * Add changeset | |||||
2023-12-01 | Remove ` examples/vite-plugin-pwa` (#9270) | 13 | -2013/+67 | ||
2023-12-01 | Remove unused fixture (#9269) | 2 | -1547/+42 | ||
2023-12-01 | [ci] release (beta) (#9251)astro@4.0.0-beta.3@astrojs/vercel@6.0.0-beta.2 | 35 | -60/+135 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2023-12-01 | Adds missing name/value of the submit button to the form data of a view ↵ | 4 | -2/+38 | ||
transition (#9248) * Adds missing name/value of the submit button to the form data of a view transition * Update .changeset/ninety-weeks-juggle.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-12-02 | Remove remaining deprecated APIs (#9263) | 15 | -126/+28 | ||
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> | |||||
2023-12-02 | Remove remaining simple objects usage (#9266) | 5 | -23/+11 | ||
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-01 | [ci] format | 1 | -2/+6 | ||
2023-12-01 | Clarify language for Verbose Logging setting (#9237) | 2 | -1/+11 | ||
2023-12-01 | chore: add test case (#9261) | 2 | -7/+14 | ||
* chore: add test case * fix: replace old endpoint way * Update packages/integrations/sitemap/test/fixtures/static/src/pages/endpoint.json.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> | |||||
2023-12-01 | Remove @astrojs/prefetch integration (#9241) | 30 | -1287/+0 | ||
2023-12-01 | fix(overlay): Fix notification setting not working immediately (#9243) | 3 | -34/+65 | ||
2023-12-01 | Rework Vite and Astro logger for HMR messages (#9139) | 7 | -64/+113 | ||