You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,16 @@ All notable changes for each version of this project will be documented in this
135
135
- **Breaking Change** - `rangeSelected` event is renamed to `valueChange`.
136
136
- **Breaking Change** - `onOpening`, `onOpened`, `onClosing` and `onClosed` events are renamed respectively to `opening`, `opened`, `closing` and `closed`.
137
137
- **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`
138
148
139
149
140
150
### New Features
@@ -228,18 +238,6 @@ All notable changes for each version of this project will be documented in this
228
238
```
229
239
230
240
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:
0 commit comments