summaryrefslogtreecommitdiff
path: root/examples/framework-lit/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-08-11Clarify preact/compat integration docs (#4267)Gravatar Bjorn Lu 2-0/+22
* Clarify preact/compat integration * Create long-lobsters-ring.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2022-08-11[ci] formatGravatar FredKSchott 1-7/+7
2022-08-11Fix `astro add` with third-party integrations (#4270)Gravatar Nate Moore 2-4/+28
* fix: nicer third-party integration names * chore: add changeset * fix: better handling for package names * update changelog Co-authored-by: Nate Moore <nate@astro.build>
2022-08-11[ci] formatGravatar FredKSchott 2-2/+2
2022-08-11Fix build output for endpoints route (#4273)Gravatar Erika 3-3/+12
* Fix build output for endpoints route * Add changeset
2022-08-11Add 404 routing logic to Netlify redirects file (#4274)Gravatar Matthew Phillips 5-0/+59
* Add 404 routing logic to Netlify redirects file * changeset
2022-08-11[ci] formatGravatar FredKSchott 1-1/+3
2022-08-11fix astro image bad imports (#4279)Gravatar Fred K. Schott 4-5/+21
2022-08-11Update ci.yml (#4271)Gravatar Nate Moore 1-1/+1
2022-08-11[ci] update lockfile (#4262)Gravatar Fred K. Bot 1-69/+69
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
2022-08-11[MDX] Pass injected frontmatter to layouts (#4255)Gravatar Ben Holmes 7-10/+79
* fix: move layout generation to remark plugin * test: frontmatter injection in layout * chore: changeset * fix: remove content fallback
2022-08-11Fix spelling mistake in @astrojs/image docs (#4256)Gravatar Caleb Jasik 1-1/+1
`intergration` -> `integration`
2022-08-11[ci] formatGravatar natemoo-re 1-1/+1
2022-08-11Use passive listeners in prefetch (#4207)Gravatar Maik Jablonski 2-1/+6
* Use passive listeners in prefetch Without passive=true, Lighthouse complains about not using passive listeners to improve scrolling performance. * Create cold-shoes-drum.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-08-11[ci] formatGravatar natemoo-re 1-1/+4
2022-08-11fix(#4246): fix Prism indentation and class (#4251)Gravatar Nate Moore 3-8/+9
Co-authored-by: Nate Moore <nate@astro.build>
2022-08-10Do not cancel-in-progress on main (#4253)Gravatar Nate Moore 1-2/+2
* chore(ci): do not cancel-in-progress on main * still cancels? Co-authored-by: Nate Moore <nate@astro.build>
2022-08-10Revert "debug ci"Gravatar Nate Moore 1-4/+244
This reverts commit c0caf7e353e96de32e8de7453bba41072c0ddb36.
2022-08-10debug ciGravatar Nate Moore 1-244/+4
2022-08-10Mdx/plugin unshift (#4248)astro@1.0.2@astrojs/preact@1.0.1@astrojs/mdx@0.8.2@astrojs/cloudflare@1.0.1Gravatar Jakob Helgesson 2-2/+7
* Add builtin rehype plugin to beginning * Add Changeset * Do the same to rehypeRaw for consistency
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