Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Releases: illinois/next-page-transitions

v1.0.0-beta.2

29 Mar 20:45
Compare
Choose a tag to compare

Changelog

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

v1.0.0-beta.1

14 Mar 18:39
77de675
Compare
Choose a tag to compare

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

30 Jan 21:03
Compare
Choose a tag to compare

Changes

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

v1.0.0-alpha.5

30 Jan 21:04
Compare
Choose a tag to compare

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

02 Jun 04:34
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

Changes

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

v1.0.0-alpha.3

17 May 05:47
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

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

16 May 22:36
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

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

16 May 21:21
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Initial release