Skip to content

v4.0.9

Compare
Choose a tag to compare
@soywiz soywiz released this 14 Jul 10:22
· 398 commits to main since this release
0289a03

What's Changed

  • Docs: UI Components by @soywiz in #1774
  • Fixes and tests BlendMode.INVERT by @soywiz in #1775
  • Fixes UIWindow scale handlers + improve close button icon by @soywiz in #1776
  • Properly detects a wrong zip file instead of failing with an IndexOutOfBoundsException by @soywiz in #1780
  • Added UIDirection.*_REVERSE variants, added UIGridFill padding and direction parametes + be reactive with property changes + expose to debugger thru @ViewProperty by @soywiz in #1781
  • Fixes PolylineShape built from a buildShape { } and/or graphics { } not displaying line dashes by @soywiz in #1782
  • Supports integrating into SwiftUI apps (and likely old iOS views) by @soywiz in #1786
  • Fixes .ase slice name generation, to not repeat names that are already used, also cover the case where a nameToVariable generated the same name by @soywiz in #1787
  • Support providing a set of possible keys for key events by @soywiz in #1789
  • Support providing a list of Closeable to CancellableGroup construction by @soywiz in #1790
  • Inverts preventDefault <-> stopPropagation behaviour to match JS. Supports dispatching events down and up or both. This will allow to fix the keyboard, touch and mouse events to go from down to up (bubbling) by @soywiz in #1792
  • Update index.md - typo mascots by @rafi0 in #1794
  • Simplify and fix ALSA implementation using DequeBasedPlatformAudioOutput by @soywiz in #1793
  • Added mermaid.js by @soywiz in #1797
  • Fixes Sandbox samples key input interfering with the main dropdown by making the scene container focusable by @soywiz in #1795
  • Sound: Improve JvmWaveOut implementation by doing a much more accurate waiting, and fixes closing not happening by @soywiz in #1796
  • Android: Fixes crash with vfsInitWithAndroidContextOnce by @soywiz in #1798

New Contributors

Full Changelog: v4.0.8...v4.0.9