- Implement getRange without using Array.from (not supported by IE)
- Remove usage of componentWillReceiveProps (thanks @anajavi!)
- Add script to run prettier on src files, and run it [#90]
- Update build process and demo, and allow importing styles from dist [#89]
- Upgrade dependencies [#68]
- Fix tooltips in demo page (thanks @kaacun!)
- Fix occurences where startDate & endDate were not properly converted (thanks @kenkoooo!)
- Use latest props when updating value cache (thanks @gitname!)
- Add cross-env so builds work on Windows (thanks @gitname!)
- Expand test coverage (thanks @gitname!)
- Make prop-types a dependency, not a devDependency
- Add css class name hooks to most inner html elements (thanks @andreysaleba!)
- Add startDate prop & deprecate numDays prop (thanks @andreysaleba!)
- Allow React 16 as a peerDependency
- Add weekday label display (thanks @andreysaleba!)
- Add title element to tooltip (thanks @andreysaleba!)
- Add onMouseLeave, onMouseOver props (thanks @andreysaleba!)
- Allow customizeable month strings (thanks @otakustay!)
- Update React to
v15.6.1
& addprop-types
package (thanks @easingthemes!)
- Add transformDayElement prop to improve flexibility (thanks @otakustay!)
- Allow tooltipDataAttrs to be a function rather than an object (thanks @RSO!)
- Improve tooltip support with tooltipDataAttrs prop, allowing usage of e.g. bootstrap tooltips
- titleForValue now sets a square's title attribute instead of setting svg
<title>
element
- Build configuration updates
- Allow endDate to be string/milliseconds
- Don't show titles by default
- Fix broken package issue
- Stop loading CSS through webpack
- Add
horizontal
prop, which allows switching between horizontal and vertical orientations