Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
astro@1.6.0
Minor Changes
#5147
0bf0758fb
Thanks @natemoo-re! - Addastro/types
entrypoint. These utilities can be used for common prop type patterns.HTMLAttributes
If you would like to extend valid HTML attributes for a given HTML element, you may use the provided
HTMLAttributes
type—it accepts an element name and returns the valid HTML attributes for that element name.#5164
4a8a346ca
Thanks @MoustaphaDev! - Add support for markdown files with the following extensions:.markdown
.mdown
.mkdn
.mkd
.mdwn
#4917
ddf2f8390
Thanks @natemoo-re! - Add support for--base
CLI argument, which will override thebase
set in yourastro.config.mjs
file.Patch Changes
3d99fdd1e
Thanks @bluwy! - Improve Astro libraries config handlingcreate-astro@1.2.0
Minor Changes
#5088
040837628
Thanks @natemoo-re! - Introducing your new automated assistant: Houston! 🎉Updates template and TypeScript prompts for clarity and friendliness.
Migrates template copying from
degit
(unmaintained) togiget
for stability.@astrojs/rss@1.0.3
Patch Changes
4a8a346ca
Thanks @MoustaphaDev! - Add support for markdown files with the following extensions:.markdown
.mdown
.mkdn
.mkd
.mdwn
@astrojs/cloudflare@3.1.1
Patch Changes
d151d9f3f
Thanks @AirBorne04! - enable access to cloudflare runtime [KV, R2, Durable Objects]import { getRuntime } from "@astrojs/cloudflare/runtime"
now you can callgetRuntime(Astro.request)
and get access to the runtime environment@astrojs/node@2.0.2
Patch Changes
c203a5cc2
Thanks @BeanWei! - fix static server path for windows system