Releases: Aeastr/MenuWithAView
Releases · Aeastr/MenuWithAView
v1.1.0
What's New
Programmatic Dismissal
You can now dismiss the context menu from within your accessory view using the new ContextMenuProxy:
.contextMenuAccessory(placement: .center) { proxy in
Button("Dismiss") {
proxy.dismiss()
}
}Bug Fixes
- Fixed view update cycle issues
- Fixed target OS and xcframework OS configuration
Improvements
- Refactored context menu accessory swizzling logic
- Simplified package structure (builds from source, removed pre-built xcframeworks)
- Updated documentation and README
Initial Release
1.0.0 Update Socials
Pre-release for testing
0.0.0-1 License + Readme changes