Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
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
v4.6.7
What's Changed
HxOffcanvas
- newOnHiding
event-callback which allows you toCancel
the closing of the offcanvasHxDropdownToggleElement
&HxDropdownToggleButton
- newOnHiding
event-callback which allows you toCancel
the hiding of the dropdownHxDropdownToggleButton
- support forDropdownReference
parameter updatesHxModal
- minor adjustments ofOnHiding
lifecycle
Full Changelog: v4.6.6...v4.6.7
v4.6.6
What's Changed
HxCard
- newImageCssClass
parameterHxDropdownToggleElement
- support forDropdownReference
changes- minor doc updates
Full Changelog: v4.6.5...v4.6.6
v4.6.5
What's Changed
HxGrid
Support for custom pagination by @EnchantedCoder in #795HxTabPanel
fixed #796 WhenInitialActiveTabId
not set, first tab should be default
Full Changelog: v4.6.4...v4.6.5
v4.6.4
What's Changed
HxAlert
- Added attribute splatting (fixes #780 possibility to set color of the dismiss button)- fixed #791 - FocusAsync() not working for indirect input-components
- Bump NuGet packages by @EnchantedCoder in #792
New Contributors 💕
- @EnchantedCoder made their first contribution in #792
Full Changelog: v4.6.3...v4.6.4
v4.6.3
HxInputDate
- fixedFocusAsync()
not workingHxInputDateRange
- fixedFocusAsync()
not workingHxOffcanvas
- workaround for #110 Scrolling not working when offcanvas is removed
Full Changelog: v4.6.2...v4.6.3
v4.6.2
What's Changed
HxInputDateRange
-CalendarIcon
supportHxInputTags
- fixed: chip removal returns null instead of empty list
Full Changelog: v4.6.1...v4.6.2