Store
Articles December 13

NextSuite for Blazor 1.5.0

This update of Blazor components brings several new components and improvements across the whole suite.

Shared


  • Added Squircle in BorderShape enum. Component elements supporting this new shape will be drawn as supper-ellipse.

Accordion


  • Added CanDrag parameter to Accordion component. If set to true, a drag handle appear and component can be moved.
  • Added Order parameter. This parameter is equivalent to css property with same name. By dragging Accordion component inside any display: flex element, Order is set by the user.

Reordering

There is an article related to this feature at our documentation website.



Other


  • Added TValue type parameter added to TrackBar component. It allows specifying exact type for value:

<TrackBar @bind-Position="_position" TValue="double" Min="-10" Max="110" />

  • Fixed 🪲 Improved keyboard support for DatePicker.
  • Fixed 🪲 Problem with negative Min parameter of TrackBar.
  • Fixed 🪲 Problem with child content in Toggle component.

Online DEMO


Check online DEMO to see all the components in action. You can also read more on the product page.

Sample projects can be found here.



Release notes


Get release notes PDF with all changes for Blazor components up to date.