Skip to content

Commit d15eae2

Browse files
committed
chore(changelog): document isContinuous as a breaking change
Closes #6794
1 parent 9780a24 commit d15eae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`:

0 commit comments

Comments
 (0)