Skip to content

Document limitations of Polymer Template Add-on #4246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/upgrading/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@

Then you'll need to update all imports of the `PolymerTemplate` classes to the new coordinates: `com.vaadin.flow.component.polymertemplate.PolymerTemplate`.

==== Limitations

Even with the PolymerTemplate Addon, you cannot use the Polymer-based TemplateRenderer; instead <<{articles}/components/grid/renderers#using-lit-renderers#,LitRenderer>> is required. Additionally, if the Polymer template relies on Vaadin component imports and APIs, these may need to be updated.

Check failure on line 537 in articles/upgrading/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'APIs'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'APIs'?", "location": {"path": "articles/upgrading/index.adoc", "range": {"start": {"line": 537, "column": 246}}}, "severity": "ERROR"}

=== Polymer to Lit Conversion Tool

Expand Down