Finding vanilla web components only
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
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?
+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