summaryrefslogtreecommitdiff
path: root/examples/blog/src/components/LikeButton.tsx (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-10[ci] formatGravatar matthewp 1-2/+0
2022-08-10[ci] release (#4228)Gravatar Fred K. Bot 43-195/+109
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10Simulate Vite resolve id to url (#4239)Gravatar Bjorn Lu 3-5/+27
* Simulate Vite resolve id to url * Add changeset
2022-08-10[ci] formatGravatar matthewp 2-3/+9
2022-08-10Return 404 status code for 404.astro in SSR (#4247)Gravatar Matthew Phillips 5-8/+30
* Return 404 status code for 404.astro in SSR * Adding a changeset
2022-08-10[MDX] Astro.props.content -> frontmatter (#4237)Gravatar Ben Holmes 2-4/+9
* docs: MDX Astro.props.content -> frontmatter * chore: changeset
2022-08-10Fix changesets destroying our Astro codeblocks in changelogs (#4227)Gravatar Erika 3-73/+97
2022-08-10[ci] formatGravatar matthewp 2-9/+9
2022-08-10Include astro components for HMR invalidation (#4240)Gravatar Matthew Phillips 9-2/+86
* Include astro components for HMR invalidation * Changeset * remove extra vite server passing
2022-08-10[ci] formatGravatar natemoo-re 4-29/+38
2022-08-10[Docs]: Update Cloudflare README (#4232)Gravatar Obinna Ekwuno 2-2/+8
* update cloudflare readme * Create modern-papayas-rhyme.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-10Fix solid recursion bug (#4215)Gravatar Matthew Phillips 17-43/+227
* Fix solid recursion bug * Fix types * Remove debug code * Remove logging from e2e test
2022-08-10Update code samples to match release version (#4241)Gravatar StefanGussner 1-6/+6
As I learned from a support Thread on Discord, the tagName convention was dropped during the beta period. Instead you need to export the class and use it in astro file. I updated the code samples on this page accordingly.
2022-08-10Fix preact compat support for libraries (#4213)Gravatar Bjorn Lu 12-9/+148
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2022-08-10Remove dev server during build (#4234)Gravatar Bjorn Lu 4-47/+26
2022-08-10Skip mod.d.ts in format:ci (#4235)Gravatar Bjorn Lu 2-4/+6
2022-08-10[ci] update lockfile (#4233)Gravatar Fred K. Bot 1-196/+185
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-08-09feat: Support `-y` in `astro add` (#4225)Gravatar Mayank 2-1/+6
2022-08-09[ci] release (#4224)astro@1.0.1@astrojs/markdown-component@1.0.1@astrojs/image@0.3.3Gravatar Fred K. Bot 36-99/+77
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09Revert "[ci] release (#4223)"Gravatar Fred K. Schott 30-61/+81
This reverts commit d4ad40987589299fb3a94aed8700caed29cfbb35.
2022-08-09Updated @astrojs/image README.md missing formats prop as subtitle (#4221)Gravatar Alexandre Desroches 2-0/+7
* Update README.md Added missing subtitle for `formats` prop of the <Picture> component * Create fast-drinks-visit.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-08-09Markdown component: fix package name in readme.md (#4208)Gravatar Masataka Yakura 2-1/+6
* Markdown component: fix package name in readme.md readme says it's `@astrojs/markdown`, but package name is actually `@astrojs/markdown-component`. * Create dry-deers-vanish.md * Update dry-deers-vanish.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-08-09[ci] release (#4223)Gravatar Fred K. Bot 30-81/+61
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-09[ci] formatGravatar bholmesdev 1-3/+1
2022-08-09[MD] Add `rawContent` and `compiledContent` to MD layout props (#4222)Gravatar Ben Holmes 4-1/+50
* fix: add subs for astro.source and astro.html * fix: define "source" property * test: raw and compiled content from layout * chore: changeset Co-authored-by: bholmesdev <bholmesdev@gmail.com>
2022-08-09[ci] formatcreate-astro@1.0.0astro@1.0.0@astrojs/webapi@1.0.0@astrojs/vue@1.0.0@astrojs/vercel@1.0.0@astrojs/telemetry@1.0.0@astrojs/tailwind@1.0.0@astrojs/svelte@1.0.0@astrojs/solid-js@1.0.0@astrojs/sitemap@1.0.0@astrojs/rss@1.0.0@astrojs/react@1.0.0@astrojs/prism@1.0.0@astrojs/preact@1.0.0@astrojs/partytown@1.0.0@astrojs/node@1.0.0@astrojs/netlify@1.0.0@astrojs/mdx@0.8.1@astrojs/markdown-remark@1.0.0@astrojs/markdown-component@1.0.0@astrojs/lit@1.0.0@astrojs/deno@1.0.0@astrojs/cloudflare@1.0.0Gravatar natemoo-re 1-0/+1
2022-08-09Astro 1.0.0 (#4214)Gravatar Nate Moore 77-192/+406
* chore: remove changesets patch * chore: add changesets * chore: version packages * chore: normalize formatting * chore: update lockfile * chore: fix codeblocks * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * chore: fixup code samples * chore: move v0.25 message out of note Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2022-08-09remove errant remaining details tags (#4212)Gravatar Sarah Rainsberger 2-2/+2
2022-08-08[ci] release (#4197)astro@1.0.0-rc.8@astrojs/mdx@0.8.0@astrojs/cloudflare@0.5.0Gravatar Fred K. Bot 41-119/+89
* [ci] release * Update CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-08[ci] formatGravatar natemoo-re 1-1/+3
2022-08-08[MDX] Remove `frontmatterOptions` (#4204)Gravatar Ben Holmes 9-137/+19
* feat: remove frontmatterOptions config * test: remove custom frontmatter suite * deps: remove remark-mdx-frontmatter * docs: remove `frontmatterOptions` config * chore: changeset
2022-08-08Update @astrojs/image README with mention of the new env.d.ts file (#4206)Gravatar Erika 1-2/+9
2022-08-08fix: ensure jsx does not reference server entrypoint (#4203)Gravatar Nate Moore 4-4/+9
Co-authored-by: Nate Moore <nate@astro.build>
2022-08-08[MDX] Add frontmatter injection to README (#4205)Gravatar Ben Holmes 2-5/+42
* docs: remove `remark-mdx-frontmatter` from README * docs: remove remark-mdx-frontmatter link * docs: MDX frontmatter injection * chore: changeset
2022-08-08[ci] formatGravatar matthewp 11-48/+41
2022-08-08Add Windows back to smoke tests (#4202)Gravatar Matthew Phillips 1-1/+1
2022-08-08Refactor runtime (#4201)Gravatar Matthew Phillips 15-953/+1071
* Refactor runtime * Add back in generator change * Adding a changeset * Fix build
2022-08-08Add Astro.generator (#4012)Gravatar Nate Moore 26-0/+101
* feat: add generator property and component * chore: remove `Generator` component * chore: update generator description * chore: include generator in examples * chore: update lockfile * chore: format * fix: do not reference core from server runtime * chore: remove component test Co-authored-by: Nate Moore <nate@astro.build>
2022-08-08[ci] formatGravatar natemoo-re 1-15/+15
2022-08-08Add a Github Codespace Config based on gitpod dockerfile (#4185)Gravatar Maina Wycliffe 3-1/+27
* Add a codespace config based on gitpod dockerfile This will ensure contributors using Github Codespaces also have to correct environemnt setup, with all packages installed. * chore: rename Dockerfile Co-authored-by: Nate Moore <nate@astro.build>
2022-08-08[ci] formatGravatar natemoo-re 2-2/+5
2022-08-08Changes required for a `Passing` grade from OpenSSF Best Practices (#3718)Gravatar Randall 3-0/+40
* Add `SECURITY.md` and `SECURITY_CONTACTS` Signed by: Randall T. Vasquez <ran.dall@icloud.com> * Add OpenSFF Best Practices badge Signed by: Randall T. Vasquez <ran.dall@icloud.com> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-08feat: add support to `@astrojs/cloudflare` directory deploy mode (#3806)Gravatar Richard Cooke 6-11/+98
Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-08Update ---01-bug-report.yml (#4199)Gravatar Nate Moore 1-1/+0
2022-08-08remove details tags from integration READMEs (#4198)Gravatar Sarah Rainsberger 9-255/+157
2022-08-08[ci] update lockfile (#4184)Gravatar Fred K. Bot 1-231/+230
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-08-08fix: astro preview does not serve custom 404 (4113) (#4189)Gravatar Maik Jablonski 2-1/+18
* fix: astro preview does not serve custom 404 (4113) * fix: use exists instead of stat * Create thick-ducks-sparkle.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-08tailwind: link to import doc for applyBaseStyles (#4193)Gravatar oliverpool 1-0/+2
2022-08-08Fix client build sourcemap generation (#4195)Gravatar Bjorn Lu 10-7/+100
2022-08-07[ci] formatGravatar delucis 1-2/+2