Skip to content
Snippets Groups Projects
Commit 50f62bae authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Oliver Hader
Browse files

[FEATURE] Introduce lit-html & lit-element as client-side template engine

Add the lit-html template engine, that originated from
the polymer project and is now base for web components
together with the web component base case LitElement.

It is used to replace string-concatenation/jquery based
templating in order to adapt to modern web standards.

typo3/testing-framework is adapted to include lit-html and
lit-element with:
https://github.com/TYPO3/testing-framework/pull/221
(releases as 6.6.0 and merged in #93074)

Commands:

  yarn add lit-html@^1.3 lit-element@^2.4
  yarn add --dev grunt-rollup
  grunt build

Resolves: #91810
Related: #93074
Releases: master
Change-Id: If419d378d6e98c150b219fe441b0766d12e9b639
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67092


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent f1766832
Branches
Tags
No related merge requests found
Showing
with 491 additions and 3 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment