Skip to content

v0.8.0

Latest

Choose a tag to compare

@stackotter stackotter released this 02 Jul 00:57
a6d2063

In this release we've mostly been working on Android support, and fixing bugs. We've also been working on various other features in the background that haven't landed yet.

On the admin side of things, I've set up an Open Collective for moreSwift, and created an LLM policy (as requested by and discussed with the community).

What's Changed

  • Update sponsorship links to point to Open Collective by @stackotter in #618
  • Tell users to update their sbun templates in the quick start docs by @stackotter in #620
  • Fix building SwiftCrossUI from Xcode by @stackotter in #621
  • Add ActivityDelegate by @bbrk24 in #624
  • AndroidBackendShim: Fix reserved 'namespace' keyword conflict. by @furbytm in #630
  • remove unused GTK shenanigan in Package.swift by @kaascevich in #628
  • [AndroidBackend] TextField improvements & SecureField/TextEditor support by @bbrk24 in #627
  • Allow arbitrary views to be used in menus by @kaascevich in #629
  • Android inspect/inspectWindow modifiers by @bbrk24 in #631
  • Add a code of conduct by @kaascevich in #637
  • Re-add corner radius container and implement on Android by @bbrk24 in #638
  • CxxInterop: Add 'extern' to make global G*Flag declarations valid in C/C++. by @furbytm in #635
  • Android List support by @bbrk24 in #633
  • [AndroidBackend] Fix TextField onChange being called on initial render by @bbrk24 in #641
  • "Fix" App.backend re-evaluation by @kaascevich in #644
  • Add deviceClass to environment by @bbrk24 in #643
  • Add point about PR complexity to CONTRIBUTING.md by @stackotter in #646
  • fix: disfavor ToolbarItem.frame(width:) so View.frame wins on iOS by @mvanhorn in #647
  • Fix sheet content resize handling (fixes #384) by @stackotter in #649
  • Create initial LLM_POLICY.md by @stackotter in #648
  • AppKitBackend: Implement window frame restoration (fixes #383) by @stackotter in #652
  • AppKitBackend: Fix List item selection in macOS 26 (fixes #276) by @stackotter in #653
  • GtkBackend: Fix List item selection flicker (fixes #391) by @stackotter in #654
  • Bump to swift-winui v0.2.1 to fix main actor hiccups by @stackotter in #655
  • AndroidBackend: Add Sliders and move off BaseStubs conformance by @bbrk24 in #650
  • Redraw UIKitBackend draw-based gradients on bounds change by @mvanhorn in #657

Full Changelog: v0.7.0...v0.8.0