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
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## Diagrams (2.1.1) - 2021-05-25
8
+
9
+
### Fixed
10
+
11
+
- Exception when navigating to the Options page (#95).
12
+
- Portless links not deleted when node is deleted (#96).
13
+
7
14
## Diagrams (2.1.0) - 2021-03-24
8
15
9
16
## Added
@@ -17,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
24
18
25
## Diagrams (2.0.0) - 2021-03-24
19
26
20
-
## Added
27
+
###Added
21
28
22
29
-`GroupUngrouped` event (not the greatest name 😄)
23
30
- Touch events `TouchStart`, `TouchMove` and `TouchEnd`
@@ -91,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
98
- This also works for groups, since groups are nodes
92
99
- Unit tests
93
100
94
-
## Changed
101
+
###Changed
95
102
96
103
- Renamed `DiagramManager` to `Diagram`
97
104
- Remove need to specify `Name` in diagram's `CascadingValue`
@@ -127,7 +134,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
134
- Only render links when ports/nodes are initialized (position and/or size received)
128
135
- This will avoid the weird flicker where links show at (0, 0) then move to the correct position
129
136
130
-
## Fixed
137
+
###Fixed
131
138
132
139
- Remove links when groups are removed
133
140
- Issue where links are clickable outside the visible stroke
@@ -147,45 +154,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
147
154
148
155
## Diagrams [1.5.2] - 2021-01-18
149
156
150
-
## Fixed
157
+
###Fixed
151
158
152
159
- Missing MouseUp event on links.
153
160
154
161
## Diagrams [1.5.1] - 2021-01-09
155
162
156
-
## Added
163
+
###Added
157
164
158
165
-`AddGroup`: add an instance of a group to the diagram.
159
166
- Custom group documentation/demo.
160
167
161
-
## Fixed
168
+
###Fixed
162
169
163
170
- Clicking the canvas in the Events demo throws an exception.
164
171
165
172
## Diagrams [1.5.0] - 2021-01-05
166
173
167
-
## Added
174
+
###Added
168
175
169
176
- The ability to have ports on groups.
170
177
-**EXPERIMENTAL/INCOMPLETE** Nested groups. Since `GroupModel` now inherits `NodeMode`, it became possible to have nested groups, but there are still problems with the order of links between groups.
171
178
- A `Class` parameter to `GroupContainer`.
172
179
173
-
## Changed
180
+
###Changed
174
181
175
182
- Only rerender groups when necessary.
176
183
- Receiving the same size from `ResizeObserver` doesn't trigger a rerender anymore.
177
184
- Avoid rerendering ports twice to update positions.
178
185
- Avoid rerendering ports when their parent node is moving.
179
186
- Padding is now handled in `GroupModel` instead of `GroupContainer` (UI). This is because the padding is necessary to have accurate size/position in the group model directly.
180
187
181
-
## Fixed
188
+
###Fixed
182
189
183
190
- Use `@key` when rendering the list of groups. Not using it caused big/weird render times.
184
191
- Groups not showing in Navigator/Overview.
185
192
186
193
## Diagrams [1.4.2] - 2020-12-30
187
194
188
-
## Added
195
+
###Added
189
196
190
197
- Locked nodes now have a `locked` class and their cursor is changed to `pointer`.
0 commit comments