What's new?
- More control over what's displayed in calendar tiles. Use
tileContentto provide custom content to the tiles - statically or dynamically. UsetileClassNameto apply custom class name to the tiles, also statically or dynamically. See README.md for more details (#9).
What's changed?
renderChildrenwas replaced with much more powerfultileContent. IntileContent, you're no longer limited to passing content by using a function, you can also use a React element or a string.renderChildrenwill automatically be mapped totileContenttil the next major version.