Skip to content

Releases: praxisnetau/silverware

1.6.3 (2018-02-12)

12 Feb 00:18
Compare
Choose a tag to compare

Full Changelog

Updated

  • renderable objects now support "custom styles" configurable via YAML; shows a dropdown of style names mapped to CSS classes
  • non-composite fields populated by arrays in YAML fixtures now supports JSON encoding
  • composer dependencies

1.6.2 (2018-01-24)

24 Jan 05:36
Compare
Choose a tag to compare

Full Changelog

Updated

  • dependency for symbiote/silverstripe-gridfieldextensions

1.6.1 (2018-01-24)

23 Jan 22:25
Compare
Choose a tag to compare

Full Changelog

Updated

  • Panel components can now disable inheritance for child pages

Fixed

  • missing checkbox for StartOpen field in ToggleComponent

1.6.0 (2018-01-23)

23 Jan 10:58
Compare
Choose a tag to compare

Full Changelog

Added

  • new HasOneField class
  • new ToggleComponent class
  • theme border styles to config and extensions
  • theme and corner styles to ContentComponent

Updated

  • build process and dependencies

Fixed

  • incorrect property name and improved tag method interface on TagField

1.5.7 (2018-01-14)

13 Jan 22:29
Compare
Choose a tag to compare

Full Changelog

Updated

  • controller now defaults to auto mode for Webpack dev server https

Fixed

  • bug with parameter typing in ImageResizeExtension
  • bug with ContentComponent styles; floated images now have clearfix applied

1.5.6 (2018-01-03)

03 Jan 05:32
Compare
Choose a tag to compare

Full Changelog

Updated

  • additional fields for app installer (used with silverware/app)
  • list item buttons can now hide based on boolean test

1.5.5 (2017-12-11)

11 Dec 01:20
Compare
Choose a tag to compare

Full Changelog

Updated

  • added $table_name for all data objects

Fixed

  • fixed a bug with class mutation in fixtures
  • fixed owner bug in URLSegmentExtension

1.5.4 (2017-11-29)

28 Nov 22:51
Compare
Choose a tag to compare

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)

1.5.3 (2017-11-23)

23 Nov 07:23
Compare
Choose a tag to compare

Full Changelog

Updated

  • ImageComponent now supports .svg images
  • body tag now has ancestry of current page for easier styling

Fixed

  • display style for list component images
  • bug with TitleComponent not showing page title correctly
  • class name bug with multi class editor config

1.5.2 (2017-11-06)

06 Nov 06:22
Compare
Choose a tag to compare

Full Changelog

Updated

  • minor tweak: list item details are now optional by examining the result of "show", given within the list item spec