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
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
52
53
53
## [2.0.0-alpha.9] – 2023-05-26
54
54
55
+
This release removes 3D features developed since 2.0.0-alpha.1. The removal is because of the ten-fold increase in complexity the 3D features have caused both in usability and development of the library. One of the main culprits is the navigation contradiction between zooming by scaling and zooming by moving along z-axis. Supporting both made navigation logic too complex and fragile.
56
+
57
+
### Added
58
+
59
+
- New `Basis` methods `getTransformTo`.
60
+
- New `Basis` class function `fromPoints`.
61
+
- New `Component` (was `BasisComponent`) methods `atAnchor`, `getBasisAt`, `hasClass`.
0 commit comments