Full Changelog: https://github.com/hammadzafar05/mobile-bottom-nav/compare/v1.4.0...v1.4.1
->hideSidebarToggle(), which hides Filament's redundant topbar hamburger while the
bottom navigation bar is on screen, since the bar's own "More" button already opens the sidebar.
Only applied when the bar actually rendered and the "More" button is enabled, so the sidebar
always stays reachable. Opt out with ->hideSidebarToggle(false), which is needed if you run
->moreButton(false).actions/checkout from 7.0.0 to 7.0.1
(#7).Full Changelog: https://github.com/hammadzafar05/mobile-bottom-nav/compare/v1.3.1...v1.4.0
extractFromNavigation(), used when ->items() is not called)
previously re-sorted all navigation items globally by their raw navigationSort value, ignoring
which navigation group each item belonged to. Since navigationSort is only meaningful within a
group, this could surface an unrelated page ahead of a consuming app's actual primary navigation.
The bottom nav now follows the exact order Filament's own sidebar renders (group order, then
sort order within each group), matching what a user would see scanning the real sidebar top to
bottom.[@source](https://github.com/source) setup instructions (plugin uses inline CSS, not Tailwind utility classes)How can I help you explore Laravel packages today?