Change link to Lit blog post (#943)

This commit is contained in:
Bram Kragten 2021-05-19 23:35:05 +02:00 committed by GitHub
parent 5d192e0aaf
commit a122e0b78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ title: Upgrade to Lit 2.0
We upgraded our frontend to use Lit 2.0, this is a major bump of both `LitElement` (3.0) and `lit-html` (2.0) that will now go further under the name [Lit](https://lit.dev) together.
This upgrade comes with a ton of great [improvements](https://lit.dev/blog/2020-09-22-lit-element-and-lit-html-next-preview/), but also with some breaking changes.
This upgrade comes with a ton of great [improvements](https://lit.dev/blog/2021-04-21-lit-2.0-meet-lit-all-over-again/), but also with some breaking changes.
If you have developed a custom card or view, and are using `LitElement` and `lit-html` from our components, your component will be using Lit 2.0 in the next release (2021.6). If you don't know if you are using `LitElement` from our components, your code will look something like this: