Releases: ViennaRSS/MMTabBarView
Releases · ViennaRSS/MMTabBarView
v/1.5.3
v/1.5.2
v/1.5.1
v/1.5.0
- Updates the Xcode project to require Xcode 14
- Sets the minimum deployment target to macOS 10.13
- Adds
tabView:willMoveTabViewItem:toIndex:
to MMTabBarViewDelegate - Uses NSColor.secondaryLabelColor for inactive tabs in dark mode
- Fixes an exception that can occur in macOS 12.3 and later
- Replaces deprecated Cocoa methods and properties
- Resolves various build warnings
v/1.4.12
v/1.4.11
v/1.4.9
v/1.4.7
- Fix display of "mini window" image on drag & drop
- Fix an exception with tab drag & drop on demo app in 10.14+3
- Add dark theme support for 'card" style on 10.14
- Fix position of tab view when hiding tab bar
- Match declaration & implementation of MMTabBarView's delegate as a weak property
- Update README