Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

v6.0.0

Compare
Choose a tag to compare
@klemmchr klemmchr released this 01 Mar 21:50
· 24 commits to master since this release
87c5a6a

Starting with this release the version will be aligned with the version of .NET

This library now is shipped in three parts:

  • MvvmBlazor: The main package
  • MvvmBlazor.Core: The core functionality for this library
  • MvvmBlazor.CodeGenerators: Code generators supporting the workflow

MvvmBlazor will reference the other two packages. If you don't want to use source generators you can opt-out by just installing the core package.

What's Changed

  • Add component generator by @klemmchr in #63: Generate your own base component for advanced scenarios
  • Upgrade to .NET 6 by @klemmchr in #64
  • Viewmodel dispose not invoked by @klemmchr in #66
  • Implement generator for INotifyPropertyChanged by @klemmchr in #69: auto generate view model properties
  • Add type converter support for parameters by @klemmchr in #70: use type converters for parameters
  • Create core package by @klemmchr in #72

Full Changelog: v2.0.0...v6.0.0