File tree 3 files changed +26
-25
lines changed
3 files changed +26
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @marceloterreiro/flash-calendar
2
2
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 9bf22ed: Flash Calendar 1.0.0 🚢 🎉
8
+
9
+ This release officially marks the package as production-ready (` 1.0.0 ` ).
10
+ While it's been stable since the first release, bumping to ` 1.0.0 ` was something
11
+ I had in mind for a while.
12
+
13
+ - New: Add ` .scrollToMonth ` and ` .scrollToDate ` , increasing the options available for imperative scrolling.
14
+
15
+ ## Breaking changes
16
+
17
+ This release introduces one small change in behavior if your app uses
18
+ imperative scrolling. Previously, ` .scrollToDate ` would scroll to the month
19
+ containing the date instead of the exact date. Now, ` .scrollToDate ` scrolls
20
+ to the exact date as implied by the name.
21
+
22
+ If you intentionally want to scroll to the month instead, a new ` .scrollToMonth `
23
+ method is available (same signature).
24
+
25
+ I don't expect this to cause any issues, but worth mentioned
26
+ nonetheless.
27
+
3
28
## 0.0.9
4
29
5
30
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @marceloterreiro/flash-calendar" ,
3
- "version" : " 0 .0.9 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"private" : false ,
5
5
"description" : " A better calendar for React Native." ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments