Skip to content

v30.0.0.0 - Xperience update and Q&A tagging

Compare
Choose a tag to compare
@seangwright seangwright released this 08 Jan 00:12
· 2 commits to main since this release
7c260ca

Description

This update removes several old content modeling features that have slowly been replaced with new features native to Xperience by migrating the underlying content using the Expand and Contract approach.

  • Update to Xperience v30.0.0
  • Update NuGet and npm packages
  • Use Maybe<T> for improved error handling in Q&A logic
  • Remove custom image optimization code
    • Remove custom width/height fields from IMediaItem (accessible via asset metadata in Xperience v30)
  • Remove MediaAssetContent content type
  • Remove BlogPostPageQAndADiscussionLinkPath from BlogPostPage content type
  • Remove old WebsiteSettingsContent content type
  • Q&A and blog UI improvements
    • Q&A raw markdown view for members
    • Refactor Milkdown integration for Q&A
    • Add fallback svgs for blog hero
  • Fix MarkdownFormComponent.tsx state management
  • Fix Admin webpack configuration to generate correct source maps
  • Simplify custom admin UI listing page columns
  • Remove explicit NuGet package versions (fixed in Xperience v30)
  • Support smart folders in BlogPostWidget

Full Changelog: v29.7.0.4...v30.0.0.0