# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.1.10](https://github.com/epicagency/slidy/compare/v1.1.9...v1.1.10) (2020-12-18)


### Bug Fixes

* :label: make transition callback infos param optional ([1f0e456](https://github.com/epicagency/slidy/commit/1f0e45641cd097af113eefcdf2761f0d2350a215))

### [1.1.9](https://github.com/epicagency/slidy/compare/v1.1.8...v1.1.9) (2020-09-18)


### Bug Fixes

* :fire: remove wrong el ([5a46ab7](https://github.com/epicagency/slidy/commit/5a46ab73aac9ee02612fddb8741d347cba52e7a3))

### [1.1.8](https://github.com/epicagency/slidy/compare/v1.1.7...v1.1.8) (2020-08-13)


### Bug Fixes

* :bug: fix auto w/ event binding ([7be9a03](https://github.com/epicagency/slidy/commit/7be9a0378fbcfee3356f38c26cc480463894405a))

### [1.1.7](https://github.com/epicagency/slidy/compare/v1.1.6...v1.1.7) (2020-07-24)


### Bug Fixes

* :bug: allow vertical scroll with swipe option ([c75a262](https://github.com/epicagency/slidy/commit/c75a26244a61a7691cd1ee9c00cd0b8ed40df020))
* :bug: clean active items on destroy ([19c0cee](https://github.com/epicagency/slidy/commit/19c0cee69f7951af61f5b9f19d35947f7fcff1be))

### [1.1.6](https://github.com/epicagency/slidy/compare/v1.1.5...v1.1.6) (2020-07-16)


### Bug Fixes

* :bug: fix preventSlide hook ([4c00941](https://github.com/epicagency/slidy/commit/4c00941431dbd770ac462c45fe5c56377e3b5d69))

### [1.1.5](https://github.com/epicagency/slidy/compare/v1.1.4...v1.1.5) (2020-06-25)


### Bug Fixes

* :label: fix union type for function ([b5f0481](https://github.com/epicagency/slidy/commit/b5f0481356089619f5d2e270af2eeea5f8f309ea))

### [1.1.4](https://github.com/epicagency/slidy/compare/v1.1.3...v1.1.4) (2020-06-25)


### Bug Fixes

* :label: fix transition element ([fb14ea6](https://github.com/epicagency/slidy/commit/fb14ea6d78ad525fa9fd0232929a02449d0413e7))

### [1.1.3](https://github.com/epicagency/slidy/compare/v1.1.2...v1.1.3) (2020-06-25)


### Bug Fixes

* :label: export types ([418d343](https://github.com/epicagency/slidy/commit/418d34368ce5d268df5062805faf86e0d4b06650))

### [1.1.2](https://github.com/epicagency/slidy/compare/v1.1.1...v1.1.2) (2020-06-03)

### Bug Fixes

- **root:** :wrench: no sourcemaps on build ([845edfa](https://github.com/epicagency/slidy/commit/845edfa20957f50a3f30e3646e93a4c39b969e90))

### [1.1.1](https://github.com/epicagency/slidy/compare/v1.1.0...v1.1.1) (2020-05-20)

### Bug Fixes

- **root:** :bug: fix + test destroy ([29aa852](https://github.com/epicagency/slidy/commit/29aa85263d81645d3558485c9fd39836195d78ed))
- **root:** :checkered_flag: IE support ([9439eb8](https://github.com/epicagency/slidy/commit/9439eb849dacdd4e04c3aee3f435362c55786d7c))

## [1.1.0](https://github.com/epicagency/slidy/compare/v1.0.4...v1.1.0) (2020-04-22)

### Features

- **root:** :sparkles: more details/consistence w/hook params ([af41383](https://github.com/epicagency/slidy/commit/af413833793e7836482f829040f864e42f7f6da4))

### [1.0.4](https://github.com/epicagency/slidy/compare/v1.0.3...v1.0.4) (2020-04-21)

### Bug Fixes

- **root:** :bug: fix height auto when no child/content ([7faa709](https://github.com/epicagency/slidy/commit/7faa709df5732fb4d65c8db05d950a272e94e9e8))

### [1.0.3](https://github.com/epicagency/slidy/compare/v1.0.2...v1.0.3) (2020-03-30)

### Bug Fixes

- :pencil2: missing quote ([3002101](https://github.com/epicagency/slidy/commit/3002101edaa4d255d8dfe6a93acb1d5bd77f2f18))

### [1.0.2](https://github.com/epicagency/slidy/compare/v1.0.1...v1.0.2) (2020-03-10)

### [1.0.1](https://github.com/epicagency/slidy/compare/v1.0.0...v1.0.1) (2020-02-11)

### Bug Fixes

- :heavy_minus_sign: remove unused deps ([eb03aa5](https://github.com/epicagency/slidy/commit/eb03aa52cd7e3ab534563cd72cfdbbda1c3cbd97))

## [0.11.0](https://github.com/epicagency/slidy/compare/v0.10.0...v0.11.0) (2020-02-11)

### ⚠ BREAKING CHANGES

- Hooks replace options. `init` method needs to be used…

- :pencil: update doc + small fixes ([cb8c642](https://github.com/epicagency/slidy/commit/cb8c642b7fb383963765c8b6f74f9224736a326b))

## [0.10.0](https://github.com/epicagency/slidy/compare/v0.9.1...v0.10.0) (2020-02-11)

### ⚠ BREAKING CHANGES

- TS, new build, remove deprecated, …

### Features

- :sparkles: add click/drag/tap/swipe ([be1317f](https://github.com/epicagency/slidy/commit/be1317f3cc8a6072454dcb6b609a423fd6d4757e))
- :sparkles: add drag/swipe ([917a031](https://github.com/epicagency/slidy/commit/917a031b731ddeac2e6c25f3e63c6dfdc63d19c6))
- :sparkles: Add keyboard/arrows controls ([46d1615](https://github.com/epicagency/slidy/commit/46d1615827534d8be95af55746d7c4b061db9df5)), closes [#6](https://github.com/epicagency/slidy/issues/6)
- :tada: move to TS ([9edd4cd](https://github.com/epicagency/slidy/commit/9edd4cd63b0f077dff7d6dd0457824a425424c8f))

### Bug Fixes

- :bug: Fix Bug Group Pagination / Nav ([71987fc](https://github.com/epicagency/slidy/commit/71987fc9c172f632f6a31eeb305275e5b83f3b30))
