This release maintains minimal compatibility with the recent release of OnTopic Library 4.0.0. At this point, the OnTopic-Editor-WebForms should be considered obsolete, and is no longer supported by Ignia. Implementations should be upgrade to OnTopic-Editor-AspNetCore, which is a ground-up rewrite for ASP.NET Core 3.1.
Code Changes
- Moved to new
OnTopic-Editor-WebForms
repository (this release) - Introduced barebones
Host
project for testing
Breaking Changes
- The database schema for OnTopic 4.0.0 has changed, and must be updated from
OnTopic.Data.Sql.Database
- All instances of
AttributeDescriptor
in the database must be updated toConfigurableAttributeDescriptor
- The
TopicFactory.TypeLookupService
must be configured to use theWebFormsTopicLookupService
, so it's aware of theConfigurableAttributeTypeDescriptor
Important: The OnTopic 4.0.0 release contains many breaking changes. See the release notes for more information.