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: upgrade/breaking-changes/4-0-0.md
+39-6Lines changed: 39 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,13 @@ position: 1
14
14
15
15
#### Icon
16
16
17
-
The type `Icon` parameter changes to `object` from `string` to facilitate the addition of [FontIcons]({%slug%})and [SVGIcons]({%slug%}).
17
+
The type of the `Icon` parameter changes to `object` from `string` to facilitate the addition of [Telerik Font and Svg Icons]({%slug general-information/font-icons%}).
18
18
19
19
#### ImageUrl
20
20
21
-
Removed the `ImageUrl` parameter from:
21
+
Removed the `ImageUrl` parameter, use the [Icon](#icon) parameter instead.
22
+
23
+
List of affected components:
22
24
23
25
*[Breadcrumb]({%breadcrumb-overview%})
24
26
*[Button]({%slug components/button/overview%})
@@ -29,11 +31,42 @@ Removed the `ImageUrl` parameter from:
29
31
*[Menu]({%slug components/menu/overview%})
30
32
*[PanelBar]({%slug panelbar-overview%})
31
33
*[SplitButton]({%slug splitbutton-overview%})
32
-
*[Stepper]
34
+
*[Stepper]({%slug stepper-overview%})
35
+
*[ToggleButton]({%slug togglebutton-overview%})
36
+
*[TreeView]({%slug treeview-overview%})
37
+
*[Wizard]({%slug wizard-overview%})
38
+
39
+
#### IconClass
40
+
41
+
Removed the `IconClass` parameter, use the [Icon](#icon) parameter instead.
42
+
43
+
List of affected components:
44
+
45
+
*[Breadcrumb]({%breadcrumb-overview%})
46
+
*[Button]({%slug components/button/overview%})
47
+
*[ButtonGroup]({%slug buttongroup-overview%})
48
+
*[ColorPicker]({%slug colorpicker-overview%})
49
+
*[ContextMenu]({%slug contextmenu-overview%})
50
+
*[Drawer]({%slug drawer-overview%})
51
+
*[Menu]({%slug components/menu/overview%})
52
+
*[PanelBar]({%slug panelbar-overview%})
53
+
*[SplitButton]({%slug splitbutton-overview%})
54
+
*[Stepper]({%slug stepper-overview%})
55
+
*[ToggleButton]({%slug togglebutton-overview%})
56
+
*[TreeView]({%slug treeview-overview%})
57
+
*[Wizard]({%slug wizard-overview%})
58
+
59
+
#### SpriteClass
60
+
61
+
Removed the `SpriteClass` parameter, use the [Icon](#icon) parameter instead.
0 commit comments