Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Maria A Nunez <[email protected]>
  • Loading branch information
amyblais and marianunez authored Feb 7, 2025
1 parent a60b96a commit d0ac4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/about/mattermost-v10-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Support for Mattermost Server v9.11 [Extended Support Release](https://docs.matt
- Mattermost has stopped official Mattermost server builds for the Microsoft Windows operating system. Administrators should migrate existing Mattermost server installations to use the official Linux builds. See more details in [this forum post](https://forum.mattermost.com/t/deprecation-notice-server-builds-for-microsoft-windows/21498).

### Breaking Changes
- The internal workings of the ``PluginLinkComponent`` in the webapp have been improved. Plugins that register link tooltips using ``registerLinkTooltipComponent`` will see changes in how tooltip components are managed. Link tooltips are now unmounted from the DOM by default, significantly improving performance. They are only mounted when a link is hovered over or focused. As a result, plugins may need to update their components to properly handle mounting and unmounting scenarios.
- The internal workings of the ``PluginLinkComponent`` in the webapp have been changed to unmounted link tooltips from the DOM by default, significantly improving performance. Plugins that register link tooltips using ``registerLinkTooltipComponent`` will see changes in how tooltip components are managed. They are only mounted when a link is hovered over or focused. As a result, plugins may need to update their components to properly handle mounting and unmounting scenarios.

```{Important}
If you upgrade from a release earlier than v10.3, please read the other [Important Upgrade Notes](https://docs.mattermost.com/upgrade/important-upgrade-notes.html).
Expand All @@ -39,7 +39,7 @@ If you upgrade from a release earlier than v10.3, please read the other [Importa
- Added the ability to modify post attachments during edit.
- The channel bookmarks bar is now hidden when there are no bookmarks in the channel. Bookmarks can now be added from the channel menu.
- Removed the video from the onboarding checklist.
- Improved accessibility of many form labels throughout the app.
- Improved accessibility throughout the webapp by fixing several issues around keyboard navigation and screen reader focused on modals, RHS and core chat functionality.

#### Administration
- Added the migrations, store layer and service for the Property System Architecture.
Expand Down

0 comments on commit d0ac4fe

Please sign in to comment.