This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Releases: matrix-org/matrix-react-sdk
Releases · matrix-org/matrix-react-sdk
v0.10.3-rc.1
- Fix room change sometimes being very slow
#1354 - apply shouldHideEvent fn to onRoomTimeline for RoomStatusBar
#1346 - text4event widget modified, used to show widget added each time.
#1345 - separate concepts of showing and managing RRs to fix regression
#1352 - Make staging widgets work with live and vice versa.
#1350 - Avoid breaking /sync with uncaught exceptions
#1349 - we need to pass whether it is an invite RoomSubList explicitly (i18n)
#1343 - Percent encoding isn't a valid thing within _t
#1348 - Fix spurious notifications
#1339 - Unbreak password reset with a non-default HS
#1347 - Remove unnecessary 'load' on notif audio element
#1341 - _tJsx returns a React Object, the sub fn must return a React Object
#1340 - Fix deprecation warning about promise.defer()
#1292 - Fix click to insert completion
#1331
v0.10.2
v0.10.1
- [No changes]
v0.10.1-rc.1
- Matthew/multiple widgets
#1327 - Fix proptypes on UserPickerDialog
#1326 - AppsDrawer: Remove unnecessary bind
#1325 - Position add app widget link
#1322 - Remove app tile beta tag.
#1323 - Add missing translation.
#1324 - Note that apps are not E2EE
#1319 - Only render appTile body (including warnings) if drawer shown.
#1321 - Timeline improvements
#1320 - Add a space between widget name and "widget" in widget event tiles
#1318 - Move manage integrations button from settings page to room header as a
stand-alone component
#1286 - Don't apply case logic to app names
#1316 - Stop integ manager opening on every room switch
#1315 - Add behaviour to toggle app draw on app tile header click
#1313 - Change OOO so that MELS generation will continue over hidden events
#1308 - Implement TextualEvent tiles for im.vector.modular.widgets
#1312 - Don't show widget security warning to the person that added it to the room
#1314 - remove unused strings introduced by string change
#1311 - hotfix bad fn signature regression
#1310 - Show a dialog if the maximum number of widgets allowed has been reached.
#1291 - Fix Robot translation
#1309 - Refactor ChatInviteDialog to be UserPickerDialog
#1300 - Update Link to Translation status
#1302
v0.10.0-rc.2
v0.10.0-rc.1
- Fix i18n variable names and
)s
syntax for TE.json (Tegulu)
#1306 - Allow autocompletion when typing user IDs
#1303 - fix async modal create fn signature
#1305 - Update from Weblate.
#1304 - Fix bugs in textOffsetsToSelectionState
#1299 - Store history as raw content
#1298 - Add onClick to user pills
#1297 - preventDefault when moving autocomplete selection with vertical arrow
#1295 - Revert "At /user, view member of current room"
#1294 - Display RM when it = a standalone member event
#1296 - Disable widgets prior to release
#1293 - At /user, view member of current room
#1290 - un-i18n Modal Analytics
#1255 - allow hiding of avatar/display name changes
#1272 - Quote by taking the innerText of eventTiles
#1289 - Track whether the user has richtext mode enabled
#1288 - Hide autocomplete when RTE selection state (cursor) changes
#1287 - Fix Set MXID Dialog woes
#1259 - For mentions, always use rawDisplayName and remove (IRC)
#1285 - Make MatrixChat do fewer render cycles during mount
#1283 - Show unencrypted messages as unencrypted
#1282 - Disable autocompletions for users and rooms when entering a command
#1280 - Always use message
body
when quoting
#1279 - When
hide
ing autocomplete, also remove completion state
#1281 - Add optional setting for hiding avatars in s
#1277 - Mandate ctrl/meta ONLY for a subset of key bindings
#1278 - Use the rawDisplayName for the user provider completion
#1276 - Fix ctrl+a, backspace toggling block format
#1275 - Allow default for ctrl+shift+b, ctrl+shift+u in RTE
#1274 - MD-escape URLs/alises/user IDs prior to parsing markdown
#1270 - Upgrade draft-js to 0.11.0-alpha
#1269 - Display warning if widget is mixed content
#1263 - Account for
\n
after each block
#1267 - When sorting completions, use matched string, not entire query
#1266 - Order room completions more intuitively
#1265 - Adjust emoji sorting such that exact matches/prefixes appear first
#1264 - Upgrade draft-js from 0.9.1 to 0.10.1
#1262 - Use componentWillReceiveProps to update pill state when props change
#1260 - Only auto-replace emoji following ^ or \s
#1261 - Widget permissions
#1257 - Interpret a
split-block
as format toggle for an empty block
#1258 - Instead of inserting MD for completion, convert the Entity later
#1256 - Fix /join #alias command in markdown mode
#1254 - Attempt to improve test output to be more readable
#1253 - Only apply room pills to matrix.to room links, exclude event links
#1252 - Fix user pills suffixes
#1251 - T3chguy/hide join part (attempt) 2
#1243 - Scroll to the bottom of editor if on last line
#1248 - Fix i18n on truncatedlist & friends to be sane
#1250 - allow width, height, alt, title attributes in img
#1249 - Use
data-offset-key
in RTE decorators
#1247 - Get user pill profile remote data and show unrecognised rooms as links
#1246 - UI for editing groups
#1229 - Remove disambiguation from user mentions, add tooltip for mxid
#1245 - Strip MD user mentions from the
body
of sent messages
#1242 - Factor out shared logic in two code-paths for pill rendering
#1241 - Hide widget panel while it is being deleted.
#1240 - Insert pill onClick of timeline profile
#1239 - Insert MD links when autocompleting in MD mode
#1238 - Show beta testing icon and help message for widgets tile.
#1226 - Implement old composer feature that inserts ': ' or ' '
#1237 - Match emojis by long name
#1236 - Prepare for asynchronous e2e APIs
#1233 - Add mx_UserPill_me class to user pills that match credentials.userId
#1234 - Mimic ctrl+j of RT mode in MD mode
#1235 - Implement composer completion user/room pill insertion
#1228 - Decorate matrix.to anchor tags as mx_UserPill and mx_RoomPill
#1227 - Interpret backspace at start of style block as block style toggle
#1232 - Use _uniq instead of _sortedUniq for return unique matched results
#1231 - Fix inviting multiple people to a room
#1230 - Decorate http://matrix.to links in the composer as pills
#1225 - Fix file uploading
#1224 - Fix RoomSettings save
#1223 - Add code-block to the list of blocks where hitting return will split-…
#1222 - Fix Autocompleter promises
#1219 - Implement disabled-by-default setting for auto-replacement of plainte…
#1221 - Transform
async
functions to bluebird promises
#1220 - Improve RTE HTML link handling
#1217 - Prevent exception on page unload
#1216 - Switch matrix-react-sdk to bluebird
#1213 - Remove
disableMarkdown
setting
#1214 - Remove MessageComposerInputOld
#1215 - Enable ctrl+k room filter focus
#1212 - Use matrix-react-test-utils rather than our own impl
#1211 - Fix a race in session loading code
#1207 - use npm scripts arg passing instead of $KARMAFLAGS to make cross-compat
[#1210](https://github.com/matrix-org/matrix-reac...