Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

52 lines (35 loc) · 1.31 KB

Changelog

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.

0.8.2

Changed

  • Updated jexpr dependency to 1.0.0-pre.7

0.8.1

Changed

  • Updated jexpr dependency to 1.0.0-pre.5

0.8.0

Added

  • Added template calls. A sub-template can be called with the <template call="..."> syntax.

Fixed

  • 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)

0.7.0

Changed

  • 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

0.0.0 - 0.6.2

A changelog was not kept for these releases