Skip to content

Releases: swup/progress-plugin

3.2.0

04 Apr 22:31
818e1a2
Compare
Choose a tag to compare
  • Make the progress bar more adjustable

3.1.2

28 Sep 18:23
09af275
Compare
Choose a tag to compare
  • Use @swup/cli for bundling

3.1.1

25 Sep 19:13
c84abbf
Compare
Choose a tag to compare
  • Add missing types entry in package.json
  • Update @swup/plugin base class

3.1.0

29 Jul 18:34
3ecffb1
Compare
Choose a tag to compare
  • Port to TypeScript

3.0.0

26 Jul 10:00
5c27eaf
Compare
Choose a tag to compare
  • Finish animation by default, deprecate option hideImmediately
  • Update for swup 4 compatibility

2.0.0

10 Mar 13:01
f1ad5f9
Compare
Choose a tag to compare
  • Switch from WebPack to microbundle
  • Export native ESM module

1.2.1

06 Sep 11:16
f783434
Compare
Choose a tag to compare
  • Fix issue where the progress bar would sometimes not hide

1.2.0

01 Aug 16:20
4bd45ff
Compare
Choose a tag to compare

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

14 Jun 14:54
9306f9c
Compare
Choose a tag to compare
  • Fix timeout bug that would make progress bar reappear (#12 by @ssense1337)

1.1.1

09 Mar 17:24
4844e61
Compare
Choose a tag to compare
  • Bump version to re-run npm publish action