Skip to content

Releases: clay/amphora-html

v5.0.0

17 Mar 21:45
Compare
Choose a tag to compare

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

13 Sep 19:11
Compare
Choose a tag to compare

Bump dependencies for security fixes.

Feature: postRender plugins

18 Jul 22:17
Compare
Choose a tag to compare

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

21 Feb 21:03
Compare
Choose a tag to compare

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

14 Dec 18:51
Compare
Choose a tag to compare

_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

16 Jul 18:27
Compare
Choose a tag to compare

Removed memoization that was unnecessary (Thanks @yuliyv!)

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

08 Jun 16:04
Compare
Choose a tag to compare

Bugfix: Load all variations in edit mode

07 Jun 21:37
Compare
Choose a tag to compare

A fix to load all variations in edit mode

Bugfix: Variations & Component Routes

30 May 20:08
Compare
Choose a tag to compare

Fixes assumption around _layoutRef being present when rendering a component route

Feature: Don't Inline All Variations

30 May 20:02
Compare
Choose a tag to compare

Prevents amphora-html from adding all component variations to the page