Skip to content

v0.5.2

Latest

Choose a tag to compare

@lynnswap lynnswap released this 02 Aug 09:57
f0b8d7f

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 .inside placement on iOS 26 and later should explicitly return .inside from the applicable configureMenuPresentationFor… delegate method.

Documentation

  • Added hosted DocC API documentation with automatic GitHub Pages deployment from main.

Full Changelog: v0.5.1...v0.5.2