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: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# gojs-react Change Log
2
2
3
+
## 1.1.0
4
+
-[ReactDiagram.skipsDiagramUpdate](https://github.com/NorthwoodsSoftware/gojs-react#optional---skipsdiagramupdate-reactdiagram-only) is now an optional prop.
5
+
We still encourage using it in most cases.
6
+
- Added [clear](https://github.com/NorthwoodsSoftware/gojs-react#clear-reactdiagram-and-reactpalette-only) method to allow clearing of the diagram and treating the next state update as a Diagram reinitialization.
7
+
3
8
## 1.0.10
4
9
- Model data is now merged into the GoJS model before node and link data in case any ofModel bindings depend upon it.
5
10
@@ -15,5 +20,5 @@ new data as necessary.
15
20
- The GoJS model change listener is now active during model initialization and any merges of data.
16
21
This means all changes that take place in GoJS - including side effects like laying out newly added nodes -
17
22
will call the [onModelChange](https://github.com/NorthwoodsSoftware/gojs-react#optional---onmodelchange-reactdiagram-only) handler.
18
-
Make sure to set [skipsDiagramUpdate](https://github.com/NorthwoodsSoftware/gojs-react#skipsdiagramupdate-reactdiagram-only)
23
+
Make sure to set [skipsDiagramUpdate](https://github.com/NorthwoodsSoftware/gojs-react#optional---skipsdiagramupdate-reactdiagram-only)
19
24
to true when making state updates in that handler.
0 commit comments