IntegralUI for Blazor

Advanced UI Components


Details about each version released
Date Version Description
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