react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

Render TileGroup using css grid, fixes #222

Open felixmosh opened this issue 3 years ago • 4 comments

This PR implements the tile group positioning using css grid as described in https://zellwk.com/blog/calendar-with-css-grid/

0nx0OArpNb

felixmosh avatar Nov 10 '20 14:11 felixmosh

That's splendind, but introduces a breaking change, as CSS Grid is not supported on IE11. Not against it - it just means this change will need to wait for the next major release.

wojtekmaj avatar Nov 11 '20 14:11 wojtekmaj

It is not true, ie11 does support css grid but the old spec, I can add it as well.

BTW, the JS code is not supported by ie11 :]

felixmosh avatar Nov 11 '20 14:11 felixmosh

Well yes, you're correct. Perhaps we could implement autoprefixer to get CSS grid working? Just like we deal with JS - with Babel...

wojtekmaj avatar Nov 12 '20 05:11 wojtekmaj

it is possible, the question is if it will work, I've spent sometime on it yesterday (adding IE version manually) it didn't worked.

felixmosh avatar Nov 12 '20 06:11 felixmosh