Skip to content

Commit 2b00953

Browse files
authored
Merge branch 'hotfix/hotfix-v26.2.4' into SEO-187114-Blazor-Page-with-Redirect
2 parents 445df41 + 82f3310 commit 2b00953

Some content is hidden

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

50 files changed

+259
-78
lines changed

blazor-toc.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

blazor/Release-Notes/26.2.12.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for Blazor Weekly Nuget Release Release Notes
3+
description: Essential Studio for Blazor Weekly Nuget Release Release Notes
4+
platform: Blazor
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Blazor Release Notes
9+
10+
{% include release-info.html date="September 03, 2024" version="v26.2.12" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.12 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

blazor/Release-Notes/26.2.13.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for Blazor Weekly Nuget Release Release Notes
3+
description: Essential Studio for Blazor Weekly Nuget Release Release Notes
4+
platform: Blazor
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Blazor Release Notes
9+
10+
{% include release-info.html date="September 05, 2024" version="v26.2.13" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.13 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

blazor/Release-Notes/26.2.14.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Essential Studio for Blazor Weekly Nuget Release Release Notes
3+
description: Essential Studio for Blazor Weekly Nuget Release Release Notes
4+
platform: Blazor
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Blazor Release Notes
9+
10+
{% include release-info.html date="September 10, 2024" version="v26.2.14" %}
11+
12+
{% directory path: _includes/release-notes/v26.2.14 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}

blazor/accumulation-chart/chart-types/pie-doughnut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ When the mouse hovers over the pie/doughnut chart, the border appears by default
344344
![Hiding Blazor Pie Chart Border](../images/pie-dough-nut/Blazor-pie-chart-disable-border.png)
345345
{% previewsample "https://blazorplayground.syncfusion.com/embed/htVqCLWUzWZnpzJw?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
346346

347-
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap4) to know various features of accumulation charts and how it is used to represent numeric proportional data.
347+
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap5) to know various features of accumulation charts and how it is used to represent numeric proportional data.
348348

349349
## See also
350350

blazor/appbar/design.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following example depicts the code to provide spacing between the home and p
3030
</div>
3131
```
3232

33-
![Blazor AppBar with Spacer.](./images/blazor-appbar-spacer.png)
33+
![Blazor AppBar with spacer.](./images/blazor-appbar-spacer.png)
3434
{% previewsample "https://blazorplayground.syncfusion.com/embed/htLKWVizhrJGeHZk?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
3535

3636
## Separator
@@ -68,7 +68,7 @@ The following example depicts the code to provide a vertical line between a grou
6868
```
6969
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZrUWhizrrSDjGWv?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
7070

71-
![Blazor AppBar with Separator.](./images/blazor-appbar-separator.png)
71+
![Blazor AppBar with separator.](./images/blazor-appbar-separator.png)
7272

7373
## Media Query
7474

@@ -114,7 +114,7 @@ Media Query is used to adjusting the AppBar for different screen sizes. Resize t
114114
</style>
115115
```
116116

117-
![Blazor AppBar with Media Query.](./images/blazor-appbar-media-quary.png)
117+
![Blazor AppBar with media query.](./images/blazor-appbar-media-quary.png)
118118
{% previewsample "https://blazorplayground.syncfusion.com/embed/hDVUWBsJrBofaJVB?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
119119
## Designing AppBar with Menu
120120

@@ -173,7 +173,7 @@ Media Query is used to adjusting the AppBar for different screen sizes. Resize t
173173
</style>
174174
```
175175

176-
![Blazor AppBar with Menu.](./images/blazor-appbar-menu.png)
176+
![Blazor AppBar with menu.](./images/blazor-appbar-menu.png)
177177
{% previewsample "https://blazorplayground.syncfusion.com/embed/BXrgCrsfhVRDMsdT?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
178178

179179
## Designing AppBar with Buttons
@@ -209,7 +209,7 @@ Media Query is used to adjusting the AppBar for different screen sizes. Resize t
209209
</style>
210210
```
211211

212-
![Blazor AppBar with Buttons.](./images/blazor-appbar-buttons.png)
212+
![Blazor AppBar with buttons.](./images/blazor-appbar-buttons.png)
213213
{% previewsample "https://blazorplayground.syncfusion.com/embed/VDVgMBMTLrdehyCb?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
214214

215215
## Designing AppBar with SideBar
@@ -370,6 +370,6 @@ AppBar toggle button used to control the expand and collapse state of **SfSideba
370370
}
371371
</style>
372372
```
373-
![Blazor AppBar with SideBar.](./images/blazor-appbar-sidebar.png)
373+
![Designed AppBar with sidebar in Blazor.](./images/blazor-appbar-designed-sidebar.png)
374374

375375
{% previewsample "https://blazorplayground.syncfusion.com/embed/hDVKirMTrrRbKrNE?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}

blazor/bullet-chart/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This section briefly explains about how to include [Blazor Bullet Chart](https:/
2020

2121
## Create a new Blazor App in Visual Studio
2222

23-
You can create a **Blazor Server App** or **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0&pivots=windows) or the [Syncfusion Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio).
23+
You can create a **Blazor Server App** or **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0) or the [Syncfusion Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio).
2424

2525
## Install Syncfusion Blazor Bullet Chart NuGet in the App
2626

blazor/button/how-to/customize-button-appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ You can customize the appearance of the Button by using the Cascading Style Shee
3434

3535
{% previewsample "https://blazorplayground.syncfusion.com/embed/hZLKMBBBsmGcZMPJ?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
3636

37-
![Customizing Blazor Button Appearance](./../images/blazor-button-customization.png)
37+
![Customizing Blazor Button appearance.](./../images/blazor-button-customization.png)

blazor/button/how-to/set-the-disabled-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ The following example demonstrates Button in `Disabled` state.
3232

3333
{% previewsample "https://blazorplayground.syncfusion.com/embed/LNBqiBVhMGkwXmsI?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
3434

35-
![Disable State in Blazor Button](./../images/blazor-button-disable-state.png)
35+
![Disable state in Blazor Button.](./../images/blazor-button-disable-state.png)

0 commit comments

Comments
 (0)