Releases: inventage/web-components
@inventage-web-components/portal-navigation@1.8.0
Minor Changes
-
fb2d211d41465dcfc7935c5f5094163fa483391f
Adddropdown
CSS part for the dropdown overlay -
73a53f39b4d8599b64ebb8e0fa5eceeb95936953
Add--portal-navigation-color-link-dropdown-selected
CSS custom property for styling selected menu links in dropdowns.
Patch Changes
825d36c857e4d427f98b28c70224a05db1bb4bf8
Add missing CSS variable fallbacks for--portal-navigation-color-hover
.
@inventage-web-components/portal-navigation@1.7.1
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
Minor Changes
-
c9343ffa49458089177a9a4377b211008b1a46e4
Rewrite the anchor padding updating mechanism in sticky mode to userequestAnimationFrame
for a maximum of100
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 themain
menu was empty.Released as a minor instead of patch since this also add a new behaviour to the mobile breakpoint.
-
cc5db2118939379d2e6f5f89a5d5b8fc4a8f175a
Adds atree-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
c3eb1767dcda0e4dfcf876404b2fe17b10e6b8fe
The internal routing events should be dispatched for thedefaultItem
for menu items with aurl
attribute.
@inventage-web-components/portal-navigation@1.6.1
@inventage-web-components/common@2.1.0
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 amenu-tree
part as well asmenu-tree-MENU
part (whereMENU
is one ofmain
,settings
,profile
orlogout
).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 amenu
part as well asmenu-MENU
part (whereMENU
is one ofmain
,current
,settings
,profile
orlogout
).
@inventage-web-components/portal-navigation@1.4.0
Minor Changes
-
3fe37ad
- Added more CSS parts. Each badge is now marked as abadge
part,badge-menu-MENU
part (whereMENU
is one ofmain
,current
,settings
,profile
orlogout
) as well asbadge-ID
part when the menu item defines an ID.The same logic is applied to
icon
andlabel
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 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