Releases: BowlingX/geschichte
Releases · BowlingX/geschichte
v11.0.3
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
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
11.0.1 (2023-03-15)
Bug Fixes
- added missing
static.d.ts
file for non-esm imports (2194050)
v11.0.0
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
10.5.1 (2023-03-15)
Bug Fixes
- renamed props according to functionality (b89eb6b)
v10.5.0
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.0
10.4.0 (2023-01-31)
Features
- make nextjs
Router
asPath
and query
methods configurable (d2122c0)
v10.3.4
10.3.4 (2023-01-24)
Bug Fixes
- adjusted
zustand
imports, bumped dependencies (4d10631)
v10.3.3
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)