Skip to content

1.4.1 (2017-10-09)

Compare
Choose a tag to compare
@colintucker colintucker released this 09 Oct 03:30
· 126 commits to master since this release

Full Changelog

Added

  • new hidden ComponentFolder for holding component instances used by other components
  • SiteTree support for "vendor format" $icon statics, i.e. "vendor/module: path/to/image.png"
  • ControllerExtension now supports "vendor format" requirements

Updated

  • build dependencies
  • updated from silverstripe-module to silverstripe-vendormodule
  • detail fields styles, supports block and inline modes
  • BaseListComponent now supports links instead of buttons
  • DetailFieldsExtension now supports configuration options for rendering
  • ImageDefaultsExtension can now define whether the image is to be linked or not by default
  • MetaDataExtension support configuration options for meta date format and image asset folder
  • AlignmentStyle fields are now optional by defining configuration statics on the extended object
  • grid framework classes can now enable or disable column span/offset fields (Bootstrap v4 recently removed offsets from columns)

Fixed

  • vertical centering for font icons
  • BaseListComponent now correctly rendering left, right, and stagger image alignment modes
  • reinstated typography class for PageComponent (removing it caused too many other issues)
  • FixtureBlueprint now correctly processing values for matched objects
  • improved method for defining a custom source for a ListSourceExtension extended object
  • a bug with an empty list for Tag::forSource()

Removed

  • removed unnecessary dir and path from _config.php