Releases: unsignedapps/Vexil
Releases · unsignedapps/Vexil
v1.3.4: Equatable Support
Version 1.3.3 - Lossless Decoding
Release 1.3.2
What’s Changed
- Fix case iterable flag appearance, selection and popping behaviour @RodBrown1988 (#70)
Release 1.3.1
What’s Changed
🚀 Features
- Improve section-styled FlagGroup display on macOS @RodBrown1988 (#69)
🐛 Bug Fixes
- Fixed bug introduced in #67 that caused the description and flags to run together on iOS @RodBrown1988 (#69)
- Fixed bug introduced in #67 that caused the navigation title to be wrong on iOS when using
.section
flag groups @RodBrown1988 (#69)
Release 1.3.0: Back to the Mac 🖥️
🔆 Highlights
Proper support for macOS (11+) in Vexillographer, with huge thanks to @RodBrown1988
🚀 Features
- Add Mac flag detail view with context menu @RodBrown1988 (#66)
- Improve FlagGroupView on the Mac @RodBrown1988 (#65)
- Improve "Clear Flag" button with animation instead of removal @RodBrown1988 (#64)
- Improve Detail Button behaviour in iOS forms @RodBrown1988 (#62)
- Vexillographer Mac UI Uplift @RodBrown1988 (#61)
🐛 Bug Fixes
- Fixed issue on iOS where FlagGroup's displayed as sections were being nested inside SwiftUI Section views, causing rendering issues @bok- (#67)
🧰 Maintenance
- Added support for additional combinations of Xcode (12.3, 12.2, 12.1, 12.0, 11.7) and Swift (5.2, 5.3, 5.3.1) as well as macOS 11 (Xcode 12.3, 12.2, 11.7) in CI @bok- (#63 and #68)
- XCFrameworks attached to this release are now built with swift-create-xcframework 1.3.0 and so include debug symbols (dSYM and bcsymbolmap as appropriate)
Release 1.2.2
Release 1.2.1
What’s Changed
🚀 Features
🐛 Bug Fixes
Release 1.2.0
Release 1.1.1
What’s Changed
- Provided explicit
-static
and-dynamic
versions of the products (@bok-)