Skip to content

Commit 828f1d5

Browse files
Dimo DimovDimo Dimov
authored andcommitted
docs: Update Loader Size and ThemeColor 3
1 parent dca191c commit 828f1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ async Task OnGridStateInit(GridStateEventArgs<GridModel> args)
273273
</table>
274274

275275
- **DateInput** – removed `ParsingErrorMessage` (obsolete since version 2.8) in favor of `DateInput_ParsingErrorMessage` [localization string]({%slug globalization-localization%}).
276-
- **Loader**, **LoaderContainer** - changed [`Size` parameter]({%slug loader-appearance%#size}) type from `LoaderSize` enum to `string`. The default value of `Size` is `ThemeConstants.Loader.Size.Medium`. There is a new static class `Telerik.Blazor.ThemeConstants.Loader.Size` with a predefined set of size properties.
276+
- **Loader**, **LoaderContainer** - changed [`Size` parameter]({%slug loader-appearance%}#size) type from `LoaderSize` enum to `string`. The default value of `Size` is `ThemeConstants.Loader.Size.Medium`. There is a new static class `Telerik.Blazor.ThemeConstants.Loader.Size` with a predefined set of size properties.
277277
- **TextBox**, **MaskedTextBox**, **TextArea** - `Label` parameter is removed. In 3.2.0 release we will release standalone Floating Label component. In the meantime, you can use the following [KB that shows how to add the label]({%slug inputs-kb-floating-label %}).
278278
- **TileLayout** - introduced optional `Id` attribute for the `TileLayoutItem`. The `OnResize` event handler will receive argument of type `TileLayoutResizeEventArgs`. The `OnReorder` event handler will receive argument of type `TileLayoutReorderEventArgs`. Both event arguments will point to the tile item (`args.Id`) and define if the component should re-render after the event (`args.ShouldRender`).
279279

0 commit comments

Comments
 (0)