Backport the lit html feature to 2.4.
Also remember taking in the documentation.
Also note that LitTemplate is meant to use with TypeScript so you need to backport TypeScript support also
EDIT: TS support is not needed for _live reload_ for frontend changes.
Also note that LitTemplate is meant to use with TypeScript so you need to backport TypeScript support also
This is a bit controversial, since in 17 the basic lit support and designer support is based on ES modules instead of TS.
So basically lit support can be backported to 14 without TS support.
Any idea if TS will be backported in flow 2.x with Lit template?
Lit can be backported without TS and TS can be backported without lit but the entire documentation to use lit in Vaadin is written in Typescript.
Any idea if TS will be backported in flow 2.x with Lit template?
As TS is what we recommend people to use in their lit templates, I'm fairly sure we'll backport both at the same time.
@pleku what is the target Vaadin version for Lit and TS please? Vaadin 14.4?
@mvysny it is 14.5.
Lit-templates:
Polymer-templates:
Explicitly outside of the scope: Updating Bakery to be lit template based
SVC will need to delete the lts folders in resources to get LitTemplate version to LTS.
This shoud be done when 14.5 becomes the LTS version.
Most helpful comment
@mvysny it is 14.5.