Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaretailoring committed Oct 29, 2015
1 parent 38edf37 commit 5e96659
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## 1.6.0
## 1.6.1

* New data attributes: data-wheelnav-titlewidth, data-wheelnav-titleheight
* Handle titleWidth and titleHeight property for path in navTitle
* Handle hover and selected states of image and path in navTitle
* New spreader properties: spreaderInTitleWidth, spreaderInTitleHeight, spreaderOutTitleWidth, spreaderOutTitleHeight
* Spreader supports images

### 1.6.0

* New navTitle type: image, when navTitle start with 'imgsrc:' it can parse as URL of image or data URI
* selectedNavItemIndex property is public now for set first selected item
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wheelnav",
"version": "1.6.0",
"version": "1.6.1",
"homepage": "http://wheelnavjs.softwaretailoring.net",
"authors": [
"Gábor Berkesi <gabor.berkesi@softwaretailoring.net> (http://softwaretailoring.net)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wheelnav",
"version": "1.6.0",
"version": "1.6.1",
"description": "Animated javascript navigation component based on Raphaël.js (SVG/VML). It can be a pie menu (radial menu, circular menu) and many more.",
"homepage": "http://wheelnavjs.softwaretailoring.net",
"main": "js/dist/wheelnav.js",
Expand Down

0 comments on commit 5e96659

Please sign in to comment.