Skip to content

Releases: AparokshaUI/adwaita-swift

0.1.6

05 Dec 21:52
Compare
Choose a tag to compare

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 and onUpdate

Full Changelog: 0.1.5...0.1.6

0.1.5

26 Nov 14:40
Compare
Choose a tag to compare

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

11 Nov 18:43
Compare
Choose a tag to compare

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

22 Oct 14:56
Compare
Choose a tag to compare

Improvements

  • Add support for keyboard shortcuts
  • Add support for menus

Full Changelog: 0.1.2...0.1.3

0.1.2

12 Oct 20:22
Compare
Choose a tag to compare

Edited

  • Improve demo application
  • Fix buildOptional(_:) not working in the ViewBuilder
  • 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

26 Sep 13:43
Compare
Choose a tag to compare

Edited

  • Improve documentation
  • New way of managing windows with GTUIApp.showWindow(_:) and GTUIApp.addWindow(_:)
  • Add new widgets
  • Add a demo application

Full Changelog: 0.1.0...0.1.1

0.1.0

12 Sep 06:24
Compare
Choose a tag to compare

Added

  • Initial Release

Full Changelog: https://github.com/david-swift/Adwaita/commits/0.1.0