Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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
|
|
|
|
|
|
* fix: always add @astrojs/image to vite.ssr.noExternal
* chore: add changeset
|
|
|
|
* Remove stray XML tag in sitemap integration README
* Fix link errors
* Add changeset
|
|
* fix(#3843): move @babel/types to dependencies
* chore: update lockfile
Co-authored-by: Nate Moore <nate@astro.build>
|
|
|
|
Co-authored-by: Nate Moore <nate@astro.build>
|
|
|
|
* Better response.arrayBuffer() handling in Node
* Adds a changeset
|
|
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
|
|
|
|
|
|
* Docs: add adapter heading for configuration docs
* docs: add adapter example, rework doc links
* chore: changeset
|
|
|
|
* fix: lint failing on astro and some integrations
* chore: fix telemetry lint
* chore: fix turbo cache (thx nate)
* chore: fix runtime server
|
|
|
|
|
|
|
|
* fix: use slots inside expressions
* test: add test for conditional named slots
* test: fix incorrect test fixture
* chore: update `@astrojs/compiler`
* chore: add test coverage for `switch`
Co-authored-by: Nate Moore <nate@astro.build>
|
|
|
|
|
|
|
|
* chore: upgrade to pnpm@7.4.0, remove `patch-package`
* chore: update contributing
* chore: pnpm@7.4.1
* chore: bump to pnpm@7.5.0
Co-authored-by: Nate Moore <nate@astro.build>
|
|
|
|
* Allow importing Image component from @astrojs/image
* Adds a changeset
* Export the Image type
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
* fix: add text/plain;charset;utf-8 header in dev
* test: ensure content type for body shorthand
* chore: changeset
* feat: infer content type by pathname
* feat: add charset to prod build handler
* test: update for charset in prod build test
|
|
|
|
* fix: client visible on safari
* chore: changeset
* refactor: wait for children with mutation observer
* fix: remove unecessary settimeout
* refactor: remove unecessary awaits
|
|
|
|
* Ensure that maybeRenderHead runs last
* Adds a changeset
* Make work with MDX
|
|
|
|
|