What’s New in 2022 Volume 1: Blazor | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (215)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (915)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (147)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (628)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (592)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What’s New in 2022 Volume 1: Blazor

What’s New in 2022 Volume 1: Blazor

We are glad to inform you that our Essential Studio 2022 Volume 1 release is available now!

This blog will summarize the new features and components available in the Syncfusion Blazor platform for this 2022 Volume 1 release.

New Fluent theme

We have introduced the new Fluent theme for all our Blazor UI components. It has been developed based on the official Microsoft Fluent standard to handle styles, fonts, and icons. You can enjoy the Fluent theme in both light and dark variants.

Fluent Theme Support for Blazor Components

Note: For more details, check out the Fluent theme support in our Blazor DataGrid demo.

New Carousel component

The new Blazor Carousel component displays a series of featured images and videos with content, links, etc. This component is also known as a slide show, image slider, and animate slider. This is the most awaited and upvoted (90 votes) component in our Blazor feedback portal.

Blazor Carousel Component
Blazor Carousel Component

The typical uses of carousels include scrolling news headlines, featured articles on home pages, and image galleries. The control has various built-in features: animation, templates, RTL, persistence, accessibility, keyboard interaction, and responsiveness. You can easily control the slide transition interval, looping, autoplay, touch-swipe, and each UI element with the carousel items.

Note: Refer to the Blazor Carousel component demo and documentation for more details.

Blazor Signature Pad is now production-ready

In this 2022 Volume 1 release, the Blazor Signature Pad component is marked as production-ready after meeting industry standards.

Breaking changes

We made the following two breaking changes by considering the performance.

Blazor.Themes NuGet

Until the 19.4 version, we shipped the Syncfusion.Blazor.Themes package with the Syncfusion.Blazor.Core package. Mostly, the package was shipped with all our individual NuGet packages. From the 2022 Volume 1 release onward, you can install this themes package explicitly if you are going to use the styles from static assets. The themes package is not needed when referring to the styles from CDN or using only the data visualization components. So, you can save up to 30 MB while installing and publishing your app using CDN links.

Script isolation

Until the 19.4 version, the Syncfusion Blazor components are rendered with JavaScript isolation by default. That way, the components worked even if you didn’t refer to the scripts externally from the app-end. But, we’ve deprecated this feature. You should load the scripts externally from now on using the IgnoreScriptIsolation property. Loading scripts externally provides better performance than the JavaScript isolation approach.

For existing customers who still want to use the JavaScript isolation feature, please register the Syncfusion Blazor service with the following code.

builder.Services.AddSyncfusionBlazor(options => { options.IgnoreScriptIsolation = false; });

For more details, refer to the Reference scripts in the Blazor app documentation.

Note: We also removed all the obsolete APIs marked on or before the 2021 Volume 1 release.

Charts

Keyboard accessibility

This 2022 Volume 1 release has included one of the most anticipated features, keyboard accessibility, for our Blazor Charts component.

Note: For more details, check out the Example of Keyboard Navigation in the Blazor Charts Component demo.

Other enhancements

You can enjoy the following customizations to enhance the look and feel of the charts:

  • Title: Position the pie and doughnut charts’ title based on the chart radius.
  • Padding: Customize the space between the legend items.
  • Border: Apply borders to the chart types like area, spline area, step area, range area, and stacked area.

    Border Support for Blazor Area Charts
    Border Support for Blazor Area Charts
  • Tooltip: On top of an improved appearance,  you can add an animation effect to the tooltip for a smooth transition when moving from one point to another in a chart.

Word Processor

The new features in the Blazor Word Processor are as follows:

  • SVG support: Include SVG images in your Word documents.
  • Auto paragraph space: Set automatic spacing before and after a paragraph in a Word document.
  • Comments only: Restrict documents with a comments-only protection type.
  • Spell check: Improved performance of the server-side spell check library.
  • System.Text.Json: Newtonsoft.Json dependency was replaced with the System.Text.Json in the Syncfusion Blazor Word Processor NuGet package.

