Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v4.0.3
What's Changed
HxModal
NewOnHiding
callback with ability to cancel the hiding by @CryptKat in #533HxContextMenuItem
newHref
parameter by @TPIvan in #560- Italian localization by @leonardopugliese
New Contributors 💕
- @CryptKat made their first contribution in #533
- @leonardopugliese made their first contribution in #555
Full Changelog: v4.0.2...v4.0.3
v4.0.2
What's Changed
HxSearchBox
fixed:InputCssClass
is not applied to the input when set- Added Italian localization by @leonardopugliese in #555
- minor CSS adjustments for mobile views
New Contributors 💕
- @alexax578 made their first contribution in #557
- @leonardopugliese made their first contribution in #555
Full Changelog: v4.0.1...v4.0.2
v4.0.1
v4.0.0
🔥Highlights
🆕What's new
- HxNav - new
Variant="NavVariant.Underline"
- Dark color mode support for all our components
- Color mode switcher in documentation
- many minor adjustments
⚠️ Breaking changes
- HxNavbar - removed the
ColorScheme
parameter, useColorMode
instead- UPDATE 4.0.1: The
Color
parameter default value was changed fromThemeColor.Light
toThemeColor.None
as it is now much likely you will useCssClass
color utility classes to customize the navbar.
- UPDATE 4.0.1: The
- HxGrid - obsolete parameter
ContextMenu
dropped, useHxContextMenuGridColumn
instead - HxInputCheckbox - obsolete component dropped, use
HxCheckbox
instead - HxInputSwitch - obsolete component dropped, use
HxSwitch
instead
Full Changelog: v3.3.0...v4.0.0
v3.3.0
What's Changed
HxInputFileDropZone
- Implement cascadingEnabled
pattern by @pollardpj in #540HxModal
- newAnimated
parameter to be able to remove fade animationHxChipList
- Support for Reset buttonHxGrid
- Support & sample forIQueryable
inDataProvider
HxGrid
- removed obsoleteContextMenu
parameter (useHxContextMenuGridColumn
instead)- dependencies updated
New Contributors
- @pollardpj made their first contribution in #540 💕
Full Changelog: v3.2.15...v3.3.0
v3.2.15
What's Changed
HxCheckbox
fixed #527 - Different color between.form-label
and.form-check-label
in same Form (Havit.Blazor theme)HxInputDate
fixed #526 -CalendarIcon
showspointer
cursor when input is disabledHxInputFileDropZone
implementation adjustment by @TPIvan in #528
New Contributors
Full Changelog: v3.2.14...v3.2.15
v3.2.14
HxInputDateRange
HxCheckboxList
- fixed #520 The main label missing .form-label class
Full Changelog: v3.2.13...v3.2.14
v3.2.13
HxInputDate
andHxInputDateRange
- fixed #519 - Keyboard entry - navigating with TAB should go to next input, not the calendarHxGrid
- addedtr.hx-grid-empty-data-row
CSS class forEmptyDataTemplate
row
Full Changelog: v3.2.12...v3.2.13
v3.2.12
What's Changed
Debouncer
- new class to help you implement debounced actionsHxCheckboxList
- fixed #508 - Default chip generation is unreasonableHxSearchBox
- fixed #487 - Search icon misaligned when used with label (+ more minor fixes)- [gRPC] Support for get-only properties (not anotating them for protobuf serialization)
Full Changelog: v3.2.11...v3.2.12