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
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,69 @@ All notable changes for each version of this project will be documented in this
30
30
-`onGridInitialized` -> `gridInitialized`
31
31
-`onDataPreLoad` -> `dataPreLoad`
32
32
33
+
-`IgxDateTimeEditor`
34
+
-**Feature** - `value` accepts ISO 8601 string format.
35
+
-**Breaking Change** - `value` type could be `Date` or `string`.
36
+
-**Breaking Change** - `onValueChange` event is renamed to `valueChange`.
37
+
-**Breaking Change** - `isSpinLoop` property is renamed to `spinLoop`.
38
+
-**Feature** - `spinDelta` input property which allows a user to provide different delta values that will be used for spinning. All parts default to `1`.
39
+
-`increment` and `decrement` methods now accept an optional `delta` parameter which targets the currently spun date portion. It takes precedence over the values set in `spinDelta`.
40
+
-`IgxDatePicker`
41
+
-**Feature** - `value` accepts ISO 8601 string format.
42
+
-**Breaking Change** - `value` type could be `Date` or `string`.
43
+
-**Breaking Change** - `onSelection` event is renamed to `valueChange`.
44
+
-**Breaking Change** - new way to define custom elements in the `igx-date-picker` while the following properties are deleted or deprecated: `formatter`, `context`, `labelInternal`, `template`.
- **Breaking Change** - `mode` and `format` are replaced by `inputFormat`.
57
+
- **Breaking Change** - `placeholder` defaults to the `inputFormat`
58
+
- **Breaking Change** - `editorTabIndex` is renamed to `tabIndex`.
59
+
- **Breaking Change** - `monthsViewNumber` is renamed to `displayMonthsCount`.
60
+
- **Breaking Change** - `vertical` is renamed to `headerOrientation`.
61
+
- **Breaking Change** - `displayData` is renamed to `displayFormat`.
62
+
- **Breaking Change** - `dropDownOverlaySettings` and `modalOverlaySettings` are replaced by the `overlaySettings`.
63
+
- **Breaking Change** - `onValidationFailed` event is renamed to `validationFailed`.
64
+
- **Breaking Change** - `onDisabledDate` event is removed.
65
+
- **Breaking Change** - `onOpening`, `onOpened`, `onClosing` and `onClosed` events are renamed respectively to `opening`, `opened`, `closing` and `closed`.
66
+
- `IgxTimePicker`
67
+
- **Feature** - `value` accepts ISO 8601 string format.
68
+
- **Breaking Change** - `value` type could be `Date` or `string`.
69
+
- **Breaking Change** - `onValueChanged` event is renamed to `valueChange`.
70
+
- **Breaking Change** - new way to define custom elements in the `igx-time-picker` while the following properties are deleted or deprecated: `context`, `promptChar`, `displayTime`, `template`.
- **Breaking Change** - `format` is replaced by `inputFormat`.
83
+
- **Breaking Change** - `placeholder` defaults to the `inputFormat`
84
+
- **Breaking Change** - `isSpinLoop` property is renamed to `spinLoop`.
85
+
- **Breaking Change** - `vertical` is renamed to `headerOrientation`.
86
+
- **Breaking Change** - `onOpening`, `onOpened`, `onClosing` and `onClosed` events are renamed respectively to `opening`, `opened`, `closing` and `closed`.
87
+
- **Breaking Change** - `onValidationFailed` event is renamed to `validationFailed`.
88
+
- `IgxDateRangePicker`
89
+
- **Feature** - `value` start and end accept ISO 8601 string format.
90
+
- **Breaking Change** - `value` start and end types could be `Date` or `string`.
91
+
- **Breaking Change** - `rangeSelected` event is renamed to `valueChange`.
92
+
- **Breaking Change** - `onOpening`, `onOpened`, `onClosing` and `onClosed` events are renamed respectively to `opening`, `opened`, `closing` and `closed`.
93
+
- **Breaking Change** - `monthsViewNumber` is renamed to `displayMonthsCount`.
94
+
95
+
33
96
### New Features
34
97
- Added `IgxTree` component
35
98
- Allows users to render hierarchical data in an easy-to-navigate way. The control is **not** data bound and takes a declarative approach, giving users more control over what is being rendered.
0 commit comments