-
Notifications
You must be signed in to change notification settings - Fork 63
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
d0fa34b
commit 1d41f3c
Showing
2 changed files
with
36 additions
and
32 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,13 +1,40 @@ | ||
# Changelog | ||
All jsCalendar changes will be documented in this file. | ||
|
||
## [1.4.0] - 2017-11-04 | ||
|
||
### Added | ||
- jsCalendar.version | ||
- calendar.clearSelected() alias of calendar.clearselect() | ||
- calendar.isSelected(date) | ||
- calendar.isVisible(date) | ||
- calendar.isInMonth(date) | ||
- calendar.getSelected(options) | ||
- support to get target with selectors | ||
- ex. target string `"#myelement"` will get the element with id `myelement` | ||
- min(date) // Set a max date for the calendar | ||
- max(date) // Set a min date for the calendar | ||
|
||
### Fixed | ||
- duplicate dates when time changes (ex. 29/10/2017) | ||
- string dates that do not exist throw error | ||
- ex. `new jsCalendar(document.createElement('div'), "31/2/2017");` now throw error | ||
|
||
|
||
|
||
|
||
## [1.3.0] - 2017-07-08 | ||
|
||
### Added | ||
- Support for setting the fisrt day of the week ([doc link](https://gramthanos.github.io/jsCalendar/docs.html#parameter-first-day-of-the-week)) | ||
- Support for setting the first day of the week | ||
- firstDayOfTheWeek : "{day-name}" // Based on the language sellected | ||
- firstDayOfTheWeek : "{number}" | {number} // 1-7 starting from Sunday | ||
- shortcut keyword : "fdotw" (from the initials FistDayOfTheWeek) | ||
- alias keyword : "fdotw" (from the initials FistDayOfTheWeek) | ||
|
||
|
||
|
||
|
||
## [1.2.0] - 2017-03-19 | ||
|
||
### Changed | ||
- Public release of the library. |
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