SwiftWebUI Versions Save

A demo implementation of SwiftUI for the Web

0.3.2

3 months ago

The row content closures in ForEach and List only got the IDs of the elements, not the actual elements. Which is wrong, I think.

Doesn't declare Identifiable anymore, that's in all stdlib's now. Plus some infra improvements, including GitHub Actions.

0.3.0

3 years ago

Relicensed under Apache license

With this release, SwiftWebUI migrates away from the excellent but useless "Bad Code License" to the Apache license, see LICENSE.txt for details.

Done to support the WASM fork of @carson-katri: https://github.com/carson-katri/SwiftWebUI

Yay!

0.2.0

4 years ago

Just a few API updates for issue #43:

  • BindableObject => ObservableObject
  • ObjectBinding => ObservedObject
  • tapAction => onTapGesture
  • TabbedView => TabView

0.1.7

4 years ago

When Combine is not available, but OpenCombine is, that is now being used.

Makes NavigationView work on Linux. Yay.

0.1.6

4 years ago

Beta 3 changes:

  • NavigationButtonNavigationLink
  • Button(_ title: String) {}

0.1.5

4 years ago

Builds with (and requires) Xcode 11b3.

  • the big propertyDelegate renaming
  • use UUIDs as session IDs as suggested in Issue #4
  • add a tinsy HelloWorld app (used to test whether things do run at all)