Skip to content

Releases: swup/astro

1.8.0

14 Feb 08:24
d462f97

Choose a tag to compare

  • Allow customizing head plugin options (@ethrx)

1.7.0

23 Jul 16:52
b517654

Choose a tag to compare

  • Add support for replacing dynamic fragments
  • Add option for native mode View Transitions
  • Optimize client script when not using ignore option (@aleclarson)

1.6.0

03 Apr 20:51
e1b6595

Choose a tag to compare

  • Update a11y plugin for improved screenreader support
  • Add ignore option for controlling which links swup can follow

1.5.0

17 Nov 21:40
2355faa

Choose a tag to compare

  • Trigger custom events to allow cleanup of Astro Component Islands
  • Avoid memory leaks and other side effects @benjaminrobinet
  • Update swup and plugins

1.4.1

18 Apr 05:39
9c5f8fb

Choose a tag to compare

  • Update swup and plugins
  • Reduce bundle size

1.4.0

06 Dec 10:57
dbb85e2

Choose a tag to compare

  • Add support for native View Transitions
  • Handle rapid link clicks for smoother transitions
  • Update swup and plugins

1.3.3

13 Nov 14:42
8f8f475

Choose a tag to compare

  • Update swup and plugins

1.3.2

20 Sep 22:24
185f83b

Choose a tag to compare

  • Fix plugin initilisation for a11y-plugin

1.3.1

19 Sep 08:33
ca123cf

Choose a tag to compare

  • Refactor dynamic imports

1.3.0

24 Aug 18:40
8e4c36a

Choose a tag to compare

  • Add support for morphing container elements in place
  • Add fallback if requestIdleCallback is unavailable
  • Restore history index on reload