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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
+
## 19.1.0
6
+
### General
7
+
-`IgxCarousel`
8
+
-**Behavioral Changes** - the `maximumIndicatorsCount` input property now defaults to `10`.
9
+
-**Deprecation** - `CarouselIndicatorsOrientation` enum members `top` and `bottom` have been deprecated and will be removed in a future version. Use `start` and `end` instead.
Copy file name to clipboardExpand all lines: projects/igniteui-angular/src/lib/carousel/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ A walkthrough of how to get started can be found [here](https://www.infragistics
17
17
|`vertical`| boolean | Controls should the carousel be rendered in vertical alignment. Defaults to `false`. |
18
18
|`keyboardSupport`| boolean | Controls should the keyboard navigation should be supported. Defaults to `false`. |
19
19
|`gesturesSupport`| boolean | Controls should the gestures should be supported. Defaults to `true`. |
20
-
|`maximumIndicatorsCount`| number | The number of visible indicators. Defaults to `5`. |
21
-
|`indicatorsOrientation`| CarouselIndicatorsOrientation | Controls whether the indicators should be previewed on top or on bottom of carousel. Defaults to `bottom`. |
20
+
|`maximumIndicatorsCount`| number | The number of visible indicators. Defaults to `10`. |
21
+
|`indicatorsOrientation`| CarouselIndicatorsOrientation | Controls the orientation of the indicators. Defaults to `end`. |
22
22
|`animationType`| CarouselAnimationType | Controls what animation should be played when slides are changing. Defaults to `slide`. |
23
23
|`total`| number | The number of slides the carousel currently has. |
24
24
|`current`| number | The index of the slide currently showing. |
0 commit comments