File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ All notable changes for each version of this project will be documented in this
122122 </igx-grid >
123123 ```
124124- `IgxSlider`:
125+ - **Breaking Change** - `isContinuous` - input has been deleted. The option is not supported anymore.
125126 - `primaryTicks` input was added. Which sets the number of primary ticks
126127 - `secondaryTicks` input was added. Which sets the number of secondary ticks.
127128 - `showTicks` input was added. Which show/hide all slider ticks and tick labels.
@@ -130,7 +131,6 @@ All notable changes for each version of this project will be documented in this
130131 - `ticksOrientation` input was added. Allows to change ticks orientation to top|bottom|mirror.
131132 - `tickLabelsOrientation` input was added. Allows you to change the rotation of all tick labels from horizontal to vertical(toptobottom, bottomtotop).
132133 - `igxSliderTickLabel` directive has been introduced. Allows you to set a custom template for all tick labels.
133- - `isContinuous` - input has been deleted. The option is not supported anymore.
134134 - `onValueChanged` - new output has been exposed. This event is emitted at the end of every slide interaction.
135135
136136- `IgxCarousel`:
You can’t perform that action at this time.
0 commit comments