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
+8
Original file line number
Diff line number
Diff line change
@@ -129,13 +129,19 @@ All notable changes for each version of this project will be documented in this
129
129
- `onAppended` -> `contentAppended`
130
130
- `onAnimation` -> `animationStarting`
131
131
132
+
- `IgxMaskDirective`
133
+
- **Breaking Change** - Deprecated property `placeholder` is now removed;
134
+
- **Breaking Change** - `IgxMaskDirective` events are renamed as follows:
135
+
- `onValueChange` -> `valueChanged`
136
+
132
137
- **Breaking Change** - `IgxBannerComponent` events are renamed as follows:
133
138
- `onOpening` -> `opening`
134
139
- `onOpened` -> `opened`
135
140
- `onClosing` -> `closing`
136
141
- `onClosed` -> `closed`
137
142
138
143
- `IgxExpansionPanelComponent`
144
+
- **Breaking Change** - `IExpansionPanelEventArgs.panel` - Deprecated event property `panel` is removed. Usе `owner` property to get a reference to the panel.
139
145
- **Breaking Change** - `IgxExpansionPanelComponent` events are renamed as follows:
140
146
- `onCollapsed` -> `contentCollapsed`
141
147
- `onExpanded` -> `contentExpanded`
@@ -152,6 +158,8 @@ All notable changes for each version of this project will be documented in this
152
158
...
153
159
</igx-expansion-panel>
154
160
```
161
+
- `IgxBanner`
162
+
- `BannerEventArgs.banner` - Deprecated. Usе `owner` property to get a reference to the banner.
155
163
156
164
- `IgxDropDown`
157
165
- **Breaking Change** - The dropdown items no longer takes focus unless `allowItemsFocus` is set to `true`.
0 commit comments