close

Filter

loading table of contents...

Release Notes / Version 10.2101

Table Of Contents

Removal: Deprecated bootstrap carousel code

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 library slickCarousel.ftl in the helper package @coremedia/slick-carousel as a replacement.

  • JavaScript module cmCarousel.js and its initialization code cmCarousel.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 the slickCarousel.js contained in @coremedia/slick-carousel to manually initialize the slick-carousel.

  • The jQuery Plugin jquery.bcSwipe.js and its ES6 shim module bcSwipe.shim.js

  • The SCSS variable $cm-carousel-prefix and the styling rules generated from the variable

(CMS-13813)

Search Results

Table Of Contents