Scheduler

You can see ~3x improvement in performance during initial rendering and performing of CRUD operations in the Blazor WebAssembly Scheduler component.

In pursuit of better performance, we have added virtual scrolling support in the vertical timeline year view to instantly load a vast set of events when you scroll in the Blazor Scheduler component.

See the following table for an example.

ViewSubject19.4 version (in seconds)20.1 version (in seconds)
Timeline Year60 resources and 2K events without virtual scrolling.~23s~7s
Timeline Year

 

300 resources and 9K events with virtual scrolling.~35s

 

~9s

Gantt Chart

Like in the Scheduler component, you can also see a ~3x performance enhancement in the Blazor Gantt Chart component during the initial loading.

With virtualization:

 Server
 19.4 version20.1 version
Initial loading with 2.5K events~6s~.9s
Initial loading with 5K events~25s~1.5s

Without virtualization:

 Server
 19.4 version20.1 version
Initial loading with 2.5K events~14s~4s
Initial loading with 5K events~54s~13s

Also, the Blazor Gantt Chart component gains the following user-friendly features in this 2022 Volume 1 release:

  • Select multiple rows or cells using the mouse or touch-dragging interaction.
  • Easily scroll in the view using the ScrollIntoViewAsync method.
  • Scroll to the Gantt Chart’s timeline view and taskbar using the ScrollToTimelineAsync and ScrollToTaskbarAsync methods, respectively.

Diagram

Text node

We have introduced the new text node in the Blazor Diagram component. You can render this text node either programmatically or interactively using the symbol palette.

Refer to the following image.

Text Node in Blazor Diagram Component
Text Node in Blazor Diagram Component

Note: For more details, refer to the Example of Drawing Tools in Blazor Diagram Component.

Other features

The other updates in the Blazor Diagram component are as follows:

  • You can bring specified bounds into view and the center of the diagram viewport using the BringIntoView and BringIntoCenter methods, respectively.
  • Clear all nodes, connectors, and groups using the Clear method.
  • Fit the entire diagram into the current viewport using the FitToPage method.

DataGrid

The Blazor DataGrid component delivers the following features in this 2022 Volume 1 release.

Reactive aggregation support

This feature dynamically updates aggregate cells’ values without refreshing the entire grid. In batch editing mode, the aggregate values will be refreshed on saving every cell. The footer, group footer, and group caption aggregate values will also be refreshed.

Reactive Aggregation Support in Blazor DataGrid
Reactive Aggregation Support in Blazor DataGrid

PDF-exported grid cell customization

You can customize the PDF grid cell’s header and content text orientation, font color, the width of the header and content text, and so on while exporting the PDF document.

PDF-Exported Grid Cell Customization in Blazor
PDF: Exported Grid Cell Customization in Blazor

TreeGrid

Multiple selection

Select multiple rows or cells with the mouse or by touch interaction in the Blazor TreeGrid component.

Linear Gauge

Pointer animation

The Blazor Linear Gauge component’s pointers can now be animated, resulting in smooth transitions when the pointer value changes.

Pointer Animation in Blazor Linear Gauge
Pointer Animation in Blazor Linear Gauge

Map

Shape layer animation

Animate the shape layers in the Blazor Map component to experience smooth transitions when zooming and panning in the map area.

Layer Animation in Blazor Map
Layer Animation in Blazor Map

Conclusion

Thanks for reading! In this blog post, we have seen the new, valuable features and enhancements included in our Blazor components for the 2022 Volume 1. You can check out the list of all the features in our release notes and What’s New pages. Try out these stunning new features and leave your feedback in the comments section below!

If you are not yet a Syncfusion customer, try our 30-day free trial to check out these features.

If you have questions, you can reach us through our support forums, support portal, or feedback portal. As always, we are happy to assist you!

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed