Skip to content

Tags: reactspain/FluidTransitions

Tags

Release-0.3.2

Toggle Release-0.3.2's commit message
Release 0.3.2

- fram-x#183 Fixed issue with navigationOptions/defaultNavigationOptions in React Navigation 3.0
- fram-x#186 Added Typescript types
- fram-x#180 Documentation update

Release-0.3.1

Toggle Release-0.3.1's commit message
Release 0.3.1

Release-0.3.0

Toggle Release-0.3.0's commit message
Release 0.3.0

- Added support for React Navigation 3.0

Release-0.2.74

Toggle Release-0.2.74's commit message
Release 0.2.74

- Added support for inline property to avoid duplicating transition views
- Fixed issues with margin calculation
- Fixed issue with shadow styles
- Added check for mounted
- Fixed issue with route name used instead of route key

Release-0.2.73

Toggle Release-0.2.73's commit message
Release-0.2.73

- fram-x#119 Fixed typos
- fram-x#128 Fixed clamp import
- fram-x#125 Added support for getCustomActionCreator
- fram-x#130 Fixed support for update when navigating backwards
- fram-x#117 Fix Invariant violation when using withNavigation HOC

Release-0.2.72

Toggle Release-0.2.72's commit message
Release-0.2.72

- fram-x#112 Fixed issue with error message in render

Release-0.2.71

Toggle Release-0.2.71's commit message
Release-0.2.71

- fram-x#109 Add support for getting ref of Transition's inner element
- fram-x#104 Added support for react-native-screens
- fram-x#101 Fixed issue with Animated components as Transition elements.
- fram-x#98  Support different aspect ratio in shared element transitions
- fram-x#96 Fixed navigating to other screens than the first route
- fram-x#93 Fixed issue with multiple componentDidMount() calls

Release-0.2.6

Toggle Release-0.2.6's commit message
Release-0.2.6

Release-0.2.6

- fram-x#89 Updated project structure to a simpler and more fluid developer experience
- fram-x#79 Optimization to reduce flickering through less re-rendering
- fram-x#93 Optimization to reduce number of re-rendering of elements
- fram-x#94 Fixed issue with navigation to the same route

Release-0.2.5

Toggle Release-0.2.5's commit message
Release-0.2.5

- fram-x#85 Added support for setting gesture threshold
- fram-x#83 Fixed navigation events
- fram-x#82 Fixed typo in documentation

Release-0.2.4

Toggle Release-0.2.4's commit message
Release-0.2.4

- fram-x#81 Fixed left/right/top/left transitions.