Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
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
v4.3.3
v4.3.2
v4.3.1
v4.3.0
net8.0
final releaseHxCalendar
- time provider by @blanchardglen in #605 💕HxAnchorFragmentNavigation
is now[Obsolete]
fornet8.0
as anchor-navigation is now supported by Blazor natively
Full Changelog: v4.2.7...v4.3.0
v4.2.7
HxInputText
- fixed #659 Generates chip for String.Empty valueHxMultiSelect
- Italian resource for the component has a wrong nameHxInputTags
- Disabled AddButton remains displayed with lower opacity (same as usual button)
Full Changelog: v4.2.6...v4.2.7
v4.2.6
What's Changed
HxMultiSelect
- filtering and select-all - by @bholbrook in #617HxDropdown
- #600 toggles now haveAutoClose
parameter to control the closing behavior - by @TPIvan in #632HxInputDate
- newCalendarDisplayMonth
parameter(s) to control initial month to be displayed - by @blanchardglen in #626HxInputNumber
- Normalize value (remove currency etc.) on pasteHxModal
andHxOffcanvas
- fixed #110 - disabled main scrolling on remove/closeHxInputDate
- fixed #631InvalidOperationException: JavaScript interop calls cannot be issued
HxSearchBox
- fixed #572 - Initial suggestions disappear when the DataProvider response is quick - additional fix for noDefaultContentTemplate
HxInputDate
- selects value on focus now (same asHxInputNumber
)HxSearchBox
- fixed #644 Clear icon does not refresh data in typical usage scenarios- documentation fixes and improvements
💕 New & Returning Contributors
- @bholbrook made their first contribution in #617
- @dependabot made their first contribution in #640 😎
- @blanchardglen and @TPIvan contributed again
Full Changelog: v4.2.5...v4.2.6
v4.2.5
HxSearchBox
- fixed #572 Initial suggestions disappear when theDataProvider
response is quick
Full Changelog: v4.2.4...v4.2.5