Skip to content

Releases: clay/clay-kiln

temporal-instability

05 Oct 20:33
Compare
Choose a tag to compare
  • fix issue where timepicker was displaying a parsing error when input was blank

conditional-values

03 Oct 17:25
Compare
Choose a tag to compare
  • fixe issue where multiple values in in-field validate.required were not being parsed correctly

brace-yourself

27 Sep 15:59
Compare
Choose a tag to compare
  • use asset host to fetch styles for newly-created components (#1335)
  • debounce calls to update page/layout meta when doing simple component saves (#1334)
  • add eslint rule for curly braces

metagnosis

28 Sep 13:49
Compare
Choose a tag to compare

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

18 Sep 16:57
Compare
Choose a tag to compare
  • fix issue with null/undefined values not converting to empty string (in text inputs)

full-metal-jacket

18 Sep 16:38
Compare
Choose a tag to compare
  • fixed issue using select input pointing to list
  • fixed issues using segmented-button with text (instead of icons)

numerical-collapse

07 Sep 20:14
Compare
Choose a tag to compare
  • fix issue where 0 was considered an empty value and field labels weren't displaying properly

collapsing-empire

07 Sep 15:17
Compare
Choose a tag to compare
  • FEATURE: collapsible component lists #1324
  • FEATURE: added kiln.utils.fieldHelpers to the client-side api #1326

preloads-and-nocturnes

04 Sep 16:35
Compare
Choose a tag to compare
  • better componentModels preloading when using claycli
  • better error messaging when encountering malformed component lists

falsy-valuations

30 Aug 20:16
Compare
Choose a tag to compare
  • 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