🔖(minor) release 3.8.0
Added: - ✨(frontend) add pdf block to the editor - ✨List and restore deleted docs Changed: - ♻️(frontend) Refactor Auth component for improved redirection logic - ♻️(frontend) replace Arial font-family with token font - ♿(frontend) improve accessibility: - ♿(frontend) enable enter key to open documentss - ♿(frontend) improve modal a11y: structure, labels, title - ♿improve NVDA navigation in DocShareModal - ♿ improve accessibility by adding landmark roles to layout - ♿ add document visible in list and openable via enter key - ♿ add pdf outline property to enable bookmarks display - ♿ hide decorative icons from assistive tech with aria-hidden - ♿ fix rgaa 1.9.1: convert to figure/figcaption structure - ♿ remove redundant aria-label to avoid over-accessibility - ♿ remove redundant aria-label on hidden icons and update tests - ♿ improve semantic structure and aria roles of leftpanel - ♿ add default background to left panel for better accessibility - ♿ restyle checked checkboxes: removing strikethrough - ♿ add h1 for SR on 40X pages and remove alt texts - ♿ update labels and shared document icon accessibility - 🍱(frontend) Fonts GDPR compliants - ♻️(service-worker) improve SW registration and update handling Fixed: - 🐛(backend) duplicate sub docs as root for reader users - ⚗️(service-worker) remove index from cache first strategy - 🐛(frontend) fix 404 page when reload 403 page - 🐛(frontend) fix legacy role computation - 🛂(frontend) block editing title when not allowed - 🐛(frontend) scroll back to top when navigate to a document - 🐛(frontend) fix export pdf emoji problem - 🐛(frontend) fix attachment download filename - 🐛(frontend) exclude h4-h6 headings from table of contents - 🔒(frontend) prevent readers from changing callout emoji - 🐛(frontend) fix overlapping placeholders in multi-column layout - 🐛(backend) filter invitation with case insensitive email - 🐛(frontend) reduce no access image size from 450 to 300 - 🐛(frontend) preserve interlink style on drag-and-drop in editor - ✨(frontend) load docs logo from public folder via url - 🔧(keycloak) Fix https required issue in dev mode
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 3.7.0
|
||||
- version: 3.8.0
|
||||
feature:
|
||||
values:
|
||||
- version: 3.7.0
|
||||
- version: 3.8.0
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 3.7.0
|
||||
version: 3.8.0
|
||||
appVersion: latest
|
||||
|
||||
Reference in New Issue
Block a user