Skip to content

Commit 9662891

Browse files
docs(common): add info for changes that was missed initially
1 parent d8f5488 commit 9662891

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Telerik.Blazor.Size -> Telerik.Blazor.WindowSize
6060

6161
This is a list of the components that had methods removed and the new approach of doing things.
6262

63+
### Button
64+
65+
* The `IsIconButton` property is removed. It was never supposed to be public and is set internaly by the component when it has no text.
66+
6367
### Calendar
6468

6569
* The `Navigate()` method is no longer available in favor of two-way binding for the `View` and `Date` parameters. An example is avalable in the [Navigate]({%slug components/calendar/navigation%}#programmatic-navigation) article.
@@ -74,6 +78,7 @@ This is a list of the components that had methods removed and the new approach o
7478
* The standalone icon component is now in the `Telerik.Blazor.Components.Common.Icon` namespace.
7579
* The `IconName` property is now `Icon`.
7680
* The `Class` property is now `IconClass`.
81+
* If you want to use the Telerik icons together with custom classes, you must ammend those classes instead of using the `Icon` property. For example, `<TelerikIcon IconClass="@("my-class k-icon k-i-" + IconName.File )" />`.
7782

7883
### Grid
7984

0 commit comments

Comments
 (0)