Skip to content

Releases: ricaun-io/ricaun.Revit.Mvvm

1.1.0

19 Nov 03:38
d48edf6
Compare
Choose a tag to compare

Features

  • Add net6.0-windows support

Changed

  • Remove ObservableCollection, use System.Collections.ObjectModel.ObservableCollection instead.

1.0.5

26 Jul 17:59
7981dbb
Compare
Choose a tag to compare

Fixed

  • Add ObservableObject in AsyncRelayCommand to update IsExecuting

Changed

  • Change ExceptionHandler to IRelayCommand

1.0.4

26 Jul 15:03
9d7db95
Compare
Choose a tag to compare

Features

  • Add SetExceptionHandler in all IRelayCommand

Changed

  • Changed to net45
  • Changed App Icon
  • Changed RaiseCanExecuteChanged to private

Fixed

  • Fix RaiseCanExecuteChanged not trigger Exception

1.0.3

30 Jun 22:03
4057a1c
Compare
Choose a tag to compare

Added

• Add AsyncRelayCommand and AsyncRelayCommand{T}
• Add Task Extension

Fixed

• Fix RelayCommand{T} CanExecute

Full changelog at https://github.com/ricaun-io/ricaun.Revit.Mvvm/blob/master/CHANGELOG.md

1.0.2

20 Jun 20:57
8d00fe6
Compare
Choose a tag to compare

Updated

• Update/Fix RelayCommand{T} CanExecute

Full changelog at https://github.com/ricaun-io/ricaun.Revit.Mvvm/blob/master/CHANGELOG.md

1.0.1

07 Jun 00:56
b6bb11c
Compare
Choose a tag to compare

1.0.0

24 Mar 19:03
f0e00e8
Compare
Choose a tag to compare

Example

• Add Resource
• Add Panel/Button/Icon
• Add MainViewModel
• Add MainView
• Add MainModel

Added

• ObservableObject with INotifyPropertyChanged
• RelayCommand / RelayCommand(T)

Full changelog at https://github.com/ricaun-io/ricaun.Revit.Mvvm/blob/master/CHANGELOG.md