Skip to content

Latest commit

 

History

History
115 lines (48 loc) · 3.14 KB

CHANGELOG.md

File metadata and controls

115 lines (48 loc) · 3.14 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.4 (2018-10-26)

Bug Fixes

1.1.3 (2018-09-04)

Bug Fixes

1.1.2 (2018-08-31)

1.1.1 (2017-09-12)

Bug Fixes

  • naming of browser module (a0f62cd)

1.1.0 (2017-09-01)

Features

  • Allow for passive listeners (8795cb3)

1.0.2 (2017-08-23)

Bug Fixes

  • Only add ref to class components (972838c)

1.0.1 (2017-08-23)

Bug Fixes

  • Omit ref for functional component (32efd04)

1.0.0 (2017-08-21)

  • Removed react-dom from dependencies (f9ab5f3)

BREAKING CHANGES

  • componentWillEnter() and componentWillLeave() are longer passed the transitioning DOMNode's bounds and style.

0.2.0 (2017-08-14)

Features

0.1.1 (2017-08-08)

Bug Fixes

  • getTransitionData check (d630fd5)
  • build: Include prop-types in UMD build (7e98868)

0.1.0 (2017-08-08)

Bug Fixes

  • Pass correct data to componentWillLeave (3dcc789)

Features

  • call getTransitionData for additional data (9d85459)