summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-06-02fix: alias astro to @types/astro (#3503)Gravatar William Tetlow 6-9/+78
* fix: alias astro to @types/astro * fix: handle resolve.alias being array * chore: add integrations patch to changeset * chore: remove empty file
2022-06-02[ci] release (#3488)astro@1.0.0-beta.39@astrojs/solid-js@0.1.4Gravatar github-actions[bot] 37-87/+84
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-02[ci] formatGravatar bholmesdev 3-3/+6
2022-06-02Fix: newline characters in Solid (#3505)Gravatar Ben Holmes 6-6/+29
* fix: remove source map consumption from babel transform * refactor: move inputSourceMap to integration option * tests: add newline ex to test build and dev * chore: change back to babel.transformAsync * chore: changeset
2022-06-02[ci] collect statsGravatar FredKSchott 1-0/+1
2022-06-01[ci] formatGravatar natemoo-re 1-1/+3
2022-06-01Add console warning on fs.strict=false (#3464)Gravatar Ben Holmes 3-1/+12
* chore: add warning on fs.strict=false * chore: add changeset Co-authored-by: Nate Moore <nate@skypack.dev>
2022-06-01Integration Docs: Tailwind (#3429)Gravatar Dan Jutan 1-36/+98
* test commi * add video * test video include * actually close the tag * try directly pasting the video link * remove the quote I forgot about * figured out how to properly upload a video to github * remove unneeded media directory * why tailwind * Installation and Usage * Troubleshooting * Add examples section * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/tailwind/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * TOC + layout tweaks * separated, and example re: warning to not use Tailwind with other styling method Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-06-01Update rollup to prevent empty slot bug (#3496)Gravatar Matthew Phillips 11-7/+82
* Update rollup to prevent empty slot bug * Adds a changeset * Updated lockfile * provide import.meta.env.SITE when there are private envs
2022-06-01[ci] update lockfile (#3495)Gravatar Fred K. Schott 28-2219/+2109
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-06-01[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-31[ci] formatGravatar tony-sull 1-2/+8
2022-05-31Fixing HMR for hoisted scripts (#3427)Gravatar Tony Sullivan 4-3/+33
* WIP: the leading /@fs broke script HMR * Revert "WIP: the leading /@fs broke script HMR" This reverts commit 84fce366268033261369aed48f909e59e78bf3e4. * Metadata needs to strip off /@fs from hoisted script URLs * adding a test for hoisted script HMR support * removing 2 second timeout on navigation, allow default 30 seconds * simplifying the hoisted script test sync * TEMP: bubbling up console logs to track down windows failure * removing temp logging * disabling the test on windows for now * chore: adding changeset
2022-05-31[ci] release (#3485)astro@1.0.0-beta.38@astrojs/vue@0.1.5@astrojs/svelte@0.1.4@astrojs/solid-js@0.1.3@astrojs/react@0.1.3@astrojs/preact@0.1.3@astrojs/markdown-remark@0.10.2@astrojs/lit@0.1.4@astrojs/deno@0.1.3Gravatar github-actions[bot] 54-175/+198
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-31[ci] formatGravatar natemoo-re 3-16/+13
2022-05-31Fix components in markdown regressions (#3486)Gravatar hippotastic 9-47/+171
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-05-31[ci] formatGravatar natemoo-re 8-59/+61
2022-05-31[ci] update lockfile (#3448)Gravatar Fred K. Schott 17-405/+485
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-05-31Improve nested and `client:only` hydration (#3455)Gravatar Nate Moore 71-152/+2114
* wip: fix nested islands * fix: improve hydration for dynamic content * chore: fix bundle-size script for new files * chore: allow-list client:* directive files * fix(#3362): fix client:only behavior for React, Vue, Solid * test: add client-only e2e test * chore: update lockfile * test: fix e2e tests * test: add framework nesting e2e tests * Update packages/astro/src/runtime/client/events.ts Co-authored-by: Matthew Phillips <matthew@skypack.dev> * chore: add changeset * fix(preact): ignore hydrate roots * chore: remove `ssr` check in integrations * Revert "chore: remove `ssr` check in integrations" This reverts commit ba27eaae5514701f4b7bb6259f682fe82821a23d. * chore: add changeset Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-05-31[ci] formatGravatar bholmesdev 1-2/+4
2022-05-31Chore: remove rss helper from `getStaticPaths` (#3462)Gravatar Ben Holmes 9-564/+323
* chore: remove rss() with helpful error message * docs: add context on "getStaticPaths" removal * chore: changeset * deps: remove fast-xml-parser from core! * chore: update lockfile
2022-05-31Load environment variables in deno SSR (#3483)Gravatar Matěj Volf 5-2/+30
* Properly shim env in Deno * Add test for loading env vars in Deno * Add changeset
2022-05-31[ci] formatGravatar matthewp 4-9/+16
2022-05-31Set the correct content-type for CSS HMR (#3459)Gravatar Matthew Phillips 4-0/+73
* Set the correct content-type for CSS HMR * Adds a changeset
2022-05-31Lit polyfill - wait to polyfill on DOMContentLoaded (#3484)Gravatar Matthew Phillips 3-2/+7
* Lit polyfill - wait to polyfill on DOMContentLoaded * Adds changeset
2022-05-31[ci] formatGravatar matthewp 1-1/+3
2022-05-31Correcting the link to docs on Just the Basics starter README (#3482)Gravatar Sarah Rainsberger 11-11/+11
* Correcting the link to docs on Just the Basics starter README The link to documentation did not actually go to Docs. Now it does! * fixing all other starter template READMEs with incorrect link to docs
2022-05-31fixed APIRoute type (#3365)Gravatar Rafid Muhymin Wafi 1-5/+5
* fixed APIRoute type * fixed EndpointHandler type
2022-05-31[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-30[ci] release (#3479)astro@1.0.0-beta.37Gravatar github-actions[bot] 33-67/+65
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-30[ci] formatGravatar bholmesdev 1-1/+1
2022-05-30Fix using Vite env var names in Markdown (#3412) (#3471)Gravatar hippotastic 5-4/+65
2022-05-30Fix `*/` breaking HTML comments in Markdown (#3477)Gravatar hippotastic 4-2/+32
2022-05-30Remove unused slot until slot bugs are fixed (#3475)Gravatar Florian S 1-2/+1
Simple fix for #3473 as the slot was never used in this example. Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-05-30[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-29[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-28[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-27[ci] release (#3463)astro@1.0.0-beta.36Gravatar github-actions[bot] 32-71/+63
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-27[ci] formatGravatar bholmesdev 1-5/+9
2022-05-27Feat: markdown `content.raw()` and `content.compiled()` helpers (#3452)Gravatar Ben Holmes 7-7/+55
* feat: add rawContent obj with html helper * refactor: change toString to function call * test: rawContent helpers * chore: update MarkdownInstance type * refactor: parseHtml -> html * chore: changeset * fix: remove needless async heading on content version * fix: fixLineEndings helper on unit tests * refactor: change api to raw and compiled * chore: add new type to env.d.ts * docs: JSdocs for raw and compiled * refactor: change API AGAIN to rawContent, compiledContent * chore: update changeset
2022-05-27update typescript (#3456)Gravatar Fred K. Schott 3-31/+47
2022-05-27[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-26[ci] release (#3453)astro@1.0.0-beta.35Gravatar github-actions[bot] 33-69/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-26[ci] formatGravatar matthewp 8-52/+68
2022-05-26Fix VITE_ASSET bug (#3439)Gravatar Matthew Phillips 29-418/+334
* Fix VITE_ASSET bug * Updated test that depended on esbuild output * Fix some more tests * Fix css config and postcss tests * Git client only working * Fix static build test * Update tailwind tests * Fix build * Fix css bundling tests * Updated some more tests for windows * Remove tests that are no longer relevant * Cause it to break * Fix bug and add explanation * Adds a changeset * Inline comments about what the hashing is doing * Update packages/astro/src/vite-plugin-build-css/index.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update to the lockfile * Minify css * Update tailwind tests Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-05-26Add bundle-size check action (#3454)Gravatar Nate Moore 7-6/+135
* feat: add scripts action, bundle-size checker * chore: trigger action * fix: update prefix logic
2022-05-26[ci] formatGravatar matthewp 1-17/+19
2022-05-26feat: expose route dist URL on SSG (#3438)Gravatar Joaquín Sánchez 5-0/+45
* feat: expose route dist URL on SSG * chore: add changeset * chore: add test for `distURL` * cleanup: remove console.log from test
2022-05-26[ci] collect statsGravatar FredKSchott 1-0/+1
2022-05-26[ci] release (#3446)astro@1.0.0-beta.34@astrojs/markdown-remark@0.10.1Gravatar github-actions[bot] 34-72/+81
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>