Skip to content

Commit 99e49a0

Browse files
committed
changelog
1 parent fa00342 commit 99e49a0

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
- CalendarConsumer - fix passed ref (PR #1674).
760760
- Agenda - fix style Typo (animatedContainer -> animatedContainer) (PR #1670).
761761

762-
## changed
762+
## Changed
763763
- Migrating internal tools to TS.
764764
- Migrating demo files to TS.
765765

@@ -769,4 +769,23 @@
769769
## [1.1271.0] - 2021-12-7
770770

771771
## Fixed
772-
- ContextProvider - 'onDateChanged' return type (should be string and not Date).
772+
- ContextProvider - 'onDateChanged' return type (should be 'string' and not 'Date').
773+
774+
775+
## [1.1272.0] - xx-xx-xx
776+
777+
## Added
778+
- ExpandableCalendar - Add 'closeOnDayPress' prop (PR #1673).
779+
- new theme prop - 'weekVerticalMargin' to control week row margin (PR #1682).
780+
781+
## Fixed
782+
- README - 'try it out' section missing steps (PR #1624).
783+
- Day - fix accessibility label localization (PR #1694).
784+
- Agenda - renders only for the first item of the day (PR #1699).
785+
786+
## Changed
787+
- Replacing lodash 'invoke' with optional chaining.
788+
- Removing JS 'Date' as a type.
789+
- Calendar and CalendarList - removing unused parameter 'doNotTriggerListeners' from updateMonth().
790+
- 'input.js' - renaming 'velocityTracker'.
791+
- 'test.js' - renaming 'testUtils' and removing from folder.

0 commit comments

Comments
 (0)