Update 5.37.0

New: Client side styles now allow for dark and light modes.

New: The system will look for the default page image in /images/defaults/ with a name matching the definition file name of the object or method being merged. If not found it will find a match to inherited objects then finally to the application default image. For example, if the object being merged is the collection blog posts and definition file name is blog then the system will look for the following:

  • /images/defaults/blog.png
  • /images/defaults/blog.jpg
  • /images/defaults/articles.png
  • /images/defaults/articles.jpg
  • /images/defaults/website.png
  • /images/defaults/website.jpg

New: A user can now be added with just an email address.

Fix: To the BusinessCollection.RelativeURLPath generation with filter expressions.

Fix: When a Template.PageImage included an expression it wasn't merged.

Fix: Fix to client side scripts and stylesheets.