Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Releases: matrix-org/matrix-react-sdk

v0.8.9-rc.1

19 May 09:39
Compare
Choose a tag to compare
v0.8.9-rc.1 Pre-release
Pre-release

Full Changelog

  • Prevent an exception getting scroll node
    #902
  • Fix a few remaining snags with country dd
    #901
  • Add left_aligned class to CountryDropdown
    #900
  • Swap to new flag files (which are stored as GB.png)
    #899
  • Improve phone number country dropdown for registration and login (Act. 2,
    Return of the Prefix)
    #897
  • Support for pasting files into normal composer
    #892
  • tell guests they can't use filepanel until they register
    #887
  • Prevent reskindex -w from running when file names have not changed
    #888
  • I broke UserSettings for webpack-dev-server
    #884
  • various fixes to RoomHeader
    #880
  • remove /me whether or not it has a space after it
    #885
  • show error if we can't set a filter because no room
    #883
  • Fix RM not updating if RR event unpaginated
    #874
  • change roomsettings wording
    #878
  • make reskindex windows friendly
    #875
  • Fixes 2 issues with Dialog closing
    #867
  • Automatic Reskindex
    #871
  • Put room name in 'leave room' confirmation dialog
    #873
  • Fix this/self fail in LeftPanel
    #872
  • Don't show null URL previews
    #870
  • Fix keys for AddressSelector
    #869
  • Make left panel better for new users (mk II)
    #859
  • Explicitly save composer content onUnload
    #866
  • Warn on unload
    #851
  • Log deviceid at login
    #862
  • Guests can't send RR so no point trying
    #860
  • Remove babelcheck
    #861
  • T3chguy/settings versions improvements
    #857
  • Change max-len 90->120
    #852
  • Remove DM-guessing code
    #829
  • Fix jumping to an unread event when in MELS
    #855
  • Validate phone number on login
    #856
  • Failed to enable HTML5 Notifications Error Dialogs
    #827
  • Pin filesize ver to fix break upstream
    #854
  • Improve RoomDirectory Look & Feel
    #848
  • Only show jumpToReadMarker bar when RM !== RR
    #845
  • Allow MELS to have its own RM
    #846
  • Use document.onkeydown instead of onkeypress
    #844
  • (Room)?Avatar: Request 96x96 avatars on high DPI screens
    #808
  • Add mx_EventTile_emote class
    #842
  • Fix dialog reappearing after hitting Enter
    #841
  • Fix spinner that shows until the first sync
    #840
  • Show spinner until first sync has completed
    #839
  • Style fixes for LoggedInView
    #838
  • Fix specifying custom server for registration
    #834
  • Improve country dropdown UX and expose +prefix
    #833
  • Fix user settings store
    #836
  • show the room name in the UDE Dialog
    #832
  • summarise profile changes in MELS
    #826
  • Transform h1 and h2 tags to h3 tags
    #820
  • limit our keyboard shortcut modifiers correctly
    #825
  • Specify cross platform regexes and add olm to noParse
    #823
  • Remember element that was in focus before rendering dialog
    #822
  • move user settings outward and use built in read receipts disabling
    #824
  • File Download Consistency
    #802
  • Show Access Token under Advanced in Settings
    #806
  • Link tags/commit hashes in the UserSettings version section
    #810
  • On return to RoomView from auxPanel, send focus back to Composer
    #813
  • Change presence status labels to 'for' instead of 'ago'
    #817
  • Disable Scalar Integrations if urls passed to it are falsey
    #816
  • Add option to hide other people's read receipts.
    #818
  • Add option to not send typing notifications
    #819
  • Sync RM across instances of Riot
    #805
  • First iteration on improving login UI
    #811
  • focus on composer after jumping to bottom
    #809
  • Improve RoomList performance via side-stepping React
    #807
  • Don't show link preview when link is inside of a quote
    #762
  • Escape closes UserSettings
    #765
  • Implement user power-level changes in timeline
    #794

v0.8.8

25 Apr 09:54
Compare
Choose a tag to compare

Full Changelog

  • No changes

v0.8.8-rc.2

24 Apr 17:24
Compare
Choose a tag to compare
v0.8.8-rc.2 Pre-release
Pre-release

Full Changelog

  • Fix bug where links to Riot would fail to open.

v0.8.8-rc.1

21 Apr 17:22
Compare
Choose a tag to compare
v0.8.8-rc.1 Pre-release
Pre-release

Full Changelog

v0.8.7

12 Apr 09:02
Compare
Choose a tag to compare

Full Changelog

  • No changes

v0.8.7-rc.4

11 Apr 17:47
Compare
Choose a tag to compare
v0.8.7-rc.4 Pre-release
Pre-release

Full Changelog

  • Fix people section vanishing on 'clear cache'
    #799
  • Make the clear cache button work on desktop
    #798

v0.8.7-rc.3

10 Apr 15:54
Compare
Choose a tag to compare
v0.8.7-rc.3 Pre-release
Pre-release

v0.8.7-rc.3

Full Changelog

  • Use matrix-js-sdk v0.7.6-rc.2

v0.8.7-rc.2

10 Apr 15:46
Compare
Choose a tag to compare
v0.8.7-rc.2 Pre-release
Pre-release

Full Changelog

  • fix the warning shown to users about needing to export e2e keys
    #797

