Fixes a bug with scrolling programatically to an arbitrary value introduced with newer versions of react-virtualized (#40)
Tweaking today helper behavior when scrolled above/below the fold (#25)
Fixes issues with UMD build and externals.
- Fixes issues with weekdays not properly aligning with dates when scrollbars are visible (#21)
- Updated to the latest version of
react-virtualized
, which addresses an edge-case bug where an initial scroll offset prop is specified before external CSS stylesheets have loaded (#23) - Fixes issues with the today helper offset calculation and added a new prop
todayHelperRowOffset
to customize the number of rows before the today helper becomes visible (#24) - Fixes issue with percentage
width
(#14)
Minor bug fixes
Just click on the year in the header to test it out. The current year is underlined with the current theme.todayColor
(orange by default). Keyboard support has also been tweaked to support this new functionality. Here's a preview:
Fixes an issue with row calculation (#5)