Skip to content

v1.5.0

Latest
Compare
Choose a tag to compare
@majorimi majorimi released this 27 Aug 12:45
· 16 commits to master since this release
61bf674

Minor version release

No breaking changes in this release!

New Components:

  • Majorsoft.Blazor.Components.Notifications: injectable INotificationService service to handle HTML5 Notifications and ServiceWorker Notifications and components that renders customizable Alert and Toast notification message elements.

Other:

  • Majorsoft.Blazor.Components.Inputs: MaxLength inputs added ShowRemainingChars property
  • Majorsoft.Blazor.Components.Loading: LoadingElement Overlay fixes, OnOverlayClicked event to use as Static overlay
  • Majorsoft.Blazor.Components.Toggle: ToggleSwitch and ToggleButton event handle fix
  • Majorsoft.Blazor.Components.Tabs: Tabs fixes:
    • Item not shown without TabsPanel event
    • CSS cleanups, no more duplicated classes in HTML
  • Majorsoft.Blazor.Components.Maps: GoogleMaps marker initialization fix
  • Majorsoft.Blazor.Components.PermaLink: component CSS cleanups, no more duplicated classes in HTML
  • Majorsoft.Blazor.Components.Collapse: component CSS cleanups, no more duplicated classes in HTML
  • Majorsoft.Blazor.Components.Modal: Modal dialog position fixes when not Centered
  • More XML comments in Nuget packages
  • Write more unit tests
  • Updated Demo app and redesign
  • Updated docs