Skip to content

Releases: inertiajs/progress

v0.2.7

07 Jan 17:51
Compare
Choose a tag to compare

Find release notes here.

0.2.4

24 Dec 12:51
Compare
Choose a tag to compare
  • Add peer dependency support for @inertiajs/inertia version 0.8.0.

0.2.3

24 Dec 12:51
Compare
Choose a tag to compare
  • Add peer dependency support for @inertiajs/inertia version 0.7.0.

0.2.2

03 Nov 15:56
Compare
Choose a tag to compare
  • Add TypeScript typings (#7).

0.2.1

29 Oct 14:27
Compare
Choose a tag to compare
  • Fixed issue where slow file uploads could cause the progress bar to jump backwards (b8643ba).

0.2.0

27 Oct 16:58
Compare
Choose a tag to compare

Changes

  • Updates the library to use the improved finish event handling in @inertiajs/inertia version 0.6.0.
  • Made all internal methods private, leaving only InertiaProgress.init() public.

Upgrade instructions

Note, you must upgrade @inertiajs/inertia to ^0.6.0 to use this version.

0.1.2

24 Sep 20:49
Compare
Choose a tag to compare
  • Prevent progress from starting if the "start" event was cancelled (1acfcc8).

0.1.1

24 Sep 16:00
Compare
Choose a tag to compare
  • Add check to ensure the progress is only updated if the progress bar has been started.

0.1.0

24 Sep 14:51
Compare
Choose a tag to compare
  • Initial release!