Release Notes Sitevision 2026.03.1
This release contains infrastructure improvements and enhances the Public API with new content extraction and rendering capabilities.
Infrastructure
Improvements
- [SV-39854] Outgoing HTTP requests are now logged in a separate log file, per site (requester.log) to avoid massive logging to the server log
- [SV-40026] [SV-40067] Improved handling of mutation locks during Timer events. The aquirement and release of locks are now more efficient and robust. Minimizes stale locks due to cluster communication problems
Public API
Improvements
- [SV-40054] IndexableContentExtractor - new utility to extract indexable content of a page in different formats (html, text, markdown)
- [SV-39979] ContentRenderer - added support to specify context when rendering page content
- [SV-40006] TextModuleRenderer - added support to specify context when rendering text modules
Bug fixes
- [SV-40008] The renderHtml method of TextModuleRenderer used a different context than its sibling methods (renderPlainHtml, renderText, renderMarkdown)
Envision
Improvements
[ENV-355] Improved muted text color handling by reintroducing env-font-color-muted and removing its deprecation. Added block-specific muted variants to ensure better contrast and WCAG compliance.
Envision Theme refinements in Sitevision
[SV-39995] Added server-side generation of muted text colors during theme CSS build, including env-font-color-muted and block-specific variants with WCAG-aware contrast checks.
Envision is an open source UI Library for Sitevision (MIT License)
- Envision documentation is available at https://envisionui.io External link.
- Source is available at https://github.com/sitevision/envision External link.