TabBarMenu v0.5.2
Improvements
- Menu anchor behavior is now consistent across supported iOS versions. When no placement is provided, menus appear above the tab on iOS 26 and later instead of defaulting to
.inside.
Bug Fixes
- Fixed a stack-overflow crash when KVO or another runtime subclass is layered above TabBarMenu's tab bar hooks.
Migration Notes
- Apps that relied on the previous implicit
.insideplacement on iOS 26 and later should explicitly return.insidefrom the applicableconfigureMenuPresentationFor…delegate method.
Documentation
- Added hosted DocC API documentation with automatic GitHub Pages deployment from
main.
Full Changelog: v0.5.1...v0.5.2