Releases: clay/clay-kiln
Releases · clay/clay-kiln
v8.4.0-3 [BETA] Testing global validators
Testing minor release with metadata global validators #1368
clone-clown
Preload component data from amphora-html that hasn't been mutated by handlebars templates. Requires amphora-html version 4.0.2+, otherwise falls back to mutated component data.
bugs-bugs-bugs
This release resolves the following reported issues:
- Empty page areas (with placeholders) are now editable in page mode (#1282)
- Deleting an embedded
_component
(NOT part of a_componentList
) now sets the parent's _component field tonull
instead of an empty object (#1200) - Creating a new component whose defaults reference named instances of another component will clone data from the referenced component instead of using the default data of the referenced component (#1305)
nav-plugins
- FEATURE: Nav Menu Plugins (#1355)
- NPM dependency audit
she-has-the-range
Range input hydrates itself from input data if it exists, otherwise uses start
prop as starting value. Fixes #1353
what-changed
Send the component's fields that were changed after a component's model.save runs with the UPDATE_COMPONENT
mutation for plugins that listen to this event
count-dragula
Allow inline drag reordering/deleting of complex-list items
removable-components
- fixes issue where
_components
list was including removed components
insufficient-accumulation
- FEATURE: when rendering, add
_components
with a list of the component names currently on the page
Note: This has an issue (where removed components are not removed from the list), please use v8.2.1
home-on-the-range
- FEATURE:
range
input! docs here