Releases: clay/clay-kiln
Releases · clay/clay-kiln
temporal-instability
- fix issue where timepicker was displaying a parsing error when input was blank
conditional-values
- fixe issue where multiple values in in-field
validate.required
were not being parsed correctly
brace-yourself
metagnosis
Release compatible with Amphora v7.0.0
Major Changes:
- Pulls and updates page/layout metadata via the
/meta
endpoint on each page and layout rather than the/_pagelist
//_layoutlist
endpoints - Handles localization of time, but all timestamps are stored in Zulu time
being-and-nothingness
- fix issue with null/undefined values not converting to empty string (in text inputs)
full-metal-jacket
- fixed issue using
select
input pointing tolist
- fixed issues using
segmented-button
with text (instead of icons)
numerical-collapse
- fix issue where
0
was considered an empty value and field labels weren't displaying properly
collapsing-empire
preloads-and-nocturnes
- better
componentModels
preloading when using claycli - better error messaging when encountering malformed component lists
falsy-valuations
- FEATURE: ability to set max length on inline wysiwyg inputs
- FEATURE: ability to focus on deep (inside complex-lists) fields when opening forms
- fix issue with
0
not saving on numerical inputs - fixed issue with "You are editing X Template" alert not displaying on load
- fixed issue with empty static inputs not setting their height correctly
- fixed validation bug when component property is null
- nudged default form position up, so forms take up more vertical viewport space
Inline Max Length
While you could always set validate.max
for inline
inputs, users will now see a birdsite-like visual display when they enter too many characters into the input.
Deep Focus
Allows data-editable
to point to deeply-nested fields, which allows clicking to open that field directly. Docs have more deets