v26.4.8-rc.10
Pre-releaseWhat's Changed (v26.4.8-rc.9 -> v26.4.8-rc.10)
✨ Features
User Management
Added a bulk user creation workflow so administrators can onboard many users at once.
- FR-1818: add Bulk Create Users from CSV modal by @agatha197 in #7667
🐛 Bug Fixes
Content Security Policy (CSP) Hardening
Completed CSP nonce coverage across styles and scripts, ensuring dynamically injected styles inherit the correct nonce so the strict CSP no longer blocks legitimate rendering.
- FR-3079: complete CSP nonce coverage (styles + script strict-dynamic) by @yomybaby in #7802
- FR-3086: add CacheProvider so createGlobalStyle inherits CSP nonce by @agatha197 in #7807
Deployments & Notifications
Corrected the deployment list to reflect the desired replica count, and removed a leftover Lit-era duplicate notification opener by unifying the renderer at the app root.
- FR-3072: use desired replica count for deployment list summary by @nowgnuesLee in #7782
- FR-3076: remove Lit-era duplicate notification opener, unify renderer at app root by @yomybaby in #7796
🔨 Refactoring
Nonce-Safe Styling
Replaced direct <style> elements with nonce-safe styling and shifted to using antd tokens directly, shrinking the :root --token-* bridge as part of the CSP hardening effort.
- FR-3077: replace direct
<style>elements with nonce-safe styling by @yomybaby in #7799 - FR-3078: use antd tokens directly, shrink the
:root --token-*bridge by @yomybaby in #7800
🌐 i18n
Replica Terminology
Standardized the "replica" terminology (복제본) and tooltip formatting across all supported languages for consistent wording.
- i18n: standardize replica terminology and tooltip formatting across all languages by @agatha197 in #7785
📝 Documentation
Replica Terminology
Aligned the user manual with the standardized replica terminology (복제본).
- FR-3081: standardize replica terminology in user manual (복제본) by @agatha197 in #7792
🧪 E2E Tests
Virtual Folders
Added end-to-end coverage for leaving a shared (invited) vfolder.
- FR-2983: add E2E for leaving a shared (invited) vfolder by @agatha197 in #7612
Full Changelog: v26.4.8-rc.9...v26.4.8-rc.10