Skip to content

Releases: yasaricli/react-native-dots-pagination

0.3.1

09 Sep 06:32
Compare
Choose a tag to compare

This patch release fixes:

Accessibility: Adding pass-through for accessibility props. #21

v0.3.0

28 Mar 05:24
7d446e4
Compare
Choose a tag to compare
Update package.json

v0.2.0

12 Jan 19:36
Compare
Choose a tag to compare

onScrollTo event added

Example:

<Dots
    length={10} 
    active={this.state.active}
    onScrollTo={(index, key) => {
        console.log(index, key) // 0, dot_0
    }}
/>

v0.1.11

24 Oct 16:46
Compare
Choose a tag to compare

Fixed styles variable not found #11 Thanks @sixpathdev

v0.1.10

11 Aug 18:29
Compare
Choose a tag to compare

Fixed full width center. Thanks @mstrk

v0.1.9

30 Jan 07:28
Compare
Choose a tag to compare

This patch release fixes:

  • Update to follow React-Native best practices (componentWillReceiveProps) #3
  • Fixed ref attributes is deprecated (react/no-string-refs)

v0.1.8

28 Jan 11:46
Compare
Choose a tag to compare

added Allow to set specific height for dots, Thanks @vdrorofeev

v0.1.7

14 Dec 15:28
Compare
Choose a tag to compare

v0.1.6

07 Aug 08:52
Compare
Choose a tag to compare
  • fixed width

prop-types package

05 Aug 10:28
Compare
Choose a tag to compare
  • prop-types package added.