summaryrefslogtreecommitdiff
path: root/packages/renderers (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2021-11-23Add default TypeScript, Sass support to Svelte (#1982)Gravatar Drew Powers 2-3/+14
2021-11-22Version Packages (#1972)astro@0.21.2@astrojs/renderer-lit@0.2.1@astrojs/markdown-remark@0.5.0Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-22fix(lit-renderer): certain reactive props not init correctly (#1874)Gravatar Elliott Marquez 1-1/+9
* fix(lit-renderer): reactive props not init correctly * test(renderer-lit): implement testing suggestiosn * chore(renderer-lit): upload changeset * fix(renderer-lit): call connCallback on server * fix(renderer-lit): do not set reserved JSX props * fix(renderer-lit): do not check for reserved attributes Co-authored-by: Nate Moore <nate@skypack.dev>
2021-11-19Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0Gravatar github-actions[bot] 12-6/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19Doc improvements (#1929)Gravatar Jonathan Neal 1-2/+2
* Update astro & markdown code blocks for consistency * Add 'JSX in Frontmatter' note to Migration Guide
2021-11-19Version Packages (next) (#1881)astro@0.21.0-next.8@astrojs/renderer-vue@0.2.0-next.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-18Improve error messages (#1875)Gravatar Drew Powers 2-3/+1
* Fix error handling in correct scope Also improve Vite IDs for better module graph lookups * Improve code frame * Add changeset * maybeLoc can be undefined * Add tests Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2021-11-16Version Packages (next) (#1796)astro@0.21.0-next.4@astrojs/renderer-vue@0.2.0-next.1@astrojs/renderer-svelte@0.2.0-next.1@astrojs/renderer-solid@0.2.0-next.1@astrojs/renderer-react@0.3.0-next.1@astrojs/renderer-preact@0.3.0-next.1Gravatar github-actions[bot] 10-5/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-16Fix Windows CSS bundling bug (#1840)Gravatar Drew Powers 5-10/+10
* Fix Windows CSS bundling bug JS components’ styles accidentally left out of final build on Windows * Review feedback
2021-10-29Version Packages (next) (#1709)astro@0.21.0-next.0@astrojs/renderer-vue@0.2.0-next.0@astrojs/renderer-svelte@0.2.0-next.0@astrojs/renderer-solid@0.2.0-next.0@astrojs/renderer-react@0.3.0-next.0@astrojs/renderer-preact@0.3.0-next.0@astrojs/renderer-lit@0.2.0-next.0@astrojs/prism@0.3.0-next.0@astrojs/markdown-remark@0.4.0-next.0Gravatar github-actions[bot] 12-6/+42
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-10-29[ci] yarn formatGravatar natemoo-re 3-3/+3
2021-10-29do not format vite (#1710)Gravatar Nate Moore 3-3/+3
* Revert "[ci] yarn format" This reverts commit 93489946ccd59c27d85cc9fa3a255edf6efeb861. * chore: ignore vendor
2021-10-29[ci] yarn formatGravatar matthewp 3-3/+3