Releases: softwaretailoring/wheelnav
Releases · softwaretailoring/wheelnav
v1.7.1
![Downloads](https://camo.githubusercontent.com/56a4e80fe13f875570967d14dc065f5728d2f62a6952f355f67200522ac2a540/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e372e312f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- Fix render issue with sliceAngle > 180
- Reorganize navigateFunction
- Fix broken links in README
- New navItem property: titleRotateAngle
- Fixed navigateFunction bug in navigateWheel
v1.7.0
![Downloads](https://camo.githubusercontent.com/60fe878606957c7c23ce3e945c3871489a1e082c617a7f550a35f2b23a2a6441/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e372e302f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- New wheelnav properties: keynavigateEnabled, keynavigateOnlyFocus, keynavigateDownCode, keynavigateDownCodeAlt, keynavigateUpCode, keynavigateUpCodeAlt
- New wheelnav methods: removeWheel, setTitle
- New slicePath: OuterStrokeSlice
v1.6.1
![Downloads](https://camo.githubusercontent.com/ec52828eb8d510cc4fd4d4dfec6c3abcb8a8d954a0fb9eded739d6672d0732e4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e362e312f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- 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
v1.6.0
![Downloads](https://camo.githubusercontent.com/e0c74dbb6d3abac30ed28b816107a8d2b2a168ce44a93541084a73899b9c88ba/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e362e302f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- 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
- modify defaultpalette
v1.5.5
![Downloads](https://camo.githubusercontent.com/95c093bf9c02ee3fd475f1b7afcce2b510b5e692a3dcfb54039afd6a24e41aea/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e352e352f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- Fixed getTitleRotateString for partial wheel
- Fixed isPathTitle, now supports lowercase and uppercase letters
- wheelnav.currentPercent is available from outside
v1.5.4
![Downloads](https://camo.githubusercontent.com/d127f9d9bfbe524f5d2bff77de1530007f2641fda82ade835548270987581621/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e352e342f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- Fixed clickModeSpreadOff bug on mobile browsers
v1.5.1
![Downloads](https://camo.githubusercontent.com/d9c89e879c243d046bba52501b11611413c8a3ac9f0b7b4b285c35f264305607/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e352e312f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- Fixed Firefox bug with raphael.canvas.clientWidth
- Fixed animateFinishFunction calls and setWheelSettings function
- New wheelnav, navItem property: sliceClickablePathCustom
- New spreaderPath: LineSpreader
- Customizable DropMarker size
- Expand menuRadius in MenuSlice and MenuMarker
v1.5.0
![Downloads](https://camo.githubusercontent.com/3b53cd042cfdb38123851d8699f9a45b6e1975848c8c56ad5275be9626bc788e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f736f6674776172657461696c6f72696e672f776865656c6e61762f76312e352e302f746f74616c2e7376673f7374796c653d666c61742d737175617265)
- Support for html5 data- attributes
- Implement marker
- Redesign default style
- Reorganize path related code, implement path for spreader
- New wheelnav properties: initTitleRotate, initPercent
- New spreader properties: spreaderPathFunction, spreaderPathCustom, spreaderStartAngle, spreaderSliceAngle
- New spreader properties: spreaderInTitle, spreaderOutTitle, spreaderInPercent, spreaderOutPercent
- New spreader style properties: spreaderPathInAttr, spreaderPathOutAttr, spreaderTitleInAttr, spreaderTitleOutAttr
- Fixed clientWidth bug in multiple wheelnav mode