summaryrefslogtreecommitdiff
path: root/examples/blog/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-12[ci] formatastro@1.0.0-beta.69@astrojs/vue@0.3.1@astrojs/vercel@0.2.6@astrojs/telemetry@0.3.1@astrojs/tailwind@0.2.4@astrojs/svelte@0.3.1@astrojs/solid-js@0.3.1@astrojs/sitemap@0.2.6@astrojs/react@0.3.1@astrojs/prefetch@0.0.5@astrojs/preact@0.4.1@astrojs/partytown@0.1.8@astrojs/node@0.1.6@astrojs/netlify@0.4.10@astrojs/mdx@0.1.1@astrojs/markdown-remark@0.11.5@astrojs/image@0.1.2@astrojs/deno@0.1.10@astrojs/cloudflare@0.2.4Gravatar matthewp 2-7/+7
2022-07-12[ci] release (#3900)Gravatar Fred K. Bot 34-69/+67
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-12Example blog rework (#3896)Gravatar Ben Holmes 19-440/+316
* refactor: restructure components, kill dead code * nit: tweak base styles * nit: remove unneeded code comments * refactor: replace unused permalink with canonicalURL * refactor: add missing prop types * feat: make markdown examples more interesting * chore: consistent semis and quotes * chore: astro check failures * fix: bad url prop * fix: bad frontmatter quote * chore: more dead styles * chore: add header gap * refactor: use tsx for likebutton * fix: restore post sorting * chore: remove unused flex-row util * fix: small md formatting on README * chore: run through astro-plugin-prettier * fix: revert to double quotes * fix: manually move style outside <body> * fix: update file tree in README * refactor: publish-date -> time * refactor: remove unused div and margin * refactor: publishDate -> time on layout * refactor: .heroImage -> img * refactor: .logo -> svg * feat: update social image, remove jpg * fix: remove prism stylesheet!
2022-07-12[ci] release (#3899)Gravatar Fred K. Bot 36-72/+77
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-12Centralise community health files in `.github` repo (#3830)Gravatar Chris Swithinbank 9-641/+11
* Centralise community health files in `.github` repo * Clean up links * Add changeset
2022-07-12Fix md mode comment (#3880)Gravatar Corbin Crutchley 2-4/+11
* fix: fix a bug where md mode markdown breaks on comments * chore: add changeset
2022-07-12[ci] release (#3894)Gravatar Fred K. Bot 69-192/+273
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-12fix: add TypeScript type and documentation for markdown "mode" config (#3883)Gravatar Corbin Crutchley 2-0/+26
* fix: add TypeScript type and documentation for markdown "mode" config * chore: add changeset
2022-07-12Remove unused(and also vulnerable) libs from @astro/telemetry (#3898)Gravatar Yuji Sugiura 3-87/+5
* Remove unused(and also vulnerable) libs from @astro/telemetry * Add changeset
2022-07-11Fix: reintroduce smoke tests across example projects (#3669)Gravatar Nate Moore 10-27/+29
* chore: update smoke tests * chore: bump smoke tests to node@16 * chore: remove gitmodules * chore(ci): prefer node@14 * wip: remove path from smoke clone step * feat: run build:examples from test:smoke * fix: remove no-frozen-lockfile * fix: checkout monorepo last for pnpm setup * wip: replace @astrojs/markdown/remark import from md * fix: remove type defs from generated file * fix: function order * chore: remove ssr-utils export * wip: remove windows from smoke test * fix: instantiate slugger in snippet * fix: exclude with-mdx from smoke (for now) * fix: add quotes on filter flag for safety * chore: changeset * wip: try reintroducing windows smoke * sad chore: remove client: directive from with-mdx * Revert "wip: try reintroducing windows smoke" This reverts commit 9529b1a45c007286c22861e106b82200545e4198. Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: bholmesdev <hey@bholmes.dev>
2022-07-11[ci] formatGravatar matthewp 3-21/+18
2022-07-11Allow defining Astro components in Vite plugins (#3889)Gravatar Matthew Phillips 11-40/+194
* Allow defining Astro components in Vite plugins * Adds a changeset * Move non-main compilation into load * Use the cachedCompilation in the markdown plugin * Fix HMR test * Simplify getNormalizedID * Use a windows-friendly virtual module id for the test
2022-07-11chore: ignore bundle size check for irrelevant PRs (#3893)Gravatar Nate Moore 1-0/+2
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-11[ci] formatGravatar bholmesdev 4-13/+8
2022-07-11Update `with-nanostores` example to match docs walkthrough (#3840)Gravatar Ben Holmes 24-380/+322
* feat: replace with-nanostores with new example * docs: update README with docs call-out * chore: small formatting inconsistencies * nit: standardize to spaces :'( * nit: standardize to tabs! * refactor: use html "hidden" property * nit: beta.66 for sanity
2022-07-11More integration README fixes (#3885)Gravatar Chris Swithinbank 35-148/+144
* Integration README fixes * More tweaks (mostly code backticks for filenames) * Update changeset * Few more tweaks * Make sure code blocks all have a code language * Use URLs of new docs pages for package homepage * One more stray `<br>` :boot: * Standardise to `sh` instead of `shell`
2022-07-11[ci] release (#3887)create-astro@0.13.0astro@1.0.0-beta.66@astrojs/vue@0.3.0@astrojs/telemetry@0.3.0@astrojs/svelte@0.3.0@astrojs/solid-js@0.3.0@astrojs/react@0.3.0@astrojs/prism@0.5.0@astrojs/preact@0.4.0@astrojs/mdx@0.1.0@astrojs/markdown-remark@0.11.4Gravatar Fred K. Bot 57-177/+225
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-11Update compiler (#3892)Gravatar Nate Moore 4-17/+12
* chore: update @astrojs/compiler * chore: add changeset * chore: update test Co-authored-by: Nate Moore <nate@astro.build>
2022-07-11Properly await on children before hydrating in Safari (#3891)Gravatar Matthew Phillips 2-1/+6
2022-07-11fix(#3071): update supported node versions (#3871)Gravatar Nate Moore 15-14/+28
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-11fix: portfolio example JSX error (#3886)Gravatar Tom Lienard 2-2/+7
* fix: portfolio example JSX error * chore: add changeset * chore: update description
2022-07-11[ci] formatGravatar matthewp 1-95/+95
2022-07-11Move client types into Astro (#3851)Gravatar Matthew Phillips 34-57/+272
* Move client types into Astro * Adds a changeset * Fix path to local client * Reference vite/client in our HMR types * Add back in the expect-error * Update types comment
2022-07-09[ci] release (#3877)@astrojs/image@0.1.1Gravatar Fred K. Bot 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-09Updating the <Picture /> component to default to async image decoding (#3876)Gravatar Tony Sullivan 2-1/+6
* defaulting pictures to use decoding=async * chore: add changeset
2022-07-08[ci] release (#3850)create-astro@0.12.5astro@1.0.0-beta.65@astrojs/vue@0.2.1@astrojs/vercel@0.2.5@astrojs/turbolinks@0.1.4@astrojs/telemetry@0.2.5@astrojs/tailwind@0.2.3@astrojs/svelte@0.2.1@astrojs/solid-js@0.2.1@astrojs/sitemap@0.2.5@astrojs/react@0.2.1@astrojs/prefetch@0.0.4@astrojs/preact@0.3.2@astrojs/partytown@0.1.7@astrojs/node@0.1.5@astrojs/netlify@0.4.9@astrojs/mdx@0.0.3@astrojs/lit@0.3.1@astrojs/image@0.1.0@astrojs/deno@0.1.9@astrojs/cloudflare@0.2.3Gravatar Fred K. Bot 86-255/+328
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-08[ci] formatGravatar bholmesdev 1-1/+1
2022-07-08chore: changeset (#3873)Gravatar Ben Holmes 3-1/+10
2022-07-08Add editor integrations to language integrations (#3864)Gravatar Erika 8-6/+131
2022-07-08[ci] formatGravatar tony-sull 7-38/+59
2022-07-08Adds a new `<Picture>` component to the image integration (#3866)Gravatar Tony Sullivan 28-164/+1052
* moving all normalization logic out of the Image component * refactor: only require loaders to provide the image src * Adding a `<Picture />` component * fixing types.ts imports * refactor: moving getImage to it's own file * updating component types to use astroHTML.JSX * Revert "updating component types to use astroHTML.JSX" This reverts commit 6e5f578da8d1d3fd262f3cd9add7549f7580af97. * going back to letting loaders add extra HTML attributes * Always use lazy loading and async decoding * Cleaning up the Picture component * Adding test coverage for <Picture> * updating the README * using JSX types for the Image and Picture elements * chore: adding changeset * Update packages/integrations/image/src/get-image.ts Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * allow users to override loading and async on the <img> * renaming config to constants, exporting getPicture() * found the right syntax to import astro-jsx Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-07-08[ci] formatGravatar bholmesdev 7-31/+60
2022-07-08[astro add] Support adapters and third party packages (#3854)Gravatar Ben Holmes 20-37/+221
* feat: support adapters and third part integrations by keywords * refactor: add keywords to all official integrations * docs: add adapter ex to astro add help * nit: clarify astro add usage * nit: highlight link * fix: use process.exit(1) on error * chore: changeset * nit: bold integration name * fix: log install instructions for adapters instead * nit: change to logAdapterConfigInstructions * Revert "fix: log install instructions for adapters instead" This reverts commit 1a459f152bc7b7991db289999f7393e5be64ea3e. * feat: add hardcoded adapter export map * refactor: inline adapter config log
2022-07-08Ignore big formatting commit (#3870)Gravatar Marcus Otterström 1-1/+3
2022-07-08[ci] formatGravatar tony-sull 1-3/+3
2022-07-08fix: Always add @astrojs/image to vite.ssr.noExternal (#3869)Gravatar Tony Sullivan 2-0/+8
* fix: always add @astrojs/image to vite.ssr.noExternal * chore: add changeset
2022-07-08Format astro files in examples (#3862)Gravatar Marcus Otterström 73-694/+957
2022-07-08Integration README fixes (#3865)Gravatar Chris Swithinbank 8-8/+17
* Remove stray XML tag in sitemap integration README * Fix link errors * Add changeset
2022-07-08fix(#3843): move @babel/types to dependencies (#3863)Gravatar Nate Moore 2-2/+2
* fix(#3843): move @babel/types to dependencies * chore: update lockfile Co-authored-by: Nate Moore <nate@astro.build>
2022-07-08Fixed broken Markdown link (#3868)Gravatar Isaac McFadyen 1-2/+2
2022-07-08chore: bump Vite minimum version (#3861)Gravatar Nate Moore 2-2/+2
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-08[ci] formatGravatar matthewp 1-1/+1
2022-07-08Better response.arrayBuffer() handling in Node (#3860)Gravatar Matthew Phillips 8-3/+125
* Better response.arrayBuffer() handling in Node * Adds a changeset
2022-07-08[ci] update lockfile (#3858)Gravatar Fred K. Bot 1-411/+437
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-07-08Fix manual import (#3857)Gravatar Chris Williams 1-1/+1
2022-07-07[ci] formatGravatar bholmesdev 1-3/+3
2022-07-07Docs: add adapter heading for configuration docs (#3842)Gravatar Ben Holmes 2-4/+20
* Docs: add adapter heading for configuration docs * docs: add adapter example, rework doc links * chore: changeset
2022-07-07[ci] formatGravatar natemoo-re 2-3/+3
2022-07-07fix: lint failing on astro and some integrations (#3794)Gravatar Joaquín Sánchez 7-17/+18
* fix: lint failing on astro and some integrations * chore: fix telemetry lint * chore: fix turbo cache (thx nate) * chore: fix runtime server
2022-07-07update solid peer dependenciesGravatar Fred K. Schott 2-1/+6