IgniteUI / igniteui-wc-examples

samples browser app and individual samples on how to use Ignite UI for Web Components
https://infragistics.com/webcomponents-demos/samples
7 stars 5 forks source link

Update dependencies for all web components samples #706

Open rkaraivanov opened 4 months ago

rkaraivanov commented 4 months ago

The current samples depend on Lit 2.x. While our components work with the 2.x version of the Lit library, we should really update to 3.x since it drops workarounds and cruft around IE 11.

In the same spirit, we should really remove the polyfills for custom elements since we do not support IE 11 officially.