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 @@ -106,6 +106,7 @@ All notable changes for each version of this project will be documented in this
106106 </igx-grid >
107107 ```
108108- `IgxSlider`:
109+ - **Breaking Change** - `isContinuous` - input has been deleted. The option is not supported anymore.
109110 - `primaryTicks` input was added. Which sets the number of primary ticks
110111 - `secondaryTicks` input was added. Which sets the number of secondary ticks.
111112 - `showTicks` input was added. Which show/hide all slider ticks and tick labels.
@@ -114,7 +115,6 @@ All notable changes for each version of this project will be documented in this
114115 - `ticksOrientation` input was added. Allows to change ticks orientation to top|bottom|mirror.
115116 - `tickLabelsOrientation` input was added. Allows you to change the rotation of all tick labels from horizontal to vertical(toptobottom, bottomtotop).
116117 - `igxSliderTickLabel` directive has been introduced. Allows you to set a custom template for all tick labels.
117- - `isContinuous` - input has been deleted. The option is not supported anymore.
118118 - `onValueChanged` - new output has been exposed. This event is emitted at the end of every slide interaction.
119119
120120- `IgxCarousel`:
You can’t perform that action at this time.
0 commit comments