Skip to content

Commit 0e820c0

Browse files
authored
docs(changelog): Remove duplicate general header (#9442)
1 parent 746183a commit 0e820c0

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,16 @@ All notable changes for each version of this project will be documented in this
135135
- **Breaking Change** - `rangeSelected` event is renamed to `valueChange`.
136136
- **Breaking Change** - `onOpening`, `onOpened`, `onClosing` and `onClosed` events are renamed respectively to `opening`, `opened`, `closing` and `closed`.
137137
- **Breaking Change** - `monthsViewNumber` is renamed to `displayMonthsCount`.
138+
- `IgxSliderComponent`
139+
- **Breaking Change** - The following outputs are renamed:
140+
- `onValueChange` to `valueChange`
141+
- `onValueChanged` to `dragFinished`
142+
- `IgxCircularProgressBarComponent`
143+
- **Breaking Change** - The following outputs are renamed:
144+
- `onProgressChanged` to `progressChanged`
145+
- `IgxLinearProgressBarComponent`
146+
- **Breaking Change** - The following outputs are renamed:
147+
- `onProgressChanged` to `progressChanged`
138148

139149

140150
### New Features
@@ -228,18 +238,6 @@ All notable changes for each version of this project will be documented in this
228238
```
229239

230240

231-
### General:
232-
- `IgxSliderComponent`
233-
- **Breaking Change** - The following outputs are renamed:
234-
- `onValueChange` to `valueChange`
235-
- `onValueChanged` to `dragFinished`
236-
- `IgxCircularProgressBarComponent`
237-
- **Breaking Change** - The following outputs are renamed:
238-
- `onProgressChanged` to `progressChanged`
239-
- `IgxLinearProgressBarComponent`
240-
- **Breaking Change** - The following outputs are renamed:
241-
- `onProgressChanged` to `progressChanged`
242-
243241
## 11.1.1
244242

245243
### New Features

0 commit comments

Comments
 (0)