mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
f7f2338c2b
* refactor: rework supportAstroFeatures * fix: build * fix: tests * chore: changeset
5 lines
308 B
Markdown
5 lines
308 B
Markdown
---
|
|
'astro': minor
|
|
---
|
|
|
|
Adds a new `limited` value for the different properties of `supportedAstroFeatures` for adapters, which indicates that the adapter is compatible with the feature, but with some limitations. This is useful for adapters that support a feature, but not in all cases or with all options.
|