Blazorise v1.6.1

Released: Aug 22, 2024

Mises à jour de v1.6.1

Correctifs

  • Fixed an issue where the FileEdit button text displayed the selected file name after selection. The fix was present only on Bootstrap 5, and the issue was fixed by changing the HTML structure of the FileEdit component. The button text now correctly displays the selected file name after selection.
  • Addressed the issue of disabling row clicks on the DataGrid's multi-selection checkbox. The solution involves using ClickStopPropagation to prevent click events from propagating when clicking near the checkbox. When the checkbox is actually clicked, the OnMultiSelectCheckClicked event is used to manually invoke HandleClick. To maintain the necessary functionality, a multiSelectPreventRowClick option was added to prevent triggering the DetailRow, while allowing other actions to continue as expected.
  • Resolved issues with Autocomplete when used alongside Cropper. The problem was that cropper events were not properly disposed of, leading to conflicts with input elements that were listening for + and - keys. We have reported the issue to the Cropper team, who then fixed it. The Blazorise was subsequently updated to incorporate this fix.
  • FileEdit button text shows selected file name after selection.
  • NullReferenceException thrown in BaseChart::LimitDataSets method.
  • headergroupcaption and displayable not working properly together.
  • TransferList binding to Items.
  • Cannot seem to disable the detail row click on the datagrid multi selection checkbox.
  • Autocomplete issues when Cropper is used.
  • Removed validator APIs that are not supported.