All Versions
25
Latest Version
Avg Release Cycle
57 days
Latest Release
1813 days ago

Changelog History
Page 1

  • v1.4.3 Changes

    May 09, 2019

    ➕ Adds timeout prop to Transition in test to avoid a PropTypes warning.

  • v1.4.2 Changes

    May 09, 2019

    ✅ Uses a <Transition> element in test/server mode to keep react-dom from warning about TransitionGroup’s props placed on HTML children.

  • v1.4.1 Changes

    April 17, 2018

    🛠 Fixes false children bug #240. (Thanks for the report, @tiffanytangt!)

  • v1.4.0 Changes

    April 13, 2018

    v1.4.0 (2018-04-12):

    ⬆️ Dependency upgrades! No new features.

    • ⚡️ Changes our componentWillUpdate call to componentDidUpdate to eliminate a
      ⚠ React 16.3 StrictMode warning
    • Migration to react-transition-group v2
    • Switches from lodash 3 to lodash 4
    • 🔄 Changes demo to use React 16.3

    ⚠ There still are StrictMode warnings due to react-transition-group still using
    the older APIs.

  • v1.3.3 Changes

    May 19, 2017

    🛠 Fixes incorrect timer clearing. (Thanks, @dmeiz1)

  • v1.3.2 Changes

    May 11, 2017

    🛠 Fix for calling clearTimeout in IE 8. (Thanks, @prchaoz!)

    ➕ Additional updates to peerDependencies around the new React 15.5-compatible libraries. (Thanks, @MichaelDeBoey!)

  • v1.3.1 Changes

    May 09, 2017

    🛠 Fixes React peer dependencies to specify versions that work with
    prop-types. (Thanks, @MichaelDeBoey!)

  • v1.3.0 Changes

    May 08, 2017

    ✂ Removes warnings from React 15.5 for React 16.0 compatibility.

    Converts to ES2015 classes, adds compilation on distribution.

    Minor version bump due to changes around removal of isMounted checks, so there
    may be some regressions.

  • v1.2.2 Changes

    April 20, 2017

    ➕ Adds interruptBehavior prop to VelocityComponent. (Thanks, @Robinfr!)

    🔄 Changes to remove warnings in React 15.5 will come shortly in v1.3.

  • v1.2.1 Changes

    January 19, 2017

    ⚡️ This is a minor version bump that updates the version of babel to the latest (v6).