Havit.Blazor

Free Bootstrap 5 components for ASP.NET Blazor + optional enterprise-level stack for Blazor development (gRPC code-first, layered architecture, localization, auth, ...)

MIT License

Stars
438
Committers
33

Bot releases are visible (Hide)

Havit.Blazor - v4.6.7 Latest Release

Published by hakenr 6 months ago

What's Changed

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.6...v4.6.7

Havit.Blazor - v4.6.6

Published by hakenr 6 months ago

What's Changed

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.5...v4.6.6

Havit.Blazor - v4.6.5

Published by hakenr 6 months ago

What's Changed

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.4...v4.6.5

Havit.Blazor - v4.6.4

Published by hakenr 6 months ago

What's Changed

New Contributors 💕

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.3...v4.6.4

Havit.Blazor - v4.6.3

Published by hakenr 6 months ago

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.2...v4.6.3

Havit.Blazor - v4.6.2

Published by hakenr 7 months ago

What's Changed

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.1...v4.6.2

Havit.Blazor - v4.6.1

Published by hakenr 7 months ago

What's Changed

  • HxSearchBox - new SearchIconPlacement parameter
  • HxInputDate - #773 allow using CalendarIcon together with input groups
  • HxMultiSelect - fixed #699 InputGroupStartTemplate and InputGroupEndTemplate inner button clicks don't function
  • minor adjustments

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.6.0...v4.6.1

Havit.Blazor - v4.6.0

Published by hakenr 7 months ago

  • Bootstrap v5.3.3 ‼️ - update your Bootstrap build if you use a custom one
  • HxBadge - updated to Bootstrap 5.3.3 - uses new .text-bg-{color} classes when TextColor not set
  • HxOffcanvas - fixed #753 Immediate Hide after Show leads to unexpected results
  • HxGrid - fixed #759 Inline editing - incorrect code sample in doc
  • dependencies updated
  • minor visual tuning of components

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.5.5...v4.6.0

Havit.Blazor - v4.5.5

Published by hakenr 9 months ago

Havit.Blazor - v4.5.4

Published by hakenr 9 months ago

  • HxMessenger - AddInformation, AddError and AddWarning extension methods preserve line endings in text #749
  • HxListLayout - close filter offcanvas before invoking FilterModelChanged callback (before reloading the data)
Havit.Blazor - v4.5.3

Published by hakenr 9 months ago

What's New

  • ThemeColorExtensions - new extension methods for your convenience
  • HxSidebar - fine-tuning of #719 HighlightOnActiveChild styles are not applied when Sidebar is collapsed
  • HxGrid - Placeholder color from HxPlaceholder.Defaults.Color
  • HxListLayout - fine-tuning of NamedViews
  • documentation adjustments
  • switched repo coding standard to _underscorePrivateFields (demos will follow)
  • source-link adjustments

New Contributors 💕

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.5.2...v4.5.3

Havit.Blazor - v4.5.2

Published by hakenr 9 months ago

Havit.Blazor - v4.5.1

Published by hakenr 9 months ago

What's Changed

  • HxSwitch - fix #742 Classes form-check form-switch missing

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.5.0...v4.5.1

Havit.Blazor - v4.5.0

Published by hakenr 9 months ago

What's Changed

  • HxListLayout - ‼️ Named Views overhaul (HxNamedViewList component removed, use NamedViews parameter instead, see the demos for more details)
  • HxListLayout - built-in support for sticky-header
  • HxInputTags - fixes and improvements (some also related to HxAutosuggest)
    • #715 Cannot read properties of null (reading 'invokeMethodAsync') when typing after closing the dropdown
    • #716 FocusAsync fails when navigating from screen (Unable to focus an invalid element.)
    • #277 AddButton doesn't re-appear when using StaticSuggestions after onBlur
    • #394 It is impossible to select another tag when input is focused
    • #717 Dropdown does not reappear on click into already focused input when MinimumLength="0"
    • #36 Unconfirmed tag gets added after On[Valid]Click handling of the form
    • #585 Allow Enter key to confirm the tag
    • #584 Stop propagation of Enter key event when selecting an item
  • HxGrid fixes and improvements
    • spacer element changed to <tr> in InfiniteScroll (virtualized) mode
    • #407 grid with multiselect can select checkbox when no data are on grid
    • #730 Plecaholder rendering performance optimization
    • #735 Corrupted in-progress rendering
  • HxInputNumber - adjustments to normalization of values on paste
  • HxInputNumber - fixed #646 Inconsistant handling of weird inputs ("15,81.549" => 1581.549 vs "1581,549" => 1581.5)
  • HxCheckbox - fixed #460 Checkbox inside input-group is misaligned
  • HxSearchBox - fixed #491 Discrepancy in placeholder implementation with floating labels
  • HxSidebar - minor fixes #718 and #719
  • documentation improvements and fixes (e.g. using IDemoDataService instead of CultureInfo)
  • some more minor adjustments and fixes

New Contributors 💕

  • @JoseTheChamp Josef Knotek

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.4.1...v4.5.0

Havit.Blazor - v4.4.1

Published by hakenr 10 months ago

What's Changed

  • HxAccordion fixed #685 Accordion collapses when it should stay open
  • HxSidebar fixed #710 Toggler is not visible when using ResponsiveBreakpoint.None
  • bump dependencies

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.4.0...v4.4.1

Havit.Blazor - v4.4.0

Published by hakenr 10 months ago

What's Changed

  • HxSidebar - ‼️ Toggler v2 by @crdo
    • ExpandIcon and CollapseIcon are now obsolete. Use TogglerTemplate if you want to render an icon.
  • HxSidebar - new HxSidebarItem.HighlightOnActiveChild parameter (#687)
  • HxSidebar - support for tooltips (HxSidebarItem.TooltipText) and hover display (in collapsed state)
  • HxTooltip & HxPopover - fixed #706 ArgumentNullException: jsObjectReference
  • HxAutosuggest & HxSearchBox - fixed #702 - dropdown sometimes not opened (selection with mouseleave outside input)

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.3.5...v4.4.0

Havit.Blazor - v4.3.5

Published by hakenr 10 months ago

What's Changed

  • HxSearchBox - fixed: clear button padding if there is delete icon by @vaclavek
  • HxSearchBox - fixed: top dropdown position not attached to input
  • HxInputBase - net8 two-way input binding
  • HxValidationMessage - fixed #676 InvalidOperationException: More than one sibling of element...
  • minor fixes and adjustments in documentation

New Contributors 💕

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.3.4...v4.3.5

Havit.Blazor - v4.3.4

Published by hakenr 11 months ago

  • HxSearchBox - fix #675 - Cannot read properties of null (reading 'removeEventListener') at Module.dispose

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.3.3...v4.3.4

Havit.Blazor - v4.3.3

Published by hakenr 11 months ago

  • fixes #674 TaskCanceledException - Error when switching pages with the new .Net8 application template (Dispose logic)
  • minor documentation fixes
Havit.Blazor - v4.3.2

Published by hakenr 11 months ago

  • Inputs - fixed #668 Not binding to properties in net8's server-side rendering (SSR)
  • minor visual adjustments
  • doc Getting started updated

Full Changelog: https://github.com/havit/Havit.Blazor/compare/v4.3.1...v4.3.2