Skip to content

Releases: github/template-parts

v0.5.0

23 Mar 10:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

23 Mar 10:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.1

v0.4.0

04 Jan 12:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.4.0

v0.3.3

16 Dec 10:38
286546c
Compare
Choose a tag to compare

Fix a bug in Safari 14 and below. #36

v0.3.2

19 Jan 16:37
Compare
Choose a tag to compare

This fixes a bug where calling nodePart.replace() (with no arguments) multiple times will cause a crash.

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.