Skip to content

Commit 6d9cf2e

Browse files
committed
chore(changelog): document isContinuous as a breaking change
Closes #6794
1 parent e45b6c6 commit 6d9cf2e

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
@@ -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`:

0 commit comments

Comments
 (0)