v1.2.0
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