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

Releases: klemmchr/MvvmBlazor

v6.0.6

11 Jun 20:06
7115907
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.5...v6.0.6

v6.0.5

04 Jun 14:32
035410d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.4...v6.0.5

v6.0.4

01 May 16:26
7835839
Compare
Choose a tag to compare

What's Changed

  • Add CallMemberPropertyName to OnPropertyChanged in view model by @klemmchr in #103

Full Changelog: v6.0.3...v6.0.4

v6.0.3

05 Mar 18:20
851b783
Compare
Choose a tag to compare

What's Changed

  • Invoke base lifecycle methods in component by @klemmchr in #84

Full Changelog: v6.0.2...v6.0.3

v6.0.2

04 Mar 22:57
3c38138
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

03 Mar 20:59
7f0def3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

01 Mar 21:50
87c5a6a
Compare
Choose a tag to compare

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

v2.0.0

22 Feb 22:31
c09c826
Compare
Choose a tag to compare
  • Upgrade to .NET 5.0
  • Unsealed lifecycle methods on MvvmComponentBase<T> #50
  • Added support for IAsyncDisposable in MvvmComponentBase #44

v1.1.7

05 Dec 23:00
26f4e05
Compare
Choose a tag to compare
Enable source link (#42)

* include source link

* Fix wrong url

* Added deterministic builds

v1.1.6

20 Sep 01:00
1ed702f
Compare
Choose a tag to compare
added event invoker (#37)