changelogs.md


hitask/react-big-calendar

Repository  -  API  -  Source

0.22.1

September 13, 2019

Bug Fixes

  • add new method to get correct time indicator top position | fixes #1396 (#1447) (1cf0205)
  • drag cancelation for month view (#1322) (9c81e9e)
  • invalid prop-types. (#1435) (61e1a1e)
  • update time indicator position if max prop changes (#1379) (ac945b7)
  • use fixed date arithmetic lib and move bt-sass to devdepen… (#1374) (b223a61)

Features

0.22.0

June 18, 2019
  • Chore: clean up prop-types (#1344) (94e3679), closes #1344
  • Publish v0.22.0 (321d8cf)
  • save snapshot (8480413)
  • stale-bot (0e0ebb2)
  • chore: fix linting (976faf1)
  • chore: remove prop-types-extra (#1349) (c3b7734), closes #1349
  • chore(deps): upgrade date-math (#1354) (762e8cf), closes #1354
  • chore(deps): upgrade uncontrollable (#1357) (689f74e), closes #1357
  • fix: bad propType. (#1351) (e704e17), closes #1351
  • fix: bug where appointments can appear outside the calendar (#1204) (9689b7d), closes #1204
  • fix: bug with dayWrapper not applying (#1196) (f3ea6f8), closes #1196
  • fix: ie fix for event bindings on unmounted components (#1338) (8ef00d6), closes #1338
  • fix: rtl incorrectly named or not propagated (#1353) (caa863f), closes #1353
  • fix(addons): do not cut end while dragging multiday event (#1342) (6fab261), closes #1342
  • docs: update docs and examples with named exports (#1352) (f478be0), closes #1352
  • docs(dnd): remove deprecated comment about react-dnd (#1323) (4d933c1), closes #1323
  • feat: provide named exports api (#1348) (4e09704), closes #1348
  • feat: redeclared all sass variables as !default (#1321) (c4f09cd), closes #1321
  • feat: use lodash-es for esm bundle (#1350) (fb0fe5e), closes #1350
  • Feat: expose date localizer (#1347) (5d93c9d), closes #1347

BREAKING CHANGE

  • must use named exports for additional RBC imports
import {
  Calendar,
  DateLocalizer,
  momentLocalizer,
  globalizeLocalizer,
  move,
  Views,
  Navigate,
  components,
} from 'react-big-calendar'

0.21.0

May 14, 2019

Bug Fixes

Features

BREAKING CHANGES

  • Less files have been replaced with Sass versions

0.20.4

March 21, 2019

Bug Fixes

Features

0.20.2

November 7, 2018

Bug Fixes

Features

Performance Improvements

0.19.2

June 27, 2018

0.19.1

May 3, 2018

0.19.0

March 23, 2018

0.18.0

February 7, 2018

0.17.1

December 5, 2017
  • #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

0.17.0

November 2, 2017

0.16.1

September 29, 2017

0.16.0

September 29, 2017

0.15.0

August 29, 2017

0.14.4

June 23, 2017

0.14.3

June 21, 2017

0.14.2

June 19, 2017

0.14.1

June 19, 2017

0.14.0

May 2, 2017

0.13.0

March 22, 2017

0.12.3

January 15, 2017

0.12.2

January 15, 2017
  • 45687c9 [fixed] allow string names in move()

0.12.1

January 12, 2017
  • 5578559 [fixed] all day event selection

0.12.0

January 7, 2017

0.11.1

November 20, 2016

0.11.0

October 8, 2016

0.10.3

July 15, 2016

0.10.2

June 10, 2016

0.10.1

June 9, 2016

0.10.0

June 9, 2016

0.9.12

May 20, 2016

0.9.11

April 15, 2016

0.9.10

April 15, 2016

0.9.9

April 15, 2016
  • 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

0.9.8

January 14, 2016
  • 5fa7012 [fixed] Incorrect gutter widths

0.9.7

December 13, 2015
  • ebf8908 [fixed] agenda header display

0.9.6

December 13, 2015
  • a69600b [fixed] Pass correct date to DaySlot for selections.
  • 5ac5c30 [fixed] reset gutter widths before calculations

0.9.5

December 2, 2015
  • 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

0.9.4

November 29, 2015
  • a41c9f9 [added] right-to-left support
  • 8bb6589 [fixed] properly select time ranges with min/max set

0.9.3

November 28, 2015
  • fff1914 [fixed] pass culture to View

0.9.2

November 12, 2015
  • 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

0.9.1

November 12, 2015
  • d5a0d20 [fixed] month event rows not fitting in their cells
  • f4b18d6 [fixed] day view clicks return the correct slot

0.9.0

November 3, 2015
  • ee53bbc [changed] default "show more" behavior navigates to day view
  • 80aa08f [added] popupOffset prop for configuring distance from viewport edge

0.8.3

October 29, 2015
  • d98af8d [added] edge detection for event popup
  • 69b092d [fixed] accidental hash changes
  • 0351b71 [fixed] incorrect 'show more' layout

0.8.2

October 28, 2015
  • 892af3d [fixed] use correct handler for "show more"

0.8.1

October 28, 2015
  • 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

0.8.0

October 26, 2015
  • 4dac3f5 [added] rbc-event-allday class in month view
  • e314128 [fixed] missing keys in popup
  • 0d5df79 [changed] "show more" behavior is cleaner

0.7.2

October 24, 2015
  • 0b0fa0f [fixed] prevent selection when clicking show more
  • 57c8843 [fixed] allow event selection when selectable, in day views

0.7.1

September 30, 2015
  • f7969b3 [fixed] use client coords to get node during selection

0.7.0

September 15, 2015
  • 8ad4ee7 [changed] selection bound to Calendar container, respects overlays
  • 98b3dad [fixed] selecting events in All Day row of week/Day views

0.6.1

September 13, 2015
  • c3092f4 [fixed] event rows incorrect duration styles
  • dade2b9 [fixed] more month event layout issues

0.6.0

September 13, 2015
  • 49e321f [fixed] layout of events in months that don't start evenly at weekday 0
  • 720675e [added] eventPropsGetter for event markup customization

0.5.2

September 13, 2015
  • 386d4bc [fixed] selectable can properly be toggled on and off

0.5.1

September 13, 2015
  • a7dc435 [fixed] className and style props being applied in multiple places
  • c8f8281 [fixed] null exception on empty agenda view

0.5.0

September 13, 2015
  • 00435ad [fixed] view propType validation
  • ae039b9 [added] expose move and label methods for easier external toolbars
  • 7e7bc17 [changed] clarified accidental ambigious license

0.4.1

September 3, 2015