Skip to content

Releases: Aeastr/MenuWithAView

v1.1.0

14 Jan 15:36

Choose a tag to compare

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

12 May 22:10
8fafbba

Choose a tag to compare

1.0.0

Update Socials

Pre-release for testing

11 May 23:20

Choose a tag to compare

Pre-release
0.0.0-1

License + Readme changes