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.
- Rewritten with React 16 guidelines (remove deprecated life cycle hooks)
- Update docs configuration and layout
- Update dependencies
- Build for browser
- Deploy flow
- Dependencies
- ES6 build
- Docs moved to separate page
- Deploy flow
- Applying inline styles
- HOTFIX publish
- Basic Examples
- Docs compiler
- Docs based on Gatsby
SwitchTransition
component forreact-router
integration
- Default values for some properties
- Simplify types
- Wrapping children in
childFactory
- Additional check to prevent unnecessary renders
- 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
- Update dependencies to enable React 16
- Change the logic behind height/width transition to use timeouts and animation frames
- Update README file
- Example of use with little demo
- 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
- Unnecessary
childWrapper
property ans it was replaced by other logic
- CircleCi config
- New badges to README
- Basic README file
- This CHANGELOG
- Initial code for the module