@blackbaud/auth-client
Advanced tools
Comparing version 2.17.1 to 2.17.2
@@ -0,1 +1,5 @@ | ||
# 2.17.2 (2019-08-02) | ||
- Added `selected` property to `BBOmnibarServiceItem`. [#84](https://github.com/blackbaud/auth-client/pull/84) | ||
# 2.17.1 (2019-07-19) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "@blackbaud/auth-client", | ||
"version": "2.17.1", | ||
"version": "2.17.2", | ||
"description": "Provides methods for obtaining an authentication token from the Blackbaud authentication service.", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundles/auth-client.umd.js", |
@@ -5,4 +5,5 @@ import { BBOmnibarNavigationItem } from './omnibar-navigation-item'; | ||
items?: BBOmnibarNavigationItem[]; | ||
selected?: boolean; | ||
specialItems?: BBOmnibarNavigationItem[]; | ||
imageUrl?: string; | ||
} |
516432
8751