Skip to content

Releases: praxisnetau/silverware

1.8.3 (2018-08-31)

31 Aug 07:37
Compare
Choose a tag to compare

Full Changelog

Updated

  • readme for TaglineComponent

Fixed

  • bug with missing extension

1.8.2 (2018-08-31)

31 Aug 07:30
Compare
Choose a tag to compare

Full Changelog

Added

  • added TaglineComponent

Fixed

  • fixed a bug with list component margins
  • fixed a bug with crop priority extension and float values
  • fixed a bug with meta data extension summary
  • fixed a bug with shortcodes not being processed in meta summaries
  • fixed a bug with title component style extensions

1.8.1 (2018-06-12)

12 Jun 05:16
Compare
Choose a tag to compare

Full Changelog

Updated

  • base resources path to match new public folder structure

1.8.0 (2018-06-12)

12 Jun 01:44
Compare
Choose a tag to compare

Full Changelog

Updated

  • use new "public folder" structure of upstream SilverStripe code

1.7.4 (2018-05-22)

22 May 05:02
Compare
Choose a tag to compare

Full Changelog

Updated

  • images in FeatureComponent can now be linked to the featured page
  • improved the summary generated by MetaDataExtension from content fields

Fixed

  • bug in FeatureComponent with shortcodes not being parsed in content
  • bug with auto-generated HTML IDs from component titles (containing invalid chars)

1.7.3 (2018-04-20)

20 Apr 05:45
Compare
Choose a tag to compare

Full Changelog

Fixed

  • bug with rendering of containers within rows

1.7.2 (2018-04-19)

19 Apr 05:43
Compare
Choose a tag to compare

Full Changelog

Added

  • button and icon size options to ScrollToTopButton
  • footer link/button to Slide
  • ability to filter list sources using WHERE clauses
  • JS for hiding popovers on click outside

Fixed

  • bug with allowed children on components
  • issue with formatting of slides

1.7.1 (2018-04-05)

05 Apr 00:33
Compare
Choose a tag to compare

Full Changelog

Added

  • new VirtualComponent object
  • link mode option to ContentComponent
  • ListComponent, ContentComponent and FeatureComponent now use button style extension
  • edge-to-edge mode for columns
  • edge-to-edge and child container options for rows
  • class scrolled added to header sections upon scroll from top
  • ability to override column spans on a page-by-page basis (new ColumnSpan class)

Updated

  • build dependencies
  • breakpoint handling in source Sass
  • improved button style extension

Fixed

  • issue with missing content header image
  • FeatureComponent now uses typography class for content
  • bug with the toggle field not saving in ToggleGroup

1.7.0 (2018-03-23)

22 Mar 23:06
Compare
Choose a tag to compare

Full Changelog

Added

  • auto host mode for Webpack dev server (will use the same host as the development site)
  • ImageComponent now supports linking to pages and URLs
  • ImageComponent now supports custom alt and title text
  • fixture blueprint now supports a filter_by_base_class config option, defaulted to false (fixes issue below)
  • ListViewExtension (and hence, ListPage) now supports the ability to show the list component title, and define the text for the title (the default is still hidden)

Fixed

  • bug with object fixture identifiers incorrectly matching other classes

1.6.4 (2018-03-14)

14 Mar 01:30
Compare
Choose a tag to compare

Full Changelog

Fixed

  • bug due to a change in SilverStripe CMS 4.1.0 SiteTree code; ensure that all Versioned fixture objects are copied to the live stage before populating child objects