This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: AparokshaUI/adwaita-swift
Releases · AparokshaUI/adwaita-swift
0.1.6
Improvements
- Add support for toasts
- Add support for file dialogs
- Add support for about windows
- Move the list of widgets to the user manual
Bug Fixes
- Fix
onAppear
andonUpdate
Full Changelog: 0.1.5...0.1.6
0.1.5
Improvements
- Migrate from SwiftGui to Libadwaita (because SwiftGui has been archived by the owner)
Bug Fixes
- Update documentation under
Advanced > Creating Widgets
to work with newer Adwaita versions
Full Changelog: 0.1.4...0.1.5
0.1.4
Improvements
- Add support for modal windows
- Add modifier for replacing every view of a certain type with a specific view (can be used to achieve a similar behavior as SwiftUI's
buttonStyle(_:)
and similar) - Specify the SwiftGui version instead of using the
main
branch
Full Changelog: 0.1.3...0.1.4
0.1.3
0.1.2
Edited
- Improve demo application
- Fix
buildOptional(_:)
not working in theViewBuilder
- Fix
frame(maxSize:)
not working - Improve
InspectorWrapper
- Add options to
HeaderBar
,StatusPage
- Improve the names of some elements
Full Changelog: 0.1.1...0.1.2
0.1.1
Edited
- Improve documentation
- New way of managing windows with
GTUIApp.showWindow(_:)
andGTUIApp.addWindow(_:)
- Add new widgets
- Add a demo application
Full Changelog: 0.1.0...0.1.1