Skip to content

0.2.0 (2017-05-08)

Compare
Choose a tag to compare
@colintucker colintucker released this 08 May 00:31
· 169 commits to master since this release

Full Changelog

Added

  • components can now generate their own custom CSS
  • standard breakpoints to grid framework config
  • breakpoints accessible via Grid::framework()->getBreakpoint('viewport');
  • ViewportsField now supports regular text input as an alternative to dropdown fields
  • BaseListComponent as an abstract superclass of all "list type" components
  • canPaginate method to list components, to determine whether to show pagination settings
  • callback array syntax for YAML fixtures, to replace code blocks (see removed below)
  • ability to show only items with images in list components
  • configurable fields for MetaDataExtension to control which fields are displayed
  • attribute processing methods to ViewTools

Fixed

  • ListComponent flex styles

Removed

  • YAML code blocks from FixtureBlueprint, relying on eval is not ideal, replaced with callback array syntax