diff --git a/changelog.md b/changelog.md index 22a806b..86bf9e9 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,29 @@ ## In Development +* #### From Pull Request: [#161](https://github.com/ChiperSoft/Kalendae/pull/161) + + * **Element Structure**: + * The title is split into 2 divs for month and year so that they can be styled separately if needed. (Only breaking if your css selected `span.k-caption` instead of just `.k-caption`). + + * **New Options** + * `endDate` - defines the last day and month which will be selectable. Prevents navigating past in months/years. + * `titleFormat` is replaced by the two below to accomodate the new title div structure: + * `titleMonthFormat` + * `titleYearFormat` + + * **New Methods** + * `removeAllSelected()` - Added to clear all selected values at once if mode is anything other than `'single'`. + + * **New Events** + * `draw-end`- Added to enable view changes that depend on new data. Such as jQuery or other DOM maniuplations. + + * **Examples** + * Added examples for: `endDate`, + + * **Misc.** + * Experimental: Specifying options for `disableNextMonth` & `disableNextYear` may actually work + ## 0.6.1 * \#84 Added `k-range-start` and `k-range-end` css classes to the first and last selected days in a range calender. diff --git a/index.html b/index.html index 50b8751..1180811 100644 --- a/index.html +++ b/index.html @@ -167,6 +167,16 @@

Kalendae

+
+

End Date - Direction: future - Single Select

+ +