🔖(minor) release 3.9.0
Added - ✨(frontend) create skeleton component for DocEditor - ✨(frontend) add an EmojiPicker in the document tree and title - ✨(frontend) ajustable left panel Changed: - ♻️(frontend) adapt custom blocks to new implementation - ♻️(backend) increase user short_name field length - 🚸(frontend) separate viewers from editors Fixed: - 🐛(frontend) fix duplicate document entries in grid - 🐛(backend) fix trashbin list - ♿(frontend) improve accessibility: - ♿(frontend) remove empty alt on logo due to Axe a11y error - 🐛(backend) fix s3 version_id validation - 🐛(frontend) retry check media status after page reload - 🐛(frontend) fix Interlinking memory leak - 🐛(frontend) button new doc UI fix - 🐛(frontend) interlinking UI fix
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
environments:
|
||||
dev:
|
||||
values:
|
||||
- version: 3.8.2
|
||||
- version: 3.9.0
|
||||
feature:
|
||||
values:
|
||||
- version: 3.8.2
|
||||
- version: 3.9.0
|
||||
feature: ci
|
||||
domain: example.com
|
||||
imageTag: demo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
type: application
|
||||
name: docs
|
||||
version: 3.8.2
|
||||
version: 3.9.0
|
||||
appVersion: latest
|
||||
|
||||
Reference in New Issue
Block a user