Skip to content

Latest commit

 

History

History
249 lines (77 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

249 lines (77 loc) · 5.73 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.10.0 (2021-09-05)

Features

BREAKING CHANGES

  • change SCSS variable names

0.9.0 (2021-05-23)

Features

  • core: unify blocking of next & prev methods (17de32c)

0.8.0 (2021-04-06)

Features

  • core: make destroy method chainable (0c8d802)

0.7.0 (2021-04-04)

Features

  • core: add destroy method (2e40622)

  • core: detect classes added by tinyCarousel (ab515fb)

  • The following workspace dependencies were updated

    • dependencies
      • @frsource/tiny-carousel-utils bumped from ^0.5.0 to ^0.6.0

0.10.1 (2022-06-13)

Bug Fixes

0.6.3 (2021-03-31)

Note: Version bump only for package @frsource/tiny-carousel-core

0.6.2 (2021-03-31)

Bug Fixes

  • move away from .mjs to avoid webpack bug (5b01269)
  • snap index calculation for the first slide (ef26087)

0.6.1 (2021-03-28)

Note: Version bump only for package @frsource/tiny-carousel-core

0.6.0 (2021-03-27)

Features

  • core: make scss files configurable (d531a0a)

0.5.0 (2021-03-21)

Features

0.4.0 (2021-03-14)

Features

  • core: move the scroll handler setup to init (a625dc3)

0.3.1 (2021-03-13)

Note: Version bump only for package @frsource/tiny-carousel-core

0.3.0 (2021-03-08)

Features

  • support overflowing in the goTo method (0deaf1d)

BREAKING CHANGES

  • goTo method now doesn't return boolean, but the carousel instance
  • goTo change in index overflow handling - now it will start again from the start

0.2.2 (2021-03-04)

Note: Version bump only for package @frsource/tiny-carousel-core

0.2.1 (2021-03-03)

Note: Version bump only for package @frsource/tiny-carousel-core

0.2.0 (2021-02-28)

Features

  • add possibility to provide items in config (29867e3)

0.1.7 (2021-02-24)

Note: Version bump only for package @frsource/tiny-carousel-core

0.1.6 (2021-02-22)

Note: Version bump only for package @frsource/tiny-carousel-core

0.1.5 (2021-02-20)

Note: Version bump only for package @frsource/tiny-carousel-core

0.1.4 (2021-02-20)

Note: Version bump only for package @frsource/tiny-carousel-core

0.1.3 (2021-02-20)

Bug Fixes

  • core styling output bundle (ac6e433)

0.1.2 (2021-02-20)

Bug Fixes

  • core: package.json field for styles entry (8b41287)

0.1.1 (2021-02-20)

Note: Version bump only for package @frsource/tiny-carousel-core

0.1.0 (2021-02-17)

Features

  • first monorepo implementation (2312688)
  • move docs to the separate package (b79b174)