Releases: praxisnetau/silverware-contact
Releases · praxisnetau/silverware-contact
1.5.0 (2018-06-12)
1.4.1 (2018-05-24)
1.4.0 (2018-03-26)
Added
- "list mode" for
ContactComponent
and items
Updated
- build dependencies
Fixed
- bug with nested divs incorrectly showing as block in inline mode for
ContactComponent
1.3.0 (2018-01-10)
Added
- ability to hide country on
AddressItem
- custom OnSendMessage for individual
ContactPage
recipients (shown on form after submission)
Fixed
- incorrect margin style on
HeadingItem
1.2.3 (2017-12-11)
1.2.2 (2017-11-30)
Updated
AddressItem
now supports a second line for streets
Fixed
AddressItem
country code forced to lowercase inonBeforeWrite()
1.2.1 (2017-10-09)
Added
- inline layout mode for items rendered by
ContactComponent
Updated
- build dependencies
- updated from
silverstripe-module
tosilverstripe-vendormodule
Removed
- removed unnecessary dir and path from
_config.php
1.1.0 (2017-09-22)
Updated
- dependency for
silverware/silverware
bumped to v1.3
Fixed
- content bug with
ContactItem
rendering two content divs ContactItem
now obtains it's template using thegetTemplate()
method
1.0.2 (2017-07-16)
Updated
- improved field section naming in
getCMSFields
- changed theme reference to
silverware-theme
in webpack config
1.0.1 (2017-07-04)
Updated
- documentation for new components
- list of requirements
Fixed
- missing
$description
value inContactItem
Removed
- unnecessary
@todo
tag inContactPageController