Skip to content

Latest commit

 

History

History
116 lines (93 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

116 lines (93 loc) · 3.22 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.3.0 - 2018-07-23

Updated

  • Rewritten with React 16 guidelines (remove deprecated life cycle hooks)
  • Update docs configuration and layout
  • Update dependencies

0.2.8 - 2018-01-23

Fixed

  • Build for browser

0.2.7 - 2018-01-23

Fixed

  • Deploy flow

0.2.6 - 2018-01-23 [YANKED]

Updated

  • Dependencies

Fixed

  • ES6 build

0.2.5 - 2017-10-31

Changed

  • Docs moved to separate page
  • Deploy flow
  • Applying inline styles

0.2.4 - 2017-10-30

Fixed

  • HOTFIX publish

0.2.3 - 2017-10-30 [YANKED]

Added

  • Basic Examples

Changed

  • Docs compiler

0.2.2 - 2017-10-30

Added

  • Docs based on Gatsby
  • SwitchTransition component for react-router integration

Changed

  • Default values for some properties
  • Simplify types

0.2.1 - 2017-10-27

Added

  • Wrapping children in childFactory
  • Additional check to prevent unnecessary renders

0.2.0 - 2017-10-27

Added

  • CSS classes for width transitions
  • inlineTransitions flag to enable/disable injecting inline CSS for transitions
  • Storybook examples in favor of custom UI
  • LICENSE file
  • Build for ES6 module
  • Build for browser
  • Docgen comments

Changed

  • Update dependencies to enable React 16
  • Change the logic behind height/width transition to use timeouts and animation frames
  • Update README file

0.1.0 - 2017-09-06

Added

  • Example of use with little demo

Changed

  • Handling animation and applying transition styles
  • Use of animation frame instead of looped timeout
  • Update README file to correspond with changes and add troubleshooting section

Removed

  • Unnecessary childWrapper property ans it was replaced by other logic

0.0.3 - 2017-08-31

Added

  • CircleCi config
  • New badges to README

0.0.2 - 2017-08-23

Added

  • Basic README file
  • This CHANGELOG

0.0.1 - 2017-08-22

Added

  • Initial code for the module

Compare