Skip to content

v26.4.8-rc.10

Pre-release
Pre-release

Choose a tag to compare

@yomybaby yomybaby released this 12 Jun 06:21

What'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.

🐛 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.

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.

🔨 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.

🌐 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 (복제본).

🧪 E2E Tests

Virtual Folders

Added end-to-end coverage for leaving a shared (invited) vfolder.

Full Changelog: v26.4.8-rc.9...v26.4.8-rc.10