Releases: MrAsterisco/TreePicker
Releases · MrAsterisco/TreePicker
v1.1.0-beta.3
Bugs Fixed
- Added a check before reporting selection update so that if the data source is not aligned with the view, this doesn't cause a crash.
v1.1.0-beta.2
New Features
- It is now possible to specify the width of top-level items in the segmented control via the
widthOfSegmentmodifier.
1.1.0-beta.1
New Features
- Added support for specifying custom views in menu items. This allows you to take advantage of the
viewproperty ofNSMenuItemfor second-level items. - Added support to wrap views inside native
NSViews to support basic menu items behaviors that are normally disabled when using theviewproperty ofNSMenuItem.