Blazorise v1.1.x

Released: Sep 27, 2022

Updates in v1.1.x

v1.1.6

Updated Jan 17, 2023

Fixes

  • AntDesign : Autocomplete does not work at all.
  • EmptyTemplate is not rendered in DataGrid when data is empty.
  • Modals not closing when clicked on backdrop.
  • Autocomplete with empty SelectedValues.
  • Datagrid with many rows & DataGridMultiSelectColumn activated become slow when check pressed.

v1.1.5

Updated Dec 13, 2022

Features

  • Added the ability to implement delayed execution in 'BaseAfterRenderComponent'.
  • NumericPicker: You can now check for large number values.
  • Improved DragDrop component.
  • Datagrid: Introduced 'CancellationTokenSource' and corresponding cancellation option on filter changes.

Fixes

  • Negative VirtualizeCount for Datagrids.
  • Markdown and RichTextEdit: Invoke immediately if Rendered.
  • Datagrid virtualization with external source makes scrolling unstable.
  • Markdown image upload not working as expected in Blazor WASM.
  • Text Align on ant design not working.
  • Dropdown: use fixed strategy.
  • Autocomplete fixes // MinLength = 0.
  • Preselection of ListView-Element is not working.

v1.1.4

Updated Nov 24, 2022

Features

  • Updated Bootstrap Icons to 1.10.2.
  • Docs: Updated the JS modules list and added a version after the .js extension.

Fixes

  • DataGrid Pagination Size is not applied properly.
  • Bulma fix display none helper / Breakpoint (Responsive helper).
  • BarItem cascading disabled to BarDropdown bug.
  • Properly destroy DatePicker instance.
  • Dynamic tree with drag and drop.
  • "Empty" RichTextEdit.
  • Markdown Component Javascript Error.
  • NumericPicker ignores Value the first time it is created.
  • NumericPicker: Fix updating of min and max value.

v1.1.3

Updated Nov 8, 2022

Features

  • Added Microsoft .NET 7 support.
  • Added new Blazorise Templates - Quickly setup a Blazor project of your choice (Server or WebAssembly) with a default starting look.
  • Blazorise Specifications - Added a new subsection to the documentation named Specifications. The purpose of new pages is to describe in detail how the most complex components work and how they behave when supplied with different parameters. New pages for users will be a string reference point for components' behavior.

Fixes

  • FileEdit breaks files from 1.0.6 to 1.1.1.
  • DatePicker breaks on mobile.
  • FilePicker 1.1.2 dropzone Ignoring .msi Files.
  • Fix Debounce.
  • Corrected two dutch translation which made no sense.
  • Autocomplete - SelectedValueChanged fired automatically when typed in text equals the text in dropdown.
  • FilePicker documentation issue.
  • Memory leak in ThemeCache.
  • Create new Reference documentation.
  • Missing documentation of SortField of DataGridColumn.
  • BarDropdown should inherit BarItem Disabled parameter.

v1.1.2

Updated Oct 19, 2022

Features

  • Updated 1.1 to support Microsoft .NET 7 RC2.

Fixes

  • Select Component: Unable to change Value externally after setting it via Dropdown using Bulma (Firefox).
  • Error in ComponentDisposer after upgrade to 1.1.
  • Chart: fix update of aspectRatio.
  • Autocomplete bind-SelectedText with null/empty Strings.
  • FileEdit : fileEdit.js missing "open" function.
  • Docs : Datagrid add public methods for easy reference.
  • Carousel behavior.
  • Demo Fix Quick start Link.
  • Datagrid Virtualize header text overlaps row.
  • Autocomplete width problem inside Addon Body.
  • Autocomplete Component: InputField width isn't as wide as the displayed Displayed Field.

v1.1.1

Updated Sep 30, 2022

Fixes

  • CloseButton component not working.
  • FocusTrap is not working correctly when holding TAB button, the focus escapes outside the trap.
  • Modal scrollbar not working.
  • Fixed breaking changes in 1.1 for Autocomplete.

v1.1

Updated Sep 27, 2022

Features

  • Added Microsoft .NET 7 support.
  • Added new FocusTrap, Highlighter, FluentValidation, FilePicker, ModalProvider and LoadingIndicator components.
  • FileEdit performance improvements to WriteToStreamAsync and OpenReadStreamAsync APIs.
  • DataGrid improvements and new APIs.