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!
Assets
2
helje5
released this
Just a few API updates for issue #43:
- BindableObject => ObservableObject
- ObjectBinding => ObservedObject
- tapAction => onTapGesture
- TabbedView => TabView
Assets
2
helje5
released this
When Combine is not available, but OpenCombine is, that is now being used.
Makes NavigationView
work on Linux. Yay.
Assets
2
helje5
released this
Beta 3 changes:
NavigationButton
→NavigationLink
Button(_ title: String) {}
Assets
2
helje5
released this
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)