Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v4.6.17
v4.6.16
What's changed
HxToast
#893 Static server rendering (SSR) supportHxGrid
fix #883 - Using IQueryable + Formating String? Leads to ErroHxMultiSelect
fix #871 -System.InvalidOperationException: ElementReference has not been configured correctly.
HxInputDate
fix #859 - AddingonBlur
leads to double-clicking issue on popup calendar- minor documentation adjustments
- new
Havit.Blazor.TestApp
BWA for internal testing (will replaceBlazorAppTest
soon)
Full Changelog: v4.6.15...v4.6.16
v4.6.15
What's Changed
HxSetup.Defaults
New global defaults withLabelType
andInputSize
(with help of @mmonteagudo in #873)HxContextMenu
newPopperStrategy
parameter (#118)HxSearchBox
theHideDropdownAsync()
method is nowpublic
(#896)HxSearchBox
now updates initial suggestions when re-focused (#895)HxInputDate
fixed interpretation of empty input for non-nullable value types (#892)HxInputFile
newUploadHttpMethod
parameter to allow upload customization (#876)
New Contributors 💕
- @mmonteagudo made their first contribution in #873
Full Changelog: v4.6.14...v4.6.15
v4.6.14
What's Changed
HxInputTags
add top/bottom margins for tags by @rqx110 💕 in #881HxSidebarItem
newOnClick
event callback to support advanced customizationsHxGoogleTagManager
fixed #882 Initialization is called multiple times if multiple events are pushed- updated dependencies
Full Changelog: v4.6.13...v4.6.14
v4.6.13
What's Changed
HxDropdownItem
- newIcon
parameter by @vaclavek in #655HxGrid
- Internal implementation adjustments (Defer) #868HxAutosuggest
HxSearchBox
fix #866 Clickable area for reset input is too smallHxTreeView
fix #604 Collapse area smaller than expandHxSearchBox
fix - missing icon whenIconPlacement.Start
usedHxDropdown
-HxDropdownToggleElement
,HxDropdownToggleButton
- Allow customization of options passed to Bootstrap dropdown constructor from Blazor componentHxInputText
- fix #874 error with arrayHxInputDate
HxInputDateRange
- fix #877 Does not work completely withHxFormState
Full Changelog: v4.6.12...v4.6.13
v4.6.12
HxButton
- fixed #860 - Text is no longer centered by defaultHxSidebar
- #863 - Do not collapse parent item withHref
on click when expandedHxSidebar
- #864 - Clicking non-expandable node whenMultipleItemsExpansion
should collapse current node - exposed seams for custom solution
Full Changelog: v4.6.11...v4.6.12
v4.6.11
- New XXXL breakpoint for ultra-wide screens in HAVIT Bootstrap theme
HxButton
switched toinline-flexbox
with new CSS var--hx-button-gap
that handles spacing between content inside button.--hx-button-icon-text-spacer-width
is now obsolete addressing #482- Adjusted
component-active-color
andcomponent-active-bg
to use transparency (less visually aggresive) in HAVIT Bootstrap theme HxCalendar
- fixed broken dark-mode style #750
v4.6.10
What's Changed
HxGrid
- New progress indicator (#842)HxGrid
- HTML structure change‼️ - squashed thediv.table-container
withHxProgressIndicator
(you might need to adjust your CSS selectors)HxSearchBox
+HxAutosuggest
- Unified clear button color + add possibility to set icon colors via CSS vars (#383)HxInputText
+HxInputNumber
- newSelectOnFocus
parameter by @TPIvan (#852)HxGrid
- Placeholders now useItemCssClass
(#802)HxInputDate
-FocusAsync()
adjusted - opening dropdown (#791)HxProgressIndicator
- newCssClass
parameter- updated dependencies
- docs improvements
- minor visual adjustments
Full Changelog: v4.6.9...v4.6.10
v4.6.9
HxInputDate
+HxInputDateRange
- disabled virtual keyboard (fixed #827)- minor internal adjustments
v4.6.8
What's Changed
HxMessenger
- AddedHxMessengerServiceExtensions.Defaults.InformationCssClass
,WarningCssClass
andErrorCssClass
to allow easier customization of prefabricated messagesHxSiderbarItem
- support for navigation on expandable itemsHxTabPanel
- refactoring of tabs registration (inspired byQuickGrid
)HxButton
- adjustment of Tooltip behavior on mobile devices (#817)HxToast
- fixed #816 - crashes when using hight-contractColor
together withHeader
HxProgressBar
- fixed #813 - The progress bar is broken when the range differs from 0 to 100HxModal
- prevention of "locking" of the application because of remaining backdrop (thanx @CryptCat)- dropped
net7
support (net6
+net8
supported) - minor docs adjustments
Full Changelog: v4.6.7...v4.6.8