Skip to content

Releases: BowlingX/geschichte

v11.0.3

27 Apr 10:55
f603722
Compare
Choose a tag to compare

11.0.3 (2023-04-27)

Bug Fixes

  • adjusted empty string handling for array serializers, filter out any empty values for empty parameters in case of arrays (f603722)

v11.0.2

27 Apr 09:23
c5561bd
Compare
Choose a tag to compare

11.0.2 (2023-04-27)

Bug Fixes

  • adjusted next.js imports to be compatible with next.js 13.3.1 (c5561bd)

v11.0.1

15 Mar 17:29
2194050
Compare
Choose a tag to compare

11.0.1 (2023-03-15)

Bug Fixes

  • added missing static.d.ts file for non-esm imports (2194050)

v11.0.0

15 Mar 17:22
2d7c731
Compare
Choose a tag to compare

11.0.0 (2023-03-15)

Features

  • added static renderer instead of allowing Next.js specific overwrites (2d7c731)

BREAKING CHANGES

  • Reverted next.js changes for static rendering

v10.5.1

15 Mar 16:44
b89eb6b
Compare
Choose a tag to compare

10.5.1 (2023-03-15)

Bug Fixes

  • renamed props according to functionality (b89eb6b)

v10.5.0

15 Mar 16:28
d6a34ac
Compare
Choose a tag to compare

10.5.0 (2023-03-15)

Features

  • allow to customize the window.location* factories for the next.js implementation. Allows to statically render a result (d6a34ac)

v10.4.1

01 Feb 00:10
Compare
Choose a tag to compare

10.4.1 (2023-02-01)

Bug Fixes

v10.4.0

31 Jan 23:58
Compare
Choose a tag to compare

10.4.0 (2023-01-31)

Features

  • make nextjs Router asPath and query methods configurable (d2122c0)

v10.3.4

24 Jan 13:35
4d10631
Compare
Choose a tag to compare

10.3.4 (2023-01-24)

Bug Fixes

  • adjusted zustand imports, bumped dependencies (4d10631)

v10.3.3

21 Dec 22:48
Compare
Choose a tag to compare

10.3.3 (2022-12-21)

Bug Fixes

  • keep current nextjs query object when pushing routes by default; This fixes a problem with dynamic routes (they would loose there parameters). (0739767)