Releases: BowlingX/geschichte
Releases · BowlingX/geschichte
v2.1.1
2.1.1 (2020-06-04)
Bug Fixes
- nextjs: switch to event handlers to prevent rerendering when query parameters change (3b3a395)
v2.1.0
2.1.0 (2020-06-01)
Features
- nextjs: added nextjs provider (3c671f0)
v2.0.1
2.0.1 (2020-06-01)
Bug Fixes
- docs: fixed docs and deprecation warnings (fe04f67)
v2.0.0
2.0.0 (2020-06-01)
Features
- generalization: removed history.js requirement, prepare for nextjs router support. (71e8142)
BREAKING CHANGES
- generalization: Although no breaking API change is introduced here, because History.js is the default implementation, it introduces a slight change how the components are structured.
v1.9.6
1.9.6 (2020-04-07)
Bug Fixes
- preinstall, packages: removed preinstall script, update packages (0cf3156)
v1.9.5
1.9.5 (2020-03-03)
Bug Fixes
- np: fixed possible np, reverted other checks. This actually solves the issue (58a58fc)
v1.9.4
1.9.4 (2020-03-03)
Bug Fixes
v1.9.3
1.9.3 (2020-03-03)
Bug Fixes
- np: fixed possible np while navigating back and the namespace got cleared (cdc3930)
v1.9.2
1.9.2 (2020-02-24)
Bug Fixes
- int/float serializers: fixed 0 would be serialized to null in int and float serializers (8fb23b1)
v1.9.1
1.9.1 (2020-02-24)
Bug Fixes
- types: fixed types for provider to include ref (13b3c3e)