diff --git a/CHANGELOG.md b/CHANGELOG.md index 124af2a4aac9c57a0920dbc5b3cd99e34438b17b..e589275fdb6bdf64472bb534428e8c658ac21e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), 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 -## [1.4.0] - 18-07-2019 +## [1.4.0] - 18/07/2019 - Added Card Grid display format - Added Event Grid display format - Added support for using grouping field in Accordion and Teaser List DF - Added settings menu in /admin/config/display-formats/settings - 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 Featured Banner display format - 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 default-row-class value being kept even after overriden - Added Collision display format @@ -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) - Changed font-size of Teaser List -## [1.1.0] - 22-11-2018 +## [1.1.0] - 22/11/2018 - Added Accordion as display format - Changed conditions for Horizontal Boxes - Removed debugging conditions -## [1.0.0] - 04-10-2018 +## [1.0.0] - 04/10/2018 - Added Horizontal Boxes as display format \ No newline at end of file diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml index c9032652118a0a14fa1ce9d0d49212b3f56669be..cb0bb35e5a16aad3efacc21078ddf2d33850b1ee 100755 --- a/cern_display_formats.info.yml +++ b/cern_display_formats.info.yml @@ -2,7 +2,7 @@ name: CERN Display Formats type: module description: 'Provides a set of display formats designed for the needs of the CERN users.' package: Web Team Drupal Library -version: 1.4.1 +version: 1.4.2 core: '8.x' dependencies: - drupal:views diff --git a/cern_display_formats.libraries.yml b/cern_display_formats.libraries.yml index 2a87f817974f0c676b2f91a477caeb4168a8ec22..cd02b377eb903ca1eb30ed0f64f48272c410fb1b 100644 --- a/cern_display_formats.libraries.yml +++ b/cern_display_formats.libraries.yml @@ -34,8 +34,6 @@ event-grid-stylesheets: css: layout: assets/css/event-grid.css: {} - js: - assets/js/event-grid.js: {} dependencies: - core/jquery - core/jquery.once