IntegralUI for Blazor

Advanced UI Components


Details about each version released
Date Version Description
November 19, 2024 24.3 NEW: New Components:
NEW: Grid - Displays tabular data sets with advanced Editing, Grouping, Pagination, Filtering, Sorting and more
NEW: Pager - Allows you to divide the content in multiple views
NEW: Panel - Generic container with option for content alignment
NEW: Validator - Displays a notification message when data is invalid
NEW: Optimized layout update for List, ListBox and TreeView components
NEW: Editor components now have IsValid property that when false applies a red outline
NEW: ListView component allows column definitions in Razor and also optionally with data binding
NEW: In List compoment when MaxVisibleItems property is greater than 0, the max scroll size is now correctly adjusted
NEW: Select component now includes MouseWheelSpeed property that changes the scrolling speed of dropdown list
NEW: Animation of dropdown window in Select is now correctly applied from AllowAnimation property
NEW: A new class is added for tooltip that enwraps the displayed content
NEW: New CSS properties for TreeView to enable text trimming

FIX: Fixed the issue that caused incorrect values to appear in custom item template when scrolling
FIX: Fixed the update issue caused by setting dynamic key for menu items when Id is not present
FIX: Fixed the firing of MenuClick event to occur after Checked property changes
FIX: Other minor bug fixes
August 20, 2024 24.2 NEW: New Components:
NEW: Calendar - Enables the user to select a date using a visual monthly calendar display
NEW: DatePicker - Allows the user to select a date by using a drop-down calendar
NEW: List - Displays a simple list of items
NEW: ProgressBar - Visualize the progression of an operation
NEW: Rating - Visualizes ratings
NEW: Slider - Allows changes to a numeric value within a range of defined minimum and maximum values
NEW: Optimized layout update for List, ListBox and TreeView components
NEW: ListView component allows column definitions in Razor and also optionally with data binding
NEW: Option to create deep copies of items in List, ListBox, ListView and TreeView
NEW: Card component now includes an event fired when Flipped property changes

FIX: Fixed the issue with update of CheckBox value in TreeView for parent-child items
FIX: DragDrop between two components now works correctly when one component is empty
FIX: Selection is now cleared on drag and drop between components
FIX: Fixed the drag and drop issue that caused item to appear as duplicate in the tree hierarchy, when moved from one parent to another
FIX: With AllowDrop set to false in TreeView, when item with children is dragged outside of component space is now collapsed
FIX: Pressing ESCAPE to cancel drag and drop closes the drag window in source and target components
FIX: Drag Drop Icon change to NO DROP when drag and drop is cancelled is now fixed
FIX: Fixed the issues that caused drag and drop to slow down when items in TreeView have check boxes with three state values
FIX: Fixed the issues with update of check box value in parent-child items during drag and drop in TreeView
FIX: Fixed the issue that caused duplicates during multi drag and drop in TreeView when parent/child items are dragged
FIX: Other minor bug fixes
June 18, 2024 24.1 Initial release