summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-24[ci] release (#3692)astro@1.0.0-beta.54@astrojs/vue@0.2.0@astrojs/svelte@0.2.0@astrojs/solid-js@0.2.0@astrojs/sitemap@0.2.2@astrojs/react@0.2.0@astrojs/preact@0.2.0@astrojs/lit@0.3.0Gravatar github-actions[bot] 52-200/+260
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-24[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-23fix run-on sentence (#3699)Gravatar dperolio 1-1/+1
2022-06-23[ci] formatGravatar matthewp 4-9/+9
2022-06-23Remove post-rendering head injection (#3679)Gravatar Matthew Phillips 22-44/+74
* Remove post-rendering head injection * Adds a changeset * Use a layout component for vue
2022-06-23Added test for dir parameter in astro:build:done. (#3649)Gravatar d-suke 5-0/+58
* Added test for dir in astro:build:done * Added changeset * Change pathname for Windows * Change changeset generated file summary * Eliminate testing of branches by os * Eliminate OS dependence * Change changeset generated file summary * Using fileURLToPath * Cross-platform fixes. * Use posix for everything. * Pass an empty string for relative from * Use path.join for the correct value * Update packages/astro/test/static-build-dir.test.js * Update packages/astro/test/static-build-dir.test.js * Update packages/astro/test/static-build-dir.test.js * Remove trailing slash * add toString * fix syntax error Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-06-23[ci] formatGravatar tony-sull 1-2/+2
2022-06-23centralizing test setup with a universal resetAllFiles hook (#3693)Gravatar Tony Sullivan 20-325/+178
2022-06-23[ci] formatGravatar bholmesdev 1-1/+3
2022-06-23Fix: document sitemap + SSR use case (#3689)Gravatar Ben Holmes 3-1/+32
* fix: offer suggestion for SSR sitemap users * docs: add customPages to README * chore: changeset
2022-06-23[ci] formatGravatar natemoo-re 15-60/+65
2022-06-23Enable named slots in renderers (#3652)Gravatar Nate Moore 60-157/+827
* feat: pass all slots to renderers * refactor: pass `slots` as top-level props * test: add named slot test for frameworks * fix: nested hydration, slots that are not initially rendered * test: add nested-recursive e2e test * fix: render unmatched custom element children * chore: update lockfile * fix: unrendered slots for client:only * fix(lit): ensure lit integration uses new slots API * chore: add changeset * chore: add changesets * fix: lit slots * feat: convert dash-case or snake_case slots to camelCase for JSX * feat: remove tmpl special logic * test: add slot components-in-markdown test * refactor: prefer Object.entries.map() to for/of loop Co-authored-by: Nate Moore <nate@astro.build>
2022-06-23[ci] release (#3684)astro@1.0.0-beta.53@astrojs/svelte@0.1.5@astrojs/partytown@0.1.5Gravatar github-actions[bot] 40-115/+113
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-23[ci] formatGravatar matthewp 1-5/+5
2022-06-23Include partytown scripts in SSR manifest (#3686)Gravatar Matthew Phillips 7-10/+79
* Include partytown scripts in SSR manifst * Adds a changeset
2022-06-23[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-22[ci] formatGravatar bholmesdev 1-5/+9
2022-06-22Fix: pass Astro config postcss to Svelte preprocess (#3685)Gravatar Ben Holmes 12-30/+565
* fix: pass Astro config postcss to Svelte preprocess * test: preset env for nested styles * chore: changeset
2022-06-22[ci] formatGravatar natemoo-re 1-1/+3
2022-06-22simplify a complex peer semver used by astro add (#3633)Gravatar Fred K. Schott 2-1/+6
* fix peer semver used by astro add * Create pink-shirts-mix.md * update with regex over `' '` split Co-authored-by: Ben Holmes <hey@bholmes.dev>
2022-06-22[ci] formatGravatar matthewp 2-2/+2
2022-06-22Allow TypeScript in hoisted scripts (#3665)Gravatar Matthew Phillips 9-19/+76
* Allow TypeScript in hoisted scripts * Pass skipSelf * Fix linting
2022-06-22[ci] formatGravatar matthewp 1-1/+1
2022-06-22Allow specifying entryFileNames for client JS (#3676)Gravatar Matthew Phillips 8-1/+81
* Allow specifying entryFileNames for client JS * Adds a changeset
2022-06-22[ci] formatGravatar matthewp 1-1/+2
2022-06-22[ci] release (#3683)astro@1.0.0-beta.52Gravatar github-actions[bot] 34-83/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22[ci] formatGravatar matthewp 7-26/+25
2022-06-22Inline small hoisted scripts (#3658)Gravatar Matthew Phillips 15-37/+129
* Inline small hoisted scripts This makes it so that small hoisted scripts get inlined into the page rather than be fetched externally. * Ensure we don't inline when there are imports * Fix ts * Update tests with new url structure * Adds a changeset
2022-06-22[ci] formatGravatar tony-sull 3-3/+6
2022-06-22Enables eslint on the full repo and adds a rule for no `only()` tests (#3659)Gravatar Tony Sullivan 23-43/+61
* enabling eslint on the all packages and tests * enabling for all packages * TEMP: adding an only() test to verify it fails CI * using our eslint config and ignore in CI * removing the temporary .only() test * update lock file * lint: fixing new test with a no-shadow warning * chore: update lock file
2022-06-22[ci] formatGravatar bholmesdev 1-1/+1
2022-06-22Add `@nanostores/preact` to ALWAYS_NOEXTERNAL (#3667)Gravatar Ben Holmes 2-1/+10
* chore: add nanostores/preact to ALWAYS_NOEXTERNAL * chore: update comment to reference pR * chore: changeset
2022-06-22[ci] formatGravatar matthewp 1-1/+1
2022-06-22Include all client build artifacts in SSRManifest (#3678)Gravatar Matthew Phillips 8-6/+83
* Include all client build artifacts in SSRManifest * Adds a changeset
2022-06-22[ci] release (#3666)astro@1.0.0-beta.51@astrojs/netlify@0.4.6@astrojs/deno@0.1.6Gravatar github-actions[bot] 37-71/+79
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22Remove @examples/docs from a changesetGravatar unknown 1-1/+0
2022-06-22Fix react dependencies to improve test reliability (#3673)Gravatar hippotastic 14-1203/+1245
* Fix local react tests by unifying versions * Add missing dependencies to react tests * Add changeset * Fix lockfile Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-06-22Fix `import.meta.env` also without trailing dot (#3675)Gravatar hippotastic 4-5/+20
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-06-22Revert "add Astro Deno Example (#3645)" (#3674)Gravatar Matthew Phillips 19-5632/+232
This reverts commit e88b23ea5271369bcd26b0f011cc9146fc258b8c.
2022-06-22[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-21[ci] formatGravatar Jutanium 1-5/+5
2022-06-21add Astro Deno Example (#3645)Gravatar Elian ☕️ 19-232/+5632
* add Astro Deno Example * add changeset * update pnpm lock Co-authored-by: Dan Jutan <danjutan@gmail.com>
2022-06-21[ci] release (#3664)astro@1.0.0-beta.50Gravatar github-actions[bot] 32-71/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-21[ci] formatGravatar matthewp 3-11/+10
2022-06-21Resolve .jsx -> .tsx in hydrated components (#3663)Gravatar Matthew Phillips 11-4/+169
2022-06-21[ci] release (#3662)astro@1.0.0-beta.49@astrojs/sitemap@0.2.1Gravatar github-actions[bot] 35-79/+72
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-21Add .js to imports in the sitemap package (#3661)Gravatar Matthew Phillips 8-10/+19
* Add .js to imports in the sitemap package * Adds a smoke test * Adds a changeset
2022-06-21chore(example): fix @types install type (#3656)Gravatar Jeff Mendez 2-6/+15
2022-06-21Check null for props serialization (#3657)Gravatar Yuji Sugiura 2-1/+6
* Check null for props serialization * Add changeset
2022-06-21[ci] release (#3615)astro@1.0.0-beta.48@astrojs/telemetry@0.1.3@astrojs/sitemap@0.2.0@astrojs/netlify@0.4.5@astrojs/markdown-remark@0.11.3@astrojs/lit@0.2.0Gravatar github-actions[bot] 52-172/+161
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>