Skip to content

Releases: LKay/react-transition-replace

0.3.0

23 Jul 08:13
0ef1b3d
Compare
Choose a tag to compare

Updated

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

0.2.8

23 Jan 05:57
0.2.8
02b864b
Compare
Choose a tag to compare

Fixed

  • Build for browser

0.2.7

23 Jan 05:48
0.2.7
9051365
Compare
Choose a tag to compare

Fixed

  • Deploy flow

0.2.6

23 Jan 05:17
0.2.6
86f8074
Compare
Choose a tag to compare

Updated

  • Dependencies

Fixed

  • ES6 build

0.2.5

31 Oct 02:33
0.2.5
5acfa97
Compare
Choose a tag to compare

Changed

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

0.2.4

30 Oct 09:56
22729d7
Compare
Choose a tag to compare

Changed

  • HOTFIX publish

0.2.3

30 Oct 09:55
0.2.3
5452ca5
Compare
Choose a tag to compare

Added

  • Basic Examples

Changed

  • Docs compiler

0.2.2

30 Oct 05:39
0.2.2
e70efdf
Compare
Choose a tag to compare

Added

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

Changed

  • Default values for some properties
  • Simplify types

0.2.1

28 Oct 04:59
092f25c
Compare
Choose a tag to compare

Added

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

0.2.0

28 Oct 04:58
0.2.0
8966278
Compare
Choose a tag to compare

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