Skip to content

Releases: swup/swup

4.6.1

25 Mar 23:31
e16a56a
Compare
Choose a tag to compare
  • Reduce bundle size by eliminating unused code paths

4.6.0

09 Feb 19:15
c813741
Compare
Choose a tag to compare
  • Provide access to the parsed document through visit.to.document

4.5.2

27 Jan 11:03
16839bf
Compare
Choose a tag to compare
  • Fix reflow helper being optimized away during build step

4.5.1

08 Jan 18:35
2766e32
Compare
Choose a tag to compare
  • Wait with transition class mutations when pausing before content:replace
  • Ignore errors in user hooks

4.5.0

01 Dec 22:01
749eb10
Compare
Choose a tag to compare
  • 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

17 Nov 11:57
76ceb51
Compare
Choose a tag to compare
  • 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

16 Nov 07:43
a8ab81e
Compare
Choose a tag to compare
  • Improve compatibility with older Safari versions

4.4.2

28 Sep 13:48
a669231
Compare
Choose a tag to compare
  • Export types for hook handlers and return values

4.4.1

25 Sep 10:30
df966c9
Compare
Choose a tag to compare
  • Fix multiple rapid clicks on links

4.4.0

19 Sep 15:48
282e920
Compare
Choose a tag to compare
  • Enable experimental View Transition API support
  • Add request timeout option
  • Extend test coverage to all major browsers