Releases: BowlingX/geschichte
Releases · BowlingX/geschichte
v10.0.1
10.0.1 (2022-06-25)
Bug Fixes
- adjusted
peerDependencies
for zustand
(d909daa)
v10.0.0
10.0.0 (2022-06-25)
Bug Fixes
- bumped zustand to version
4.x
(85e963f)
BREAKING CHANGES
v9.1.1
9.1.1 (2022-06-03)
Bug Fixes
v9.1.0
9.1.0 (2022-05-31)
Features
- forward possible promises to push/replace state functions; Make nextjs push/replace customizable (4ce8d6f)
v9.0.2
9.0.2 (2022-05-27)
Bug Fixes
- adjusted imports for nextjs, added missing adapter types (2921e11)
- fixed linter (89aafe4)
v9.0.1
9.0.1 (2022-05-27)
Bug Fixes
- adjusted imports and exports (eefd0e8)
v9.0.0
9.0.0 (2022-05-27)
Bug Fixes
Features
- Separate adapters, bumped packages, use nextjs directly, reorganized import structure (ba41736)
BREAKING CHANGES
- Require to import adapters now like:
import NextJs from 'geschichte/adapters/nextjs'
v8.2.5
8.2.5 (2022-05-18)
Bug Fixes
v8.2.4
8.2.4 (2022-05-18)
Bug Fixes
- revert mapping but added routerReplace/RouterPush methods to override routing implementation (d77dc61)
v8.2.3
8.2.3 (2022-05-18)
Bug Fixes
- revert nextjs Routing behaviour but added hook to map
as
(b8c1b6e)