Releases: praxisnetau/silverware
Releases · praxisnetau/silverware
1.6.3 (2018-02-12)
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)
1.6.1 (2018-01-24)
Updated
Panel
components can now disable inheritance for child pages
Fixed
- missing checkbox for
StartOpen
field inToggleComponent
1.6.0 (2018-01-23)
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)
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)
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)
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)
Added
- new
TableComponent
which renders child components using a grid of rows and columns
Updated
- readme now includes
TableComponent
andTileComponent
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 forSiteConfig
- objects with
MetaDataExtension
can now define the "mode" of summary generated from the content Column
objects can now hide when empty (works great with neighbouringFill
columns, e.g. hide sidebar when empty)Column
can now accept aDBViewports
argument forgetSpanClassNames()
andgetOffsetClassNames()
- 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)
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)
Updated
- minor tweak: list item details are now optional by examining the result of "show", given within the list item spec