summaryrefslogtreecommitdiff
path: root/examples/docs/src/components/Header (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-07-14Add @babel/core dependencies to react/preact integrations (#3928)Gravatar Matthew Phillips 4-18/+14
* Add @babel/core dependencies * Adds a changeset
2022-07-14Use a .ts file to export built-in components so they're typed (#3927)Gravatar Erika 3-1/+6
* Use a .ts file to export built-in components so they automatically have types * Add changeset
2022-07-14[ci] formatGravatar Princesseuh 1-1/+1
2022-07-14fix: export AstroComponentFactory for tsc validattion to pass (#3917)Gravatar Herman Z 1-0/+1
2022-07-14Handle `false` properly in `class:list` (#3922)Gravatar Nate Moore 6-2/+23
* fix(#3920): properly handle false in `class:list` * fix: allow 0 in `class:list` * fix: output empty `class:list` as `''` rather than `class=''` Co-authored-by: Nate Moore <nate@astro.build>
2022-07-14[ci] release (#3921)astro@1.0.0-beta.71@astrojs/markdown-remark@0.11.7Gravatar Fred K. Bot 36-78/+83
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-14chore: update compiler (#3918)Gravatar Nate Moore 3-5/+10
Co-authored-by: Nate Moore <nate@astro.build>
2022-07-14[ci] formatGravatar FredKSchott 1-1/+1
2022-07-14add back missing ssr-utils.ts file (#3919)Gravatar Fred K. Schott 3-1/+15
2022-07-13[ci] release (#3903)create-astro@0.14.0astro@1.0.0-beta.70@astrojs/vue@0.4.0@astrojs/telemetry@0.4.0@astrojs/svelte@0.4.0@astrojs/solid-js@0.4.0@astrojs/rss@0.2.1@astrojs/react@0.4.0@astrojs/prism@0.6.0@astrojs/preact@0.5.0@astrojs/mdx@0.2.0@astrojs/markdown-remark@0.11.6Gravatar Fred K. Bot 58-165/+218
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-13Rollback Nodejs Dependancy (#3914)Gravatar Randall 15-14/+28
* Rollback Nodejs Dependancy Closes #3908 Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> * Create ninety-apes-talk.md
2022-07-13Astro Types for docs: capitalize Markdown (#3912)Gravatar Sarah Rainsberger 1-5/+5
- Capitalizes a few errant "markdowns" that find their way into Docs. - Also updates "if or not" to "whether or not" since I'm here. - Also, admittedly a point of contention, but until we decide otherwise for the entire site: a straggling "front matter" -> "frontmatter"
2022-07-13[ci] formatGravatar matthewp 2-10/+14
2022-07-13Provide a better error message for when RSS is missing `link` field (#3913)Gravatar Matthew Phillips 3-0/+37
* Provide a better error message for when RSS is missing `link` field * Adds a changeset
2022-07-13[ci] formatGravatar tony-sull 1-3/+7
2022-07-13fix: don't throw when Shiki doesn't recognize a language (#3911)Gravatar Juan Martín Seery 5-1/+34
* Don't throw when Shiki doesn't recognise a language * Changeset
2022-07-12fix: add github-slugger to ALWAYS_EXTERNAL (#3902)Gravatar Ben Holmes 2-0/+7
* fix: add github-slugger to ALWAYS_EXTERNAL * chore: changeset
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 3-9/+9
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