Skip to content

1.5.4 (2017-11-29)

Compare
Choose a tag to compare
@colintucker colintucker released this 28 Nov 22:51
· 71 commits to master since this release

Full Changelog

Added

  • new TableComponent which renders child components using a grid of rows and columns

Updated

  • readme now includes TableComponent and TileComponent
  • ContentComponent now supports linking, alignment and font icons
  • fixtures can now set properties of child objects using ->Object: [property: value] syntax
  • added an updateBodyAttributes extension point for SiteConfig
  • objects with MetaDataExtension can now define the "mode" of summary generated from the content
  • Column objects can now hide when empty (works great with neighbouring Fill columns, e.g. hide sidebar when empty)
  • Column can now accept a DBViewports argument for getSpanClassNames() and getOffsetClassNames()
  • alignment options from ImageTools changed to match SS4 (i.e. "On the left, on its own." -> "Left")

Fixed

  • margin on ListComponent items
  • bug with crop priority field showing for regular file assets (instead of only images)