custom-elements-manifest icon indicating copy to clipboard operation
custom-elements-manifest copied to clipboard

Custom Element Status

Open PaulHMason opened this issue 4 years ago • 3 comments

It would be useful to have a "status" field (free text). I'd use it for something like this:

  • alpha
  • beta
  • stable
  • deprecated

PaulHMason avatar Sep 28 '21 07:09 PaulHMason

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.

justinfagnani avatar Sep 13 '22 05:09 justinfagnani

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 🤗

daKmoR avatar Sep 13 '22 05:09 daKmoR