Skip to content

Releases: havit/Havit.Blazor

v4.0.3

29 Jun 12:29
Compare
Choose a tag to compare

What's Changed

New Contributors 💕

Full Changelog: v4.0.2...v4.0.3

v4.0.2

14 Jun 14:58
Compare
Choose a tag to compare

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 💕

Full Changelog: v4.0.1...v4.0.2

v4.0.1

06 Jun 09:21
Compare
Choose a tag to compare
  • HxNavbar - The Color parameter default value was changed from ThemeColor.Light to ThemeColor.None as it is now much likely you will use CssClass color utility classes to customize the navbar.
  • minor fixes in the documentation

Full Changelog: v4.0.0...v4.0.1

v4.0.0

05 Jun 23:35
Compare
Choose a tag to compare

🔥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, use ColorMode instead
    • UPDATE 4.0.1: The Color parameter default value was changed from ThemeColor.Light to ThemeColor.None as it is now much likely you will use CssClass color utility classes to customize the navbar.
  • HxGrid - obsolete parameter ContextMenu dropped, use HxContextMenuGridColumn 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

02 Jun 22:07
Compare
Choose a tag to compare

What's Changed

  • HxInputFileDropZone - Implement cascading Enabled pattern by @pollardpj in #540
  • HxModal - new Animated parameter to be able to remove fade animation
  • HxChipList - Support for Reset button
  • HxGrid - Support & sample for IQueryable in DataProvider
  • HxGrid - removed obsolete ContextMenu parameter (use HxContextMenuGridColumn instead)
  • dependencies updated

New Contributors

Full Changelog: v3.2.15...v3.3.0

v3.2.15

02 May 23:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.14...v3.2.15

v3.2.14

18 Apr 22:58
Compare
Choose a tag to compare

Full Changelog: v3.2.13...v3.2.14

v3.2.13

05 Apr 16:22
Compare
Choose a tag to compare
  • HxInputDate and HxInputDateRange - fixed #519 - Keyboard entry - navigating with TAB should go to next input, not the calendar
  • HxGrid - added tr.hx-grid-empty-data-row CSS class for EmptyDataTemplate row

Full Changelog: v3.2.12...v3.2.13

v3.2.12

28 Mar 22:56
Compare
Choose a tag to compare

What's Changed

  • Debouncer - new class to help you implement debounced actions
  • HxCheckboxList - fixed #508 - Default chip generation is unreasonable
  • HxSearchBox - 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

v3.2.11

24 Mar 08:30
Compare
Choose a tag to compare
  • HxGrid * fixed LoadMore navigation mode lifecycle (#512)