v2.1.0
Check out the new API docs! https://menubuilder.jedfox.com
New Features:
- Add
action
andtag
modifiers (Thanks @patr0nus!) - Update the SwiftUI custom view wrapper to use Auto Layout (Thanks @rurza!)
- Add support for menu item titles using
AttributedString
on macOS 12+ - Add a convenience initializer to
NSMenu
that takes atitle
and an@MenuBuilder
closure - Deprecate the
MenuItem(_:children:)
initializer in favor ofMenuItem(title).submenu { ... children ... }
- Add an
onSelect(target:action:)
convenience method to set thetarget
andaction
at the same time.
Bugfixes: