8.x-3.x-alpha11
Pre-release
Pre-release
Breaking changes
Removed libraries from gent_base.info.yml
Some libraries were removed from the info file, which means they will not be loaded automatically on each page. More specifically:
- gent_base/accordion
- gent_base/image-collections
- gent_base/image-wall
If you use any of these components in your custom templates (or if you've overridden any templates from the gent-base theme), you'll have to attach the libraries to the templates separately.
How to upgrade
- Search for any HTML elements containing the CSS class
accordion
,image-wall
orjs-lightbox
in your subtheme's templates - Make sure to include the desired library by adding the corresponding library to your template:
{{ attach_library('gent_base/accordion') }}
CHANGELOG
Added
- Added theming for contact paragraph.
- Added teaser theming for infopage.
- Added theming for topic.
- Added teaser theming for topic_link.
- Added styling for opening hours widgets.
- Added theming for frequently visited block.
- Added styling for opening hours widgets.
Updated
- Updated copy in checkbox-popup facet widget.
Removed
- Removed some libraries from
gent_base.info.yml
. (They'll have to be attached to the template from now on).