You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
# [8.1.0] (???)
5
5
6
6
### Features
7
+
- Add number of rows to month calendar ([???](https://github.com/vlio20/angular-datepicker/commit/???)) closes [#387](https://github.com/vlio20/angular-datepicker/issues/387)
7
8
- Close popup on enter ([???](https://github.com/vlio20/angular-datepicker/commit/???)) closes [#438](https://github.com/vlio20/angular-datepicker/issues/438)
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,7 @@ Here are the available configurations:
218
218
| monthBtnCssClassCallback |`(Moment) => String`|`undefined`| Callback which can add custom CSS classes to the month button in the calendar. Multiple classes can be returned with a space between them. |
219
219
| showMultipleYearsNavigation |`boolean`|`false`| If set to `true` will show buttons to navigate by multiple years (10 by default) |
220
220
| multipleYearsNavigateBy |`number`|`10`| Number of years to navigate when showMultipleYearsNavigation is `true`|
221
+
| numOfMonthRows |`1, 2, 3, 4, 6, 12`|`4`| Number of rows to be shown on month calendar |
221
222
222
223
## Inline - Month Calendar
223
224
@@ -266,7 +267,8 @@ Here are the available configurations:
266
267
| monthBtnFormatter |`(Moment) => String`|`undefined`| The formatter (callback function) of the month button in the calendar. |
267
268
| monthBtnCssClassCallback |`(Moment) => String`|`undefined`| Callback which can add custom CSS classes to the month button in the calendar. Multiple classes can be returned with a space between them. |
268
269
| showMultipleYearsNavigation |`boolean`|`false`| If set to `true` will show buttons to navigate by multiple years (10 by default) |
269
-
| multipleYearsNavigateBy |`number`|`10`| Number of years to navigate when showMultipleYearsNavigation is `true`|
270
+
| multipleYearsNavigateBy |`number`|`10`| Number of years to navigate when showMultipleYearsNavigation is `true`|
271
+
| numOfMonthRows |`1, 2, 3, 4, 6, 12`|`4`| Number of rows to be shown on month calendar |
270
272
271
273
Here is the list of APIs:
272
274
@@ -393,7 +395,8 @@ Here are the available configurations:
393
395
| multipleYearsNavigateBy |`Number`|`10`| Number of years to navigate when showMultipleYearsNavigation is `true`. |
394
396
| hideInputContainer |`Boolean`|`false`| Will hide the input element of any picker if set to `true`. |
395
397
| weekDayFormat |`String`|`ddd`| The format of the weekday name. |
396
-
| weekDayFormatter |`(Number) => String`|`undefined`| You can customize the value of any weekday with this configuration. The parameter of the callback will start with 0 as Sunday and so on. |
398
+
| weekDayFormatter |`(Number) => String`|`undefined`| You can customize the value of any weekday with this configuration. The parameter of the callback will start with 0 as Sunday and so on. |
399
+
| numOfMonthRows |`1, 2, 3, 4, 6, 12`|`4`| Number of rows to be shown on month calendar |
0 commit comments