Skip to content

2.0.0 [Breaking Changes]

Compare
Choose a tag to compare
@Denise-Ng Denise-Ng released this 12 Jan 09:00
· 1 commit to master since this release
  • 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