• The .NET Framework 4.0 is no longer supported, instead the .NET Framework 4.7 is the new base framework for .NET 4.x.
• The WebDesigner class names have been changed, a search and replace of WebDesigner → WindowsClientWebDesigner is required for the conversion.
• The namespaces no longer contain a version number. All namespaces whose names would have started with "combit.ListLabel26" now start with "combit.Reporting". This makes the version changeover much easier in the future.
• The default for SupportedElementTypes for many data providers has been changed from SupportedElementTypes to SupportedElementTypes.Tables | SupportedE-lementTypes.Views, so that the Designer now also displays the views by default.
• Casing of the parameters in the RegisterRoutes method of the WindowsClient-WebDesignerConfig class adapted.
• DOM collections now no longer use CollectionBase, but Collection<T> as base class.
• MySqlDataProvider is now contained in a separate assembly and is no longer part of combit.ListLabel26.dll.