Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v4.6.7
What's Changed
HxOffcanvas
- newOnHiding
event-callback which allows you toCancel
the closing of the offcanvasHxDropdownToggleElement
&HxDropdownToggleButton
- newOnHiding
event-callback which allows you toCancel
the hiding of the dropdownHxDropdownToggleButton
- support forDropdownReference
parameter updatesHxModal
- minor adjustments ofOnHiding
lifecycle
Full Changelog: v4.6.6...v4.6.7
v4.6.6
What's Changed
HxCard
- newImageCssClass
parameterHxDropdownToggleElement
- support forDropdownReference
changes- minor doc updates
Full Changelog: v4.6.5...v4.6.6
v4.6.5
What's Changed
HxGrid
Support for custom pagination by @EnchantedCoder in #795HxTabPanel
fixed #796 WhenInitialActiveTabId
not set, first tab should be default
Full Changelog: v4.6.4...v4.6.5
v4.6.4
What's Changed
HxAlert
- Added attribute splatting (fixes #780 possibility to set color of the dismiss button)- fixed #791 - FocusAsync() not working for indirect input-components
- Bump NuGet packages by @EnchantedCoder in #792
New Contributors 💕
- @EnchantedCoder made their first contribution in #792
Full Changelog: v4.6.3...v4.6.4
v4.6.3
HxInputDate
- fixedFocusAsync()
not workingHxInputDateRange
- fixedFocusAsync()
not workingHxOffcanvas
- workaround for #110 Scrolling not working when offcanvas is removed
Full Changelog: v4.6.2...v4.6.3
v4.6.2
What's Changed
HxInputDateRange
-CalendarIcon
supportHxInputTags
- fixed: chip removal returns null instead of empty list
Full Changelog: v4.6.1...v4.6.2
v4.6.1
What's Changed
- HxSearchBox - new
SearchIconPlacement
parameter - HxInputDate - #773 allow using
CalendarIcon
together with input groups - HxMultiSelect - fixed #699
InputGroupStartTemplate
andInputGroupEndTemplate
inner button clicks don't function - minor adjustments
Full Changelog: v4.6.0...v4.6.1
v4.6.0
- Bootstrap v5.3.3
‼️ - update your Bootstrap build if you use a custom one - HxBadge - updated to Bootstrap 5.3.3 - uses new
.text-bg-{color}
classes whenTextColor
not set - HxOffcanvas - fixed #753 Immediate Hide after Show leads to unexpected results
- HxGrid - fixed #759 Inline editing - incorrect code sample in doc
- dependencies updated
- minor visual tuning of components
Full Changelog: v4.5.5...v4.6.0
v4.5.5
HxAnchorFragmentNavigation
- removed the[Obsolete]
attribute for now (still useful for some scenarios in net8)
v4.5.4
HxMessenger
-AddInformation
,AddError
andAddWarning
extension methods preserve line endings in text #749HxListLayout
- close filter offcanvas before invokingFilterModelChanged
callback (before reloading the data)