nvisionative / nvQuickComponents

nvQuickComponents is a collection of versatile web components, based 100% on web standards, to help developers break free from framework churn.
GNU General Public License v3.0
12 stars 5 forks source link

Bumps stencil dependencies #16

Closed valadas closed 4 years ago

valadas commented 4 years ago

This PR bumps Stencil dependencies to their latest in hope of fixing #15

It looks like everything still works the same, however we now have a couple of warnings about event names. Event names should be like SelectionChanged instead of onSelectionChanged, I did not change this since it is a warning and changing those names would be a breaking change that I did not want to include in this particular PR.

image

I ran a build to regenarate the components.d.ts file too as per the newest stencil build.