diff --git a/blog/2021-05-19-lit-2.0.md b/blog/2021-05-19-lit-2.0.md index 9ecd186b..da4b2f75 100644 --- a/blog/2021-05-19-lit-2.0.md +++ b/blog/2021-05-19-lit-2.0.md @@ -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: