Skip to content

Releases: clay/amphora-html

v6.0.0

Choose a tag to compare

@jjpaulino jjpaulino released this 29 Apr 16:13

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0

v5.0.0

Choose a tag to compare

@mattoberle mattoberle released this 17 Mar 21:45

v4.2.1...v5.0.0

#83 - Moves handlebars and clayhandlebars to peer dependencies.

This release is part of a broader set of releases across the Clay suite that reduce the number of places the handlebars version is managed.

⚠️

This release should be used with amphora@8+ and kiln@10+.

Dependency bump

Choose a tag to compare

@james-owen james-owen released this 13 Sep 19:11

Bump dependencies for security fixes.

Feature: postRender plugins

Choose a tag to compare

@cruzanmo cruzanmo released this 18 Jul 22:17

Added ability for plugins to read and modify the rendered HTML after Handlebars and before the response is sent. Thanks to @brienhodges 👍

Feature: Handlebars Prevent Indent

Choose a tag to compare

@jonwinton jonwinton released this 21 Feb 21:03

Feature

  • Added the preventIndent flag to handlebars compilation so that <pre> tags don't have bad formatting in components (#58) 🎉Thanks @jeanrodriguez !

Include cloned component data in shared state

Choose a tag to compare

@zonika zonika released this 14 Dec 18:51

_componentData is used by kiln v8.3.3+ as preloaded data to keep kiln from persisting component data that's been mutated by handlebars templates.

Bugfix: Removing Unneeded Memoization

Choose a tag to compare

@jonwinton jonwinton released this 16 Jul 18:27

Removed memoization that was unnecessary (Thanks @yuliyv!)

Bugfix: In edit mode, include CSS only for cmpts on page

Choose a tag to compare

@cperryk cperryk released this 08 Jun 16:04
3.4.4

3.4.4

Bugfix: Load all variations in edit mode

Choose a tag to compare

@cperryk cperryk released this 07 Jun 21:37

A fix to load all variations in edit mode

Bugfix: Variations & Component Routes

Choose a tag to compare

@jonwinton jonwinton released this 30 May 20:08

Fixes assumption around _layoutRef being present when rendering a component route