This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This contains my work toward an initial v1.0.0 release. I think the API is stable enough that we can finally move this out of alpha. I'm going to release these changes as
v1.0.0-beta.1
and start using it in a production app for a few weeks. If everything still looks good, I'll promote things to v1.0.0!Changes
key
prop required. When deciding how to update when the children change, we check if the key didn't change. If the key didn't change but the component itself did, we'll re-render it immediately without animating the transition. Otherwise, we'll proceed as we did before.next-page-transitions
as a dependency to the examples; fixes the problem initially described in Examples depend on next-page-transitions module but it isn't listed in package.json as a dependency #22timeoutsShape
is defined; see Error when running on production env #17 for initial bug.