Changelog
=========

> **Tags:**
> - :boom:       [Breaking Change]
> - :rocket:     [New Feature]
> - :bug:        [Bug Fix]
> - :memo:       [Documentation]
> - :house:      [Internal]
> - :nail_care:  [Polish]

## v3.62.1 (2023-11-13)

#### :big: Bug Fix

* Fixed incorrect slide alignment when there is only one slide presented

## v3.55.0 (2023-08-04)

#### :rocket: New Feature

* Added new prop `alignLastToEnd` which is similar to existing `alignFirstToStart` and is also `true` by default.
* Added new prop `autoSlideInterval`
* Added new prop `autoSlidePostGestureDelay`

#### :bug: Bug Fix

* Fixed incorrect `align="end"` behaviour

## v3.44.2 (2023-03-29)

#### :house: Internal

* Changed `optionProps` and `itemProps` params

## v3.16.1 (2022-02-15)

#### :bug: Bug Fix

* [Fixed an issue with `b-slider` works incorrectly in a slider mode](https://github.com/V4Fire/Client/issues/691)

## v3.13.2 (2021-12-06)

#### :house: Internal

* [Wrapped animations with `requestAnimationFrame`](https://github.com/V4Fire/Client/issues/170)

## v3.0.0-rc.164 (2021-03-22)

#### :memo: Documentation

* Added documentation

## v3.0.0-rc.122 (2021-01-13)

#### :boom: Breaking Change

* Refactoring for the updated `iItems` API

#### :memo: Documentation

* Added `README`, `CHANGELOG`