v0.8.7-rc.1

07 Apr 16:10
Compare
Choose a tag to compare
v0.8.7-rc.1 Pre-release
Pre-release

Full Changelog

  • Add support for using indexeddb in a webworker
    #792
  • Fix infinite pagination/glitches with pagination
    #795
  • Fix issue where teamTokenMap was ignored for guests
    #793
  • Click emote sender -> insert display name into composer
    #791
  • Fix scroll token selection logic
    #785
  • Replace sdkReady with firstSyncPromise, add mx_last_room_id
    #790
  • Change "Unread messages." to "Jump to first unread message."
    #789
  • Update for new IndexedDBStore interface
    #786
  • Add <ol start="..."> to allowed attributes list
    #787
  • Fix the onFinished for timeline pos dialog
    #784
  • Only join a room when enter is hit if the join button is shown
    #776
  • Remove non-functional session load error
    #783
  • Use Login & Register via component interface
    #782
  • Attempt to fix the flakyness seen with tests
    #781
  • Remove React warning
    #780
  • Only clear the local notification count if needed
    #779
  • Don't re-notify about messages on browser refresh
    #777
  • Improve zeroing of RoomList notification badges
    #775
  • Fix VOIP bar hidden on first render of RoomStatusBar
    #774
  • Correct confirm prompt for disinvite
    #772
  • Add state loggingIn to MatrixChat to fix flashing login
    #773
  • Fix bug where you can't invite a valid address
    #771
  • Fix people section DropTarget and refactor Rooms
    #761
  • Read Receipt offset
    #770
  • Support adding phone numbers in UserSettings
    #756
  • Prevent crash on login of no guest session
    #769
  • Add canResetTimeline callback and thread it through to TimelinePanel
    #768
  • Show spinner whilst processing recaptcha response
    #767
  • Login / registration with phone number, mark 2
    #750
  • Display threepids slightly prettier
    #758
  • Fix extraneous leading space in sent emotes
    #764
  • Add ConfirmRedactDialog component
    #763
  • Fix password UI auth test
    #760
  • Display timestamps and profiles for redacted events
    #759
  • Fix UDD for voip in e2e rooms
    #757
  • Add "Export E2E keys" option to logout dialog
    #755
  • Fix People section a bit
    #754
  • Do routing to /register _onLoadCompleted
    #753
  • Double UNPAGINATION_PADDING again
    #747
  • Add null check to start_login
    #751
  • Merge the two RoomTile context menus into one
    #746
  • Fix import for Lifecycle
    #748
  • Make UDD appear when UDE on uploading a file
    #745
  • Decide on which screen to show after login in one place
    #743
  • Add onClick to permalinks to route within Riot
    #744
  • Add support for pasting files into the text box
    #605
  • Show message redactions as black event tiles
    #739
  • Allow user to choose from existing DMs on new chat
    #736
  • Fix the team server registration
    #741
  • Clarify "No devices" message
    #740
  • Change timestamp permalinks to matrix.to
    #735
  • Fix resend bar and "send anyway" in UDD
    #734
  • Make COLOR_REGEX stricter
    #737
  • Port registration over to use InteractiveAuth
    #729
  • Test to see how fuse feels
    #732
  • Submit a new display name on blur of input field
    #733
  • Allow [bf]g colors for style attrib
    #610
  • MELS: either expanded or summary, not both
    #683
  • Autoplay videos and GIFs if enabled by the user.
    #730
  • Warn users about using e2e for the first time
    #731
  • Show UDDialog on UDE during VoIP calls
    #721
  • Notify MatrixChat of teamToken after login
    #726
  • Fix a couple of issues with RRs
    #727
  • Do not push a dummy element with a scroll token for invisible events
    #718
  • MELS: check scroll on load + use mels-1,-2,... key
    #715
  • Fix message composer placeholders
    #723
  • Clarify non-e2e vs. e2e /w composers placeholder
    #720
  • Fix status bar expanded on tab-complete
    #722
  • add .editorconfig
    #713
  • Change the name of the database
    #719
  • Allow setting the default HS from the query parameter
    #716
  • first cut of improving UX for deleting devices.
    #717
  • Fix block quotes all being on a single line
    #711
  • Support reasons for kick / ban
    #710
  • Show when you've been kicked or banned
    #709
  • Add a 'Clear Cache' button
    #708
  • Update the room view on room name change
    #707
  • Add a button to un-ban users in RoomSettings
    #698
  • Use IndexedDBStore from the JS-SDK
    #687
  • Make UserSettings use the right teamToken
    #706
  • If the home page is somehow accessed, goto directory
    #705
  • Display avatar initials in typing notifications
    #699
  • fix eslint's no-invalid-this rule for class properties
    #703
  • If a referrer hasn't been specified, use empty string
    #701
  • Don't force-logout the user if reading localstorage fails
    #700
  • Convert some missed buttons to AccessibleButton
    #697
  • Make ban either ban or unban
    #696
  • Add confirmation dialog to kick/ban buttons
    #694
  • Fix typo with Scalar po...
Read more

v0.8.6

04 Feb 10:30
Compare
Choose a tag to compare

Full Changelog

  • Update to matrix-js-sdk 0.7.5 (no changes from 0.7.5-rc.3)