Release Notes / Version 10.2101
Table Of Contents
The bootstrap carousel implementation has been replaced with the slick carousel in all packages of the frontend workspace since CoreMedia 1904.
The slick carousel provides a state of the art carousel / slideshow implementation that is highly customizable (see
http://kenwheeler.github.io/slick/
). It was already in use for the brick
@coremedia/brick-responsive-carousel
for a couple of releases.
Removed Code:
The following code was removed from the brick package
@coremedia/brick-bootstrap
:
View
Container#asCarousel
: Please use the freemarker libraryslickCarousel.ftl
in the helper package@coremedia/slick-carousel
as a replacement.JavaScript module
cmCarousel.js
and its initialization codecmCarousel.init.js
: Using the mentioned freemarker library you probably do not need to write any new initialization code. If special requirements are needed you can use theslickCarousel.js
contained in@coremedia/slick-carousel
to manually initialize the slick-carousel.The jQuery Plugin
jquery.bcSwipe.js
and its ES6 shim modulebcSwipe.shim.js
The SCSS variable
$cm-carousel-prefix
and the styling rules generated from the variable
(CMS-13813)