Releases: inertiajs/progress
Releases · inertiajs/progress
0.2.4
- Add peer dependency support for
@inertiajs/inertia
version 0.8.0
.
0.2.3
- Add peer dependency support for
@inertiajs/inertia
version 0.7.0
.
0.2.2
- Add TypeScript typings (#7).
0.2.1
- Fixed issue where slow file uploads could cause the progress bar to jump backwards (b8643ba).
0.2.0
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
- Prevent progress from starting if the "start" event was cancelled (1acfcc8).
0.1.1
- Add check to ensure the progress is only updated if the progress bar has been started.