Releases: atheck/react-elmish
Releases · atheck/react-elmish
v10.1.1
10.1.1 (2025-05-21)
Bug Fixes
- export more types through extend namespace (57f9136)
v10.1.0
10.1.0 (2025-05-21)
Features
- provide internal API through extend namespace (78ac150)
v10.0.0
10.0.0 (2025-05-21)
Features
- add
useElmish
with immutable models (a016f2c)
- add immutable
ElmComponent
(73a70e0)
BREAKING CHANGES
- This changes the import path for testing APIs.
Import testing APIs from "react-elmish/testing" now.
v9.4.0
9.4.0 (2025-05-20)
Bug Fixes
Features
v10.0.0-beta.7
Features
- optimizations: re-render only when necessary (e27d614)
v10.0.0-beta.6
Features
- make the update function a draft function itself (f42480a)
v10.0.0-beta.5
Bug Fixes
- several fixes and improvements (84a6124)
v10.0.0-beta.4
Features
- add testing utility functions for immutable elmish (80f7010)
v10.0.0-beta.3
Bug Fixes
- update error handler to work with immutable elmish (1a94272)
v10.0.0-beta.2
Features
- add immutable
ElmComponent
(c51614d)