Skip to content

Releases: weavy/weavy-uikit-react

v31.1.0

19 Mar 22:53

Choose a tag to compare

  • Text readability improvements for some theme colors.
  • Added possibility to reset theme color.
  • Added comment feature 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

13 Mar 13:17

Choose a tag to compare

  • 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 follow feature 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 the search property 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 separated uid: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 features property 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.e features="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

10 Mar 22:34

Choose a tag to compare

  • 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

20 Feb 13:20

Choose a tag to compare

  • Added readonly sourceFormat variable 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-posts component.

v30.3.2

06 Feb 10:00

Choose a tag to compare

  • Disabled notification consumption in <wy-messenger-badge>, causing message notification toasts to not show up when the component was present.

v30.3.1

04 Feb 10:37

Choose a tag to compare

  • Added missing dark mode for <wy-messenger-badge>, <wy-messenger-button>, <wy-notification-badge> and <wy-notification-button>.

v30.3.0

03 Feb 10:33

Choose a tag to compare

  • Added functionality for version checking using the async .checkVersion() in the UI kit or by checking the /version endpoint 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

28 Jan 14:18

Choose a tag to compare

  • Fixed an issue with theme and CSS variables not applying to <wy-messenger-badge>, <wy-notification-badge> and <wy-notification-button>.

v30.2.0

26 Jan 14:47

Choose a tag to compare

  • 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

24 Jan 00:54

Choose a tag to compare

  • Reverted broken color scheme update.