Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v4.7.9
What's Changed
HxModal
-onAfterRenderTasksQueue
forShowAsync
andHideAsync
(implementation alignment withHxOffcanvas
) in #1000- updated dependencies
- minor documentation updates
Full Changelog: v4.7.8...v4.7.9
v4.7.8
v4.7.7
What's Changed
HxListGroupItem
- betteronclick
event handling (no unnecessary re-rendering)HxProgressIndicator
- revertedisolation: isolate;
CSS rule as it turned out to be too restrictive
Blocks (Premium)
- Grid columns order and visibility - new block demonstrating customization of the grid by selecting and reordering columns
Full Changelog: v4.7.6...v4.7.7
v4.7.6
Hotfix release
HxSidebar
- fix #969 Icon highlighting does not apply when selecting an item- Isolation
isolate
toHxListLayout
with sticky headers andHxProgressIndicator
Full Changelog: v4.7.5...v4.7.6
v4.7.5
What's Changed
HxAutosuggest
- fixed #964 -ReferenceError: dropdown is not defined
- Showcase - added Showcase section to documentation
Blocks (Premium)
- Grid multi-selection customization - new block demonstrating optional multi-selection checkboxes
Full Changelog: v4.7.4...v4.7.5
v4.7.4
What's Changed
Blocks
- Grid drag-and-drop rows ordering - new UI block
Full Changelog: v4.7.3...v4.7.4
v4.7.3
What's Changed
HxInputDate
- fix #951 - Incorrect (doubled?) rendering of floating labels by @mmonteagudo 💕HxSidebar
- fix #954 - First level items with ExpandableContent are not visible if Sidebar is collapsedHxSidebar
- fixed animation glitch on subitems uncollapseHxGrid
- added data item identity explanation to documentationHxSidebar
- added double rendering alert to documentation
Blocks (for Premium subscribers)
- Drag-and-drop sortable list - new UI block
- Range slider input - implementation improved for better performance
Full Changelog: v4.7.2...v4.7.3
v4.7.2
What's Changed
HxGrid
- newPreserveSelection
parameter for multi-selecting rows (#576)- implementation was prioritized based on a request from our Premium sponsor 💕
HxGrid
- now allowsMultiSelectionEnabled
withInfiniteScroll
(virtualized) navigation (#950)HxSidebar
- responsive collapsing (#943)--hx-sidebar-width
default update from250px
to300px
to better fit average content requirements--hx-sidebar-background-color
default updated fromtransparent
tovar(--bs-body-bg)
for improved dark mode support- several other minor changes to rendering and CSS variables
HxMultiSelect
floating labels support by @mmonteagudo 💕 in #899HxSearchBox
fixed #941 whereEnabled="false"
was not working as expected- minor docs adjustments
Blocks
ECharts
Line chart & Bar chart - implementation improved to useResizeObserver
instead ofwindow.resize
event- MFA Code input - added support for the Paste operation, distributing pasted code across individual inputs
- new blocks are coming soon
Full Changelog: v4.7.1...v4.7.2
v4.7.1
v4.7.0
What's Changed
- .NET 9 support
- Full support for Static Web Assets middleware (static files fingerprinting)
- Dropped .NET 6 support - only .NET 8 and .NET 9 are currently supported
- Introducing new Premium sponsorship - includes access to UI Blocks, priority support, showcase project, and more ($19/mo)
- Documentation updates - new landing page and major overhaul of the Getting Started instructions
- Scoped CSS integration - all CSS (except for your chosen Bootstrap CSS) is now integrated into a scoped CSS bundle. You can remove the link to
defaults.css
from the page<head>
; the current file is empty. HxGrid
- Added support for applying attributes on<tr>
with newItemRowAdditionalAttributes[Selector]
parameters (#923 by @TPIvan 💕)HxCheckbox
HxSwitch
- chip rendering adjusted to use (Label: Text) when bothLabel
andText
are setHxMessageBox
- New customization options withMessageBoxRequest.Settings
, including easier customization of button labels- Some classes have moved from
Havit.Blazor.Components.Web
toHavit.Blazor.Components.Web.Bootstrap
; your application may need adjustments.
- Some classes have moved from
- gRPC extensions - now support type discovery from multiple assemblies (#926 from @vaclavek)
- Documentation migration - moved to Blazor Web App project setup
- Performance optimizations
Full Changelog: v4.6.20...v4.7.0