Skip to content

Releases: jcoreio/react-view-slider

v2.1.0

30 Aug 16:35
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-08-30)

Features

  • simple: create SimpleViewSlider (0953c61d)

v2.0.1

18 Jul 18:50
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-07-18)

Bug Fixes

  • withTransitionContext.js.flow: fix flow types (c5b486f0)

v2.0.0

13 Jul 16:58
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-07-13)

Features

  • package: use only inline styles and rename some props (845db79a)

Breaking Changes

  • The following props have been renamed:
  • renderPage -> renderView
  • numPages -> numViews
  • activePage -> activeView
    BREAKING CHANGE: The following files have been removed:
  • lib/styles.js
  • lib/defaultStyles.js
  • lib/react-view-slider.css

Other changes:

  • rootRef and viewportRef props have been added
  • keepViewsMounted prop has been added

(845db79a)

v1.1.0

12 Jul 20:59
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-07-12)

Features

  • css: enable using jss instead of using css asset (240866a5)

v1.0.1

29 Jun 21:27
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-06-29)

Bug Fixes

  • ViewSlider: ignore transitionend events that aren't from viewport (83df0b6d)
  • css: rename react-page-slider.sass -> react-view-slider.sass (7e06754b)
  • package.json: make react-transition-context an optional dependency (184d6c1a)

v1.0.0

27 Jun 18:46
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-06-27)

Bug Fixes

  • PROJECT-package.json:
  • complete.sh:
  • package:
  • package.json: remove prepublish script from test package.json (e5483308)
  • pollinate:
  • pollinate-templates: fix scoped package name (d2e5a405)
  • project: make templates for package.json and .travis.yml (a27da9ec)
  • template.json:
    • add and commit changed files after pollinating (e61281ff)
    • remove --squash (4ec765bc)
    • run git commands from proj directory (b31c4cc3)

Features

  • package: initial commit (4e65137b)
  • package.json:
  • pollinate:
    • improve how pollination works (91ec60a2)
    • merge template fields into package.json (5456a209)
    • add pollinate templates (be0fafaf)