New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sendbird/uikit-react

Package Overview
Dependencies
Maintainers
0
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sendbird/uikit-react - npm Package Versions

1
25

3.1.1

Diff

Changelog

Source

[v3.1.1] (Aug 17 2022)

Features:

  • Add channel handlers to the open channel settings
    • Add an open channel handler into the OpenChannelSettings component
    • Use operators property to render operator list on the OpenChannelSetting instead of fetching operators
  • Export handlers through @sendbird/uikit-react/handlers, this is a workaround to fix an issue where inhertiance chains break custom handler implementation
    • ConnectionHandler -> @sendbird/uikit-react/handlers/ConnectionHandler
    • GroupChannelHandler -> @sendbird/uikit-react/handlers/GroupChannelHandler
    • OpenChannelHandler -> @sendbird/uikit-react/handlers/OpenChannelHandler
    • UserEventHandler -> @sendbird/uikit-react/handlers/UserEventHandler
    • Example: https://codesandbox.io/s/test-3-1-1-rc-5-f94w7i

Fixes:

  • Update SendableMessage to UserMessage and FileMessage
  • Change the type of MessageHandler.onFailed to FailedMessageHandler
  • Add missing type defns into scripts/index_d_ts
  • Typo in creating channelHandlerId on the ChannelList
sendbird
published 3.1.1-rc.5 •

sendbird
published 3.1.1-rc.4 •

sendbird
published 3.1.1-rc.3 •

sendbird
published 3.1.1-rc.2 •

sendbird
published 3.1.1-rc.1 •

sendbird
published 3.1.1-rc.0 •

sendbird
published 3.1.0 •

Changelog

Source

[v3.1.0] (Aug 03 2022)

Features:

  • Support moderation in OpenChannel
    • Provide moderations: mute, unmute, ban, and unban on the <OpenChannelSettings />
    • Provide moderations: register and unregister operator on the <OpenChannelSettings />
    • Add MutedParticipantList and MutedParticipantsModal into the <OpenChannelSettings />
    • Add BannedUserList and BannedUsersModal into the <OpenChannelSettings />
    • Add OperatorList and OperatorsModal into the <OpenChannelSettings />
    • Add AddOperatorsModal into the <OpenChannelSettings />
sendbird
published 3.1.0-rc.0 •

sendbird
published 3.0.2 •

Changelog

Source

[v3.0.2] (Aug 03 2022)

Fixes:

  • Explicitly export library as esm-module ESM library should have "type": "module" (package.json file that is going to /dist) This fixes Cannot use import outside module issue in next.js
  • Add optional chaining for createApplicationUserList
  • Fix QueryInProgress warning: React 18 strict mode glitch that causes useEffect to run twice
  • Cannot connect sometimes when customApiHost is empty Connection couldnt be established with no error message when customApiHost and customWebSocketHost were passed as empty string
  • Handle all chances of command not received error Handle chances of command not recieved error in markAsRead Experimental markasread handling -> longer times, no more call after unmount
  • Move typing handler in channellist into local variable
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc