Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 981 Bytes

react-native-web-swiper

Change Log

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.2.4 - 2022-10-02

  • Updated children prop type. Support for React 18 @eungwang1

2.2.3 - 2022-01-25

  • Add isActive prop. @kopax
  • Add activeIndex prop to DotComponent. @kopax
  • Change DotComponent's generic props. @kopax

2.2.2 - 2021-12-13

  • Children re-rendering behaviour is updated per #74 by @jarredt

2.1.6 — 2020-07-27

  • This is a patch for 2.1.4 due to the failure of generating builds

2.1.5 — 2020-07-27 - DO NOT USE, use 2.1.6 and above instead

  • This is a patch for 2.1.4 due to the failure of generating builds

2.1.4 — 2020-07-27 - DO NOT USE, use 2.1.6 and above instead

Fixed

  • Correct gestureEnabled prop (#1c2d448)