Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
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)
v4.5.3
What's New
ThemeColorExtensions
- new extension methods for your convenienceHxSidebar
- fine-tuning of #719HighlightOnActiveChild
styles are not applied when Sidebar is collapsedHxGrid
- Placeholder color fromHxPlaceholder.Defaults.Color
HxListLayout
- fine-tuning ofNamedViews
- documentation adjustments
- switched repo coding standard to
_underscorePrivateFields
(demos will follow) - source-link adjustments
New Contributors 💕
Full Changelog: v4.5.2...v4.5.3
v4.5.2
HxListLayout
- minorz-index
-related CSS adjustments
v4.5.1
What's Changed
HxSwitch
- fix #742 Classes form-check form-switch missing- includes structure adjustments for
HxCheckbox
- includes structure adjustments for
Full Changelog: v4.5.0...v4.5.1
v4.5.0
What's Changed
HxListLayout
-‼️ Named Views overhaul (HxNamedViewList
component removed, useNamedViews
parameter instead, see the demos for more details)HxListLayout
- built-in support for sticky-headerHxInputTags
- fixes and improvements (some also related toHxAutosuggest
)- #715
Cannot read properties of null (reading 'invokeMethodAsync')
when typing after closing the dropdown - #716
FocusAsync
fails when navigating from screen (Unable to focus an invalid element.) - #277 AddButton doesn't re-appear when using StaticSuggestions after onBlur
- #394 It is impossible to select another tag when input is focused
- #717 Dropdown does not reappear on click into already focused input when MinimumLength="0"
- #36 Unconfirmed tag gets added after On[Valid]Click handling of the form
- #585 Allow Enter key to confirm the tag
- #584 Stop propagation of Enter key event when selecting an item
- #715
HxGrid
fixes and improvementsHxInputNumber
- adjustments to normalization of values on pasteHxInputNumber
- fixed #646 Inconsistant handling of weird inputs ("15,81.549" => 1581.549 vs "1581,549" => 1581.5)HxCheckbox
- fixed #460 Checkbox inside input-group is misalignedHxSearchBox
- fixed #491 Discrepancy in placeholder implementation with floating labelsHxSidebar
- minor fixes #718 and #719- documentation improvements and fixes (e.g. using
IDemoDataService
instead ofCultureInfo
) - some more minor adjustments and fixes
New Contributors 💕
- @JoseTheChamp Josef Knotek
Full Changelog: v4.4.1...v4.5.0
v4.4.1
What's Changed
HxAccordion
fixed #685 Accordion collapses when it should stay openHxSidebar
fixed #710 Toggler is not visible when usingResponsiveBreakpoint.None
- bump dependencies
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
HxSidebar
-‼️ Toggler v2 by @crdoExpandIcon
andCollapseIcon
are now obsolete. UseTogglerTemplate
if you want to render an icon.
HxSidebar
- newHxSidebarItem.HighlightOnActiveChild
parameter (#687)HxSidebar
- support for tooltips (HxSidebarItem.TooltipText
) and hover display (in collapsed state)HxTooltip
&HxPopover
- fixed #706 ArgumentNullException: jsObjectReferenceHxAutosuggest
&HxSearchBox
- fixed #702 - dropdown sometimes not opened (selection with mouseleave outside input)
Full Changelog: v4.3.5...v4.4.0
v4.3.5
What's Changed
HxSearchBox
- fixed: clear button padding if there is delete icon by @vaclavekHxSearchBox
- fixed: top dropdown position not attached to inputHxInputBase
-net8
two-way input bindingHxValidationMessage
- fixed #676InvalidOperationException: More than one sibling of element...
- minor fixes and adjustments in documentation
New Contributors 💕
Full Changelog: v4.3.4...v4.3.5
v4.3.4
HxSearchBox
- fix #675 - Cannot read properties of null (reading 'removeEventListener') at Module.dispose
Full Changelog: v4.3.3...v4.3.4