summaryrefslogtreecommitdiff
path: root/examples (follow)
AgeCommit message (Collapse)AuthorFilesLines
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] 27-55/+55
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10revert releaseGravatar Fred K. Schott 27-55/+55
2022-04-10[ci] release (#3060)Gravatar github-actions[bot] 27-55/+55
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-10update lockfile (#3059)Gravatar Fred K. Schott 14-24/+24
2022-04-10Fixed MD Lint issues (#3038)Gravatar Rafid Muhymin Wafi 1-12/+11
2022-04-07[ci] release (beta) (#3023)astro@1.0.0-beta.5@astrojs/vercel@0.0.3-beta.1Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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] 27-31/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-06[ci] release (beta) (#3005)astro@1.0.0-beta.3Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-04[ci] release (beta) (#2992)astro@1.0.0-beta.2Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-04[ci] release (beta) (#2989)astro@1.0.0-beta.1Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-04[ci] release (beta) (#2986)astro@1.0.0-beta.0Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-03[ci] release (#2975)Gravatar github-actions[bot] 27-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-03chore: updated examples to v0.26.0 (#2977)Gravatar Juan Martín Seery 12-17/+17
* New script behavior * Astro.request * Reverted `deno` to `node` * Updated subpath
2022-04-02Merge branch 'main' into feat/vercel-adapterGravatar JuanM04 48-119/+178
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 15-25/+100
2022-04-02[ci] release (#2969)Gravatar github-actions[bot] 27-41/+41
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-02Revert "[ci] release (#2925)"Gravatar Fred K. Schott 27-41/+41
This reverts commit 48c9b142cccaff780b0d72abdd858214614af09f.
2022-04-02[ci] release (#2925)Gravatar github-actions[bot] 27-41/+41
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-04-02exit prerelease mode (#2967)Gravatar Fred K. Schott 13-23/+21
2022-04-02[ci] formatGravatar FredKSchott 1-1/+1
2022-04-02Migrate to new config (#2962)Gravatar Nate Moore 6-33/+18
* wip: config migration * fix: formatting * refactor: projectRoot -> root * refactor: pageUrlFormat -> format * refactor: buildOptions.site -> site * refactor: public -> publicDir * refactor: dist -> outDir * refactor: styleOptions -> style * fix: some dist tests -> outDir * refactor: remove legacyBuild (with TODOs) * refactor: more legacyBuild cleanup * refactor: server host and port * fix: remove experimentalStaticBuild CLI flag * refactor: src -> srcDir * refactor: devOptions.trailing -> trailing * refactor: remove sitemap + related flags * refactor: experimentalSSR -> experimental.ssr * fix: last devOptions * refactor: drafts -> markdown.drafts * fix: TS error on port as const * refactor: remove pages * refactor: more --project-root updates * refactor: markdownOptions -> markdown * fix: remaining type errors * feat: update AstroUserConfig * refactor: update CLI flag mapper + server mapper * fix: loadFixture projectRoot * fix: merge CLI flags before validating / transforming * wip: attempt to fix bad createRouteManifest config * refactor: combine config.base and config.site * fix: skip route manifest test for now * fix: site and base handling * refactor: update failing config testes * fix: build failure * feat: update config types with migration help * chore: update types * fix(deno): update deno fixture * chore: remove config migration logic * chore: remove logLevel * chore: clean-up config types * chore: update config warning * chore: add changeset * Sitemap Integration (#2965) * feat: add sitemap filter config option * feat: add canonicalURL sitemap config option * docs: update sitemap README * fix: update for new config * fix: filter not being applied * chore: changeset Co-authored-by: bholmesdev <hey@bholmes.dev> * fred pass * fix: Astro.resolve typo * fix: public => publicDir Co-authored-by: bholmesdev <hey@bholmes.dev> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-04-02Implement new default `script` behavior, `style is:global` (#2961)Gravatar Nate Moore 2-3/+4
* feat: implement RFC0016 * chore: update to latest compiler * chore: update compiler * test: fix script tests * test: update public tests * feat: throw a warning when referencing scripts in `public/` without `is:inline`
2022-03-31Merge branch 'main' into feat/vercel-adapterGravatar JuanM04 9-16/+16
2022-03-31fix: `--experimental-ssr` fixes (#2937)Gravatar Juan Martín Seery 1-2/+2
* Replaced `--experimental-ssr` with `isBuildingToSSR` * changest * Improved `isBuildingToSSR` a bit * Added `isBuildingToSSR` to more places!!1! * Added `@deprecated` tag * Replaced missing experimentalSsr * Added failing test * Removed test * Re-added experimental ssr flag * Fixed typo Co-authored-by: Matthew Phillips <matthew@skypack.dev> * Fixed deno tests Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-03-31Fix the favicon for the starter example (#2940)Gravatar gtnbssn 1-0/+0
2022-03-31React 18 monorepo upgrade (#2948)Gravatar Fred K. Schott 7-14/+14
* 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-30Merge branch 'main' into feat/vercel-adapterGravatar JuanM04 26-2/+52
2022-03-30chore(.gitignore): remove pnpm error logs from git (#2938)Gravatar Okiki Ojo 25-0/+50
2022-03-30Deno adapter (#2934)Gravatar Matthew Phillips 1-2/+2
* Bundle everything, commit 1 * Get everything working * Remove dependency on readable-stream * Adds a changeset * Fix ts errors * Use the node logger in tests * Callback the logger when done writing * Fix test helper to await the callback * Use serialize-javascript again * Remove dead code * Rename hook * Oops
2022-03-29Updated gitignoresGravatar JuanM04 25-25/+50
2022-03-29[ci] formatGravatar matthewp 1-1/+1
2022-03-29Make the SSR example infer the origin (#2932)Gravatar Matthew Phillips 5-18/+19
2022-03-29[ci] formatGravatar matthewp 6-15/+11
2022-03-29Make it deployable to Netlify (#2931)Gravatar Matthew Phillips 13-151/+102
2022-03-29Implement the Astro.request RFC (#2913)Gravatar Matthew Phillips 6-8/+8
* Implement the Astro.request RFC * Disable console warnings eslint * Use our logger * Adds a changeset * Fix tests that depend on params, canonicalURL, URL Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-03-28[fix] 2924 Update import in astro config of portfolio starter (#2926)Gravatar Michael Marino 1-1/+1
* fix: update import in Portfolio starter astro config file * chore: add changeset
2022-03-28New Markdown API (#2862)Gravatar Fred K. Schott 9-63/+34
* Implement new markdown plugin with deferred markdown rendering * feat: switch from `getContent()` fn to `<Content />` API * update types * Update packages/astro/src/@types/astro.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * update types * Create forty-coins-attend.md Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-28[ci] release (#2923)astro@0.25.4Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-28[ci] release (#2919)astro@0.25.3Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-25[ci] release (#2896)astro@0.25.2Gravatar github-actions[bot] 27-27/+27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-25small tailwind example config fix (#2893)Gravatar Fred K. Schott 1-1/+1
* fix tailwind config example * Create shaggy-bulldogs-beam.md
2022-03-25[ci] release (#2892)astro@0.25.1@astrojs/solid-js@0.0.3Gravatar github-actions[bot] 27-30/+30
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-25[ci] release (#2884)create-astro@0.8.0astro@0.25.0@astrojs/vue@0.0.2@astrojs/turbolinks@0.0.2@astrojs/tailwind@0.0.2@astrojs/svelte@0.0.2@astrojs/solid-js@0.0.2@astrojs/sitemap@0.0.2@astrojs/react@0.0.2@astrojs/prism@0.4.1@astrojs/preact@0.0.2@astrojs/partytown@0.0.2@astrojs/node@0.0.2@astrojs/netlify@0.0.2@astrojs/markdown-remark@0.7.0@astrojs/lit@0.0.2Gravatar github-actions[bot] 27-66/+66
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-25[ci] formatGravatar natemoo-re 1-1/+1
2022-03-25feat(cli): scaffold out `astro add` command (#2849)Gravatar Nate Moore 1-0/+7
* feat(cli): scaffold out `astro add` command * added first babel transforms * Format output * Added changes confirmation * Error flow * Add dependencies * feat(cli): astro add cleanup pass * feat: add support for tailwind * chore: update lockfile * fix: types * chore: rever @proload/core bump * chore: add changeset * chore: rollback dep update * Added spinners * chore: remove extra deps * Removed extra argument * Use `execa` instead of `exec` * Changed how lines are trimmed within diffLines * refactor: move add to core * refactor: remove old add entrypoint * refactor: simplify wording * feat: improve diff * feat: improve diff and logging, add interactive prompt when no args passed * Formatted files * Added --yes * feat: improve logging for install command * Fixed execa * Added help message to add * refactor: extract consts to own file * feat: remove implicit projectRoot behavior * feat: improve error handling, existing integrations * fix(tailwind): ensure existing tailwind config is not overwritten * refactor: prefer cwd to projectRoot flag * chore: add refactor notes * refactor: throw createPrettyError > implicit bail * refactor: cleanup language * feat(cli): prompt user before generating tailwind config * fix(cli): update config generation to use cwd * fix: resolve root from cwd * chore: update changelog Co-authored-by: JuanM04 <me@juanm04.com>
2022-03-25[ci] update lockfile (#2882)Gravatar Fred K. Schott 2-2/+2
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-24[ci] release (next) (#2860)astro@0.25.0-next.3@astrojs/prism@0.4.1-next.0@astrojs/preact@0.0.2-next.1@astrojs/node@0.0.2-next.0@astrojs/markdown-remark@0.7.0-next.1Gravatar github-actions[bot] 27-39/+39
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-24[ci] update lockfile (#2854)Gravatar Fred K. Schott 1-1/+1
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-03-24[ci] formatGravatar FredKSchott 1-3/+3
2022-03-24fix markdown page script injection (#2871)Gravatar Fred K. Schott 2-2/+13