Skip to content

Releases: TodayTix/tt-react-calendar

v1.5.6

30 May 17:59
Compare
Choose a tag to compare

Fixes another small memoization bug, where changing timezones would lead to dummyDays not getting rendered.

v1.5.5

26 May 19:06
Compare
Choose a tag to compare

Bugfix: Fixes an ordering bug where a day with a lower week number from the next year would appear above weeks from the current year. For example, December 31, 2017 (week 1 of 2018 in the en locale) would render in the first row, above the rest of December 2017.

v1.5.4

16 May 15:46
Compare
Choose a tag to compare

Makes the week headers prefer the locale of the given start date, if given a moment object, before falling back to the global locale setting. See #13

v1.5.3

26 Apr 18:31
Compare
Choose a tag to compare

Fixes a UI alignment error in the final week row when using locales where “first day of week” != 0 (Sunday).

v1.5.2

10 Apr 20:27
Compare
Choose a tag to compare

Bugfix: Another issue with locales and memoization.

v1.5.1

07 Apr 15:18
Compare
Choose a tag to compare

Bugfix: Properly respect the selected locale on momentjs.

v1.5.0

04 Apr 20:42
Compare
Choose a tag to compare

Adds gutterWidth prop

v1.4.1

04 Apr 19:28
Compare
Choose a tag to compare

Fixes the reference error that slipped into v1.4.0

v1.4.0

04 Apr 19:24
Compare
Choose a tag to compare

Add renderMonthHeader prop for ultimate customization. This release actually had a bug slip through that broke the component (one more mark in favor of getting automated testing/linting in place), so please don't use this version.

v1.3.0

30 Mar 21:01
Compare
Choose a tag to compare

Add compactMonths prop. This allows an alternate layout, where multiple months are compacted down into one big container. See #2 for more details.