Skip to content

1.1.0 (2017-08-29)

Compare
Choose a tag to compare
@colintucker colintucker released this 29 Aug 05:05
· 140 commits to master since this release

Full Changelog

Added

  • .svg added to allowed extensions by default
  • BreadcrumbsExtension to allow easier customisation of breadcrumbs within controllers
  • BaseListComponent as an abstract parent class for list components
  • TileComponent used to render a list of items as a series of tiles
  • ability to set app title and tagline via YAML fixtures
  • model class Breadcrumb used to represent an item of breadcrumb navigation
  • interface Crumbable for classes which can be rendered as breadcrumbs in the template
  • relocated Installer class from silverware-app
  • 'LinkToExtension` which adds standard linking fields to the extended object
  • ability to specify both image and text alignment styles
  • PaginationStyle extension for components supporting pagination
  • ThemeStyle extension for using utility styles from the theme
  • merge method for FieldSection class
  • components now support a public doInit bootup method (along with a protected init)
  • components can now programmatically answer their template using getTemplate

Updated

  • build dependencies
  • styles to match with new Bootstrap v4.0.0-beta class names
  • expanded abilities of FeatureComponent (including icons and sub-headings)
  • alignment classes now include justify
  • the ListItem trait now refers to a $renderer instead of a $listComponent
  • Link functionality moved to LinkToExtension

Fixed

  • ScrollToTopButton now correctly uses theme utility classes for appearance
  • an array/string type conversion bug in FixtureBlueprint