Releases: swup/progress-plugin
Releases · swup/progress-plugin
3.2.0
- Make the progress bar more adjustable
3.1.2
- Use
@swup/cli
for bundling
3.1.1
- Add missing
types
entry in package.json
- Update @swup/plugin base class
3.0.0
- Finish animation by default, deprecate option
hideImmediately
- Update for swup 4 compatibility
2.0.0
- Switch from WebPack to microbundle
- Export native ESM module
1.2.1
- Fix issue where the progress bar would sometimes not hide
1.2.0
Optimizations from #15 by @hirasso
- Ensure width never exceeds 100%
- Initialise with random value to improve appearance
- Improve initial transition by forcing reflow
1.1.2
- Fix timeout bug that would make progress bar reappear (#12 by @ssense1337)
1.1.1
- Bump version to re-run npm publish action