Skip to content

Releases: havit/Havit.Blazor

v4.4.0

21 Dec 15:41
Compare
Choose a tag to compare

What's Changed

  • HxSidebar - ‼️ Toggler v2 by @crdo
    • ExpandIcon and CollapseIcon are now obsolete. Use TogglerTemplate if you want to render an icon.
  • HxSidebar - new HxSidebarItem.HighlightOnActiveChild parameter (#687)
  • HxSidebar - support for tooltips (HxSidebarItem.TooltipText) and hover display (in collapsed state)
  • HxTooltip & HxPopover - fixed #706 ArgumentNullException: jsObjectReference
  • HxAutosuggest & HxSearchBox - fixed #702 - dropdown sometimes not opened (selection with mouseleave outside input)

Full Changelog: v4.3.5...v4.4.0

v4.3.5

13 Dec 00:01
Compare
Choose a tag to compare

What's Changed

  • HxSearchBox - fixed: clear button padding if there is delete icon by @vaclavek
  • HxSearchBox - fixed: top dropdown position not attached to input
  • HxInputBase - net8 two-way input binding
  • HxValidationMessage - fixed #676 InvalidOperationException: 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

27 Nov 23:38
Compare
Choose a tag to compare
  • HxSearchBox - fix #675 - Cannot read properties of null (reading 'removeEventListener') at Module.dispose

Full Changelog: v4.3.3...v4.3.4

v4.3.3

27 Nov 11:27
Compare
Choose a tag to compare
  • fixes #674 TaskCanceledException - Error when switching pages with the new .Net8 application template (Dispose logic)
  • minor documentation fixes

v4.3.2

24 Nov 01:07
Compare
Choose a tag to compare
  • Inputs - fixed #668 Not binding to properties in net8's server-side rendering (SSR)
  • minor visual adjustments
  • doc Getting started updated

Full Changelog: v4.3.1...v4.3.2

v4.3.1

15 Nov 11:01
Compare
Choose a tag to compare
  • updated dependencies

v4.3.0

15 Nov 01:45
Compare
Choose a tag to compare

Full Changelog: v4.2.7...v4.3.0

v4.2.7

11 Nov 00:53
Compare
Choose a tag to compare
  • HxInputText - fixed #659 Generates chip for String.Empty value
  • HxMultiSelect - Italian resource for the component has a wrong name
  • HxInputTags - Disabled AddButton remains displayed with lower opacity (same as usual button)

Full Changelog: v4.2.6...v4.2.7

v4.2.6

07 Nov 14:44
Compare
Choose a tag to compare

What's Changed

  • HxMultiSelect - filtering and select-all - by @bholbrook in #617
  • HxDropdown - #600 toggles now have AutoClose parameter to control the closing behavior - by @TPIvan in #632
  • HxInputDate - new CalendarDisplayMonth parameter(s) to control initial month to be displayed - by @blanchardglen in #626
  • HxInputNumber - Normalize value (remove currency etc.) on paste
  • HxModal and HxOffcanvas - fixed #110 - disabled main scrolling on remove/close
  • HxInputDate - fixed #631 InvalidOperationException: JavaScript interop calls cannot be issued
  • HxSearchBox - fixed #572 - Initial suggestions disappear when the DataProvider response is quick - additional fix for no DefaultContentTemplate
  • HxInputDate - selects value on focus now (same as HxInputNumber)
  • HxSearchBox - fixed #644 Clear icon does not refresh data in typical usage scenarios
  • documentation fixes and improvements

💕 New & Returning Contributors

Full Changelog: v4.2.5...v4.2.6

v4.2.5

16 Oct 08:22
Compare
Choose a tag to compare
  • HxSearchBox - fixed #572 Initial suggestions disappear when the DataProvider response is quick

Full Changelog: v4.2.4...v4.2.5