0.20.4 (2019-03-21)
- allow override onShowMore callback (#1214) (8fefeee), closes /github.com/intljusticemission/react-big-calendar/blob/f9a873368a78f5ced81b799c4dffe1095b3ab712/src/Calendar.jsx#L280 /github.com/intljusticemission/react-big-calendar/blob/1d62c432eaa183ed6b38f08cfcec5ee7edcbfe41/src/Month.js#L300-L307 #1147
- firefox event click bug (#1262) (b526416), closes #1173
- issue with gutter width initialization (#1181) (69b28af)
- misplacement of current time indicator (#1239) (2d6e99e), closes #1054
- remove duplicate getter prop (#1185) (6b90182)
- remove global window from Map() usage, update eslint rules for new es6 environment (#1195) (4768188)
- selecting events in mobile browsers (#1233) (2bc9fee)
- add ability to set custom resource headers (#1187) (6708a45), closes #1174
- adding bounds and box on slot select in Month view (#1241) (2a870b0)
- remove propTypes in production (#1180) (ce0d56b)
0.20.2 (2018-11-07)
- add runtime to deps (ade68bb)
- calculation of slots number for date when DST ends. (#1046) (2ca0226)
- dragging is disabled if resizing is not allowed (#1072) (#1073) (0d5ed30)
- elements position on TimeGrid if max prop is set (#1057) (f174a60)
- move @babel/cli to devDependencies (#1062) (4cfcb1f)
- onRangeChange not passing localizer (#1056) (80855e8)
- proptype warnings (#1084) (08c2494)
- reference to draggable/resizable Accessor (#1070) (1889a51)
- #634 added a new optional callback
dayPropGetter
to allow customization of the cell backgrounds of month, week, and work week views without the need for custom components
- 45687c9 [fixed] allow string names in
move()
- 5578559 [fixed] all day event selection
- 741c882 [fixed] rm jsx imports
- a2a49c8 [fixed] consistent handling of end dates as exclusive ranges
- 1c12b16 [fixed] DST issue with events
- f526e23 [added] onSelecting callback
- 18c0234 [fixed] incorrect page offset
- 4eeacd4 [fixed] more cross browser flex issues.
- 2dc61ec [fixed] add minHeight for week view overflow
- 5fa7012 [fixed] Incorrect gutter widths
- ebf8908 [fixed] agenda header display
- a69600b [fixed] Pass correct date to DaySlot for selections.
- 5ac5c30 [fixed] reset gutter widths before calculations
- c2e8aa4 [fixed] accidental breaking change on the localizers
- dc90943 [fixed] some style issues
- ea8e085 [added] modern globalize support
- 4b3d3ba [fixed] have gutter use culture prop
- 7922882 [fixed] better gutter width detection
- fff1914 [fixed] pass culture to View
- 58f008f [fixed] none integer slot spaces (again)
- f2084ef [fixed] month event rows not fitting in their cells
- 73e449d [fixed] day view clicks return the correct slot
- d5a0d20 [fixed] month event rows not fitting in their cells
- f4b18d6 [fixed] day view clicks return the correct slot
- ee53bbc [changed] default "show more" behavior navigates to day view
- 80aa08f [added] popupOffset prop for configuring distance from viewport edge
- d98af8d [added] edge detection for event popup
- 69b092d [fixed] accidental hash changes
- 0351b71 [fixed] incorrect 'show more' layout
- 892af3d [fixed] use correct handler for "show more"
- 4560ff7 [changed] better thin event title collapse
- 0eeb43f [fixed] event layout sort
- 0574eed [fixed] show more row layout issues
- 7ee9959 [added] title to time view events
- c07d0ab [changed] better event overlays for overlapping events
- 4dac3f5 [added] rbc-event-allday class in month view
- e314128 [fixed] missing keys in popup
- 0d5df79 [changed] "show more" behavior is cleaner
- 0b0fa0f [fixed] prevent selection when clicking show more
- 57c8843 [fixed] allow event selection when selectable, in day views
- f7969b3 [fixed] use client coords to get node during selection
- 8ad4ee7 [changed] selection bound to Calendar container, respects overlays
- 98b3dad [fixed] selecting events in All Day row of week/Day views
- 49e321f [fixed] layout of events in months that don't start evenly at weekday 0
- 720675e [added] eventPropsGetter for event markup customization
- 386d4bc [fixed]
selectable
can properly be toggled on and off