Skip to content

Commit

Permalink
Bumped to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evanjd committed Jan 10, 2019
1 parent 91a3034 commit 01516ba
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 187 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.3.0
==================
* Items now support `href` and `window` properties for navigation to user-defined URLs
* Added `delaySlideAnimation` property to px-app-nav for optionally specifying a timeout (in ms) before the vertical nav expands after hover

v2.2.0
==================
* Added `vertical-expanded` property to allow vertical px-app-nav instances to be permanently expanded
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "px-app-nav",
"description": "A navigation component that allows the user to browse app pages and content",
"version": "2.2.0",
"version": "2.3.0",
"main": [
"px-app-nav.html"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "2.2.0",
"version": "2.3.0",
"private": false,
"extName": null,
"repository": {
Expand Down
Loading

0 comments on commit 01516ba

Please sign in to comment.