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

v0.12.9-rc.1

04 Jul 10:23
Compare
Choose a tag to compare
v0.12.9-rc.1 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #2040
  • Import react as React in src/components/views/messages/MStickerBody.js
    #2039
  • Import react as React in src/GroupAddressPicker.js
    #2038
  • Give PersistedElement a key
    #2036
  • Revert " make click to insert nick work on join/parts, /me's etc"
    #2034
  • Track an event name when tracking a decryption failure
    #2033
  • warn on self-mute
    #1974
  • make click to insert nick work on join/parts, /me's etc
    #1945
  • Fix layout bug introduced by #2025
    #2029
  • Fix room topics/names resetting when UserSetting re-renders
    #2028
  • Improve tracking of UISIs
    #2027
  • Replace share icons
    #2026
  • Improve status bar errors (namely the consent error)
    #2025
  • Fix incorrectly positioned copy button on <pre> blocks
    #2023
  • Redact pathnames with origin file://
    #2018
  • Update package-lock.json
    #2022
  • on room sub list badge click goto first relevant room
    #2021
  • improve linkifier AGAIN
    #2020
  • fix historical section
    #2016
  • Fix RoomSubList headers by re-commiting 1faecfd
    #2014
  • don't fire share dialog when clicking timestamp of event,
    #2017
  • Revert "affix copyButton so that it doesn't get scrolled horizontally"
    #2013
  • when the user switches room, close room settings
    #2019
  • Refactor widgets code
    #2015
  • Login local errors for blank fields
    #2009
  • Update lolex to 2.7.0
    #1917
  • Improve Linkifier
    #2011
  • use enum constants for EventStatus and correct isSent check
    #2010
  • accent insensitive autocomplete
    #2007
  • default to not showing url previews in e2ee rooms.
    #2001
  • allow chaining right click contextmenus
    #1999
  • hide empty roomsublists when filtering via search/tagpanel
    #1954
  • prevent user,room,group autocomplete firing mid-word
    #2012
  • fix instances of composer not getting/regaining focus
    #2008
  • notif panel fixes
    #2006
  • factor out conditional LanguageSelector as functional component
    #2003
  • Autocomplete and Pillify Communities
    #1993
  • Very basic Jitsi integration
    #1971
  • add additional classes which protect the text from overflowing
    #1994
  • Upload File confirmation modal steals focus, send it back to composer
    #1992
  • delint MImageBody, fixes anonymous class and hyphenated style keys which
    made react cry
    #1991
  • allow using tab to navigate room list in a smarter way
    #1977
  • fix no displayname usersettings
    #1990
  • trigger TagTile context menu on right click
    #1989
  • hide already chosen results from AddressPickerDialog
    #2000
  • delint ChatCreateOrReuseDialog
    #2002
  • fix set password & email flow possible to get stuck and onBlur murdering
    your email
    #1982

v0.12.8

29 Jun 10:40
Compare
Choose a tag to compare

Full Changelog

  • Revert "affix copyButton so that it doesn't get scrolled horizontally"
    #2013
  • don't fire share dialog when clicking timestamp of event
    #2017
  • when the user switches room, close room settings
    #2019

v0.12.8-rc.2

22 Jun 17:09
Compare
Choose a tag to compare
v0.12.8-rc.2 Pre-release
Pre-release

Full Changelog

  • slash got consumed in the consolidation
    #1998

v0.12.8-rc.1

