Skip to content

Releases: clay/clay-kiln

form-width

20 Jun 15:15
Compare
Choose a tag to compare
  • make sure forms are 100% width (some forms were overflowing if they had codemirror with particularly long lines of code inside them

new-input-who-dis

19 Jun 20:28
Compare
Choose a tag to compare
  • re-styled clay menu search inputs (thanks @meijioro 🎉 ) #864

production-ready-vue

19 Jun 20:16
Compare
Choose a tag to compare
  • use vue in production mode
  • use vuex in production mode (disable strict mode)
  • decreases clay-kiln-edit.js size from 585kB to 498kB and increases runtime speed
  • fix minimum pane heights so the 500px height is only applied to xlarge panes (e.g. the Clay Menu)

google-docs-funtimes

19 Jun 20:15
Compare
Choose a tag to compare
  • fixed chrome issue where paragraphs pasted from google docs wouldn't be split into multiple paragraphs
  • note: there's an outstanding issue on firefox where the first paragraph will be bolded, since google docs (as of 2017-06-19) is wrapping <p> tags in <b style="font-weight: normal;">

lazy-unpub-message

19 Jun 20:13
Compare
Choose a tag to compare
  • give 30s leeway before saying there are unpublished changes (we'd rather it say published in indeterminate situations rather than saying there are changes)
  • add padding when there are multiple publish warnings

timeout-error-handling

19 Jun 20:11
Compare
Choose a tag to compare
  • gracefully handle model.js errors, including timeout errors (by displaying an error message and re-rendering the component with old data)
  • fixed typo in model.render timeout (it should be 1000ms, not 100ms)

timeout-increase

19 Jun 20:10
Compare
Choose a tag to compare
  • increase model.save timeout from 1s to 4s
  • increase model.render timeout from 500ms to 1s

tilde-swinton

19 Jun 20:10
Compare
Choose a tag to compare
  • use tilde (~) for deep-linking, rather than double arrow (»). this is due to double arrow being unencoded in windows browsers, whereas tilde is 100% safe

empty-selector

19 Jun 20:09
Compare
Choose a tag to compare
  • fix expanded selector height when component has no buttons #855

pane-height

19 Jun 20:08
Compare
Choose a tag to compare
  • 500px minimum pane height