BottomBar v2.1.0 Release Notes

    • ๐Ÿ›  Fixed a bug in the Badge positioning, causing the Badges to clip when there was many tabs.
    • ๐Ÿ›  Fixed a bug where the lower portion of unselected titles were clipped off in fixed mode.
    • Made changes to Badge restoration logic to fix 445. Credit goes to @Kevinrob for reporting and helping to reproduce the issue.
    • ๐Ÿ›  Fixed #448, #471, #436 and #591
    • ๐Ÿ›  Fixed a faulty behavior where the tabs' widths were calculated according to phone screen width, but should've been calculated according to the parent view's width by merging #504
    • โšก๏ธ Optimized the tab resizing calculations; now the tabs aren't needlessly removed and readded, only the layout params get changed.
    • ๐Ÿ”€ Merged #468 and #457
    • ๐Ÿ›  Fixed #554 by merging #512.
    • Made most of the BottomBarTab methods public.