Skip to content

Releases: inventage/web-components

@inventage-web-components/portal-navigation@1.8.0

15 Apr 09:33
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@inventage-web-components/portal-navigation@1.7.1

08 Apr 08:50
Compare
Choose a tag to compare

Patch Changes

  • b9121122f83af3008d12d048e99309e89df00b58 Fix tree parent element padding, properly using the --portal-navigation-tree-parent-padding-x and --portal-navigation-tree-parent-padding-y values with their respective fallbacks to menu item padding values --portal-navigation-menu-item-padding-x and --portal-navigation-menu-item-padding-y.

@inventage-web-components/portal-navigation@1.7.0

11 Mar 16:55
Compare
Choose a tag to compare

Minor Changes

  • c9343ffa49458089177a9a4377b211008b1a46e4 Rewrite the anchor padding updating mechanism in sticky mode to use requestAnimationFrame for a maximum of 100 times after each update. This should fix the padding issues in sticky mode once and for all…

  • #227 5599c3a8ad28d8bdb7e376759fbe3c981de50903 Fixes an issue where nothing was being rendered in the mobile breakpoint when the main menu was empty.

    Released as a minor instead of patch since this also add a new behaviour to the mobile breakpoint.

  • cc5db2118939379d2e6f5f89a5d5b8fc4a8f175a Adds a tree-top slot (for mobile menus) as well as some missing CSS parts related to these tree slots

@inventage-web-components/portal-navigation@1.6.2

Patch Changes

@inventage-web-components/portal-navigation@1.6.1

Patch Changes

  • 5b9bd9d Menu items with child items an url attribute navigate to their url instead of their default child item or the first child item.

  • Updated dependencies [fc456be]:

    • @inventage-web-components/common@2.1.0

@inventage-web-components/common@2.1.0

15 Dec 20:13
Compare
Choose a tag to compare

Minor Changes

  • fc456be Upgrade Lit (^3.0.1^3.1.0).

@inventage-web-components/portal-navigation@1.6.0

Minor Changes

  • 70cf2d6 - Added more CSS parts. Each tree menu (in mobile breakpoint) is now marked as a menu-tree part as well as menu-tree-MENU part (where MENU is one of main, settings, profile or logout).

    The current menu items (2nd level) are marked as tree-items part in the mobile breakpoint version.

@inventage-web-components/portal-navigation@1.5.0

Minor Changes

  • becd7bc - Added more CSS parts. Each menu is now marked as a menu part as well as menu-MENU part (where MENU is one of main, current, settings, profile or logout).

@inventage-web-components/portal-navigation@1.4.0

Minor Changes

  • 3fe37ad - Added more CSS parts. Each badge is now marked as a badge part, badge-menu-MENU part (where MENU is one of main, current, settings, profile or logout) as well as badge-ID part when the menu item defines an ID.

    The same logic is applied to icon and label element respectively.

@inventage-web-components/portal-navigation@1.3.0

Minor Changes

  • 371ea39 - Added new CSS parts to allow for more flexible styling.

    • menu-item - The menu item
    • menu-main-item - The menu item inside the main items (1st level) container
    • menu-current-item - The menu item inside the current items (2nd level) container
    • menu-settings-item - The menu item inside the settings menu
    • menu-meta-item - The menu item inside the meta menu
    • menu-profile-item - The menu item inside the profile menu
    • menu-logout-item - The menu item inside the logout menu
    • label - The label element of a menu item
    • badge - The badge element of a menu item
    • icon - The icon element of a menu item