Releases: clay/clay-kiln
Releases · clay/clay-kiln
ad-dummy
- upgrade
nymag-handlebars
dep to 2.0.0, to use newadsToDummies
helper
safari-errors
- remove
promise-timeout
npm library in favor of internal solution - this allows timeout errors to propagate correctly on safari (
promise-timeout
relies on the nonstandardError.captureStackTrace
)
remove-dep
- removed an imported store that was mistakenly added
server-edge-cases
- fixed edge case when trying to focus an inline form while an inline form was being created
- fixed an error with
server.js
responses - fixed an edge case when trying to focus an inline form while a
server.js
save was running
personable-errors
- rewrote
wysiwyg
newline handling to be more consistent - hide
add current page
in new pages list (will be implemented when we add permissions) - wait 1s before fixing filterable-list height (same as tabbed panes)
- expose kiln version in
window.kiln.utils.version
- cleaner error messages (good for plugins that track kiln errors)
woah-there-data
- fix empty data saving when
model.js
errors / times out
pathing-problems
- polyfill
event.path
for unsupported browsers. this prevents firefox from firing theunfocus
action when clicking out of forms but clicking into other forms (which was making firefox not wait for the component to save + rerender before trying to open it)
people-pane-padding
- vertically center padding in people pane
- add a little more space to the top and bottom padding
renderable-resolving
- rewrote
reactive-render
as a dispatchable action, rather than store plugin. this allows us to know when it resolves, and eliminates a class of race conditions - check to make sure inline field elements are in the dom when focusing. they usually are, but won't be if they're part of a component that's currently open (and needs to save + rerender before opening the new form)
no-sites-no-service
- fix issue where deselecting all sites in page list didn't do anything expected https://trello.com/c/CxL7LxBo