Skip to content

v1.2.0

Compare
Choose a tag to compare
@majorimi majorimi released this 05 Jan 17:37
· 344 commits to master since this release
0ce1062

Minor version release with BREAKING changes

Breaking changes:

This release has breaking changes! Namespace names were consolidated with Nuget package names. All namespaces must be updated (prefix) with Majorsoft. e.g.: @using Majorsoft.Blazor.Components.Common.Loading. That's it!
Please update your code accordingly.

New Components

  • Majorsoft.Blazor.Components.Collapse

New features

  • Majorsoft.Blazor.Components.Common.Loading new component LoadingElement

Other:

  • All non async public methods are marked as Obsolete in Timer, Loading packages. At some point it will be removed!
  • JS Interop issue fixes
  • More XML comments in Nuget packages
  • Write more unit tests
  • Updated Demo app
  • Updated docs