Skip to content

Releases: clay/clay-kiln

ad-dummy

23 Jun 20:34
Compare
Choose a tag to compare
  • upgrade nymag-handlebars dep to 2.0.0, to use new adsToDummies helper

safari-errors

22 Jun 21:47
Compare
Choose a tag to compare
  • remove promise-timeout npm library in favor of internal solution
  • this allows timeout errors to propagate correctly on safari (promise-timeout relies on the nonstandard Error.captureStackTrace)

remove-dep

22 Jun 17:01
Compare
Choose a tag to compare
  • removed an imported store that was mistakenly added

server-edge-cases

22 Jun 16:53
Compare
Choose a tag to compare
  • 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

21 Jun 21:27
Compare
Choose a tag to compare
  • 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

21 Jun 21:26
Compare
Choose a tag to compare
  • fix empty data saving when model.js errors / times out

pathing-problems

21 Jun 13:22
Compare
Choose a tag to compare
  • polyfill event.path for unsupported browsers. this prevents firefox from firing the unfocus 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

20 Jun 18:34
Compare
Choose a tag to compare
  • vertically center padding in people pane
  • add a little more space to the top and bottom padding

renderable-resolving

20 Jun 18:33
Compare
Choose a tag to compare
  • 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

20 Jun 15:16
Compare
Choose a tag to compare