|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 1.0.0 (2022-03-03) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* **channels:** Parent channels rendering threads should add a threadList prop if thread is active |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* added support for props `MessageActionList` and `MessageActionListItem` prop [CRNS-438] ([94c20f8](https://github.com/GetStream/stream-chat-react-native/commit/94c20f8e822c54c9ac97db65a42d10e8db958f9d)) |
| 13 | +* auto complete suggestions list customization ([59d1284](https://github.com/GetStream/stream-chat-react-native/commit/59d1284d4916e3887dc872e1d8d414d2344817c4)) |
| 14 | +* Offline support ([6282c48](https://github.com/GetStream/stream-chat-react-native/commit/6282c48d625e22e01ecf0164a3d473a3f7e1c477)) |
| 15 | +* Pin a message to channel from message actions ([80b94fe](https://github.com/GetStream/stream-chat-react-native/commit/80b94fe7a7e6d422d6bfffda9bbcde944ae32cac)) |
| 16 | +* Replace BlurView with custom OverlayBackdrop using opacity ([3828f4e](https://github.com/GetStream/stream-chat-react-native/commit/3828f4ec801c748b36b5b95754d83be03779276f)) |
| 17 | +* revamped giphy interaction from prev/next to shuffle [CRNS - 285] ([c7d5553](https://github.com/GetStream/stream-chat-react-native/commit/c7d5553b015f044893661c514f1bb3a9ee3468f0)) |
| 18 | +* scroll to top of the list, when bottom tab is pressed ([cfc3983](https://github.com/GetStream/stream-chat-react-native/commit/cfc398338d19cc5a685ee9a76ef57f6d3d659506)) |
| 19 | +* use channel capabilities to show/hide features [CRNS-425] ([0b00720](https://github.com/GetStream/stream-chat-react-native/commit/0b007209d30677a21e95c5322930627fa64266dd)) |
| 20 | +* use new generics format ([da1863d](https://github.com/GetStream/stream-chat-react-native/commit/da1863d76982add3076d67808e63490d169a769f)) |
| 21 | +* v4.0.0 beta [BREAKING CHANGES] ([7b4349e](https://github.com/GetStream/stream-chat-react-native/commit/7b4349e71b2e12451a93e043edf404723cf5a6e1)) |
| 22 | + |
| 23 | + |
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | +* added appropriate error alert for `flag message` action failure [CRNS - 461] ([f8290d2](https://github.com/GetStream/stream-chat-react-native/commit/f8290d2c0f1d93dc8ad7b794c0912e3b25155f7c)) |
| 27 | +* android debug app build issue ([5fd8ae4](https://github.com/GetStream/stream-chat-react-native/commit/5fd8ae4eaf2729608857ab51ec113a419257669f)) |
| 28 | +* Channel concurrency fixes ([edbc63f](https://github.com/GetStream/stream-chat-react-native/commit/edbc63f1f6a0b86283daa6294ff30f6e1443113b)) |
| 29 | +* delegate content type detection to backend for image/file uploads ([8de7d8d](https://github.com/GetStream/stream-chat-react-native/commit/8de7d8d22a3e6152185db3f86ce705af904e75c6)) |
| 30 | +* Fix messages disappearing on reconnect ([dc0fc3d](https://github.com/GetStream/stream-chat-react-native/commit/dc0fc3d21cbb38d3442f8f94d30bd1f795fb2ba8)) |
| 31 | +* fixing channel creation flow in sample app ([8c7db64](https://github.com/GetStream/stream-chat-react-native/commit/8c7db649b6333a8ea6ff32ab16da125ee9bd0262)) |
| 32 | +* Hotfix for peer deps collision ([83cf002](https://github.com/GetStream/stream-chat-react-native/commit/83cf002a86c3ccd683b2ad7440388f8e781baa11)) |
| 33 | +* lint warnings in the SDK and example apps ([e32cdbc](https://github.com/GetStream/stream-chat-react-native/commit/e32cdbcaefc3850582451d76f92956f5f22a0178)) |
| 34 | +* Recover by clearing cache if cache is corrupt [CRNS-457] ([234e01e](https://github.com/GetStream/stream-chat-react-native/commit/234e01e0a19833074f5777693414f11ddacb9e49)) |
| 35 | +* remove default empty state indicator ([f28658a](https://github.com/GetStream/stream-chat-react-native/commit/f28658a4a188394999350cff80d84cbfd0e8e12c)) |
| 36 | +* tests for capabilities feature and general test suite fixes [CRNS-425] ([c1d3392](https://github.com/GetStream/stream-chat-react-native/commit/c1d3392b2dd0f332fb8e4708e2b8ab806b98b510)) |
| 37 | +* v4.0.0 beta.7 ([e400b29](https://github.com/GetStream/stream-chat-react-native/commit/e400b297a37ac55c5f5dd40eb231529561dccedc)) |
| 38 | +* **android:** Fix add member bottom sheet touchables ([4d2e9ad](https://github.com/GetStream/stream-chat-react-native/commit/4d2e9ad04056b382ed7c6183fc780f9907d80965)) |
| 39 | + |
| 40 | + |
| 41 | +### Workspaces |
| 42 | + |
| 43 | +* Following linked packages updated: [stream-chat-react-native] |
| 44 | + |
| 45 | + |
| 46 | +### refactor |
| 47 | + |
| 48 | +* **channels:** move channel states to parent level & filter out active channels on list refresh ([ba9cbcc](https://github.com/GetStream/stream-chat-react-native/commit/ba9cbccbe55bd7203b35c69eb24e3e316fa669e1)) |
| 49 | + |
3 | 50 | ### [0.1.1](https://github.com/GetStream/stream-chat-react-native/compare/[email protected]@v0.1.1) (2021-09-16) |
4 | 51 |
|
5 | 52 |
|
|
0 commit comments