MvvmForms 2.1.6-Beta4
See the version list below for details.
dotnet add package MvvmForms --version 2.1.6-Beta4
NuGet\Install-Package MvvmForms -Version 2.1.6-Beta4
<PackageReference Include="MvvmForms" Version="2.1.6-Beta4" />
<PackageVersion Include="MvvmForms" Version="2.1.6-Beta4" />
<PackageReference Include="MvvmForms" />
paket add MvvmForms --version 2.1.6-Beta4
#r "nuget: MvvmForms, 2.1.6-Beta4"
#addin nuget:?package=MvvmForms&version=2.1.6-Beta4&prerelease
#tool nuget:?package=MvvmForms&version=2.1.6-Beta4&prerelease
MvvmForms is Dual License. For Open Source Projects under GPL, for evaluation purposes, for personal, non-commercial purpose, for academic purpose it's free. For propriety, commercial projects it is also free, but without any support or guarantees. For a supported version, please contact mvvmforms@activedevelop.de for information how to obtain per-developer licenses with included support options.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- MvvmFormsBase (>= 2.1.6-Beta)
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.3.5-Beta | 11,202 | 4/25/2018 | |
2.3.4-Beta | 2,205 | 3/15/2018 | |
2.3.3-Beta | 825 | 3/7/2018 | |
2.3.2-Beta | 1,479 | 11/22/2017 | |
2.3.1-Beta | 1,131 | 11/8/2017 | |
2.3.0-Beta | 837 | 11/8/2017 | |
2.2.0-Beta | 2,550 | 6/30/2017 | |
2.2.0-Alpha2 | 886 | 6/27/2017 | |
2.2.0-Alpha | 885 | 6/20/2017 | |
2.1.7-Beta3 | 2,379 | 1/19/2017 | |
2.1.7-Beta2 | 885 | 1/18/2017 | |
2.1.7-Beta | 883 | 1/18/2017 | |
2.1.6-Beta7 | 1,184 | 11/14/2016 | |
2.1.6-Beta6 | 911 | 11/12/2016 | |
2.1.6-Beta5 | 1,158 | 9/28/2016 | |
2.1.6-Beta4 | 1,083 | 9/8/2016 | |
2.1.6-Beta3 | 983 | 9/1/2016 | |
2.1.6-Beta2 | 953 | 8/25/2016 | |
2.1.6-Beta | 890 | 8/23/2016 | |
2.1.5-Beta | 1,122 | 7/23/2016 | |
2.1.4-Beta | 2,163 | 5/11/2016 | |
2.1.3-Beta | 1,222 | 4/26/2016 | |
2.1.2-Beta | 2,093 | 2/2/2016 | |
2.1.2-Alpha | 946 | 1/29/2016 | |
2.1.1-Beta | 1,988 | 10/10/2015 | |
2.1.0-Beta | 1,054 | 9/27/2015 | |
2.0.31-Beta | 1,009 | 9/3/2015 | |
2.0.29-Beta | 930 | 8/11/2015 | |
2.0.28-Beta | 982 | 7/15/2015 | |
2.0.25-Beta | 990 | 6/16/2015 | |
2.0.24-Beta | 969 | 6/15/2015 | |
2.0.23-Beta | 963 | 6/13/2015 | |
2.0.22-Beta | 939 | 6/10/2015 | |
2.0.21-Beta | 946 | 6/8/2015 | |
2.0.20-Beta | 1,201 | 6/2/2015 | |
2.0.19-Beta | 949 | 5/25/2015 | |
2.0.18-Beta | 947 | 5/25/2015 |
New in V2.1.6 B4:
* Minor Bugfixes in Calculator control via Keyboard.
* New NullableOptionButton control to include a RadioButton style control into the standard Nullable Control infrastructure
* Prevent input of letter characters in NullableNumValue when AllowFormular Property is set to false. Bugfixed here in B3.
* Prevent input of letter characters in NullableDateValue Fields. Bugfixed here in B3.
* Introduced ImitateTabByPageKeys Property for NullableValue Controls and the CommandButton control, so users can jump through fields with PageUp/PageDown in addition to Tab and Shift+Tab.
(These scenario is important for keyboard centric apps where users work heavily with the 10-key-pad).
* Bugfixed problems with formatting of Date values in NullableValueDate with EN-Locale
* Bugfixed problems with Drop Down Calculator for NullableValue Control in some MvvmBinding Scenarios.
--> Control On/Off with DropDownCalculatorMode Property
--> Control Trigger with DropDownCalculatorTrigger Property.
* Introduced more Options for Activating the Calculator at runtime for different scenarios.
* Minor internal changes and adjustments.
* Upgraded dependency to MvvmFormsBase to be at least 2.1.6.
* B3: Fixed focus-bug in NullableValueComboBox (with BindingMode LostFocus)
* B3: Implemented ImitateTabByPageKeys in NullableValueComboBox.
* Calculator will be closed on 2nd “=” keystroke.