Blazorise 新版本发表

Released: Jul 23, 2024

v1.6.0 中的更新

特性

  • Charts Component - Added new Zoom Plugin. Significantly enhances the interactivity and usability of charts:
    • Zoom In/Out: Users can now zoom into specific areas of the chart to get a closer look at the data points and trends.
    • Panning: The ability to pan around the chart ensures that users can easily navigate to different sections of the chart without losing their zoomed-in view.
    • Enhanced Data Exploration: These new interactive capabilities make it easier to analyze and interpret data, leading...

Released: Jun 4, 2024

v1.5.3 中的更新

特性

  • InputMask: Updated to latest 5.0.9-beta.67.
  • Cropper: Updated to 2.0.0-rc.
  • Optimized the use of JS Interop for Button.
  • Now shows licensing messages based on a license state.

修补程序

  • DataGrid: Fixed Localization FilterMethods.
  • DataGrid - Aggregate on specific column is not correctly moved with multiple groupings.
  • Auto Generate Columns conflict with dynamic columns.
  • DatePicker doesn't show error message.
  • DatePicker showing calendar at wrong position using Bootstrap 5.
  • DatePicker is setting the...

Released: Apr 22, 2024

v1.5.2 中的更新

特性

  • RichTextEdit Enhancement
    • The RichTextEdit component has been updated to leverage Quill JS 2.0. This upgrade provides improved performance and additional features for a better rich text editing experience.

修补程序

  • Tab navigation in DataGrid broken when BatchEdit=true.
  • RichTextEdit.SubmitOnEnter on longer working.
  • DatePicker/TimePicker validation still not working.
  • Datagrid border not visible when Fixed header.
  • Video: Fixed custom captions.

Released: Mar 27, 2024

v1.5.1 中的更新

特性

  • Updated template guide.
  • You can now allow Column Chooser button to be aligned horizontally.

修补程序

  • AntDesign Alert component seems to render differently with 1.5.
  • Richtext edit no longer works in 1.5.
  • Column Chooser should show without requiring the pager to be visible.
  • Fixed TransferList.
  • Blazorise BarItem NullReferenceException.
  • Bulma Accordion toggle is just a normal button.
  • DataGridColumn: Fix Displayable updating.
  • SignaturePad - fromUrl - Resizing image.
  • Selected Row does not change when...

Released: Mar 18, 2024

v1.5.0 中的更新

特性

  • Introduced new Blazorise Fluent 2 provider which adds new functionality to the native Fluent Design specifications:
    • Extended Theme Colors: Additional theme colors, such as 'secondary', 'success', and 'info', have been added.
    • Extra Sizes: Added more size options, offering greater control over the spacing and scaling of components.
    • Advanced Utilities: Integrating utilities for 'flex', 'grid', and 'typography' further empower developers to craft responsive and aesthetically pleasing layouts...

Released: Mar 13, 2024

v1.4.3 中的更新

修补程序

  • AntDesign SelectList calculatest wrong offset / size.
  • Null Reference Exception in Carousel when navigating away while carousel is animating.
  • IntervalBeforeClose does not work in NotificationService.
  • ModalProvider loses parameter reference when closing popup.
  • Only ResyncText if not Multiple.
  • DataGrid batch edit SOMETIMES saves if using tab in In cell mode.
  • DataGrid grouping example confusing.
  • Width and Height .Is66/.Is33 properties do not work for Bootstrap 5.

Released: Jan 29, 2024

v1.4.2 中的更新

修补程序

  • Blazorise TreeView control shows duplicate entries.
  • AutoComplete excepts when SelectedTexts is null or not bound and Backspace is pressed in an empty AutoComplete.
  • FilePicker dropdown is broken.
  • DataGrid Conflicting behavior between RowSelectable and DetailRowTrigger.
  • Autocomplete with multiple is not showing red outline | Adjust multiple validation.
  • Filterable="false" does not work on a DataGridColumn when DataGrid FilterMode="DataGridFilterMode.Menu".
  • fileEdit.js and filePicker.js - drop...

Released: Jan 16, 2024

v1.4.1 中的更新

修补程序

  • TimePicker default display value was Null (instead of an empty string).
  • content/Blazorise/inputmask.js?v=1.4.1.0 404 Not Found.
  • Ant Design Bar background does not work on side bar.
  • DataGridColumn is not figuring out the correct value type for numeric types.
  • Ant Design Datagrid page size selection doesn't show list.
  • Carousel: Back/Next buttons are a bit unresponsive.
  • AntDesign Carousel page on demo does not seem to render any images at all.

Released: Dec 8, 2023

v1.4.0 中的更新

特性

  • DatePicker input mask
    • Introduced new InputFormat parameter for the input mask. This feature lets developers define the input's format, ensuring consistency and data integrity.
  • DataGrid improvements
    • More filter modes
      • Changed the DataGridColumn FilterMethod to be a specialized and contextual enum named DataGridColumnFilterMethod that enables additional filtering capabilities for numeric and date columns.
        • LessThan.
        • LessThanOrEqual.
        • GreaterThan.
        • GreaterThanOrEqual.
    • Help labels
      • Introduced a new...

Released: Nov 15, 2023

v1.3.3 中的更新

特性

  • Added support for Microsoft .NET 8.

修补程序

  • DropdownToggle Outline attribute not working.
  • DataGridSelectColumn reworked internal setting.
  • Snackbar: Fixed position on mobile.
  • FieldLabel RequiredIndicator not shown in Tailwind.
  • ToggleIconVisible not working for DropdownToggle in Tailwind.
  • Slider values in HTML are based on culture.
  • ValidationError (message) within Addons not showing up.
  • DatePicker Validation not showing.
  • SignaturePad: Repeating images when used in mobile device dimensions...