Skip to content
Snippets Groups Projects
Commit 744038e4 authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Merged version 1.4.2 into master

parents ea1adfc6 94e941c8
No related branches found
No related tags found
1 merge request!40Merge release candidate of v1.4.2 into master
...@@ -5,22 +5,25 @@ All notable changes to this project will be documented in this file. ...@@ -5,22 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.4.1] - 26-02-2020 ## [1.4.2] - 25/05/2020
- Removed library declaration of JS file that does not exist
## [1.4.1] - 26/02/2020
- Fixed .once is not a function for Featured Banner display format - Fixed .once is not a function for Featured Banner display format
## [1.4.0] - 18-07-2019 ## [1.4.0] - 18/07/2019
- Added Card Grid display format - Added Card Grid display format
- Added Event Grid display format - Added Event Grid display format
- Added support for using grouping field in Accordion and Teaser List DF - Added support for using grouping field in Accordion and Teaser List DF
- Added settings menu in /admin/config/display-formats/settings - Added settings menu in /admin/config/display-formats/settings
- Fixed color consistency for all display formats - Fixed color consistency for all display formats
## [1.3.0] - 24-04-2019 ## [1.3.0] - 24/04/2019
- Added Vertical Boxes display format - Added Vertical Boxes display format
- Added Featured Banner display format - Added Featured Banner display format
- Fixed issue of Accordion display format grouped rows - Fixed issue of Accordion display format grouped rows
## [1.2.0] - 26-02-2019 ## [1.2.0] - 26/02/2019
- Fixed error in views that use Horizontal Boxes [provided default value] - Fixed error in views that use Horizontal Boxes [provided default value]
- Fixed default-row-class value being kept even after overriden - Fixed default-row-class value being kept even after overriden
- Added Collision display format - Added Collision display format
...@@ -29,10 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -29,10 +32,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved code by changing format conditionals (name to ID) - Improved code by changing format conditionals (name to ID)
- Changed font-size of Teaser List - Changed font-size of Teaser List
## [1.1.0] - 22-11-2018 ## [1.1.0] - 22/11/2018
- Added Accordion as display format - Added Accordion as display format
- Changed conditions for Horizontal Boxes - Changed conditions for Horizontal Boxes
- Removed debugging conditions - Removed debugging conditions
## [1.0.0] - 04-10-2018 ## [1.0.0] - 04/10/2018
- Added Horizontal Boxes as display format - Added Horizontal Boxes as display format
\ No newline at end of file
...@@ -2,7 +2,7 @@ name: CERN Display Formats ...@@ -2,7 +2,7 @@ name: CERN Display Formats
type: module type: module
description: 'Provides a set of display formats designed for the needs of the CERN users.' description: 'Provides a set of display formats designed for the needs of the CERN users.'
package: Web Team Drupal Library package: Web Team Drupal Library
version: 1.4.1 version: 1.4.2
core: '8.x' core: '8.x'
dependencies: dependencies:
- drupal:views - drupal:views
......
...@@ -34,8 +34,6 @@ event-grid-stylesheets: ...@@ -34,8 +34,6 @@ event-grid-stylesheets:
css: css:
layout: layout:
assets/css/event-grid.css: {} assets/css/event-grid.css: {}
js:
assets/js/event-grid.js: {}
dependencies: dependencies:
- core/jquery - core/jquery
- core/jquery.once - core/jquery.once
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment