Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Releases: weavy/weavy-dropin-js

v19.1.2

18 Jan 12:44
Compare
Choose a tag to compare
  • Fixed some issues with cache when switching conversations in Messenger in uikit-web.

v19.1.1

17 Jan 14:47
Compare
Choose a tag to compare
4da3d5e

v19.1.0

16 Jan 14:36
Compare
Choose a tag to compare
  • Fixed issue with searching for unread conversations.
  • Fixed error where Webhook delivery listing did not include all deliveries.
  • Fixed an issue with the data not being updated properly in uikit-web when focusing the window or getting online.
  • Fixed some styling issues with avatars.
  • Fixed some issues with events in uikit-web. The incorrect Messenger events reaction_added, reaction_removed and app_updated was removed while app_created and member_added was added.

v19.0.6

05 Jan 20:38
Compare
Choose a tag to compare
  • uikit-react compatibility now includes ES5, Webpack 4 and react-scripts v4.

v19.0.5

02 Jan 23:25
Compare
Choose a tag to compare
  • Minimum requirements for uikit-react now includes react v16 and optionally react-scripts v5.

v19.0.4

02 Jan 22:23
Compare
Choose a tag to compare
  • Minimum requirements for uikit-react now includes react v16 and optionally react-scripts v5.

v19.0.3

21 Dec 10:18
Compare
Choose a tag to compare
  • Fixed some issues with type declarations in uikit-web.
  • Fixed some issues with events for Messenger in uikit-web.
  • Fixed a bug with the Mark as read endpoint for Conversations in the Web API.
  • Fixed a bug with upload progress in uikit-web.

v19.0.2

15 Dec 12:15
Compare
Choose a tag to compare
  • Fixed a bug with components not rendering when placed in some HTML nodes in uikit-web.
  • Added HTTPS configuration for Weavy UIKit Web + Node.js sample project (weavy-web-node).

v19.0.1

12 Dec 16:26
Compare
Choose a tag to compare
  • Added missing translations in uikit-web.
  • Updated theme colors in uikit-web.
  • Fixed bug with not beeing able to upload in the files app using the Free subscription.
  • Fixed dark theme not being applied in uikit-web when using Safari and Firefox.

v19.0.0

04 Dec 14:33
Compare
Choose a tag to compare
  • Introducing UIKit Web 🎉.
  • Updated emoji to Unicode 15.0.
  • Our UIKits have been updated to display user initials instead of user.svg for users without profile pictures.
  • Web API no longer returns a default avatar image for users. Only users with a custom profile picture will have the avatar_url property.
  • Web API property app.member_count was replaced with app.members.count.
  • Web API propery app.members was replaced with app.members.data.
  • Web API property user.email is no longer required to be unique.
  • Web API property user.username was removed.
  • Web API property user.is_admin was removed.
  • Readby status and typing indicator was removed from contextual chat to optimize multi-user performance.
  • Fixed issue where Web API property message.plain was HTML encoded on the server causing it to be double encoded when rendered in the ui.
    For those building their own ui, you should validate that you escape/encode all text properly beforing rendering it to html.
  • Deprecated: UIKit JS aka dropin-js has been deprecated and will be removed in future releases. We recommend moving to UIKit web (uikit-web) instead.