You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,11 @@
2
2
3
3
***Breaking:** Removed the obsolete binding functions in the `BindingFn` module
4
4
***Breaking:** Removed the obsolete function `Elmish.WPF.Cmd.showWindow`
5
-
5
+
***Breaking:** Removed all occurrences of the argument `wrapDispatch` from the methods used to create a binding. There is currently no migration path. Please create an issue if this is a negative impact for you.
6
+
* Added binding mapping functions
7
+
* Added `mapModel`, `mapMsg`, and `mapMsgWithModel` in both the `Binding` and `Bindings` modules
8
+
* These functions enable common model and message mapping logic to be extracted
9
+
* See the `SubModelSeq` sample for an excellent use of `mapModel` and `mapMsgWithMsg`
0 commit comments