summaryrefslogtreecommitdiff
path: root/.changeset/slimy-queens-hang.md
blob: 936ed273158ca08d8cadd0d1cd1eb305a68e0309 (plain) (blame)
1
2
3
4
5
6
7
---
'astro': minor
---

The value of the different properties on `supportedAstroFeatures` for adapters can now be objects, with a `support` and `message` properties. The content of the `message` property will be shown in the Astro CLI when the adapter is not compatible with the feature, allowing one to give a better informational message to the user.

This is notably useful with the new `limited` value, to explain to the user why support is limited.