Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

28 lines (22 loc) · 1.76 KB

Changelog

1.1.18

Fixes a bug with scrolling programatically to an arbitrary value introduced with newer versions of react-virtualized (#40)

1.1.17

Tweaking today helper behavior when scrolled above/below the fold (#25)

1.1.16

Fixes issues with UMD build and externals.

1.1.15

  • 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)

1.1.14

Minor bug fixes

1.1.13 – Year selection 🎉

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:

Year selection

1.1.12 – Bug fixes 🙃

Fixes an issue with row calculation (#5)