Skip to content
This repository was archived by the owner on Sep 12, 2020. It is now read-only.

v0.3.0 Release

Choose a tag to compare

@lecode-official lecode-official released this 01 May 15:46
· 232 commits to master since this release
  • The reactive database context was removed from the framework, because it was deemed out of scope of the framework, the reactive database context is now a separate project on GitHub and NuGet
  • Removed the reactive configuration context, because reactive should not be used on such a low layer
  • Removed all references to ReactiveUI and instead implemented custom implementations of ReactiveProperty, ReactiveCommand, ReactiveCollection, and ReactiveDerivedCollection, also now view models should either directly implement IViewModel or derive from ViewModel, because ReactiveViewModel no longer exists
  • The dialog service now offers the possibility to use the file open dialog to select multiple files
  • Fixed the WPF window owner bug, where a parent window would be minimized, when a child window closes
  • Fixed some minor bugs and code smells