Skip to content

Commit 91a38e6

Browse files
authored
Merge branch 'master' into docs-builder
2 parents fbf9283 + bdcd99a commit 91a38e6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2068
-672
lines changed

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
* @telerik/blazor-docs-admins
2+
* @telerik/blazor-support
23
* @telerik/docs-reviewers

_config.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,22 @@ navigation:
4242
"accessibility":
4343
title: "Accessibility"
4444
position: 17
45+
"security":
46+
title: "Security"
47+
position: 18
4548
"*deployment":
4649
title: "Deployment"
47-
position: 18
50+
position: 19
4851
"upgrade":
4952
title: "Upgrade"
50-
position: 19
53+
position: 21
5154
"upgrade/breaking-changes":
5255
title: "Breaking Changes"
5356
"upgrade/rendering-changes":
5457
title: "Rendering Changes"
5558
"how-to":
5659
title: "How To"
57-
position: 20
60+
position: 23
5861
"getting-started/vs-integration":
5962
title: "Visual Studio Integration"
6063
position: 25
@@ -673,10 +676,10 @@ baseurl: /blazor-ui
673676
enable_blazorRepl: true
674677

675678
## Latest UI for Blazor version. Used in some articles
676-
uiForBlazorLatestVersion: "6.2.0"
679+
uiForBlazorLatestVersion: "7.0.0"
677680

678681
## Compatible theme version for CDN URLs
679-
themesVersion: "8.2.1"
682+
themesVersion: "9.1.0"
680683

681684
## Product
682685
product: "Telerik UI for Blazor"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
#note-validation
22
>note The Telerik Blazor validation tools provide a way to display different types of validation messages. The main benefit is consistent styling with all other Telerik Blazor components. The validation tools do not expose API or settings for specific validation logic. You should configure the desired standard or custom validation separately, and then use our UI components to display messages to the user.
33
#end
4+
5+
#note-telerik-role-in-validation
6+
> The Telerik components for Blazor do not perform the actual validation of the model. Validation is managed by the [`EditContext`](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.forms.editcontext). The role of the Telerik components is to call `EditContext` methods, subscribe to `EditContext` events, retrieve validation messages, and display them. If a validation scenario does not work as expected, check the behavior in a standard Blazor `<EditForm>` to verify if the issue is related to the Telerik components.
7+
#end

_contentTemplates/editor/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#app-must-sanitize-content
22

3-
The application must sanitize the content before passing it to the editor and, optionally, before saving it to its storage after obtaining it from the editor. It is up to the application to ensure there is no malicious content (such as input sanitization, XSS attack prevention and other security concerns).
3+
The application must sanitize the content before passing it to the Editor and, optionally, before saving it to its storage after obtaining it from the Editor. It is up to the application to ensure there is no malicious content (such as input sanitization, XSS attack prevention and other security concerns).
44

55
#end
66

common-features/data-binding/cloud-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to data bind Telerik Blazor components to cloud data services s
55
slug: common-features-data-binding-cloud
66
tags: telerik,blazor,binding,databinding,cloud
77
published: True
8-
position: 15
8+
position: 30
99
---
1010

1111
# Databinding to Cloud Services

0 commit comments

Comments
 (0)