We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6414e17 commit f85d24bCopy full SHA for f85d24b
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+## Version 5.2.3
5
+*(2021-02-06)*
6
+
7
+- Changed: The `emoji` module now initializes automatically on start-up. Calling `weekView.enableEmojiProcessing()` is no longer necessary.
8
+- Fixed: WeekView no longer crashes when accessing `firstVisibleDate` and `lastVisibleDate` before the initial render.
9
+- Fixed: WeekView now calls `adapter.onRangeChanged()` reliably again on API 25 and below.
10
11
+Thanks for contributing, [RemiNV](https://github.com/RemiNV)!
12
13
## Version 5.2.2
14
*(2020-12-30)*
15
0 commit comments