react-slip-and-slide
Version:
##### A react and react-native carousel
185 lines (85 loc) • 8.51 kB
Markdown
# Changelog
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
## [3.12.2](https://github.com/joaorr3/react-slip-and-slide/compare/v3.12.1...v3.12.2) (2024-02-02)
## [3.12.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.12.0...v3.12.1) (2024-01-29)
### Bug Fixes
* **useEngine:** fix correction actions ([d51b922](https://github.com/joaorr3/react-slip-and-slide/commit/d51b9220d7343487e4b093d6c95d215e28506beb))
## [3.12.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.11.0...v3.12.0) (2024-01-29)
### Features
* **provider:** add currentIndex to the context model ([ef1cb73](https://github.com/joaorr3/react-slip-and-slide/commit/ef1cb73cceeb46dc293d9699b4734a79a2b7946d))
## [3.11.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.6...v3.11.0) (2024-01-18)
### Features
* **useEngine:** improve pressToSlide when infinite is true ([03c0d27](https://github.com/joaorr3/react-slip-and-slide/commit/03c0d2724ae79276b491a5f6ea6667bdec040ced))
## [3.10.6](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.5...v3.10.6) (2024-01-12)
## [3.10.5](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.4...v3.10.5) (2024-01-12)
## [3.10.4](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.3...v3.10.4) (2024-01-12)
## [3.10.3](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.2...v3.10.3) (2023-12-21)
## [3.10.2](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.1...v3.10.2) (2023-12-21)
## [3.10.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.10.0...v3.10.1) (2023-12-20)
## [3.10.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.6...v3.10.0) (2023-12-20)
## [3.9.6](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.5...v3.9.6) (2023-12-19)
## [3.9.5](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.4...v3.9.5) (2023-12-19)
## [3.9.4](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.3...v3.9.4) (2023-12-19)
## [3.9.3](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.2...v3.9.3) (2023-12-19)
## [3.9.2](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.1...v3.9.2) (2023-12-19)
### [3.9.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.9.0...v3.9.1) (2023-12-12)
### Bug Fixes
* **useEngine:** fix wheel navigation when snap is false ([4be7be5](https://github.com/joaorr3/react-slip-and-slide/commit/4be7be5d98540f32dc3616138de1f9676241bec1))
## [3.9.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.8.2...v3.9.0) (2023-12-11)
### Features
* **ReactSlipAndSlide / utils / models:** a new internal flag (`needsMeasurements`) is now responsible for defining if we'll take measurements + improve gestures ux + general improvements ([df53613](https://github.com/joaorr3/react-slip-and-slide/commit/df53613897541857e15c216b63c58b4975fb759b))
### [3.8.2](https://github.com/joaorr3/react-slip-and-slide/compare/v3.8.1...v3.8.2) (2023-12-06)
### [3.8.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.8.0...v3.8.1) (2023-12-05)
## [3.8.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.7.0...v3.8.0) (2023-12-05)
### Features
* **ReactSlipAndSlide / utils / models:** improve navigation ux + general improvements ([d226f19](https://github.com/joaorr3/react-slip-and-slide/commit/d226f198d8db7ae7a34021934e645c5ff063f65a))
## [3.7.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.6.1...v3.7.0) (2023-11-21)
### Features
* **ReactSlipAndSlide / utils / models:** allow the component to be reinitialized from the ref + add listener prop ([a43c173](https://github.com/joaorr3/react-slip-and-slide/commit/a43c1733ec64b7cbe3e2112461de40cd7e44e157))
### [3.6.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.6.0...v3.6.1) (2023-11-10)
## [3.6.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.5.0...v3.6.0) (2023-11-10)
### Features
* **ReactSlipAndSlide / utils / models:** allow children to consume internal context + improve initialization logic + general improvements ([1d730ca](https://github.com/joaorr3/react-slip-and-slide/commit/1d730ca4514cbd73ec991af6256287ca67e4640c))
## [3.5.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.13...v3.5.0) (2023-11-10)
### Features
* **ReactSlipAndSlide:** add `initialIndex` prop ([64b9861](https://github.com/joaorr3/react-slip-and-slide/commit/64b98617c02a9f5da58e9521e82d23c38a7d0399))
### Bug Fixes
* **package:** fix react-native entry point ([cc522bc](https://github.com/joaorr3/react-slip-and-slide/commit/cc522bce3f5ab6727dea510283d525c415cc409a))
### [3.4.14](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.13...v3.4.14) (2023-09-26)
### Bug Fixes
* **package:** fix react-native entry point ([cc522bc](https://github.com/joaorr3/react-slip-and-slide/commit/cc522bce3f5ab6727dea510283d525c415cc409a))
### [3.4.13](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.12...v3.4.13) (2023-09-06)
### [3.4.12](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.11...v3.4.12) (2023-09-05)
### [3.4.11](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.10...v3.4.11) (2023-08-13)
### [3.4.10](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.9...v3.4.10) (2023-08-13)
### [3.4.9](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.8...v3.4.9) (2023-08-13)
### [3.4.8](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.7...v3.4.8) (2023-07-31)
### [3.4.7](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.6...v3.4.7) (2023-06-21)
### [3.4.6](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.5...v3.4.6) (2023-06-18)
### [3.4.5](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.4...v3.4.5) (2023-06-13)
### [3.4.4](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.3...v3.4.4) (2023-06-12)
### [3.4.3](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.2...v3.4.3) (2023-06-12)
### [3.4.2](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.1...v3.4.2) (2023-06-12)
### [3.4.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.4.0...v3.4.1) (2023-06-12)
## [3.4.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.3.3...v3.4.0) (2023-06-11)
### [3.3.3](https://github.com/joaorr3/react-slip-and-slide/compare/v3.3.2...v3.3.3) (2023-06-11)
### [3.3.2](https://github.com/joaorr3/react-slip-and-slide/compare/v3.3.1...v3.3.2) (2023-06-09)
### [3.3.1](https://github.com/joaorr3/react-slip-and-slide/compare/v3.3.0...v3.3.1) (2023-06-07)
## [3.3.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.2.0...v3.3.0) (2023-06-07)
### Features
* **LazyLayout:** remove unnecessary layer if loadingType is not lazy ([be5e30b](https://github.com/joaorr3/react-slip-and-slide/commit/be5e30b36253e726c0c4dedad46537bd15bcc180))
## [3.2.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.1.0...v3.2.0) (2023-06-07)
### Features
* **EngineMode:** create a clear distinction between rendering modes based on the prop `infinite` ([#3](https://github.com/joaorr3/react-slip-and-slide/issues/3)) ([bee59f1](https://github.com/joaorr3/react-slip-and-slide/commit/bee59f13f6dfbcb8781d967e36634594887699df))
## [3.1.0](https://github.com/joaorr3/react-slip-and-slide/compare/v3.0.0...v3.1.0) (2023-05-03)
### Features
* **dynamic dimensions:** improve the way the dynamic dimensions are handled ([82b7ff9](https://github.com/joaorr3/react-slip-and-slide/commit/82b7ff925cd1619bc0162552e4a1ad377625b421))
## [3.0.0](https://github.com/joaorr3/react-slip-and-slide/compare/v2.0.4...v3.0.0) (2023-05-01)
### Features
* **react-slip-and-slide:** create shared code base on the entry point ([17c6c9f](https://github.com/joaorr3/react-slip-and-slide/commit/17c6c9fbedf4ee4660d30b9eecacbe50d55a02b9))
### [2.0.4](https://github.com/joaorr3/react-slip-and-slide/compare/v2.0.3...v2.0.4) (2023-04-28)
### [2.0.3](https://github.com/joaorr3/react-slip-and-slide/compare/v2.0.2...v2.0.3) (2023-04-28)
### [2.0.2](https://github.com/joaorr3/react-slip-and-slide/compare/v2.0.1...v2.0.2) (2023-04-27)
### [2.0.1](https://github.com/joaorr3/react-slip-and-slide/compare/v2.0.0...v2.0.1) (2023-04-27)
## [2.0.0](https://github.com/joaorr3/react-slip-and-slide/compare/v1.5.5...v2.0.0) (2023-04-25)
### [1.5.5](https://github.com/joaorr3/react-slip-and-slide/compare/v1.5.4...v1.5.5) (2023-04-25)