Releases: softwaretailoring/wheelnav
Releases · softwaretailoring/wheelnav
v1.4.0
- Modify order of items: navSlice -> navLine -> navTitle
- Remove MenuSquareSlice from slicePaths
- New wheelnav method: setTooltips
- New navItem method: refreshNavItem, initPathsAndTransforms
- New navItem property: titleHover
- New navItem function: navigateFunction
- Refactor wheelnav.refreshWeel, navItem.navTitle transform
- Fix IE bug with clickableSlice
- Reorganize slicePath code
- New slices: Web, Winter, Tutorial
v1.3.1
v1.3.0
- New wheelnav, navItem properties: clickablePercentMin, clickablePercentMax, sliceClickablePathFunction
- Refactor navItem.fillAttr for proper gradients
- Optimize slicePaths for customization
- New parameters in wheelnav constructor: divWidth, divHeight
- New wheelnav property: cssMode, implement css handling
- Switch to custom raphael.min.js (because of css handling)
v1.2.0
v1.1.0
- Customizable slicePath and sliceTransform functions
- New wheelnav and navItem properties: slicePathCustom, sliceSelectedPathCustom, sliceHoverPathCustom, sliceTransformCustom, sliceSelectedTransformCustom, sliceHoverTransformCustom
- Add custom parameter to slicePath and sliceTransform functions
- New wheelnav properties: selectedNavItemIndex, navItemCountLabeled, navItemCountLabelOffset
- Refactor baseAngle and sliceAngle. Move them to navItem from core.
- New wheelnav properties: navItemsContinuous, navItemsCentered
- Improve rotate mode
- New wheelnav properties: rotateRoundCount, animateRepeatCount, animatetimeCalculated
- New class: slicePathHelper
- Refactor functions of slicePath
- New wheelnav property: clockwise