All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
jexpr
dependency to 1.0.0-pre.7
- Updated
jexpr
dependency to 1.0.0-pre.5
- Added template calls. A sub-template can be called with the
<template call="...">
syntax.
- Fixed a bug with multiple text bindings in a single text node (fixes #32)
- Added better unescaping of escaped binding markers
- Fixed a bug with attribute bindings inside of repeat templates (fixes #27)
- Publish ES2022
- Added package exports
- Excluded non-prodcuion sources from npm files
- Updated to lit-html 3.0 (fixes #32, #41)
- Fix renderer precedence to prefer passed-in renderers over named blocks in templates
A changelog was not kept for these releases