webcomponents / webcomponents.org

Home of the web components community
https://www.webcomponents.org
Apache License 2.0
359 stars 95 forks source link

Finding vanilla web components only #665

Open laszbalo opened 7 years ago

laszbalo commented 7 years ago

It would be nice to filter out web components if they rely on or make it mandatory to include other frameworks, like Polymer, etc. Is there a way to achieve that currently or is it planned in the future? With thanks, Laszlo

samuelli commented 7 years ago

No way to do this currently. Thought about it but I'm not sure what the best way is. There's also complications around versions (v0, v1) and library/framework versions.

Any thoughts on what it should look like?

tomalec commented 7 years ago

+1 for vanilla and v0/v1 search

For matching v0 v1 maybe we could just promote usage of bower keywords?

Regarding vanilla/frameworks. I think it may lead to the confusion, what is a vanilla component? The one not using Polymer/Skate/oany other thing from fixed set of packages, or the one with no bowerDependencies at all?

Maybe instead, we could get some kind of keywords/query search for bower dependencies? Like: fab depenedency:Polymer, ace editor !depenedency:Polymer, Maybe we could also add version checking for example for Polymer2.0 compatible elements, like Polymer>=2.0.0