Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v1.6.1
HxDropdownToggleElement
- fixed missing Bootstrap dropdown instance creation (missingOnAfterRender
call)- doc - added basic Search capability
v1.6.0
HxDropdownToggleElement
- new component forHxDropdown
which allows creating dropdowns on other elements (div
,span
,a
, ...) than buttons (HxDropdownToggleButton
)HxDynamicElement
- new component which renders an element with the specified name, attributes and child-content- switched some CSS to
rgba()
color model to allow better customization
v1.5.0
v1.4.12
v1.4.11
v1.4.10
HxGrid
- displays skeleton UI while loading usingHxPlaceholder
sHxGrid
- newLoadingDataTemplate
parameter allows displaying custom content of the grid while it is loadingHxInputTags
- fixed #25 - when disabled allows removing tags, displays AddButtonHxPopover
andHxTooltip
- newSanitize
parameter to allow disabling of the HTML content sanitizationHxInputDate
,HxInputDateRange
andHxCalendar
have adjusted visual for disabled dates and weekends
v1.4.9
HxMessageBox
lifecycle fixed (bug #27)- doc adjustments (Floating labels,
HxValidationMessage
)
v1.4.8
v1.4.7
HxInputDate
- addedLabelType
support for floating labelsHxDropdown
- now tracks DOM state (fixed #19, credits to @tommi1hirvonen), exposesOnShown
andOnHidden
events and providesShowAsync()
andHideAsync()
methods
v1.4.6
DictionaryStaticDataStore
- synchronous API addedHxOffcanvas
- fixed missing divider (border) when backdrop is disabled- docs tweaks