21 Jun 09:07
Compare
Choose a tag to compare
v0.12.8-rc.1 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #1997
  • refactor, consolidate and improve SlashCommands
    #1988
  • Take replies out of labs!
    #1996
  • re-merge reset PR
    #1987
  • once command has a space, strict match instead of fuzzy match
    #1985
  • Fix matrix.to URL RegExp
    #1986
  • Fix blank sticker picker
    #1984
  • fix e2ee file/media stuff
    #1972
  • right click for room tile context menu
    #1978
  • only show m.room.message in FilePanel
    #1983
  • improve command provider
    #1981
  • affix copyButton so that it doesn't get scrolled horizontally
    #1980
  • split continuation if there is a gap in conversation
    #1979
  • fix a bunch of instances of react console spam
    #1973
  • Track decryption success/failure rate with piwik
    #1949
  • route matrix.to/#/+... links internally (not just group ids)
    #1975
  • implement hitting enter after Ctrl-K should switch to the first result
    #1976
  • Remove tag panel feature flag
    #1970
  • QuestionDialog pass hasCancelButton to DialogButtons
    #1968
  • check type before msgtype in the case of m.sticker with msgtype
    #1965
  • apply roomlist searchFilter to aliases if it begins with a #
    #1957
  • Share Dialog
    #1948
  • make RoomTooltip generic and add ContextMenu&Tooltip to GroupInviteTile
    #1950
  • Fix widgets re-appearing after being deleted
    #1958
  • Fix crash on unspecified thumbnail info, and handle gracefully
    #1967
  • fix styling of clearButton when its not there
    #1964
  • Implement slightly magical CSS soln. to thumbnail sizing
    #1912
  • Select audio output for WebRTC
    #1932
  • move css rule to be more generic; remove overriden rule
    #1962
  • improve tag panel accessibility and remove a no-op dispatch
    #1960
  • Revert "Fix exception when opening dev tools"
    #1963
  • fix message appears unencrypted while encrypting and not_sent
    #1959
  • Fix exception when opening dev tools
    #1961
  • show redacted stickers like other redacted messages
    #1956
  • add mx_filterFlipColor to mx_MemberInfo_cancel img
    #1951
  • don't set the displayname on registration as Synapse now does it
    #1953
  • allow CreateRoom to scale properly horizontally
    #1955
  • Keep context menus that extend downwards vertically on screen
    #1952
  • re-run checkIfAlone if a member change occurred in the active room
    #1947
  • Persist pinned message open-ness between room switches
    #1935
  • Pinned message cosmetic improvements
    #1933
  • Update sinon to 5.0.7
    #1916
  • re-run checkIfAlone if a member change occurred in the active room
    #1946
  • Replace "Login as guest" with "Try the app first" on login page
    #1937
  • kill stream when using gUM for permission to device labels to turn off
    camera
    #1931

v0.12.7

12 Jun 13:21
Compare
Choose a tag to compare

Full Changelog

  • No changes since rc.1

v0.12.7-rc.1

06 Jun 15:06
Compare
Choose a tag to compare
v0.12.7-rc.1 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #1944
  • Import react as React in src/components/views/elements/DNDTagTile.js
    #1943
  • Fix click on faded left/right/middle panel -> close settings
    #1940
  • Add null-guard to support browsers that don't support performance
    #1942
  • Support third party integration managers in AppPermission
    #1455
  • Update pinned messages in real time
    #1934
  • Expose at-room power level setting
    #1938

v0.12.6

25 May 14:16
Compare
Choose a tag to compare

Full Changelog

  • No changes since v0.12.6-rc.1

v0.12.6-rc.1

24 May 17:23
Compare
Choose a tag to compare
v0.12.6-rc.1 Pre-release
Pre-release

Full Changelog

  • Add a "reload widget" button.
    #1920
  • Make devTools styling more consistent and easier to edit event data.
    #1923
  • Update from Weblate.
    #1930
  • Cookie bar update
    #1929
  • Message for leaving server notices room
    #1928
  • More thorough check of IM URL validity.
    #1927
  • Add usage data link to cookie bar
    #1926
  • Change wording and appearance of Deactivate Account dialog
    #1925
  • fix membership list ordering when presence is disabled.
    #1924
  • Implement erasure option upon deactivation
    #1922
  • Add cookie warning to widget warning (AppPermission)
    #1921
  • Terms and Conditions dialog
    #1919
  • improve privileged section users in room settings
    #1902
  • Space between sentences in 'leave room' warning
    #1918
  • Specify valid address types to "Start a chat" dialog
    #1908
  • Implement opt-in analytics with cookie bar
    #1906
  • Fix element-hq/element-web#6523 Emoji rendering destroys paragraphs
    #1910

v0.12.5

17 May 16:04
Compare
Choose a tag to compare

Full Changelog

  • Fix image size jumping regression
    #1909

v0.12.4

16 May 10:49
Compare
Choose a tag to compare

Full Changelog

  • No changes from rc.5