Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-07-08 | [ci] format | 1 | -3/+3 | ||
2022-07-08 | fix: Always add @astrojs/image to vite.ssr.noExternal (#3869) | 2 | -0/+8 | ||
* fix: always add @astrojs/image to vite.ssr.noExternal * chore: add changeset | |||||
2022-07-08 | Format astro files in examples (#3862) | 73 | -694/+957 | ||
2022-07-08 | Integration README fixes (#3865) | 8 | -8/+17 | ||
* Remove stray XML tag in sitemap integration README * Fix link errors * Add changeset | |||||
2022-07-08 | fix(#3843): move @babel/types to dependencies (#3863) | 2 | -2/+2 | ||
* fix(#3843): move @babel/types to dependencies * chore: update lockfile Co-authored-by: Nate Moore <nate@astro.build> | |||||
2022-07-08 | Fixed broken Markdown link (#3868) | 1 | -2/+2 | ||
2022-07-08 | chore: bump Vite minimum version (#3861) | 2 | -2/+2 | ||
Co-authored-by: Nate Moore <nate@astro.build> | |||||
2022-07-08 | [ci] format | 1 | -1/+1 | ||
2022-07-08 | Better response.arrayBuffer() handling in Node (#3860) | 8 | -3/+125 | ||
* Better response.arrayBuffer() handling in Node * Adds a changeset | |||||
2022-07-08 | [ci] update lockfile (#3858) | 1 | -411/+437 | ||
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> | |||||
2022-07-08 | Fix manual import (#3857) | 1 | -1/+1 | ||
2022-07-07 | [ci] format | 1 | -3/+3 | ||
2022-07-07 | Docs: add adapter heading for configuration docs (#3842) | 2 | -4/+20 | ||
* Docs: add adapter heading for configuration docs * docs: add adapter example, rework doc links * chore: changeset | |||||
2022-07-07 | [ci] format | 2 | -3/+3 | ||
2022-07-07 | fix: lint failing on astro and some integrations (#3794) | 7 | -17/+18 | ||
* fix: lint failing on astro and some integrations * chore: fix telemetry lint * chore: fix turbo cache (thx nate) * chore: fix runtime server | |||||
2022-07-07 | update solid peer dependencies | 2 | -1/+6 | ||
2022-07-07 | update lockfile (#3828) | 3 | -7/+1 | ||
2022-07-07 | Improve JSX definitions (#3801) | 2 | -477/+858 | ||
2022-07-07 | Fix slot attribute inside expressions (#3837) | 8 | -5/+89 | ||
* fix: use slots inside expressions * test: add test for conditional named slots * test: fix incorrect test fixture * chore: update `@astrojs/compiler` * chore: add test coverage for `switch` Co-authored-by: Nate Moore <nate@astro.build> | |||||
2022-07-07 | [ci] format | 1 | -2/+1 | ||
2022-07-07 | detect package manager and improve types (#3847) | 7 | -44/+78 | ||
2022-07-07 | small create-astro wording changes (#3831) | 3 | -10/+15 | ||
2022-07-07 | Upgrade to pnpm@7.4.1, remove `patch-package` (#3747) | 6 | -127/+100 | ||
* chore: upgrade to pnpm@7.4.0, remove `patch-package` * chore: update contributing * chore: pnpm@7.4.1 * chore: bump to pnpm@7.5.0 Co-authored-by: Nate Moore <nate@astro.build> | |||||
2022-07-07 | [ci] format | 1 | -1/+1 | ||
2022-07-07 | Allow importing Image component from @astrojs/image (#3848) | 7 | -6/+20 | ||
* Allow importing Image component from @astrojs/image * Adds a changeset * Export the Image type | |||||
2022-07-06 | [ci] release (#3818)astro@1.0.0-beta.64@astrojs/telemetry@0.2.4@astrojs/node@0.1.4 | 41 | -90/+90 | ||
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||||
2022-07-07 | [ci] format | 1 | -1/+1 | ||
2022-07-06 | Fix: Infer content type with charset in dev and prod (#3841) | 4 | -3/+23 | ||
* fix: add text/plain;charset;utf-8 header in dev * test: ensure content type for body shorthand * chore: changeset * feat: infer content type by pathname * feat: add charset to prod build handler * test: update for charset in prod build test | |||||
2022-07-06 | [ci] format | 1 | -2/+2 | ||
2022-07-06 | Fix `client:visible` directive in safari (#3839) | 2 | -2/+20 | ||
* fix: client visible on safari * chore: changeset * refactor: wait for children with mutation observer * fix: remove unecessary settimeout * refactor: remove unecessary awaits | |||||
2022-07-06 | [ci] format | 1 | -1/+1 | ||
2022-07-06 | Ensure that maybeRenderHead runs last (#3821) | 5 | -8/+67 | ||
* Ensure that maybeRenderHead runs last * Adds a changeset * Make work with MDX | |||||
2022-07-05 | Fix portfolio example to use lowercase srcset (#3829) | 1 | -1/+1 | ||
2022-07-05 | [ci] format | 1 | -29/+29 | ||