Hub 6.13
Among other minor fixes and improvements, this release includes the following items:
Changes/Improvements
- Added class names to Hub elements for easier styling in customization projects
- The widget titles are displayed on the widgets when the page is in edit mode
- Improvements to the titles of cards from the search results
- Search boxes can be hidden in the view all overlays using the
hideSearchBox
property on theOpenOverlayActionButtonConfig
- Recurring events are now marked with a descriptive icon
Fixes
- Fixed several issues related to the breadcrumb
As this version brings important changes to how styling the Intranet Hub works, some class names that were added to DOM elements a long time ago have been updated in order to adhere to the new naming convention(lthub-<className>
). If you have referenced these classes in your custom CSS, please update them to the new name as the old names are deprecated and will be removed from the product in the future. More classes will be migrated to the new naming scheme in the future.
The following classnames have been changed:
Old name | New name |
---|---|
dropdown-description | lthub-dropdown-description |
hero-subtitle | lthub-hero-subtitle |
hero-title | lthub-hero-title |
IconWrapper | lthub-icon-wrapper |
mph-icon | lthub-icon |
mph-search-box | lthub-searchbox |
mph-tabsNavigationContainer | lthub-tabswithcontent |
refinerContainer | lthub-refiner |
ReloadIconContainer | lthub-icon-reload |
title | lthub-widget-header-title |