This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Releases: illinois/next-page-transitions
Releases · illinois/next-page-transitions
v1.0.0-beta.2
Changelog
- Add ability to customize the tag or component used to render the page wrapper.
v1.0.0-beta.1
Changes
- Add
skipInitialTransition
prop (@mstefaniakap in #29) - Fix HMR issue described in #27 (@nwalters512 in #30)
- Switch to a different way of identifying if
timeoutsShape
is defined (@nwalters512 in #30)
v1.0.0-alpha.6
Changes
- Fix #17 by making the
timeout
prop required only in non-production environments (@ScottMorse in #21)
v1.0.0-alpha.5
Changes
- Fix #19 where a route change prior to the enter transition could lead to an inconsistent state (@nwalters512 in #20)
v1.0.0-alpha.4
Changes
- Use
Array.prototype.indexOf
instead ofArray.prototype.includes
for IE11 (@brandonjcreek in #5)
v1.0.0-alpha.3
v1.0.0-alpha.2
Changes
- Fixed race condition with showing the loading indicator on a page load
- Removed support for switching
appear
transitions off - it's much easier to reason about behavior without having to worry about that
v1.0.0-alpha.1
Initial release