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

Releases: matrix-org/matrix-react-sdk

v1.5.2

12 Sep 11:55
Compare
Choose a tag to compare

Full Changelog

  • Fix register page selector buttons growing too wide
    #3427
  • Left panel: visual fixes
    #3426
  • Hide the change HS url button on SSO login flow if custom urls disabled
    #3425
  • RoomDirectory: show spinner if loading more results
    #3424

v1.5.2-rc.1

11 Sep 17:43
Compare
Choose a tag to compare
v1.5.2-rc.1 Pre-release
Pre-release

Full Changelog

  • Merge first pass of First Time User Experience to release branch
    #3420

v1.5.1

05 Aug 13:34
Compare
Choose a tag to compare

Full Changelog

  • Let user know their account has been deactivated upon trying to login
    #3281
  • Don't load guest sessions on post-registration login link
    #3277

v1.5.0

05 Aug 11:01
Compare
Choose a tag to compare

Full Changelog

  • Don't load guest sessions on post-registration login link
    #3277

v1.5.0-rc.1

31 Jul 15:46
Compare
Choose a tag to compare
v1.5.0-rc.1 Pre-release
Pre-release

Full Changelog

  • Upgrade to JS SDK 2.3.0-rc.1
  • Update from Weblate
    #3265
  • Replace React.PropTypes with usage of the prop-types package
    #3263
  • strikethrough & underline deletions & insertions
    #3264
  • Get rid of warning of required prop
    #3261
  • Fix html diffs repeating text sometimes
    #3262
  • Introduce RoomContext for sharing state between RoomView and children
    #3260
  • Upgrade emojibase to fix :anxious:
    #3259
  • Add support for IS v2 API with authentication
    #3256
  • Fix autocomplete for editing being broken
    #3258
  • Unit tests for new editor
    #3247
  • Show MessageActionBar buttons conditionally on room state permissions
    #3255
  • Handle onPaste AddressPickerDialog, allow addressing CSV/NL/Space delim list
    #3249
  • Move history with alt up/down regardless of where selection is
    #3254
  • Update from Weblate
    #3253
  • Fix /rainbowme and /rainbow breaking apart utf-16 emoji
    #3248
  • Tweak interactive tooltip buffer area allow for overshoot
    #3245
  • Keep widget URL in permission screen to one line
    #3243
  • Avoid visual glitch when terms appear for Integration Manager
    #3242
  • Show diff for formatted messages in the edit history
    #3244
  • Redirect paste to composer when event target can't receive input
    #3239
  • Restore manual composing focusing logic
    #3241
  • ToS for ISes/IMs: prompt on use screen
    #3199
  • Defer IM token until widget is shown and permission granted
    #3240
  • Move read marker past invisible events
    #3226
  • Basic diff visualisation for plain text edits
    #3238
  • Don't focus composer on keydown with modifier
    #3237
  • Focus composer when typing anywhere in the app
    #3224
  • Don't show remove button for original event in edit history
    #3235
  • Remove feature flags for reactions and edits
    #3233
  • Enable reactions and edits by default
    #3229
  • Improve interactive tooltip safe mousing area
    #3228
  • Add a previous event safe area around action bar
    #3227
  • Parse integration manager origins more sensibly
    #3217
  • ChatCreateOrReuse show only rooms both you and the other party still in
    #3225
  • Check for liveliness on submission when the server was previously dead
    #3218
  • Fix autocomplete delay text field not accepting text
    #3219
  • Don't show a reason if there's no reason for a kick/ban
    #3220
  • Take adjacent invisible events into account for read receipt, even if any
    but first should be ignored.
    #3221
  • Check content and content.users in power levels
    #3216
  • Autojoin rooms when clicking the tombstone
    #3206
  • Verify i18n in CI
    #3209
  • Send the correct UIA alongside the wrong UIA for backwards comaptibility
    #3211
  • Remove unused identityEnabled property from ValidatedServerConfig
    #3213
  • Remove misleading text about admins logging people out from soft logout
    #3205

v1.4.0

18 Jul 14:50
Compare
Choose a tag to compare

Full Changelog

  • Upgrade to JS SDK 2.2.0
  • Don't show remove button for original event in edit history
    #3236
  • Remove feature flags for reactions and edits
    #3234
  • Enable reactions and edits by default
    #3232
  • Improve interactive tooltip safe mousing area
    #3231
  • Add a previous event safe area around action bar
    #3230

v1.4.0-rc.3

15 Jul 16:28
Compare
Choose a tag to compare
v1.4.0-rc.3 Pre-release
Pre-release

Full Changelog

  • Check content and content.users in power levels
    #3223
  • Take adjacent invisible events into account for read receipt, even if any
    but first should be ignored.
    #3222

v1.4.0-rc.2

12 Jul 16:33
Compare
Choose a tag to compare
v1.4.0-rc.2 Pre-release
Pre-release

Full Changelog

  • Upgrade to JS SDK 2.2.0-rc.2 to fix regression in listing devices
  • Remove misleading text about admins logging people out from soft logout
    #3215

v1.4.0-rc.1

12 Jul 10:28
Compare
Choose a tag to compare
v1.4.0-rc.1 Pre-release
Pre-release

Full Changelog

  • Upgrade to JS SDK 2.2.0-rc.1
  • Update from Weblate
    #3214
  • Prevent autocomplete on paste, and verserev-ing text before and after :
    #3210
  • Close settings after deactivating
    #3212
  • Require an issue URL (or notes) on rageshakes
    #3207
  • Use r0 media endpoints for group tests
    #3202
  • Fix field styling regression
    #3204
  • Upgrade dependencies
    #3203
  • Show anything other than ban/invite -> leave as a kick
    #3198
  • Run stylelint on all SCSS files
    #3200
  • Show original event in edit history
    #3195
  • Use the state variable for the password when deactivating
    #3201
  • Support SSO for rehydrating a soft-logged-out session.
    #3197
  • Change highlight colour on dark theme
    #3196
  • Dress up the soft logout page to look like the design
    #3190
  • Overwrite the old session if the new creds are for a different user
    #3189
  • Fix React crash when using a non-default homeserver on soft logout
    #3188
  • Change soft logout rehydrate text if there's pending key backups
    #3187
  • Ask for the user's password to rehydrate their soft logged out session
    #3182
  • Don't try to call bodyToHtml with an empty content
    #3194
  • Take server-side aggregation into account for timestamp on (edited) tooltip
    #3193
  • Fix some React errors
    #3164
  • Preserve reply fallback on edit
    #3192
  • Don't show Remove button in ImageView if can't redact, delint ImageView
    #3191
  • Edit history actions
    #3180
  • Don't allow editing via up-arrow when Replying
    #3183
  • If oldContent matches newContent, skip sending the edit
    #3103
  • Track live events in timeline and use for read receipts and read markers
    #3184
  • Upgrade dependencies
    #3179
  • Allow diplayed reaction values to contain anything
    #3186
  • Fix interactive tooltip null target error
    #3185
  • Require that users go to the soft logout page if they're soft logged out
    #3181
  • Emojibase data includes blank variations, accept these when searching
    #3163
  • Implement basic soft logout handling
    #3177
  • De-lint ScalarAuthClient
    #3178
  • show /relations error in edit history dialog
    #3174

v1.3.1

11 Jul 10:03
Compare
Choose a tag to compare

Full Changelog

  • Fix account deactivation
    #3201
  • Upgrade lodash dependencies
  • Upgrade to JS SDK 2.1.1