Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* chore: update @astrojs/compiler
* chore: add changeset
* chore: update test
Co-authored-by: Nate Moore <nate@astro.build>
|
|
|
|
Co-authored-by: Nate Moore <nate@astro.build>
|
|
* fix: portfolio example JSX error
* chore: add changeset
* chore: update description
|
|
|
|
* 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
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
* defaulting pictures to use decoding=async
* chore: add changeset
|
|
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
* 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
|