Skip to content

Commit

Permalink
v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallo committed Nov 16, 2022
1 parent 0867fe2 commit 44dcbed
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 14 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# Changelog

## v4.1.3 (Nov 16, 2022)
- Improved stability

## v4.1.2 (Nov 15, 2022)
- Fixed a bug where Poll changelog being called when it's not enabled
- Fixed the wrong `MessageCollection` event being triggered
Expand Down
1 change: 0 additions & 1 deletion __bundle-0bd37fbb.js

This file was deleted.

2 changes: 1 addition & 1 deletion __bundle-0a632c33.js → __bundle-1abffbb6.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __bundle-c7363281.js → __bundle-329965e1.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions __bundle-3b6b9d30.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion __bundle-466be550.js → __bundle-cd7e480a.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion groupChannel.js

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions lib/__definition.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ export declare class MessageCollection {
get pendingMessages(): SendableMessage[];
get hasPrevious(): boolean;
get hasNext(): boolean;
private get viewTop();
private get viewBottom();
setMessageCollectionHandler(handler: MessageCollectionEventHandler): void;
initialize(policy: MessageCollectionInitPolicy): MessageCollectionInitHandler;
loadPrevious(): Promise<BaseMessage[]>;
Expand Down Expand Up @@ -924,7 +926,6 @@ export declare class Poll {
voterCount: number;
options: PollOption[];
createdBy?: string;
isAnonymous: boolean;
allowUserSuggestion: boolean;
allowMultipleVotes: boolean;
votedPollOptionIds: number[];
Expand All @@ -943,7 +944,6 @@ export declare interface PollCreateParams {
title: string;
optionTexts: string[];
data?: PollData;
isAnonymous?: boolean;
allowUserSuggestion?: boolean;
allowMultipleVotes?: boolean;
closeAt?: number;
Expand Down Expand Up @@ -1002,7 +1002,6 @@ export declare class PollUpdateEvent {
export declare interface PollUpdateParams {
title?: string;
data?: PollData;
isAnonymous?: boolean;
allowUserSuggestion?: boolean;
allowMultipleVotes?: boolean;
closeAt?: number;
Expand Down
2 changes: 1 addition & 1 deletion message.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openChannel.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.2",
"version": "4.1.3",
"description": "Sendbird SDK for JavaScript",
"name": "@sendbird/chat",
"author": "Sendbird <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion poll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sendbird.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sendbird.min.js

Large diffs are not rendered by default.

0 comments on commit 44dcbed

Please sign in to comment.