custom-elements-manifest
custom-elements-manifest copied to clipboard
Custom Element Status
It would be useful to have a "status" field (free text). I'd use it for something like this:
- alpha
- beta
- stable
- deprecated
I don't really think we could regularize this well, personally. Since npm packages are semver versioned, packages can have pre-release suffixes like any other.
I presume a catalog-type app would not show preview releases by default, but could be configured to as an option.
an npm package could contain many components... some could be stable, some could be alpha... so a "state" per component could be useful to display to users in a readme or documentation site 🤗