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
BREAKING CHANGE: getStateArrayMapFunc has been removed from macros.
It was a map callback that called getState() on vtkObject items and
passed primitives through unchanged. Inline the equivalent where
needed, e.g. arr.map((item) => (item && item.isA ? item.getState() : item)).
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## From 35.x to 36
2
+
3
+
-**macros**: `getStateArrayMapFunc` has been removed. Inline the equivalent where needed, e.g. `arr.map((item) => (item && item.isA ? item.getState() : item))`.
4
+
5
+
1
6
## From 34.x to 35
2
7
3
8
-**vtkMapper**: mappers should overwrite `computeBounds()` instead of `getBounds` that now calls `computeBounds()` before returning a copy of the mapper bounds.
0 commit comments