- Notifications are available, replacing the use of
alert
. This feature is primarily for Apostrophe’s own administrative features; you can use it when extending the editing UI. Callapos.notify('message')
to display a simple message. You can specify severaltype
options such aserror
andinfo
, and you can also use%s
wildcards. Everything is localized on the server side. See the documentation for more information. Thanks to Michelin for their support of this work. - The
apostrophe-images
widget now provides a focal point editor. See the new responsive images HOWTO. Thanks to Michelin for their support of this work. - UX: clicking “edit” on an image you have already selected no longer deselects the image. Thanks to Michelin for their support of this work.
- Bug fix: corrected issue that sometimes prevented joins with pages from editing properly.
- Bug fix: added sort index on
level
andrank
, preventing MongoDB errors on very large page trees. - UX: a complete URL is suggested at startup when testing locally. Thanks to Alex Gleason.