-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v10.5 Changelog #7704
base: v10.5-documentation
Are you sure you want to change the base?
v10.5 Changelog #7704
Conversation
Newest code from mattermost has been published to preview environment for Git SHA 9ffa453 |
Newest code from mattermost has been published to preview environment for Git SHA 1cc57fb |
Newest code from mattermost has been published to preview environment for Git SHA d2ef01d |
Newest code from mattermost has been published to preview environment for Git SHA 236aa8d |
Newest code from mattermost has been published to preview environment for Git SHA 7454fd5 |
Newest code from mattermost has been published to preview environment for Git SHA f603b94 |
Newest code from mattermost has been published to preview environment for Git SHA 57164b0 |
Newest code from mattermost has been published to preview environment for Git SHA 6426983 |
Newest code from mattermost has been published to preview environment for Git SHA 569b15a |
Newest code from mattermost has been published to preview environment for Git SHA 16ce8e0 |
Newest code from mattermost has been published to preview environment for Git SHA 101e07e |
Newest code from mattermost has been published to preview environment for Git SHA 27a94d5 |
Newest code from mattermost has been published to preview environment for Git SHA 75bdb0e |
Newest code from mattermost has been published to preview environment for Git SHA 4acacbe |
Newest code from mattermost has been published to preview environment for Git SHA d9a03d6 |
Newest code from mattermost has been published to preview environment for Git SHA 68d3265 |
Co-authored-by: Doug Lauder <[email protected]>
Newest code from mattermost has been published to preview environment for Git SHA be9fc66 |
Newest code from mattermost has been published to preview environment for Git SHA 35d8638 |
Newest code from mattermost has been published to preview environment for Git SHA 4dbcd69 |
Newest code from mattermost has been published to preview environment for Git SHA 791c64d |
Newest code from mattermost has been published to preview environment for Git SHA 37014b1 |
Newest code from mattermost has been published to preview environment for Git SHA ff4d8b1 |
Newest code from mattermost has been published to preview environment for Git SHA a60b96a |
- 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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. |
@M-ZubairAhmed can we be more specific on what plugin developers need to update here? We can possibly link the example of what was done in the GH plugin.
Co-authored-by: Maria A Nunez <[email protected]>
Newest code from mattermost has been published to preview environment for Git SHA d0ac4fe |
Newest code from mattermost has been published to preview environment for Git SHA 7cac7db |
Newest code from mattermost has been published to preview environment for Git SHA eece287 |
No description provided.