KeystoneJS v0.2.36 Release Notes

Release Date: 2014-12-07 // over 9 years ago
    • ๐Ÿ›  fixed; several issues with the localfile field type
    • ๐Ÿ‘Œ improved; localfile.options.format is called with the field context
    • ๐Ÿ‘Œ improved; localfile.href is now available as a virtual
    • ๐Ÿ‘Œ improved; switched to fs-extra so missing paths for localfile uploads will be created automatically
    • ๐Ÿ‘Œ improved; localfiles field type has been completely overhauled, now in line with localfile and supports prefix and format options
    • โœ‚ removed; the autodetection of image file types in the localfiles field has been removed, use the format option instead (like localfile)
    • ๐Ÿ›  fixed; admin UI template caching bug, may help improve Admin UI performance
    • ๐Ÿ›  fixed; callback is now correctly optional in keystone.Email.send(), thanks Brett Newman
    • ๐Ÿ‘Œ improved; a ReferenceError is now thrown when an invalid list is requested with keystone.list, thanks Sebastian McKenzie