Skip to content

Tags: suitenumerique/docs

Tags

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AntoLC Anthony LC
🔖(minor) release 4.2.0

Added:
- ✨(backend) allow to create a new user in a marketing system
- ✨(backend) add async indexation of documents on save
  (or access save)
- ✨(backend) add debounce mechanism to limit indexation jobs
- ✨(api) add API route to search for indexed documents in Find
- 🥅(frontend) add boundary error page

Changed:
- 🛂(backend) stop throttling collaboration servers
- 🚸(backend) use unaccented full name for user search
- 🌐(backend) internationalize demo
- ♿(frontend) improve accessibility:
  - ♿️Improve keyboard accessibility for the document tree

Fixed:
- 🐛(frontend) paste content with comments from another document
- 🐛(frontend) Select text + Go back one page crash the app

v4.2.0-preprod

Toggle v4.2.0-preprod's commit message

Verified

This tag was signed with the committer’s verified signature.
AntoLC Anthony LC

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AntoLC Anthony LC
🔖(minor) release 4.1.0

Added:
- ⚡️(frontend) export html

Changed:
- ♿(frontend) improve accessibility:
  - ♿(frontend) add skip to content button for keyboard
    accessibility
  - ♿(frontend) fix toggle panel button a11y labels
- 🔒️(frontend) remove dangerouslySetInnerHTML from codebase
- ⚡️(frontend) improve Comments feature

Fixed:
- 🐛(nginx) fix / location to handle new static pages

v4.1.0-preprod

Toggle v4.1.0-preprod's commit message

Verified

This tag was signed with the committer’s verified signature.
AntoLC Anthony LC

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AntoLC Anthony LC
🔖(major) release 4.0.0

Added:
- ✨ Add comments feature to the editor
- ✨(backend) Comments on text editor
- ✨(frontend) link to create new doc

Changed:
- ⚡️(sw) stop to cache external resources likes videos
- 💥(frontend) upgrade to ui-kit v2
- ⚡️(frontend) improve perf on upload and table of contents
- ♿(frontend) improve accessibility:
  - ♿(frontend) improve share modal button accessibility
  - ♿(frontend) improve screen reader support in DocShare modal

Fixed:
- 🐛(frontend) fix toolbar not activated when reader
- 🐛(frontend) preserve left panel width on window resize
- 🐛(frontend) prevent duplicate as first character in title

v4.0.0-preprod

Toggle v4.0.0-preprod's commit message

Verified

This tag was signed with the committer’s verified signature.
AntoLC Anthony LC

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AntoLC Anthony LC
🔖(minor) release 3.10.0

Added:
- ✨(frontend) enable ODT export for documents
- ✨(frontend) improve mobile UX by showing subdocs count

Changed:
- ♻️(frontend) preserve @ character when esc is pressed
  after typing it
- ♻️(frontend) make summary button fixed to remain visible
  during scroll
- ♻️(frontend) pdf embed use full width

Fixed:
- ♿(frontend) improve accessibility:
  - ♿(frontend) improve ARIA in doc grid and editor
    for a11y
  - ♿(frontend) improve accessibility and styling
    of summary table
  - ♿(frontend) add focus trap and enter key support
    to remove doc modal
- 🐛(docx) fix image overflow by limiting width to
  600px during export
- 🐛(frontend) fix fallback translations with Trans
- 🐛(pdf) fix table cell alignment issue in exported
  documents
- 🐛(pdf) preserve image aspect ratio in PDF export

v3.10.0-preprod

Toggle v3.10.0-preprod's commit message

Verified

This tag was signed with the committer’s verified signature.
AntoLC Anthony LC

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AntoLC Anthony LC
🔖(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

v3.9.0-preprod

Toggle v3.9.0-preprod's commit message

Verified

This tag was signed with the committer’s verified signature.
AntoLC Anthony LC