4.0.0
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.
@lenadaxBreaking:
- 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
- Fix Logo alt-Title @jonaspiterek #337
- fix link in introduction block being smaller than normal text @jonaspiterek #365
- Fix Description block width in Edit and Add mode. @danalvrz #394
Internal
- Update the setup. Use new images. @sneridagh #390