react-swipeable-views

A React component for swipeable views.

MIT License

Downloads
2.7M
Stars
4.5K
Committers
67

Bot releases are visible (Hide)

react-swipeable-views -

Published by oliviertassinari over 8 years ago

Bug fixes

react-swipeable-views -

Published by oliviertassinari over 8 years ago

New features

  • Add support for react-native v0.25
react-swipeable-views -

Published by oliviertassinari over 8 years ago

New features

  • Add a springConfig property for the browser.

Core

  • Add some unit test.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Improvements

  • Keep support for React v0.14 as there is no breaking changes.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Improvments

Bug fixes

react-swipeable-views -

Published by oliviertassinari over 8 years ago

Fixes

  • Fix an edge case in the browser where touchStart is not triggered.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Browser

iOS

  • Fix update of index. Thanks @tomwalters.

Internal

  • Remove the grunt dependency
  • Upgrade all the dependencies
react-swipeable-views -

Published by oliviertassinari over 8 years ago

New feature

  • Add support for React Native iOS and Android. I have done two versions, one with animate and one with ScrollView. I'm unsure which one give the best UX.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

New feautre

  • Add a new slideStyle property #39 (thanks @VilleMiekkoja).

Improvement:

Before
capture d ecran 2016-03-04 a 19 41 07

After
capture d ecran 2016-03-04 a 19 40 33

react-swipeable-views -

Published by oliviertassinari over 8 years ago

Imrpovement

  • Also ignore maxHeight from the containerStyle.
  • Save some CPU cycles my moving the updateHeight boolean out of the renderContainer method.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Improvement

  • Remove hundreds of callback for the ref if no height is provided to containerStyle.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Improvement

  • Skip the height animation if a minHeight is also provided.

Dev

  • Upgrade to eslint v2.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Improvement

  • Only output the /src and the /lib folder
react-swipeable-views -

Published by oliviertassinari over 8 years ago

New feature

  • Add support for nested swipeable view. See the demo 6.
react-swipeable-views -

Published by oliviertassinari over 8 years ago

Breaking changes

New features

  • Pass any other properties not declared in the propTypes to the root component. For instance, the className property will be applied on the root component #28

Improvement

  • Use the pure HOC instead of the pure render mixin.
  • Use the ES6 classes instead of createClass.
  • Remove the documentation from the npm release
react-swipeable-views -

Published by oliviertassinari almost 9 years ago

Improvements

  • Replace the objectAssign ponyfill dependency and use the babel transform instead.
    The output size lib is smaller (8.7kB instead of 10.7kB without minification).
react-swipeable-views -

Published by oliviertassinari almost 9 years ago

Bug fixes

  • Fix null references to slide (#21)

New features

  • Add onSwitching property (#20)
react-swipeable-views -

Published by oliviertassinari almost 9 years ago

Bug fixes

  • Fix flexbox styling in Safari (#18)
react-swipeable-views -

Published by oliviertassinari almost 9 years ago

New features

  • Add the resistance property. If true, it will add bounds effect on the edges.

Bug fixes

  • Prevent componentWillMount to trigger twice
react-swipeable-views -

Published by oliviertassinari almost 9 years ago

New features

  • Add a disabled property. If true, will disable touch events. This is useful when you want to prohibit the user from changing slides.
  • Add support for dynamic height. (See Demo 4), This behavior is enabled when no height style property is given.
Package Rankings
Top 0.67% on Npmjs.org
Top 6.61% on Proxy.golang.org
Badges
Extracted from project README
npm version npm downloads npm version npm downloads npm version npm downloads Build Status Dependencies DevDependencies Donate TypeScript definitions on DefinitelyTyped Coverage Status