From 53dc858918c67fd17effa6184ed74c517a28c791 Mon Sep 17 00:00:00 2001 From: Eduard Kagrimanyan Date: Fri, 8 Feb 2019 23:40:45 -0800 Subject: [PATCH] Minor version bump and update to HISTORY.md --- HISTORY.md | 4 ++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3261126..fb85e1c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +v3.1.0 +================= +* Adding ability to handle `opened` property on items with children. When configured, the subgroup dropdown is open by default in overflow, collapsed and vertical states. + v3.0.0 ================= * Replacing `vertical-expanded` propert with `vertical-opened-at` property for dynamic open behaviour on vertical navigations diff --git a/bower.json b/bower.json index 1d488ee..e826ca7 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "px-app-nav", "description": "A navigation component that allows the user to browse app pages and content", - "version": "3.0.0", + "version": "3.1.0", "main": [ "px-app-nav.html" ], diff --git a/package.json b/package.json index 5234301..d998296 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "px-app-nav", "author": "General Electric", "description": "A navigation component that allows the user to browse app pages and content", - "version": "3.0.0", + "version": "3.1.0", "private": false, "extName": null, "repository": {