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
+23-8Lines changed: 23 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,14 +57,29 @@ All notable changes for each version of this project will be documented in this
57
57
</ng-template>
58
58
</igx-grid>
59
59
```
60
-
- `IgxCarousel`:
61
-
- `keyboardSupport` input is added, which can be used to enable and disable keyboard navigation
62
-
- `maximumIndicatorsCount` input is added, which can be used to set the number of visible indicators
63
-
- `indicatorsOrientation` input is added, which can be used to set the position of indicators it can be top or bottom
64
-
- `animationType` input is added, which can be used to set animation when changing slides
65
-
- `indicatorTemplate` directive is added, which can be used to provide a custom indicator for carousel. If this property is not provided, a default indicator template will be used instead.
66
-
- `nextButtonTemplate` directive is added, which is used to provide a custom next button template. If not provided, a default next button is used.
67
-
- `prevButtonTemplate` directive is added, which is used to provide a custom previous button template. If not provided, a default previous button is used.
60
+
- `IgxSlider`:
61
+
- `primaryTicks` input was added. Which sets the number of primary ticks
62
+
- `secondaryTicks` input was added. Which sets the number of secondary ticks.
63
+
- `showTicks` input was added. Which show/hide all slider ticks and tick labels.
64
+
- `primaryTickLabels` input was added. Which shows/hides all primary tick labels.
65
+
- `secondaryTickLabels` input was added. Shows/hides all secondary tick labels.
66
+
- `ticksOrientation` input was added. Allows to change ticks orientation to top|bottom|mirror.
67
+
- `tickLabelsOrientation` input was added. Allows you to change the rotation of all tick labels from horizontal to vertical(toptobottom, bottomtotop).
68
+
- `igxSliderTickLabel` directive has been introduced. Allows you to set a custom template for all tick labels.
69
+
70
+
- `IgxCarousel`:
71
+
- `keyboardSupport` input is added, which can be used to enable and disable keyboard navigation
72
+
- `gesturesSupport` input is added, which can be used to enable and disable gestures
73
+
- `maximumIndicatorsCount` input is added, which can be used to set the number of visible indicators
74
+
- `indicatorsOrientation` input is added, which can be used to set the position of indicators it can be top or bottom
75
+
- `animationType` input is added, which can be used to set animation when changing slides
76
+
- `indicatorTemplate` directive is added, which can be used to provide a custom indicator for carousel. If this property is not provided, a default indicator template will be used instead.
77
+
- `nextButtonTemplate` directive is added, which is used to provide a custom next button template. If not provided, a default next button is used.
78
+
- `prevButtonTemplate` directive is added, which is used to provide a custom previous button template. If not provided, a default previous button is used.
79
+
80
+
- `IgxSelect`:
81
+
- adding `IgxSelectHeaderDirective` and `IgxSelectFooterDirective`. These can be used to provide a custom header, respectively footer templates for the `igxSelect` drop-down list. If there are no templates marked with these directives - no default templates will be used so the drop-down list will not have header nor footer.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/carousel/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ A walkthrough of how to get started can be found [here](https://www.infragistics
14
14
|`interval`| number | The amount of time in milliseconds between slides transition. |
15
15
|`navigation`| boolean | Controls should the carousel render the left/right navigation buttons. Defaults to `true`. |
16
16
|`keyboardSupport`| boolean | Controls should the keyboard navigation should be supported. Defaults to `true`. |
17
+
|`gesturesSupport`| boolean | Controls should the gestures should be supported. Defaults to `true`. |
17
18
|`maximumIndicatorsCount`| number | The number of visible indicators. Defaults to `5`. |
18
19
|`indicatorsOrientation`| CarouselIndicatorsOrientation | Controls whether the indicators should be previewed on top or on bottom of carousel. Defaults to `bottom`. |
19
20
|`animationType`| CarouselAnimationType | Controls what animation should be played when slides are changing. Defaults to `slide`. |
0 commit comments