|
Posted
over 7 years
ago
by
admin
Today we have released Catel 5.4.0. As always, we recommend to update your apps and libraries to this new version as soon as possible. The new version can be retrieved via NuGet. Classes / members marked as obsolete #1124 Mark NullableValueConverter
... [More]
as obsolete since converter doesn’t have a target type, so this converter won’t work as expected NullableValueConverter Added/fixed (+) #1027 Allow configuration service to choose path format (+) #1157 Add DispatcherExtensions.BeginInvokeAsync for UWP (and other platforms) (+) #1168 Add ParallelHelper.ExecuteInParallelAsync (*) #1166 Nesting with ChildAwareModelBase now supports more than one layer (*) #1169 Improve FormattingConverter to allow more usages (*) #1170 Implement Path.GetApplicationDataDirectory to allow its usage on all… read more →
The post Released Catel 5.4.0 appeared first on Catel.
[Less]
|
|
Posted
over 7 years
ago
by
admin
In order to slim down the Catel solution, we have (re)moved some packages. You can read more about it in the announcement. As a result of that, we have unlisted legacy packages from the NuGet repository. This means: The packages are still available
... [More]
for restore (so if you use them, your code will continue to work) The packages are no longer visible when searching for Catel packages The following packages are / will be affected: Catel.Extensions.Controls (Replaced by Orc.Controls) Catel.Extensions.CSLA Catel.Extensions.Data Catel.Extensions.DynamicObjects (replaced by Orc.DynamicObjects) Catel.Extensions.FluentValidation (replaced by Orc.FluentValidation) Catel.Extensions.Interception Catel.Extensions.Memento (replaced by Orc.Memento) Catel.Extensions.Prism (replaced by Orc.Prism) Catel.Extensions.Prism5 (replaced by Orc.Prism) Catel.Extensions.Prism6 (replaced by Orc.Prism) Catel.Extensions.Wcf.Server Catel.MVC Catel.MVC5 And… read more →
The post Cleanup of NuGet packages appeared first on Catel.
[Less]
|
|
Posted
over 7 years
ago
by
admin
In order to slim down the Catel solution, we have (re)moved some packages. You can read more about it in the announcement. As a result of that, we have unlisted legacy packages from the NuGet repository. This means: The packages are still available
... [More]
for restore (so if you use them, your code will continue to work) The packages are no longer visible when searching for Catel packages The following packages are / will be affected: Catel.Extensions.Controls (Replaced by Orc.Controls) Catel.Extensions.CSLA Catel.Extensions.Data Catel.Extensions.DynamicObjects (replaced by Orc.DynamicObjects) Catel.Extensions.FluentValidation (replaced by Orc.FluentValidation) Catel.Extensions.Interception Catel.Extensions.Memento (replaced by Orc.Memento) Catel.Extensions.Prism (replaced by Orc.Prism) Catel.Extensions.Prism5 (replaced by Orc.Prism) Catel.Extensions.Prism6 (replaced by Orc.Prism) Catel.Extensions.Wcf.Server Catel.MVC Catel.MVC5 And… read more →
The post Cleanup of NuGet packages appeared first on Catel.
[Less]
|
|
Posted
almost 8 years
ago
by
admin
Today we have released Catel 5.3.0. As always, we recommend to update your apps and libraries to this new version as soon as possible. The new version can be retrieved via NuGet. Classes / members marked as obsolete #1124 Mark NullableValueConverter
... [More]
as obsolete since converter doesn’t have a target type, so this converter won’t work as expected NullableValueConverter Added/fixed (+) #333 CTL-271 Support generic lists in ServiceLocator (+) #1141 Add support for object instances in ObjectIdGenerator (+) #1158 Implement keyboard event subscriptions for UWP implementation of CommandManager (*) #1127 Use TypeCache instead of AppDomain.CurrentDomain in ServiceLocatorDependencyRegistrationManager implementation (*) #1143 UserControlLogic should dispose view models if they implement IDispose (*) #1144… read more →
The post Released Catel 5.3.0 appeared first on Catel.
[Less]
|
|
Posted
almost 8 years
ago
by
admin
Today we have released Catel 5.3.0. As always, we recommend to update your apps and libraries to this new version as soon as possible. The new version can be retrieved via NuGet. Classes / members marked as obsolete #1124 Mark NullableValueConverter
... [More]
as obsolete since converter doesn’t have a target type, so this converter won’t work as expected NullableValueConverter Added/fixed (+) #333 CTL-271 Support generic lists in ServiceLocator (+) #1141 Add support for object instances in ObjectIdGenerator (+) #1158 Implement keyboard event subscriptions for UWP implementation of CommandManager (*) #1127 Use TypeCache instead of AppDomain.CurrentDomain in ServiceLocatorDependencyRegistrationManager implementation (*) #1143 UserControlLogic should dispose view models if they implement IDispose (*) #1144… read more →
The post Released Catel 5.3.0 appeared first on Catel.
[Less]
|
|
Posted
almost 8 years
ago
by
admin
We are happy to announce that we have put Catel 5.3.0 into beta. This means the team thinks it’s code complete, and only bug fixes will be applied to the beta channel. Our recommendation is to try out the new beta as soon as possible, this is your
... [More]
time to provide feedback! You can download the beta via NuGet, just make sure to enable “Include prerelease” when checking for updates. Changes in Catel 5.3.0 so far: Classes / members marked as obsolete #1124 Mark NullableValueConverter as obsolete since converter doesn’t have a target type, so this converter won’t work as expected NullableValueConverter Added/fixed (+) #333 CTL-271 Support generic lists in… read more →
The post Released Catel 5.3.0 beta appeared first on Catel.
[Less]
|
|
Posted
almost 8 years
ago
by
admin
We are happy to announce that we have put Catel 5.3.0 into beta. This means the team thinks it’s code complete, and only bug fixes will be applied to the beta channel. Our recommendation is to try out the new beta as soon as possible, this is your
... [More]
time to provide feedback! You can download the beta via NuGet, just make sure to enable “Include prerelease” when checking for updates. Changes in Catel 5.3.0 so far: Classes / members marked as obsolete #1124 Mark NullableValueConverter as obsolete since converter doesn’t have a target type, so this converter won’t work as expected NullableValueConverter Added/fixed (+) #333 CTL-271 Support generic lists in… read more →
The post Released Catel 5.3.0 beta appeared first on Catel.
[Less]
|
|
Posted
about 8 years
ago
by
admin
Today we have released Catel 5.2.0, the second maintenance release of Catel 5.0 (released on July 26, 2017). The list below shows the most important changes. We also have a full list of changes. #147 Update project & item templates to Catel 5.x
... [More]
#1114 ChildAwareModelBase should revalidated when child validation changes #1115 Change ViewModelManager.UnregisterAllModels() so that it removes an unnecessary list of models #1075 ServiceLocator.ResolveTypes and ServiceLocator.ResolveAllTypes are confusing, therefore ResolveAllTypes (and all corresponding overloads) are renamed to ResolveMultipleTypes since it can resolve multiple types at once instead of all types of the same registration type #1028 Some global styles don’t work in DataWindow, work in Window #1108 IDataErrorInfo model… read more →
The post Released Catel 5.2.0 appeared first on Catel.
[Less]
|
|
Posted
about 8 years
ago
by
admin
Today we have released Catel 5.2.0, the second maintenance release of Catel 5.0 (released on July 26, 2017). The list below shows the most important changes. We also have a full list of changes. #147 Update project & item templates to Catel 5.x
... [More]
#1114 ChildAwareModelBase should revalidated when child validation changes #1115 Change ViewModelManager.UnregisterAllModels() so that it removes an unnecessary list of models #1075 ServiceLocator.ResolveTypes and ServiceLocator.ResolveAllTypes are confusing, therefore ResolveAllTypes (and all corresponding overloads) are renamed to ResolveMultipleTypes since it can resolve multiple types at once instead of all types of the same registration type #1028 Some global styles don’t work in DataWindow, work in Window #1108 IDataErrorInfo model… read more →
The post Released Catel 5.2.0 appeared first on Catel.
[Less]
|
|
Posted
over 8 years
ago
by
admin
Today we have released Catel 5.1.0, the first maintenance release of Catel 5.0 (released on July 26, 2017). The list below shows the most important changes. We also have a full list of changes. #1077 Add IViewModelLocator.IsCompatible and
... [More]
IViewLocator.IsCompatible to allow multiple views and/or views models to be compatible with multiple view models and/or views #1095 Add mode MixedBash to FastObservableCollection #1096 Add mode MixedConsolidate to FastObservableCollection #953 Cache ToString, ToUpper() and ToLower() calls #1017 Improve performance of ViewToViewModelMappingHelper #1068 Minimize allocations using ArrayShim #1070 TypeFactory.CreateInstanceWithParameters use the most specialized constructor #1083 Derived ChildAwareModelBase from ValidatableModelBase instead of ModelBase #1084 Add virtual validation methods to ValidatableModelBase #1085 Changed ValidatableModelBase.IsValidationSuspended to… read more →
The post Released Catel 5.1.0 appeared first on Catel.
[Less]
|