Releases: clay/clay-kiln
Releases · clay/clay-kiln
form-width
- 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
production-ready-vue
- use
vue
in production mode - use
vuex
in production mode (disablestrict
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 toxlarge
panes (e.g. the Clay Menu)
google-docs-funtimes
- 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
- 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
- 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
- increase
model.save
timeout from 1s to 4s - increase
model.render
timeout from 500ms to 1s
tilde-swinton
- 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
- fix expanded selector height when component has no buttons #855
pane-height
500px
minimum pane height