Skip to content

Releases: oliviertassinari/react-swipeable-views

v0.10.8

19 Feb 15:43
Compare
Choose a tag to compare

Fixes / Enhancements

  • [browser] Add a ignoreNativeScroll property (#250)
  • [browser] Fix scroll detection logic (#249)
  • [browser] Fix accessibility caused by aria roles (#248) @RonjaO
  • [docs] Add an example for handling RTL (#246)

v0.10.7

09 Feb 21:31
Compare
Choose a tag to compare

Fixes / Enhancements

v0.10.6

08 Feb 12:36
Compare
Choose a tag to compare

Fixes / Enhancements

  • fix(flow): add flow back to the project (#241)
  • fix(browser): block the thread when handling touch events (#239)

v0.10.5

06 Feb 19:32
Compare
Choose a tag to compare

Fixes / Enhancements

  • [browser] Improve support of iOS 8 with webkitTransition (#238) @robrkerr

v0.10.4

04 Feb 14:29
Compare
Choose a tag to compare

Fixes / Enhancements

  • fix(react): fix the transitionEnd callback on Firefox (#237)
  • fix(style): save one js operation (c714d01)

v0.10.3

10 Jan 09:09
Compare
Choose a tag to compare

Fixes / Enhancements

  • [browser] better support for old mobile browser (#230)

v0.10.2

06 Jan 20:31
Compare
Choose a tag to compare

Fixes / Enhancements

  • [npm] Fix babel output (51ffb56)
  • [browser] Ignore scroll event bubbling up (28c7a8e)
  • [browser] Ignore scroll if absolute positioned (02a1418)
  • [browser] increase the starting angle (f463649)

v0.10.1

05 Jan 23:06
Compare
Choose a tag to compare

Fixes / Enhancements

  • [browser] remove react-motion dependency (#223)

We can expect quite some build size / runtime performance win.
Before:
capture d ecran 2017-01-05 a 23 45 47
137 ms
400 kB

After:
capture d ecran 2017-01-05 a 23 48 15
70 ms
397 kB

  • [HoC] Use the index for the controlling behavior (#221)
  • [browser] Improve the accessibility support (#222)

v0.9.3

27 Dec 19:28
Compare
Choose a tag to compare

Fixes / Enhancements

  • Clarify the multi-packages organization (#219)

v0.9.2

24 Dec 10:59
Compare
Choose a tag to compare

Fixes / Enhancements

  • [npm] Move the dependencies in the right packages (fd266a1)

That's making the main packages even faster to install.