Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion source/product-overview/releases-lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ Releases and Life Cycle
/product-overview/desktop.rst
/product-overview/mobile.rst
/product-overview/deprecated-features.rst
/product-overview/ui-ada-changelog.rst

* Learn about Mattermost :doc:`release types, including extended support releases </product-overview/release-policy>`
* Learn about :doc:`Server releases, frequency, and latest releases </product-overview/server>`
* Learn about :doc:`Desktop app releases and server compatibility </product-overview/desktop>`
* Learn about :doc:`Mobile apps releases and server compatibility </product-overview/mobile>`
* Review :doc:`removed and deprecated features that are no longer supported </product-overview/deprecated-features>`
* Review :doc:`removed and deprecated features that are no longer supported </product-overview/deprecated-features>`
* Track :doc:`UI and accessibility changes across releases </product-overview/ui-ada-changelog>`
52 changes: 52 additions & 0 deletions source/product-overview/ui-ada-changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
UI & ADA Changelog
==================

This changelog tracks User Interface (UI) and Accessibility (ADA) changes across Mattermost releases. Administrators can use this page to easily see what changed in the UI from their current version to the one they're upgrading to, and track ADA improvements release to release.

Changelog
--------------

.. list-table::
:header-rows: 1
:widths: 10 70

* - Version
- Change Description
* - v11.3
- (UI) Added Korean language support and upgraded Korean translations from Alpha to Official.
* - v11.3
- (UI) Added pop-outs for right-hand-side (RHS) plugins `MM-66875 <https://mattermost.atlassian.net/browse/MM-66875>`__.
* - v11.3
- (UI) Removed outdated system notices `MM-65785 <https://mattermost.atlassian.net/browse/MM-65785>`__.
* - v11.3
- (UI) Removed the Collapsed Reply Threads tutorial `MM-66470 <https://mattermost.atlassian.net/browse/MM-66470>`__.
* - v11.3
- (UI) Added support for triggering user mentions using the full-width at-sign (@) in addition to the standard half-width at-sign (@), improving the experience for users of Japanese input methods.
* - v11.3
- (UI) Added the ability to schedule posts in 15-minutes interval `MM-66859 <https://mattermost.atlassian.net/browse/MM-66859>`__.
* - v11.3
- (UI) Updated Giphy SDK from 8.1.0 to 10.1.0 `MM-66374 <https://mattermost.atlassian.net/browse/MM-66374>`__.
* - v11.3
- (UI) Custom Profile Attributes now always return a set of `default attributes <https://docs.mattermost.com/administration-guide/manage/admin/user-attributes.html#add-attributes>`__ if they're not set `MM-66460 <https://mattermost.atlassian.net/browse/MM-66460>`__.
* - v11.3
- (UI) Added a new webapp plugin component ``registerSidebarBrowseOrAddChannelMenuComponent``, which allows users to add options to the ``BrowseOrCreateChannel`` menu.
* - v11.2
- (UI) Enabled `thread popouts <https://docs.mattermost.com/end-user-guide/collaborate/organize-conversations.html#start-or-reply-to-threads>`__ in the browser.
* - v11.2
- (UI) Reduced the channel banner height.
* - v11.2
- (UI) Improved license and plan name clarity throughout the user interface. License settings and the **About** modal now display specific plan names (Professional, Enterprise, Entry) instead of the generic "Enterprise Edition" label, reducing confusion between edition and plan terminology.
* - v11.1
- (UI) Added support for standalone windows pop-out. Threads can now be popped out to its own window in Desktop.
* - v11.1
- (UI) The desktop app version is now shown on the **About** modal, allowing clicking to copy both the server and desktop app versions.
* - v11.1
- (UI) Removed Mattermost MS Teams Sync plugin from pre-packaged plugins.
* - v11.1
- (UI) Downgraded French language support from Beta to Alpha.
* - v11.0
- (UI) Removed Playbooks v1 from pre-packaged plugins.
* - v11.0
- (UI) Updated the library used for customizing scrollbars.
* - v11.0
- (UI) Increased page size when retrieving posts in channels with high number of hidden messages.