Releases: praxisnetau/silverware
Releases · praxisnetau/silverware
1.8.3 (2018-08-31)
1.8.2 (2018-08-31)
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)
1.8.0 (2018-06-12)
1.7.4 (2018-05-22)
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)
1.7.2 (2018-04-19)
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)
Added
- new
VirtualComponent
object - link mode option to
ContentComponent
ListComponent
,ContentComponent
andFeatureComponent
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)
Added
- auto host mode for Webpack dev server (will use the same host as the development site)
ImageComponent
now supports linking to pages and URLsImageComponent
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)
Fixed
- bug due to a change in SilverStripe CMS 4.1.0
SiteTree
code; ensure that allVersioned
fixture objects are copied to the live stage before populating child objects