Releases: inventage/web-components
@inventage-web-components/portal-navigation@1.8.0
Minor Changes
-
fb2d211d41465dcfc7935c5f5094163fa483391fAdddropdownCSS part for the dropdown overlay -
73a53f39b4d8599b64ebb8e0fa5eceeb95936953Add--portal-navigation-color-link-dropdown-selectedCSS custom property for styling selected menu links in dropdowns.
Patch Changes
825d36c857e4d427f98b28c70224a05db1bb4bf8Add missing CSS variable fallbacks for--portal-navigation-color-hover.
@inventage-web-components/portal-navigation@1.7.1
Patch Changes
b9121122f83af3008d12d048e99309e89df00b58Fix tree parent element padding, properly using the--portal-navigation-tree-parent-padding-xand--portal-navigation-tree-parent-padding-yvalues with their respective fallbacks to menu item padding values--portal-navigation-menu-item-padding-xand--portal-navigation-menu-item-padding-y.
@inventage-web-components/portal-navigation@1.7.0
Minor Changes
-
c9343ffa49458089177a9a4377b211008b1a46e4Rewrite the anchor padding updating mechanism in sticky mode to userequestAnimationFramefor a maximum of100times after each update. This should fix the padding issues in sticky mode once and for all… -
#227
5599c3a8ad28d8bdb7e376759fbe3c981de50903Fixes an issue where nothing was being rendered in the mobile breakpoint when themainmenu was empty.Released as a minor instead of patch since this also add a new behaviour to the mobile breakpoint.
-
cc5db2118939379d2e6f5f89a5d5b8fc4a8f175aAdds atree-topslot (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
c3eb1767dcda0e4dfcf876404b2fe17b10e6b8feThe internal routing events should be dispatched for thedefaultItemfor menu items with aurlattribute.
@inventage-web-components/portal-navigation@1.6.1
@inventage-web-components/common@2.1.0
Minor Changes
fc456beUpgrade 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 amenu-treepart as well asmenu-tree-MENUpart (whereMENUis one ofmain,settings,profileorlogout).The current menu items (2nd level) are marked as
tree-itemspart 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 amenupart as well asmenu-MENUpart (whereMENUis one ofmain,current,settings,profileorlogout).
@inventage-web-components/portal-navigation@1.4.0
Minor Changes
-
3fe37ad- Added more CSS parts. Each badge is now marked as abadgepart,badge-menu-MENUpart (whereMENUis one ofmain,current,settings,profileorlogout) as well asbadge-IDpart when the menu item defines an ID.The same logic is applied to
iconandlabelelement 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 itemmenu-main-item- The menu item inside the main items (1st level) containermenu-current-item- The menu item inside the current items (2nd level) containermenu-settings-item- The menu item inside the settings menumenu-meta-item- The menu item inside the meta menumenu-profile-item- The menu item inside the profile menumenu-logout-item- The menu item inside the logout menulabel- The label element of a menu itembadge- The badge element of a menu itemicon- The icon element of a menu item