This repository was archived by the owner on Oct 11, 2022. It is now read-only.
v2.2.8
Release notes
- Introduces new message replies! Message replies make it easier to reference earlier messages in a conversation and provide more clear context to ongoing conversations #2924
- Fixes a bug where threads would sometimes be duplicated in feeds #2946
- Fixes a styling issue with the chat input collapsing in certain states #2949 @johnnynotsolucky
- Fixes a bug where links that contained
@
symbols would misinterpret mentions #2954 @Keraito - Continued iteration on mobile - latest updates #2895
- Fixes a bug where certain communities would fail to load #2934
- Fixes a bug where DMs would refresh when new messages were being sent #2971
- Fixes a bug where mentions in code blocks were clickable #2961 @alejandronanez
- Fixes the behavior of the thread settings dropdown to open up or down depending on the user's scroll position, and to properly close when certain actions are taken #2937 @gdad-s-river
- Fixes bugs which would cause old messages and thread drafts to be pre-populated in input fields. We've improved this behavior so that draft content is only saved for one day and won't persist between public and private conversations #2832 @cutjavascript
Other
- Fix in state for search input #2948 @dmitrika
- Updates to docs #2951 #2955 #2975 @alejandronanez
- Fixes GitHub social theme color #2960 @ryota-murakami
- Whitespace cleanup #2959 #2958 @ryota-murakami
- Perf and bundle size improvements #2939
- Fix in raven request handler function #2973 @comus