Skip to content

Latest commit

 

History

History
194 lines (85 loc) · 6.67 KB

CHANGELOG.md

File metadata and controls

194 lines (85 loc) · 6.67 KB

@chatscope/use-chat changelog

3.1.2 (2023-09-27)

Bug Fixes

  • added missing MessageGroup export (21bf7c9)

3.1.1 (2023-01-18)

Bug Fixes

3.1.0 (2022-12-18)

Features

  • added removeMessagesFromConversation method to ChatProvider (c957453)

3.0.0 (2022-12-18)

  • feat!: added removeMessagesFromConversation (639588b)

BREAKING CHANGES

  • due to the addition of a new method to the IStorage interface. However, this is only relevant if you are using a custom storage implementation. Otherwise, the library is backward compatible and the upgrade is safe.

2.0.3 (2022-12-18)

Bug Fixes

2.0.2 (2022-09-13)

Bug Fixes

  • #13 replace and update message methods in MessageGroup (ae0006d)

2.0.1 (2022-08-06)

Bug Fixes

  • added sources to the npm package (63d9992)

2.0.0 (2022-07-27)

Documentation

BREAKING CHANGES

  • changed names of properties createdDate and updatedDate

1.5.0 (2022-07-27)

Features

  • added createdDate and updatedDate properties to the ChatMessage (f9febc4)

1.4.1 (2022-07-12)

Bug Fixes

  • children type of chat provider (0e74498)

1.4.0 (2022-04-16)

Features

  • added generic user data and conversation data (2a3447e)

1.3.1 (2022-02-20)

Bug Fixes

1.3.0 (2022-02-17)

Features

  • added removeConversation method (44f58d6)

1.2.2 (2022-02-17)

1.2.1 (2021-12-18)

Bug Fixes

  • description in replaceconversation (387e75e)

1.2.0 (2021-12-18)

Features

  • added description property to the conversation (8a565ad)

1.1.1 (2021-10-30)

Bug Fixes

  • added missing param to replace conversation (ed2bab4)

1.1.0 (2021-10-30)

Features

  • added readonly parameter to the conversation (3861353)

1.0.7 (2021-10-30)

Bug Fixes

  • allow empty props in the conversation and participant constructor (bd25d51)

1.0.6 (2021-10-30)

Bug Fixes

  • allow empty props in the user constructor (bc2949a)

1.0.5 (2021-09-20)

Bug Fixes

  • provider: #2 added missing callbacks dependencies (5b4042d)

1.0.4 (2021-05-17)

Bug Fixes

  • provider: allow empty children (9b1a97e)

1.0.3 (2021-05-17)

Bug Fixes

  • provider: error message (09b7e05)

1.0.2 (2021-05-10)

Bug Fixes

  • provider: wrapped api methods in useCallback for referential equality (9f7b7b9)

1.0.1 (2021-05-10)

Bug Fixes

  • fake: don't want to fight with npm (4b072f7)

1.0.0 (2021-05-10)

chore

BREAKING CHANGES

  • release: First stable release