-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feat]: Add ability to scroll to a week row (#37)
* Add ability to scroll to a week row * Address date feedback * Addresses scrollToMonth API feedback * Update docs * Fix the need for an additionalOffset * Add changeset --------- Co-authored-by: Marcelo T Prado <mprado@brex.com>
- Loading branch information
1 parent
9ef657b
commit 9bf22ed
Showing
9 changed files
with
224 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
"@marceloterreiro/flash-calendar": major | ||
--- | ||
|
||
# Flash Calendar 1.0.0 🚢 🎉 | ||
|
||
This release officially marks the package as ready for production use (`1.0.0`). | ||
While it's been stable since the first release, bumping to `1.0.0` was something | ||
I had in mind for a while. | ||
|
||
- New: Add `.scrollToMonth` and `.scrollToDate`, increasing the options available for imperative scrolling. | ||
|
||
## Breaking changes | ||
|
||
This release introduces one slightly change in behavior if you're app uses | ||
imperative scrolling. Previously, `.scrollToDate` would scroll to the month | ||
containing the date instead of the exact date. Now, `.scrollToDate` will scroll | ||
to the exact date as the name suggests. | ||
|
||
If you intentionally want to scroll to the month instead, a new `.scrollToMonth` | ||
method was added (same signature). | ||
|
||
I don't expect this to cause any issues for existing apps, but worth mentioned | ||
nonetheless. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.