You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hopefully not too much effort, and will try and take a look at making the change myself as the APIs of lit-html and lit-element should be mostly backwards compatible, and so far things we working well in the Greenwood website.
I assume this would initiate a major version bump, which would seem reasonable to me.
Let me know your thoughts!
The text was updated successfully, but these errors were encountered:
thescientist13
changed the title
Upgrade to / support new version lit@2
Upgrade to / support new version lit@2May 20, 2021
There's an upcoming version of lit-html and lit-element where everything will get consolidated under a new top level
lit
package.As part of the upgrade process, it is required to drop the old package name references and change
import
statements. For this reason, in the Greenwood website project, we will not be able to support evergreen-web-components unless they are also upgraded to use the newlit
package.Hopefully not too much effort, and will try and take a look at making the change myself as the APIs of lit-html and lit-element should be mostly backwards compatible, and so far things we working well in the Greenwood website.
I assume this would initiate a major version bump, which would seem reasonable to me.
Let me know your thoughts!
The text was updated successfully, but these errors were encountered: