v4.0.7
What's Changed
- Improve SceneContainer.changeTo, added SceneContainer.navigationEntries and document navigation API by @soywiz in #1705
- Fixes View.onDropFile and documents it by @soywiz in #1708
- Optimize image decoding on MacOS JVM by using CoreGraphics decoder by @soywiz in #1709
- Implement Drag & Drop on MacOS by @soywiz in #1711
- Document kproject by @soywiz in #1712
- Document keys.downFrame/justDown/downRepeating by @soywiz in #1714
- Added Vector3 & Vector4 abs, min, max & clamp + tests by @soywiz in #1713
- Remove it.ignoreFailures & fixes tests on CI by @soywiz in #1718
- Support drawing arrows in VectorBuilder & Context2d by @soywiz in #1719
- Supports Orientation, Point.orientation, Point.polar & Angle with Y going down (inverted up vector) by @soywiz in #1717
- Fix link to krypto lib by @Foso in #1720
- Some 3D additions: Matrix3+Quaternion compatibility, some missing methods in Vector3 and Matrix4. Support EulerAngles in arbitrary rotation orders. by @soywiz in #1725
- De ordinals by @Bantolomeus in #1724
- Support drawing polylines and polyArrows using the VectorBuilder by @soywiz in #1723
- Fixes and tests managedTextureMemory going crazy in some cases and optimizes FastSmallSet by @soywiz in #1729
- Optimize BaseGraphics when removed from stage. And adds View.onAncestorChanged by @soywiz in #1731
- Adds overridable Bitmap.contentEquals and Bitmap.contentHashCode to all Bitmap implementations by @soywiz in #1730
New Contributors
- @Foso made their first contribution in #1720
- @Bantolomeus made their first contribution in #1724
Full Changelog: v4.0.6...v4.0.7