Next Page Transitions Versions Save

Simple and customizable page transitions for Next.js apps

v1.0.0-beta.2

5 years ago

Changelog

  • Add ability to customize the tag or component used to render the page wrapper.

v1.0.0-beta.1

5 years ago

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.5

5 years ago

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.6

5 years ago

Changes

  • Fix #17 by making the timeout prop required only in non-production environments (@ScottMorse in #21)

v1.0.0-alpha.4

6 years ago

Changes

  • Use Array.prototype.indexOf instead of Array.prototype.includes for IE11 (@brandonjcreek in #5)

v1.0.0-alpha.3

6 years ago

Changes

  • Optional monkey-patching of window.scrollTo to disable Next's default behavior that scrolls to the top of the page when a Link is clicked, which can have an undesirable jerking effect when running page transitions
  • Improved docs (thanks to @approots for PR #1!)

v1.0.0-alpha.2

6 years ago

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

6 years ago

Initial release