Skip to content

Releases: Qeepsake/react-native-pins

v2.0.1

03 Jun 20:40
Compare
Choose a tag to compare

2.0.1 (2021-06-03)

Bug Fixes

  • tooling: added release automation and pre-commit hooks (dd33af4)

2.0.0 [Breaking Changes]

12 Jan 09:00
Compare
Choose a tag to compare
  • We added the new scrolling pin feature, so we made a breaking change - <PinInput /> to <Pins />

The updated Pins component works as such:

<Pins
    onRef={ref => (this.pins = ref)}
    numberOfPins={5}
    numberOfPinsActive={2}
    numberOfPinsMaximum={2} // For scrolling pins feature
    activeOnly
/>

v1.0.4...v2.0.0

v1.0.4

10 Sep 12:21
Compare
Choose a tag to compare
  • Merge pull request #2 from aspect-apps/chestersim/update-active-pins-style 05d2904
  • Update active pin style 1a40959

v1.0.3...v1.0.4