Skip to content

Releases: BowlingX/geschichte

v12.7.3

18 Dec 11:46
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

12.7.3 (2025-12-18)

Bug Fixes

  • added transition handling in case routes are in flight, added support for next.js > 15.4 and next.js 16 (acfce07)

Reverts

  • Revert "fix: fixed issues with next.js 16 / proxy routing, pass the url as string instead of an object" (61a10b0)
  • Revert "fix: simplify" (0cb773b)
  • Revert "fix: unify all methods" (7104227)

v12.7.2

17 Nov 15:44

Choose a tag to compare

12.7.2 (2025-11-17)

Bug Fixes

v12.7.0

29 Oct 21:13

Choose a tag to compare

12.7.0 (2025-10-29)

Features

  • keep non-managed query parameters in the url; better types for useBatchQuery (28400c9)

v12.6.2

29 Oct 13:44

Choose a tag to compare

12.6.2 (2025-10-29)

Bug Fixes

  • remove URL.parse (due to unsupported in older browsers) (1fe308d)

v12.6.0

14 Aug 23:13

Choose a tag to compare

12.6.0 (2025-08-14)

Features

  • bumped packages, added lazy query parsing when changing routes in pages router (4a162d2)

v12.5.5

21 Mar 13:03
360b9b8

Choose a tag to compare

12.5.5 (2025-03-21)

Bug Fixes

  • removed node10 support for ts (360b9b8)

v12.5.4

21 Mar 12:47
fb5257f

Choose a tag to compare

12.5.4 (2025-03-21)

Bug Fixes

  • fixed overwritten context arg (fb5257f)

v12.5.3

21 Mar 12:36
0ab9c60

Choose a tag to compare

12.5.3 (2025-03-21)

Bug Fixes

  • added Context type export (0ab9c60)

v12.5.2

21 Mar 12:08
4bad525

Choose a tag to compare

12.5.2 (2025-03-21)

Bug Fixes

  • fixed missing initial state context (4bad525)

v12.5.1

21 Mar 11:54
58749ae

Choose a tag to compare

12.5.1 (2025-03-21)

Bug Fixes

  • fixed missing context in props (58749ae)