|
1 | 1 | # Changelog - v3
|
2 | 2 |
|
| 3 | +## [v3.2.0] (Sep 27 2022) |
| 4 | + |
| 5 | +Features: |
| 6 | +* OpenChannelList component |
| 7 | + * Create new smart components (modules) |
| 8 | + * CreateOpenChannel |
| 9 | + * OpenChannelList |
| 10 | + * Add a renderHeader props into the ui/Modal component |
| 11 | + * Add stringSet for OpenChannelLisit and CreateOpenChannel components |
| 12 | + * OPEN_CHANNEL_LIST__TITLE: 'Channels', |
| 13 | + * CREATE_OPEN_CHANNEL_LIST__TITLE: 'New channel profile', |
| 14 | + * CREATE_OPEN_CHANNEL_LIST__SUBTITLE__IMG_SECTION: 'Channel image', |
| 15 | + * CREATE_OPEN_CHANNEL_LIST__SUBTITLE__IMG_UPLOAD: 'Upload', |
| 16 | + * CREATE_OPEN_CHANNEL_LIST__SUBTITLE__TEXT_SECTION: 'Channel name', |
| 17 | + * CREATE_OPEN_CHANNEL_LIST__SUBTITLE__TEXT_PLACE_HOLDER: 'Enter channel name', |
| 18 | + * CREATE_OPEN_CHANNEL_LIST__SUBMIT: 'Create', |
| 19 | +* Add prop?.value to MessageWrappers |
| 20 | + * @sendbird/uikit-react/Channel/components/MessageInput |
| 21 | + * @sendbird/uikit-react/OpenChannel/components/OpenChannelInput |
| 22 | + * @sendbird/uikit-react/ui/MessageInput |
| 23 | + * Value is reset when channelURL changes |
| 24 | + |
| 25 | +Fixes: |
| 26 | +* Fix issue where ConnectionHandler overwrite SessionHandler |
| 27 | +* Use queries from @sendbird/chat |
| 28 | + * Use imported versions of GroupChannelListQueryParams and ApplicationUserListQueryParams |
| 29 | +* Fix `o`penChannel casing in type defn |
| 30 | +* Add some missing localization variables |
| 31 | +* Deprecate ChatHeader and ChannelPreview in @sendbird/uikit-react/ui |
| 32 | +* Replace the ButtonTypes and ButtonSizes into the Button/index |
| 33 | +* Apply scroll to input and dark theme color to UserProfile |
| 34 | +* Disable the create channel button when no user invite |
| 35 | +* Use ref from MessageInputWrapper props if present |
| 36 | +* Some CSS level polishing fixes~ |
| 37 | + |
| 38 | +Dev. Env: |
| 39 | +* Remove `enzyme` and `react-test-renderer` |
| 40 | +* Upgrade the `react` version to **v18** |
| 41 | +* Upgrade the `storybook` version to **v6.5.10** |
| 42 | +* Upgrade the `jest` and `babel-jest` to **v29** |
| 43 | +* Upgrade the `jsdom` to **v20** |
| 44 | +* Install `jest-environment-jsdom` |
| 45 | +* Install `global-jsdom` |
| 46 | +* Install `testing-library` (`@testing-library/react` and `@testing-library/jest-dom`) |
| 47 | +* Migrate every tests with `testing-library` instead of the `enzyme` and `react-test-renderer |
| 48 | +* Replace node-sass with sass(Dart Sass) |
| 49 | +* Reduce bundle size by treating react-dom/server as external |
| 50 | + |
3 | 51 | ## [v3.1.3] (Sep 19 2022)
|
4 | 52 |
|
5 | 53 | Features:
|
|
0 commit comments