aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-21Inline small hoisted scriptsinline-hoisted-scripts-nowGravatar unknown 9-33/+79
This makes it so that small hoisted scripts get inlined into the page rather than be fetched externally.
2022-06-20Upgrade compiler versionGravatar unknown 2-5/+5
2022-06-20Upgrade the compilerGravatar unknown 2-5/+5
2022-06-20Fix types for the edge function integrationGravatar unknown 3-13/+24
2022-06-17Merge branch 'main' into re-export-component-clientGravatar Matthew Phillips 1-1/+1
2022-06-17disabling Netlify Edge Functions tests for now (#3631)Gravatar Tony Sullivan 1-1/+1
2022-06-17Merge branch 'main' into re-export-component-clientGravatar Matthew Phillips 75-187/+809
2022-06-17Get edge functions working in the edge testsGravatar unknown 4-2/+17
2022-06-17Pass through plugin contextGravatar unknown 3-6/+13
2022-06-17Fix hoisted script scanningGravatar unknown 1-19/+38
2022-06-17Allows using the constructor for lit elementsGravatar unknown 7-19/+23
2022-06-17Remove tagName custom element testGravatar unknown 2-16/+1
2022-06-17Inject post-buildGravatar unknown 2-26/+19
2022-06-17Remove extra newlines around Markdown components (#3620)Gravatar hippotastic 6-13/+23
2022-06-17Fix ssr, probablyGravatar unknown 3-14/+44
2022-06-17Include metadata for markdown tooGravatar unknown 1-1/+13
2022-06-17Support re-exporting astro components containing client componentsGravatar unknown 20-177/+269
2022-06-17[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-17[ci] formatGravatar bholmesdev 2-2/+4
2022-06-16Fix: Netlify edge deployment when using markdown (#3612)Gravatar Ben Holmes 10-13/+34
* wip: revert sitemap PR * fix: extract SSR-ready "slug" helper to separate module * Un-revert sitemap PR. Not to blame! This reverts commit 7cd2a8a5ea1e9fdee6837425881328928ceff852. * fix: use .netlify for edge deployment test * refactor: add md file to edge function fixture * fix: add netlify edge tests to ci * chore: remove stray console log * wip: undo "dist" change on edge tests * chore: changeset * Revert "wip: undo "dist" change on edge tests" This reverts commit 70e565ef06b228150547bca92bc12d1c236c0ed9. * temp: add ignore to breaking edge tests
2022-06-16[ci] formatGravatar tony-sull 1-2/+2
2022-06-16Investiging a flaky error test (#3613)Gravatar Tony Sullivan 1-7/+13
* restarting dev server between each error test * re-enabling the test on Linux CI * trying separate describe() suites per error test * narrowed the issue down, disabling for more investigation * not: removing unrelated whitespace change
2022-06-16feat: update `@astrojs/cloudflare` readme (#3616)Gravatar Richard Cooke 1-0/+8
2022-06-16[ci] formatGravatar tony-sull 2-5/+5
2022-06-16feat: improved sitemap (#3579)Gravatar Oleksii Tymoshenko 15-76/+607
* feat: extended sitemap functionality * docs: del samples * docs: readme * feat: new sitemap * feat: createLinkInHead removed * docs: updated changeset text * refactor: 'zod' function() instead of self made refine() * Revert "refactor: 'zod' function() instead of self made refine()" This reverts commit 036bac730d235b96b218e4d8c97527fa922b044f. undo function()
2022-06-16[ci] formatGravatar matthewp 2-17/+9
2022-06-16fix(@astrojs/telemetry): add optional integrations field (#3614)Gravatar Okiki Ojo 4-4/+63
* fix: filter out falsy integration from telemetry Falsy integrations are now ignored in `@astrojs/telemetry` This error should no longer occur, ```ts error Cannot read properties of null (reading 'name') at file:///workspaces/bundle/node_modules/.pnpm/@astrojs+telemetry@0.1.2/node_modules/@astrojs/telemetry/dist/events/session.js:53:117 ... ``` * ci: add tests for optional integrations * ci: add changeset * fix(@astrojs/telemetry): count number of optional integrations in use * ci: add test for counting the total number of optional integrations in use * ci: update changeset * chore: make the changes @tony-sull sugested * revert(@astrojs/webapi): mod.d.ts -> a4c78b5: [ci] format * ci: remove `@astrojs/webapi` patch change * chore(@astrojs/telemetry): remove totalIntegrations payload field * fix(@astrojs/telemetry): add optional integrations field * ci: add changeset
2022-06-16Revert "restarting dev server between each error test"Gravatar Tony Sullivan 1-2/+2
This reverts commit 49e4453acc244198579b7a69ce7ed20916cc0be2.
2022-06-16restarting dev server between each error testGravatar Tony Sullivan 1-2/+2
2022-06-16[ci] release (#3604)astro@1.0.0-beta.47@astrojs/netlify@0.4.4@astrojs/cloudflare@0.2.0Gravatar github-actions[bot] 39-88/+80
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-16[ci] formatGravatar matthewp 1-1/+1
2022-06-16feat: add SSR adaptor for cloudflare pages functions (#3600)Gravatar Richard Cooke 8-0/+194
2022-06-16[ci] formatGravatar matthewp 11-76/+60
2022-06-16Inline hydration directive scripts (#3605)Gravatar Matthew Phillips 19-174/+203
* Inline hydration scripts * Adds a changeset * Update directiveAstroKeys type
2022-06-16[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-15[ci] formatGravatar tony-sull 3-5/+8
2022-06-15Adds support base64 encoding in Netlify Functions (#3592)Gravatar Tony Sullivan 7-7/+169
* Adding support for base64 encoded responses in Netlify Functions * chore: add changeset * removing the regex check for a more simple header-based check * nit: cleaning up the readme a bit
2022-06-15Update README.md (#3597)Gravatar Dan Jutan 1-12/+29
- Fix the tree to reflect the actual example contents - Remove RSS and Sitemap bullet points, since they aren't in the project
2022-06-15fix: check node version and find acceptable host accordingly (#3599)Gravatar Ari Gibson 2-1/+8
2022-06-15[ci] formatGravatar matthewp 7-98/+92
2022-06-15Consolidate hydration scripts into just one (#3571)Gravatar Matthew Phillips 37-288/+533
* Remove redundant hydration scripts * Prebuild the island JS * Fix build * Updates to tests * Update more references * Custom element test now has two classic scripts * Account for non-default exports * Restructure hydration directives * Move nested logic into the island component * Remove try/catch
2022-06-15[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-14[ci] release (#3596)astro@1.0.0-beta.46Gravatar github-actions[bot] 34-81/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-14[ci] formatGravatar natemoo-re 1-2/+1
2022-06-14Collect project meta info (#3587)Gravatar Nate Moore 3-0/+103
* chore: add project meta * Update index.ts
2022-06-14[ci] formatGravatar matthewp 1-3/+3
2022-06-14Handle importing multiple CSS packages in same bundle (#3595)Gravatar Matthew Phillips 5-1/+23
* Handle importing multiple CSS packages in same bundle * Changeset
2022-06-14chore: add changesetGravatar Nate Moore 1-0/+5
2022-06-14[ci] formatGravatar natemoo-re 3-37/+62
2022-06-14feat: implement injectRoute (#3457)Gravatar Pascal Schilp 6-17/+78
* feat: implement injectRoute * chore: make ts happy * feat: add route collision detection and error message * fix: case sensitivity in route collision detection * chore: ts * fix: improve route collision logic * chore: make ts happy * chore: update error message * refactor: lowercase route * fix: inject routes when no pages * Update packages/astro/src/integrations/index.ts Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>