summaryrefslogtreecommitdiff
path: root/packages/renderers (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-04-11remove unused renderers (#3063)Gravatar Fred K. Schott 48-1786/+0
2022-04-10[ci] release (#3064)astro@1.0.0-beta.7@astrojs/vue@0.1.1@astrojs/vercel@0.1.1@astrojs/turbolinks@0.1.1@astrojs/tailwind@0.1.2@astrojs/svelte@0.1.1@astrojs/solid-js@0.1.1@astrojs/renderer-solid@0.4.2@astrojs/preact@0.1.1@astrojs/partytown@0.1.2@astrojs/node@0.1.1@astrojs/netlify@0.2.1@astrojs/lit@0.1.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10fix up changelogsGravatar Fred K. Schott 1-1/+1
2022-04-10[ci] release (#3061)astro@1.0.0-beta.6@astrojs/vue@0.1.0@astrojs/vercel@0.1.0@astrojs/turbolinks@0.1.0@astrojs/tailwind@0.1.1@astrojs/svelte@0.1.0@astrojs/solid-js@0.1.0@astrojs/renderer-solid@0.4.1@astrojs/preact@0.1.0@astrojs/partytown@0.1.1@astrojs/node@0.1.0@astrojs/netlify@0.2.0@astrojs/lit@0.1.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10revert releaseGravatar Fred K. Schott 2-7/+1
2022-04-10[ci] release (#3060)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10update lockfile (#3059)Gravatar Fred K. Schott 4-8/+8
2022-04-06[ci] release (beta) (#3007)astro@1.0.0-beta.4@astrojs/vercel@0.0.3-beta.0@astrojs/solid-js@0.0.4-beta.0@astrojs/renderer-solid@0.4.1-beta.0@astrojs/partytown@0.1.1-beta.0@astrojs/netlify@0.1.1-beta.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-06fix: Nested hydration with Solid (#3003)Gravatar Ryan Carniato 1-8/+19
* fix: solid nested hydration * Create ten-rice-unite.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 14-15/+71
2022-04-02exit prerelease mode (#2967)Gravatar Fred K. Schott 3-5/+5
2022-03-31React 18 monorepo upgrade (#2948)Gravatar Fred K. Schott 1-2/+2
* First pass at supporting React 18 in @astrojs/react * Try marking React 18’s `react-dom/client` as external * Try a different approach to importing different React versions * Allow resolving JSON modules * Revert "Allow resolving JSON modules" This reverts commit 5279b7249c52b20fd74fe48f9f1047c9b3a117dc. * Try the separate client entrypoint approach from #2946 * Clean up diff * Trying to see something * Just keep swimming… 🐠 * update to support react 18 * update React to React 18 across the board Co-authored-by: delucis <swithinbank@gmail.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-03-21[ci] update lockfile (#2841)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-17[ci] update lockfile (#2822)Gravatar Fred K. Schott 1-2/+2
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-16[ci] update lockfile (#2810)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-15[ci] release (#2808)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-15fix: Svelte PostCSS config error (#2807)Gravatar Ben Holmes 1-1/+0
* fix: Svelte PostCSS config error * chore: changeset
2022-03-11[ci] update lockfile (#2763)Gravatar Fred K. Schott 6-12/+12
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-09merge `next` into `main` (#2705)Gravatar Nate Moore 2-0/+2
* Unflag the static build (#2652) * Unflag the static build * Only set legacyBuild to false if experimentalSSR is true * Use legacy build when we have to * Put a few more tests into legacy mode * Last two * Make astro-basic use the legacy build * Adds a changeset * Mark the lit test as legacy * Update yarn lock * Update based on feedback * Add --legacy-build flag * Move astro-basic test to use static build (#2682) * Move some tests over to the static build (#2677) * Move some tests over to the static build * Fix assets tests * Fix the assets tests * Fix for the client:only components * Moves asset tests to the static build * Move postcss test over to static build * Bring back legacy build for astro-basic test * Move astro-basic test to use static build * Migrate more tests to the static build (#2693) * fix: disable HMR during build (#2684) * Migrate more tests to the static build * Only prepend links in non-legacy mode * Add the 0-css tests * Convert all CSS tests to the static build * Migrate Astro global tests * Remove .only * Fix static build tests * Migrate a few more * More tests * Move the lit test back to legacy * Increase the test timeout Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Improve `head` injection behavior (#2436) * feat: add renderHead util to server * feat: remove `layouts` from config, Vite plugin * fix: improve head injection during rendering * chore: update compiler * fix: do not escape links * chore: enter `pre` mode * Replace `send` with `sirv` (#2713) * remove send * Create thick-ravens-chew.md * I feel like I'm going to screw something up * working finally! * rewrite req.url * Add tiny bit of doc * Update .gitignore Co-authored-by: Evan Boehs <evan@boehs.org> * Move remaining tests to the static build (#2712) * Move lit test to the static build * Migrate astro-env plugin to work in the static build * Do not remove vite:define * Adds a changeset * Add a warning when passing the --experimental-static-build flag (#2718) * Add a warning when passing the --experimental-static-build flag * Disable the lint warning * [ci] release (next) (#2721) * [ci] release (next) * chore: update changeset Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev> * 404 page (#2719) * Fix: build to 404.html in the static build * Adds a changeset * fix pnpm install missing peer deps * fix svelte version in workspace * fix lockfile * fix(webapi): add dev script * improve preview reliability (#2739) * improve preview reliability - fix broken tests * shamefully hoist to unblock * remove lit from test running * chore: update lockfile Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Evan Boehs <evan@boehs.org> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-03-04[ci] release (#2724)astro@0.23.7@astrojs/renderer-svelte@0.5.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-04chore: revert #2715 (#2722)Gravatar Nate Moore 2-4/+13
2022-03-04[ci] release (#2720)astro@0.23.6@astrojs/renderer-svelte@0.5.0Gravatar github-actions[bot] 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-04[ci] yarn formatGravatar natemoo-re 1-1/+1
2022-03-04Remove `postcss-load-config` warning for Svelte users (#2715)Gravatar Nate Moore 2-15/+5
* chore: update dependencies * fix(svelte): use experimental vite preprocessor rather than svelte-preprocess * chore: add changeset
2022-02-18[ci] release (#2619)astro@0.23.0@astrojs/renderer-vue@0.4.0@astrojs/renderer-svelte@0.4.0@astrojs/renderer-solid@0.4.0@astrojs/renderer-react@0.5.0@astrojs/renderer-preact@0.5.0@astrojs/renderer-lit@0.4.0@astrojs/parser@0.22.1@astrojs/markdown-remark@0.6.1Gravatar github-actions[bot] 12-6/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-09[ci] release (next) (#2555)astro@0.23.0-next.4@astrojs/test-static-build-pkg@0.0.3@astrojs/renderer-vue@0.4.0-next.0@astrojs/renderer-svelte@0.4.0-next.0@astrojs/renderer-solid@0.4.0-next.0@astrojs/renderer-react@0.5.0-next.0@astrojs/renderer-preact@0.5.0-next.0@astrojs/renderer-lit@0.4.0-next.0Gravatar github-actions[bot] 12-6/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-02-09chore: upgrade vite and renderer dependencies (#2563)Gravatar Nate Moore 6-10/+11
2022-02-08Upgrade Vite to latest (#2424)Gravatar Nate Moore 6-24/+9
* chore: unvendor vite * chore: upgrade vue and svelte * feat(renderer-solid): upgrade for vite@2.7.x * chore: update yarn.lock * fix(solid): upgrade solid renderer for vite@2.7.x * test: improve css test * chore: upgrade to vite@2.8.0-beta.3 * fix: replace hacky serialization with 'serialize-javascript' * fix: externalize serialize-javascript * fix: explicitly add execa@6.x.x to devDependencies * test(css): skip css?url test * chore: update vite-plugin-svelte * fix: ssr option * chore: update changeset * chore: remove changeset * chore: add changeset * chore: add back missing changeset * chore: update vite * chore: update to latest vite * test: update proload? * chore: update dependencies * fix: remove preact from nanostores example * fix: update static-build-pkg to use `.mjs` extension * fix: exclude './server.js' from custom-elements test * chore: remove unused file
2022-01-14[ci] release (#2372)astro@0.22.12@astrojs/renderer-react@0.4.1@astrojs/renderer-lit@0.3.1Gravatar github-actions[bot] 4-2/+14
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-14[ci] yarn formatGravatar matthewp 1-1/+1
2022-01-14Fixes Lit support in the static build (#2370)Gravatar Matthew Phillips 2-2/+4
* [ci] collect stats * [ci] update lockfile (#2388) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> * Fixes for blog and docs examples (#2373) * Fixes for blog and docs examples * Adds a changeset * Upgrade the compiler version * Use a global style tag * Skip on windows temporarily * [ci] yarn format * Fixes Lit support in the static build * Adds a changeset * test * Upgrade lit-labs/ssr * Conditional * Testing again * remove debugging code * changeset Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-01-13[ci] yarn formatGravatar matthewp 2-10/+11
2022-01-13Fix for using React in the static build (#2369)Gravatar Matthew Phillips 3-2/+18
* Fix react in the static build * Adds a changeset
2022-01-12[ci] release (#2340)astro@0.22.10@astrojs/renderer-solid@0.3.1Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-11Fix renderer-solid (fix #2336) (#2359)Gravatar toSayNothing 1-1/+1
2022-01-04[ci] release (#2304)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-01-04Update svelte version in renderer-svelte (#2300)Gravatar moritzlaube 1-1/+1
* Update svelte version in renderer-svelte I am having funny console logs saying that my svelte component `received an unexpected slot "default".`. This issue is described here: https://github.com/sveltejs/kit/issues/981 Supposedly, updating svelte to version 3.44.3 solves this issue. I couldn't test it, though. * Update Svelte to 3.44.3 to get rid of console warning that component receives an unexpected slot "default".
2021-12-23[ci] release (#2219)Gravatar github-actions[bot] 12-6/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 23-394/+394
2021-12-19Update index.js (#2236)Gravatar ptrxyz 1-0/+1
Enables PostCSS in Svelte components. Fixes #2211
2021-12-16Support Node v14.15+ (#2202)Gravatar Jonathan Neal 5-5/+5
* Support Node v14.15+ * changeset * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * ES2020 * update yarn.lock Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-16chore: release @astrojs/renderer-svelte@0.2.3astro@0.21.13@astrojs/renderer-svelte@0.2.3Gravatar Nate Moore 2-1/+7
2021-12-13Add missing licenses to published packages (#2166)Gravatar Francois Valdy 6-6/+30
* chore: add missing licenses * chore: update package.json info Co-authored-by: Nate Moore <nate@skypack.dev>
2021-12-13Upgrade dependencies (#2085)Gravatar Jonathan Neal 1-1/+1
* yarn upgrade * yarn upgrade --latest yargs-parser * yarn upgrade --latest mime * yarn upgrade --latest execa * yarn upgrade --latest globby * yarn upgrade --latest @docsearch/react * yarn upgrade --latest es-module-lexer * yarn upgrade --latest fast-xml-parser * yarn upgrade --latest @astrojs/compiler @astrojs/language-server * yarn upgrade --latest acorn * clean yarn.lock * chore: put `@docsearch/react` back to v1 * chore: remove unused @snowpack/plugin-dotenv * Update yarn.lock * Patch tests based on newer versions of tooling * remove lerna * Update yarn.lock * Update yarn.lock * Pin @sveltejs/vite-plugin-svelte * update yarn.lock
2021-12-09chore: release (#2171)@astrojs/renderer-preact@0.3.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-09pin preact to 10.5 to resolve preact issue (#2170)Gravatar Fred K. Schott 1-1/+1
* pin preact to 10.5 to resolve preact issue * fix: use current yarn.lock and only update preact Co-authored-by: Nate Moore <nate@skypack.dev>
2021-12-02[ci] release (#2071)astro@0.21.7@astrojs/renderer-vue@0.2.1@astrojs/renderer-svelte@0.2.2@astrojs/renderer-solid@0.2.1@astrojs/renderer-react@0.3.1@astrojs/renderer-preact@0.3.1Gravatar github-actions[bot] 10-5/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-02fix: renderer behavior with no children (#2078)Gravatar Nate Moore 10-18/+33
* fix: renderer behavior with no children * [ci] Prettier fix * Force CI * fix: properly handle falsy values * [ci] Prettier fix * chore: force ci * [experiment] netlify ignore Co-authored-by: GitHub Action <github-action@users.noreply.github.com>
2021-11-23Version Packages (#1988)create-astro@0.6.8astro@0.21.3@astrojs/renderer-svelte@0.2.1Gravatar github-actions[bot] 2-1/+7
* Version Packages (next) * chore: update CHANGELOG * fix: merge conflict * fix: merge conflict * chore: remove pre.json * Version Packages * Version Packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-23Add package descriptions (#1997)Gravatar Drew Powers 6-1/+36