This repository was 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
v1.6.2
- Handle null from TimelinePanel.getScrollState in RoomView _getScrollState
#3518 - Fix Community Panel preference not taking effect until some refreshing
#3517 - Fix backspace without slate focus killing everything
#3515 - Fix integration manager not updating when set
#3510 - Various ARIA a11y fixes.
#3514 - Add a bit of debugging for where MatrixClient stops
#3511 - Add error boundaries to catch rendering errors
#3512 - Add an option to hide image previews
#3492 - Fix: stuck tooltip with composer formatting bar
#3507 - Fix: don't let composer placeholder show horizontal scrollbar when too
narrow
#3506
v1.6.2-rc.1
- Custom theming MVP
#3503 - Don't mark a room as unread when someone adds an alias
#3505 - Fix upgraderoom slashcommand
#3504 - Update stripped emoji and bump emojidata to 4.0.2
#3501 - Support local permalinks for unfederated instances
#3500 - Accessibility fixes to the LeftPanel
#3499 - Make Autocomplete more accessible to screen reader users
#3497 - Fix: even more resilience to detect slash commands
#3496 - Fix PropTypes usage, sdk import path and GroupMemberTile letter-avatar
#3486
v1.6.1
- Upgrade to JS SDK 2.4.1 to ignore crypto events with empty content
- Update from Weblate
#3502 - Adjust details of terms dialog
#3489 - Okay -> OK
#3491 - Guard against falsy names in getInitialLetter
#3498 - Update from Weblate
#3495 - Upgrade deps
#3488 - Fix: allow mass redaction for members with same or larger power level
#3487 - Truncate debug logs at the start, not the end
#3484 - Fix: don't block Shift+Tab in CIDER autocomplete
#3481 - Fix: make command detection more resilient
#3479
v1.6.0
v1.6.0-rc.2
- Settings a11y tweaks
#3475
v1.6.0-rc.1
- Upgrade to JS SDK 2.4.0-rc.1
- Update from Weblate
#3480 - Fix: latin input through Chinese IME
#3477 - Move focus to first field in create room dialog when showing
#3478 - Send MSISDN validation token to submit_url during registration
#3476 - Hide browser a11y outline on context menus
#3474 - Remove id_server param from threepid_creds
#3473 - Fix: make sure client exists while logging out
#3472 - Fix: hide details summary arrow in create room dialog on webkit too
#3470 - put the room name in the title tag
#3471 - Fix: when using autocomplete, ensure command is not sent as text, and @room
notifs gets needed suffix
#3468 - Fix: paragraphs not being preserved when editing in CIDER
#3469 - Fix: formatbar appearing below other elements
#3467 - Use alternate MSISDN submit URL when returned by HS
#3466 - FTUE: Create Room Dialog update
#3464 - Use separate 3PID add and bind flow for supporting HSes
#3462 - Add roomavatar slash command to set avatar of the current room
#3460 - Don't show spinner if registration is disabled
#3458 - Use same initial device name rules for SSO login as password login
#3457 - Fix disabled save button on message editor when pasting
#3459 - Some delinting
#3456 - Fix failure to render newly verified phone number and nested forms
#3455 - Focus context menus so screen readers can find them
#3454 - Fix unit tests: Use correct ShallowRenderer and updated lolex
#3453 - make the lifetimes of the RM configurable
#3450 - Point to develop dependencies and fixed react-gemini-scrollbar
#3451 - Fix address type props to state conversion
#3449 - Only put a room in Historical if === 'leave' not peeked
#3445 - Reuse showRoom for onJoinClick so we join using alias if its available
#3444 - Fix: make sure scalarUrls is never undefined
#3446 - Tweak lock file to pull in only one React version
#3447 - Wrap deactivation check with sanity conditions
#3437 - Fix identity server text in AddressPickerDialog
#3408 - Change copy for sharing an email
#3438 - Fix: stop propagation click handler for doesn't run
#3441 - Fix: clicking on a room directory item takes you to the room
#3439 - Fix: only hide clear filter button when blurred & no more search term
#3432 - Dont wrap text in room directory buttons
#3430 - Add way to report the content of a message
#3290 - Breadcrumbs: only show after having joined at least 10 rooms
#3428 - Breadcrumbs: show placeholder for empty slot
#3429 - Hide the change HS url button on SSO login flow if custom urls disabled
#3421 - Fix register page selector buttons growing too wide
#3423 - Left panel: visual fixes
#3422 - EditMessageComposer: disable Save button until a change has been made
#3410 - RoomDirectory: show spinner if loading more results
#3416 - SSO Login: don't assume m.login.password, ask server before showing
#3417 - Switch to React 16
#3270 - Fix replying from search results for this and all rooms
#3406 - Support Synapse deactivate on MemberInfo without Room (timeline pill)
#3411 - Lift 3PID state management up to Settings tab
#3419 - Room directory: update design
#3418 - Room directory: add action buttons on room directly
#3413 - Add explore button in left panel to go show room directory
#3412 - Only update m.accepted_terms if there were changes
#3415 - Make uses of AddressPickerDialog static dialogs
#3414 - Support sending hidden read receipts
#3395 - Catch error from changing room power level requirements and show modal
#3407 - Add "Remove recent messages" button in member info for administrator
#3409 - Add bound 3PID warning when changing IS as well
#3394 - Stregthen bound 3PID warning dialog
#3401 - Stop setting IS input field on account change
#3398 - New composer: use underscore for italics so it doesn't collide with bold
when toggling
#3403 - Switch to createReactClass: views/elements & views/groups. React 16 :D
#3404 - Switch to createReactClass: everything else. React 16 :D
#3405 - Switch to createReactClass: views/rooms and test/components. React 16 :D
#3400 - New composer: support toggling inline formatting
#3402 - Fix format bar not appearing in edit composer
#3399 - Correct case of propTypes property in ES6 React Components. React 16
#3397 - Fix error on load in composer
#3396 - New composer: ensure undo history is persisted before applying formatting
#3391 - New composer: fix pasting from word processors
#3392 - New composer: fix needing to push arrow-up twice after sending first message
after switching to a room
#3393 - Remove accent color as selection color
#3390 - New composer: formatting keyboard shortcuts
#3389 - New composer: format bar tooltips
#3387 - New composer: show format bar on selection
#3386 - Add new agreed URLs to account data instead of overwriting
#3388 - Fix member power levels in room settings
#3384 - New composer: allow escaping the first slash to not write a command
#3382 - /plain command to bypass markdown conversion
[#3381](https://github.com/m...
v1.5.3
v1.5.3-rc.3
- js-sdk rc.1 for report API