Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* feat: add "file" and "url" to layout props
* feat: add rawContent and compiledContent errs
* fix: add "file" and "url" to frontmatter
* fix: add separate MDX instance type
* types: add MarkdownLayoutProps and MDXLayoutProps
* refactor: simplify MDXLayoutProps
* test: pass file and url to layout
* test: glob components with .default and Content
* feat: add <Content /> to MDX
* feat: declare MDX type module
* fix: [MD] move file and url to layout props only
* chore: changeset
* chore: bump MDX to "minor" with more details
* refactor: remove "file" + "url" top-level props (save for minor)
* revert: MDInstance type def updates (save for minor)
* fix: MDXInstance "default" + "content" types
* fix: bad test layout
* chore: remove getHeaders fro *.mdx
|
|
|
|
* fix(#4209): handle namespaced JSX and MDX
* chore: add changeset
* chore: update lockfile
* fix: throw error when componentExport is unresolved
* chore: bump compiler
* chore: bump compiler
* chore: revert example changes
Co-authored-by: Nate Moore <nate@astro.build>
|
|
* fix: add `output: 'server'` when setting adapter
* chore: changeset
|
|
|
|
* Prevents automatic trailingSlash behavior with getStaticPaths
* Testing
* weird change
|
|
* Ensure hydration scripts inside of slots render ASAP
* Changeset
* fix type errors
* Update packages/astro/src/runtime/server/render/page.ts
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
|
|
Co-authored-by: Nate Moore <nate@astro.build>
|
|
(#4281)
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Clarify preact/compat integration
* Create long-lobsters-ring.md
Co-authored-by: Fred K. Schott <fkschott@gmail.com>
|
|
|
|
* 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>
|
|
|
|
* Fix build output for endpoints route
* Add changeset
|
|
* Add 404 routing logic to Netlify redirects file
* changeset
|
|
|
|
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
* fix: move layout generation to remark plugin
* test: frontmatter injection in layout
* chore: changeset
* fix: remove content fallback
|
|
`intergration` -> `integration`
|
|
|
|
* 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>
|
|
|
|
Co-authored-by: Nate Moore <nate@astro.build>
|
|
* chore(ci): do not cancel-in-progress on main
* still cancels?
Co-authored-by: Nate Moore <nate@astro.build>
|
|
This reverts commit c0caf7e353e96de32e8de7453bba41072c0ddb36.
|
|
|
|
* Add builtin rehype plugin to beginning
* Add Changeset
* Do the same to rehypeRaw for consistency
|
|
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* Simulate Vite resolve id to url
* Add changeset
|
|
|
|
* Return 404 status code for 404.astro in SSR
* Adding a changeset
|
|
* docs: MDX Astro.props.content -> frontmatter
* chore: changeset
|
|
|
|
|
|
* Include astro components for HMR invalidation
* Changeset
* remove extra vite server passing
|
|
|
|
* update cloudflare readme
* Create modern-papayas-rhyme.md
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
|
|
* Fix solid recursion bug
* Fix types
* Remove debug code
* Remove logging from e2e test
|
|
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.
|
|
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
|
|
|
|
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|