diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e86e56fc28aae977290ca703fe2822595aa5a5e..124af2a4aac9c57a0920dbc5b3cd99e34438b17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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 +- Fixed .once is not a function for Featured Banner display format + ## [1.4.0] - 18-07-2019 - Added Card Grid display format - Added Event Grid display format diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml index ca88bb808cb7f3ea9fb4332a3afb619519c75faa..c9032652118a0a14fa1ce9d0d49212b3f56669be 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.0 +version: 1.4.1 core: '8.x' dependencies: - drupal:views diff --git a/cern_display_formats.libraries.yml b/cern_display_formats.libraries.yml index 48d664599a42171fc364bbcc6debd84db0edf149..2a87f817974f0c676b2f91a477caeb4168a8ec22 100644 --- a/cern_display_formats.libraries.yml +++ b/cern_display_formats.libraries.yml @@ -24,6 +24,10 @@ featured-banner-stylesheets: assets/css/featured-banner.css: {} js: assets/js/featured-banner.js: {} + dependencies: + - core/jquery + - core/jquery.once + - core/drupalSettings event-grid-stylesheets: version: 1.x