ApostropheCMS v2.50.0 Release Notes

Release Date: 2018-03-14 // about 6 years ago
  • โœ… Unit tests passing.

    โœ… Regression tests passing.

    • ๐Ÿ‘ฏ Clone button for widgets in areas, to save time when editing.
    • ๐Ÿ†• New features for displaying the titles of array items when editing fields of type array. titleField may now use dot notation. In addition, if that isn't enough, you may use listItemTemplate to point to an alternative to the standard arrayListItem.html template, which you may use as a reference. In addition, both titleField dot notation and the custom listItemTemplate have full access to joins. Be sure to use cross-module include syntax if you don't want to put the template in lib/modules/apostrophe-schemas/views. For instance, you may write listItemTemplate: 'my-module-name:listItemTemplate.html'.
    • ๐Ÿ› Bug fix: modals are the right height when jQuery 3 is in use.
    • CSS class added to the h4 that displays the title in an apostrophe-images widget, for your CSS styling convenience. Thanks to Gareth Cooper.