-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5659a28
commit 6cc8649
Showing
1 changed file
with
16 additions
and
0 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 |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# Changelog | ||
|
||
All notable changes to `filament-flatpickr` will be documented in this file. | ||
|
||
## v1.0.0 - 2022-08-08 | ||
|
||
v1.0.0 | ||
First Release. Features: | ||
|
||
- Configure easily using fluent (chained) methods | ||
- Supports an optional month Selector | ||
- Supports an optional week selector | ||
- Support for both light and dark modes | ||
- Specify the theme (among the available themes) as a configuration | ||
- Supports Range Selection mode | ||
- Supports multiple date selection mode | ||
- And many more features are coming... | ||
|
||
**Full Changelog**: https://github.com/savannabits/filament-flatpickr/commits/v1.0.0 |