Releases: klarna/electron-redux
Releases · klarna/electron-redux
v2.0.0-alpha.9
Features
- use contextBridge in favour of requiring nodeIntegration (#300) (83146af)
v2.0.0-alpha.8
Bug Fixes
- #285: add composeWithStateSync to resolve issues with enhancer order (#296) (cce8018)
v2.0.0-alpha.7
Bug Fixes
- align enhancer style with standards to wrap the middleware (#284) (9778605)
v2.0.0-alpha.5
Features
- make renderer state initialization synchronous by default (#280) (09017fe), closes #278
v2.0.0-alpha.4
Features
- ignore devtools when sending actions to renderers (#275) (c1a93c0)
v2.0.0-alpha.3
Bug Fixes
- reduce bundle size by limiting external dependencies (#276) (0971fd3)
v2.0.0-alpha.2
Bug Fixes
- remove default custom serialization and make it an opt-in option (#272) (5238bce), closes #261
v2.0.0-alpha.1
Bug Fixes
Features
BREAKING CHANGES