AppHeader
Use the AppHeader to provide a persistent responsive header with app
navigation, home button, and global action items available throughout your app.
Changes to AppHeader. The full components changelog also lists package-wide and cross-cutting entries.
3.14.0
Updates
- Fixed the
AppIconfade-in animation playing whenprefers-reduced-motionis active. (APPDEV-19887)
3.8.0
Updates
- The Logo's
releasePhaseprop now also accepts'new','deprecated'and'early-access'. (PPFB-801)
3.3.0
Updates
- Spacing between the logo text and the release phase indicator was corrected. (APPDEV-16591)
3.2.0
Deprecations
- Deprecated
AppHeader.AppNavLink(useAppHeader.Logo),AppHeader.NavItems(useAppHeader.Navigation),AppHeader.NavItem(useAppHeader.NavigationItem), andAppNavLinkInternalOwnProps. (APPDEV-12515)
Updates
AppHeader.Logonow accepts areleasePhaseprop. SettingreleasePhase="preview"displays a "Preview" chip next to the app name, allowing apps to communicate their release phase to users. (APPDEV-16591)- Added
data-dt-nameattribute to the app icon. (APPDEV-16671)