Skip to content

Commit 19fc3a5

Browse files
committed
refactor: breaking changes article
1 parent 9927ec5 commit 19fc3a5

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

upgrade/breaking-changes/3-0-0.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,24 @@ position: 1
88

99
# Upcoming Breaking Changes in 3.0.0
1010

11-
> The 3.0.0 release will be shipped in mid January. The following list of breaking changes will be updated with detailed explanation how to migrate your project.
11+
> The 3.0.0 release will be shipped in mid January 2022. The following list of breaking changes will be updated with detailed explanation how to migrate your project.
1212
1313
## Component Changes
1414

15-
- TileLayout - Introduce identifier of the TileLayout item. OnResize and OnReorder events will receive EventArgs that will point to the item that has been resized/reordered. This items comes from our [user voice](https://feedback.telerik.com/blazor/1489011)
16-
- TreeView - add `ExpandedItems` parameter to remove `ExpandedField`
15+
- TileLayout - Introduce identifier of the TileLayout item. `OnResize` and `OnReorder` events will receive EventArgs that will point to the resized/reordered item. This feature comes from our [public issue tracker](https://feedback.telerik.com/blazor/1489011)
16+
- TreeView - add `ExpandedItems` parameter and remove `ExpandedField`
1717
- Grid – change `OnRead` method to return the `Data`
1818
- Grid – use `IFilterDescriptor` in GridState instead of `FilterDescriptorBase`
1919
- DateInput – remove `ParsingErrorMessage` in favor of localization string for the error message
20-
- ContextMenu – add EventArgs to the OnClick event
20+
- ContextMenu – add `EventArgs` to the `OnClick` event
2121
- All input elements – remove hardcoded width style in our Blazor components. In addition, the default style that comes from the themes will be updated to change the width to 100%.
2222

23-
We are still designing changes in terms of editing by going through customer feedback. So, there might be changes coming from this direction as well.
23+
24+
Grid EditorTemplates and Keyboard Navigation are in design stage. So, there might be changes coming from this direction as well.
2425

2526
## Common Changes
2627

27-
- `IconName` class will be removed. All icon names should be retrieved from documentation.
28+
- [`IconName` class]({%slug common-kb-migration-from-iconname%}) (already obsolete) class will be removed. All icon names should be retrieved from the [built-in icons documentation]({%slug general-information/font-icons%}#icons-list).
2829
- `ToODataString` extension method is moved to `Telerik.Blazor.Extensions` namespace.
2930

3031
## Parameter Naming
@@ -33,12 +34,12 @@ We are unifying our API with some parameter naming.
3334

3435
- `UpdateInterval` Parameter of Editor is changed to `DebounceDelay`
3536
- `Content` RenderFragment Parameter of the Drawer is changed to `DrawerContent`
36-
- `IsCanceled` Parameter in StepperStepChangeEventArgs is renamed to `IsCancelled`
37+
- `IsCanceled` Parameter in `StepperStepChangeEventArgs` is renamed to `IsCancelled`
3738
- `IsSeparatorField` is removed in favor of `SeparatorField`
3839

3940
## Rendering & Themes
4041

4142
- `k-widget` class is removed from the components
4243
- `width:100%` is the new default width of all input-based components instead of `12.5em`
43-
- HTML classes and DOM element hierarchy will be updated for Buttons, Inputs, Selects, DatePickers Checkbox, Switch.
44+
- Html classes and DOM element hierarchy will be updated for Buttons, Inputs, Selects, DatePickers Checkbox, Switch.
4445
- `k-state-focused` is renamed to `k-focus`

0 commit comments

Comments
 (0)