Skip to content

4.0.0

Compare
Choose a tag to compare
@sneridagh sneridagh released this 21 Jun 09:34
· 30 commits to main since this release
3cb851e

4.0.0 (2024-06-21)

Breaking

  • Fix tabbing order in the top header. It modifies the underlying HTML to move the top header to the bottom, and modifies CSS to adjust. @iRohitSingh @sneridagh #374

  • Updated the MobileNavigation component to be more easily customizable.
    The component can now handle infinite navigation depth instead of only three levels, if configured to do so.
    The Burger Menu can now be easily customized by overriding the new MobileNavigationToggler.jsx file.
    @lenadax

    Breaking:

    • The "hamburger" icon in the mobile navigation now has an additional wrapper that allows for better customization.

    If you have overriden the hamburger icon, you should make sure that your customizations still work and adjust otherwise. #393

Bugfix

Internal