Releases: havit/Havit.Blazor
Releases · havit/Havit.Blazor
v.1.1.68
- Input groups consolidation
- ⚠
InputGroupStart
andInputGroupEnd
renamed toInputGroupStartText
andInputGroupEndText
(renders as.input-group-text
) - ⚠
InputGroupStartTemplate
andInputGroupEndTemplate
now renders without.input-group-text
wrapper (to support buttons/dropdowns)
- ⚠
- ⚠ HxButton
Outlined
parameter renamed toOutline
to match Bootstrap naming
v1.1.67
- HxCarousel refactoring and cleanup
v1.1.65
v1.1.64
v1.1.63
- new
TagBackgroundColor
andTagTextColor
parameters for HxInputTags component - new
AddButtonText
parameter for HxInputTags component - added attribute splatting for HxBadge component
- visual tuning of HxInputTags component
- documentation improvements
v1.1.59
- new HxInputTags component
- new HxButtonToolbar component
- documentation improvements and updates
- minor fixes and tweaks
v1.1.56
v1.1.55
v1.1.54
- new HxCarousel component
HxDisplayLayout
component removed- new
CloseButtonIcon
parameter on HxModal allows using custom close icon - fixed static backdrop on HxModal
- fixed auto-closing of mutually exclusive HxOffcanvas
v1.1.49
- new
CalendarIcon
parameter for HxInputDate allows rendering an icon (project-wide default can be set withHxInputDate.Defaults.CalendarIcon
) - fixed interference between HxAnchorFragmentNavigation and OAuth authorization callbacks
- new
AutoClose
parameter for HxDropdown for customization of the auto-close behavior