landmark-serve
Version:
Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose
29 lines (22 loc) • 1.18 kB
Markdown
* fixed; errors uploading to cloudinary fields
* fixed; issues starting with SSL
* fixed; docs domain
* fixed; issues saving location field values
* fixed; filtering on select fields was broken in the Admin UI
* added; list totals are recalculated after items are deleted
* added; feature to select images from cloudinary
* fixed; issues with field required / initial validation
* fixed; better handling of default / alt behaviour for remove / delete functionality with cloudinary fields
* improved; more Admin UI visual tweaks
* fixed; allowing nested values to be provided to the UpdateHandler for name and location fields
* added; cloudinary folders feature, enabled with field option `folder` or defaulting to `[prefix (if exists)]/[list path]/[path]`
* added; ability to specify a field to use as the cloudinary public_id
* added; cloudinary image replace on upload option
* fixed; initial sortOrder on a sortable List
* added; ability to read multiple static files from an Array
* added; default values for text fields are displayed in the create items form now