Skip to content

Releases: github/template-parts

v0.3.1

19 Jan 16:37
Compare
Choose a tag to compare

This release publishes to both the GitHub package registry and the npm registry.

v0.3.0

14 Jan 17:26
Compare
Choose a tag to compare

Features

This release exposes some decomposed functions; processPropertyIdentity, processBooleanAttribute & createProcessor which allows consumers to create processors that extend the default processor functionality without having to duplicate the code from these.

v0.2.3

26 Oct 14:11
Compare
Choose a tag to compare

BugFixes

  • TemplateInstance: Fix the type for update() to be unknown

v0.2.2

25 Aug 09:40
Compare
Choose a tag to compare

BugFixes

  • TemplateInstance: Fix an issue in Safari where the resulting return value is not a TemplateInstance but a DocumentFragment

v0.2.1

21 Aug 09:43
Compare
Choose a tag to compare

BugFixes

  • Processors: Prevent processors from trying to apply non existent keys in the state object.

v0.2.0

14 Aug 10:59
Compare
Choose a tag to compare

This is a large rewrite in order to align better to the TemplateInstance proposal.

The API has changed fairly significantly, consult the README for more.

v0.1.1

31 Jul 12:02
Compare
Choose a tag to compare
0.1.1

v0.1.0

31 Jul 10:53
27e0df4
Compare
Choose a tag to compare
Merge pull request #1 from github/initial-implementation

Initial implementation