Releases: weavy/weavy-uikit-react
Releases · weavy/weavy-uikit-react
v31.1.0
- Text readability improvements for some theme colors.
- Added possibility to reset theme color.
- Added
commentfeature flag to control whether the comment editor is available. - Added admin permission checks for files, posts and comments.
- Updated SignalR to v10.
- Updated PDF.js to v5 with added support for ICC-profiles, base font rendering and improved image decoding.
- Fixed incorrect alignment in table headers.
- Fixed some issues with touch scrolling in the preview.
- Fixed an issue when disabling the editor.
- Fixed an issue with excessive updates in feeds/posts.
- Fixed some incorrectly reported error messages for realtime.
- Fixed a build error affecting PDF viewer in legacy UI kit lib builds.
v31.0.0
- Updated backend to .NET 10.0.
- Added functionality to display a user details overlay when clicking a name or an avatar.
- Added functionality for following/unfollowing users. The feature can be controlled using the
followfeature flag in UI kit. - Added
whenReady()method on all Weavy components, which resolves when the component has rendered first time. - Added new
<wy-feed>component to render a consolidated feed of posts from one or multiple sources. - Added search capabilities to
<wy-feed>and<wy-posts>. A search input can be shown by enabling thesearchproperty on the component. - Added a
<wy-post-editor>component that can post to a specific app. The user may choose from several post apps when configured with multiple space separateduid:s. - Added graceful avatar image loading with name initials fallback.
- Added experimental cross platform support, allowing on-prem installations of Weavy to run on Linux and MacOS (in addition to Windows).
- Changed
<wy-posts>component to only have a post list. It has the same feed capabilities as the<wy-feed>component, but without a post editor. In addition to<wy-feed>it can also display a consolidated feed from all available sources. - Fixed some errors when Weavy server is unreachable.
Breaking changes
- The
<wy-posts>component is superseded by the new<wy-feed>component which includes all the functionality of the previous<wy-posts>component. To upgrade existing implementations, simply change<wy-posts>=><wy-feed>. The<wy-posts>component still exists, but without a post editor. The post editor can be used separately using the new<wy-post-editor>component. - Changed
featuresproperty on components to be relative to component defaults and added support for disabling features using negative-prefix. This means you must specify any features you want to disable, i.efeatures="meetings -reactions"adds "meetings" feature and removes "reactions" feature. - Some CSS shadow part names has changed, especially names associated with to the editor.
v30.4.1
- Fixed an CSS issue that caused Safari v18 to crash.
- Fixed an issue with RegExp that caused UI kit to not load/render in Safari < v16.4.
v30.4.0
- Added readonly
sourceFormatvariable to the Weavy instance in UI kit to indicate the format of the loaded lib. - Fixed loading of the PDF preview worker and CMAPS in UMD bundle sources of the UI kit.
- Fixed an issue with subscribe in the
wy-postscomponent.
v30.3.2
- Disabled notification consumption in
<wy-messenger-badge>, causing message notification toasts to not show up when the component was present.
v30.3.1
- Added missing dark mode for
<wy-messenger-badge>,<wy-messenger-button>,<wy-notification-badge>and<wy-notification-button>.
v30.3.0
- Added functionality for version checking using the async
.checkVersion()in the UI kit or by checking the/versionendpoint on the Weavy environment. - Adjusted paddings in UI kit.
- Fixed incorrect block styles for
<wy-messenger-button>. - Fixed some issues with
selectMembers()in Messenger.
v30.2.1
- Fixed an issue with theme and CSS variables not applying to
<wy-messenger-badge>,<wy-notification-badge>and<wy-notification-button>.
v30.2.0
- Improved color generation for theme colors, with included support for vibrant, black/white and gray scale theme colors.
- Fixed an issue with unstyled links in some components.
- Fixed some issues with matching Notification links in some Weavy components, which caused Notification toasts to unnecessary be displayed when the component was visible.
v30.1.1
- Reverted broken color scheme update.