Skip to content

Releases: clay/clay-kiln

bare-words

28 Jul 18:01
Compare
Choose a tag to compare
  • #96 unstyled wysiwyg editing

proscribed-affectations

20 Jul 17:01
Compare
Choose a tag to compare
  • #87 fixed refreshing components when saving them
  • #91 add data structure from the schema if it doesn't already exist (allows creating new instances of components without needing each field to have default data in the bootstrap file)
  • #92 add affects behavior (allows you to specify components to update when a certain field updates)
  • #90 add save status message to toolbar

labeling-behaviors

15 Jul 17:21
Compare
Choose a tag to compare
  • #85 added label behavior, to explicitly declare that a field should have a label (note, this gets the label from the _label metadata, which is also consumed by the placeholder and potentially other things)

recoverable-discombobulations

15 Jul 16:34
Compare
Choose a tag to compare
  • #73 added placeholder groups
  • #70 added render service to avoid full page refresh when saving
  • #68, #74, #76, #82 styleguide feedback
  • #75 added drop-image behavior
  • #77 dane's 2nd revision of component-bar styles
  • #78 made simple-list more consistent
  • #84 added comments to behaviors documenting arguments for schemas

flatland-revisited

13 Jul 18:57
Compare
Choose a tag to compare
  • #69 fixed settings overlays
  • #70 added flat schema and _groups support

automatic-propagation

10 Jul 15:09
Compare
Choose a tag to compare
  • #57 added autosave
  • #63 added fix for clicking iframes
  • #65 added fix for creating a new page
  • #66 added fix for autosaving + overlay forms
  • #67 added fix for placeholder height

tiny-toolbar-enhancements

07 Jul 18:33
Compare
Choose a tag to compare
  • #60 added more arguments to the text behavior
  • #61 when opening forms, don't click through links on the page
  • #62 added padding to page when in edit mode (to compensate for the toolbar)

list-polish

07 Jul 16:49
Compare
Choose a tag to compare
  • #58 fix for component bar setHeight
  • #59 placeholder for simple list input

combinatorial-behaviorism

01 Jul 17:10
Compare
Choose a tag to compare
  • core behaviors
  • first draft of the style guide
  • lots of services
  • still have some dollar-slice controllers
  • exposes addBehavior and addDecorator so instances of byline can run their own custom behaviors and decorators if they want to