Swup Versions Save

Versatile and extensible page transition library for server-rendered websites 🎉

4.6.1

1 month ago
  • Reduce bundle size by eliminating unused code paths

4.6.0

3 months ago
  • Provide access to the parsed document through visit.to.document

4.5.2

3 months ago
  • Fix reflow helper being optimized away during build step

4.5.1

4 months ago
  • Wait with transition class mutations when pausing before content:replace
  • Ignore errors in user hooks

4.5.0

5 months ago
  • Support View Transitions API in new native mode
  • Handle rapid link clicks to achieve smooth transitions
  • Abort superseded visits with new visit:abort hook

4.4.4

6 months ago
  • Dispatch DOM event swup:any any time a hook is run
  • Allow listening to DOM events from the window (previously, only document was receiving swup events)
  • Improve working with DOM events in TypeScript by exporting a new type SwupEvent

4.4.3

6 months ago
  • Improve compatibility with older Safari versions

4.4.2

7 months ago
  • Export types for hook handlers and return values

4.4.1

7 months ago
  • Fix multiple rapid clicks on links

4.4.0

8 months ago
  • Enable experimental View Transition API support
  • Add request timeout option
  • Extend test coverage to all major browsers