Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v4.13.0
What's Changed
HxInputNumber
- #1115 allow settingBindEvent.OnInput
(#545)HxEChart
- addedOnAxisPointerUpdated
#1109HxTabPanel
- #823 - eventcallbacks removed from disposal logic- updated dependencies
UI Blocks (Premium subscribers)
- new Swipeable tabs UI block
- minor adjustments
Full Changelog: v4.12.3...v4.13.0
v4.12.3
Minor fixes
- updated to Bootstrap 5.3.7
HxCalendar
- spacings cleanupHxModal
- custom icon fix #1080HxSwitch
- dark color var fix + unchecked state design adjustment
UI Blocks (Premium subscribers)
- new Transaction history block
- new My payment cards block
- new Notification center block
Full Changelog: v4.12.2...v4.12.3
v4.12.2
v4.12.1
v4.12.0
What's Changed
- Bootstrap 5.3.6 - new version
- Bootstrap Icons 1.13.1 - new version (new icons added!)
- minor internal adjustments
Full Changelog: v4.11.0...v4.12.0
v4.11.0
What's Changed
HxGrid
Ability to reset grid state when refreshing data (e.g. after new filter applied) - sorting #415HxInputDate
fix #1090 - Value selected from dropdown calendar not applied
Full Changelog: v4.0.10...v4.11.0
v4.10.0
What's Changed
HxInputDate
HxInputDateRange
#766 Automatic input conversions consolidation and enhacementsHxECharts
fix #1087 -net8
support
UI Blocks
- Side-by-side layout (w/
HxListLayout
) - new UI block
Full Changelog: v4.9.0...v4.0.10
v4.9.0
What's Changed
HxGrid
- #415 - Ability to reset grid state (position) when refreshing -grid.RefreshDataAsync(GridStateResetOptions.ResetPosition)
HxGrid
- removal of CTS disposal (#1075)HxInputDate
fixed #794 #793 - When selected date year is out of theMinDate
-MaxDate
, year is not displayed- German localization by @efinder2💕in #1083
HxListLayout
- optimized mobile layout #1077HxInputDate
HxInputDateRange
fixed #787 - Changing value causes two calls ofEditContext.OnFieldChanged
HxAutosuggest
fix - Submits form when ClearIcon clickedHxChipList
fix - Submits form when RemoveIcon clickedHxInputBase
#857FocusAsync
andInputElement
moved fromHxInputBase
to relevant descendants
New Contributors💕
Full Changelog: v4.8.2...v4.9.0
v4.8.2
What's Changed
HxInputTags
- demos, made it obvious what we're expecting by @Sire in #1067- Tulip HERON showcase by @Viliammm in #1071
HxDynamicElement
- fixed #1069 Causes re-rendering on every click, even if theOnClick
parameter is not setHxToast
- fixed #1068 Extra click needed when using the 'Direct toast rendering' Toggle3 example (bug in demo code)
New Contributors 💕
Full Changelog: v4.8.1...v4.8.2
v4.8.1
What's Changed
HxInputBase
- support for nested (composite) models in defaultGetChipRemoveAction
implementation #1062.AddHxMessenger(ServiceLifetime)
- new overload to allow custom lifetime setting forHxMessengerService
(eg. MAUI)HxSearchBox
- hiding the Clear button when disabledHxEChart
-net8.0
support (workaround for SDK bug)HxCalendar
- fix #1064 unwanted form submit
Full Changelog: v4.8.0...v4.8.1