diff --git a/app/3.0/docs/about_30.md b/app/3.0/docs/about_30.md index 2d31a647..83426c25 100644 --- a/app/3.0/docs/about_30.md +++ b/app/3.0/docs/about_30.md @@ -29,7 +29,7 @@ Here's a quick sample of defining an element in Polymer 3.0: -**Related product.** For new development, you should consider [LitElement](https://github.com/Polymer/lit-element/blob/master/README.md), a light, performant, next-generation base class for custom elements. +**Related product.** For new development, you should consider [Lit](https://lit.dev), a light, performant, next-generation library for web components. {.alert .alert-tip} ## API changes diff --git a/app/3.0/docs/devguide/feature-overview.md b/app/3.0/docs/devguide/feature-overview.md index babe30c2..7ad0b446 100644 --- a/app/3.0/docs/devguide/feature-overview.md +++ b/app/3.0/docs/devguide/feature-overview.md @@ -3,6 +3,18 @@ subtitle: Feature Overview title: Polymer library --- +## Notice: Not under active development {#support-notice} + +**The Polymer library is no longer under active development.** Only very select changes are being made to the code at this point, and newly-reported bugs are unlikely to be fixed unless they represent critical security issues. + +**Polymer has been superseded by Lit, a smaller, faster, next-generation web components library.** Thanks to the interoperability of web components, elements built with Polymer 3.0 and Lit can be mixed and matched in the same application. You can upgrade a Polymer project to Lit one element at a time. + +* For information on upgrading, see Lit for Polymer users. + +* For help with existing Polymer library apps or getting up to speed on Lit, we recommend joining the Lit Discord server. + +## Feature overview + The Polymer library provides a set of features for creating custom elements. These features are designed to make it easier and faster to make custom elements that work like standard DOM elements. Similar to standard DOM elements, Polymer elements can be: diff --git a/app/index.html b/app/index.html index 0587e86c..f09774d0 100644 --- a/app/index.html +++ b/app/index.html @@ -234,8 +234,8 @@
For new projects, we recommend starting with our next-generation web components - library, LitElement. - LitElement is a smaller, lighter successor to the Polymer library. + library, Lit. + Litis a smaller, lighter successor to the Polymer library.
For existing Polymer apps, we recommend upgrading to version 3.0 of the Polymer library. @@ -249,30 +249,6 @@
Starting a new project? Try our next-gen products:
-An ultra-light, highly performant custom element base class with a simple but expressive API.
- LitElement -An efficient, expressive, extensible HTML templating library for JavaScript.
- lit-html -Pixel-perfect realizations of Google's Material Design spec that work anywhere on the web.
- Material Web Components -- The Polymer library is in maintenance mode. For new development, we recommend Lit. + The Polymer library is no longer under active development. + We recommend moving to Lit. + For more information, see the support notice.