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.4-rc.6

15 May 17:03
Compare
Choose a tag to compare
v0.12.4-rc.6 Pre-release
Pre-release

Full Changelog

  • Wait for deletion of widgets as well addition
    #1907

v0.12.4-rc.5

15 May 14:54
Compare
Choose a tag to compare
v0.12.4-rc.5 Pre-release
Pre-release

Full Changelog

  • Wait for echo from server when adding user widgets
    #1905

v0.12.4-rc.4

14 May 17:23
Compare
Choose a tag to compare
v0.12.4-rc.4 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #1904
  • Correctly identify sticker picker widgets
    #1894
  • Quick fix for sticker picker position
    #1903
  • Remove redundant logging (currently shown on every render when no sti…
    #1901
  • Fix stickers briefly being 2x the size
    #1899
  • Send required properties when making requests to widgets over postMessage
    #1891
  • Fix room widget second load infini spinner
    #1897
  • Update widget state when account data changes
    #1896
  • Remove margins when in a ReplyThread to stop them taking so much space
    #1882
  • Add setting to enable widget screenshots (if widgets declare support)
    #1892
  • T3chguy/replies html tag
    #1889
  • Instant Sticker Picker
    #1888
  • Update widget 'widgetData' key to 'data' to match spec.
    #1887
  • Fix 'state_key' field name.
    #1886
  • Improve appearance of short-lived app loading spinner
    #1885
  • Take feature_sticker_messagse out of labs
    #1883
  • Fix issue incorrect positioning with widget loading indicator
    #1884
  • Users should always be able to edit their user/non-room widgets
    #1879

v0.12.4-rc.3

11 May 17:26
Compare
Choose a tag to compare
v0.12.4-rc.3 Pre-release
Pre-release

Full Changelog

  • Instant Sticker Picker ⚡
    #1888

v0.12.4-rc.2

09 May 16:34
Compare
Choose a tag to compare
v0.12.4-rc.2 Pre-release
Pre-release

Full Changelog

  • Improve appearance of short-lived widget loading spinner
  • Make sticker picker fully-fledged feature
  • Fix incorrect positioning with widget loading indicator

v0.12.4-rc.1

09 May 12:44
Compare
Choose a tag to compare
v0.12.4-rc.1 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #1881
  • Pin lolex at 2.3.2 to avoid bug causing tests to fail
    #1880
  • Replies: un-break click-to-mention on SenderProfile for reply&preview
    #1878
  • Add tests for RoomList
    #1877
  • Fix crash when browser doesn't report page change measurement
    #1874
  • fix thinko when changing from ClientPeg to context in static method (DUH)
    #1875
  • Fix Replies :D
    #1873
  • Update eslint-plugin-react
    #1871
  • relax lint for jsx-curly-spacing and arrow-parens
    #1872
  • Use develop js-sdk in jenkins build
    #1870
  • Replies
    #1741
  • Use the right js-sdk branch when testing
    #1869
  • Prevent error responses wedging group request concurrency limit
    #1867
  • Refresh group rooms and members when selecting a tag
    #1868
  • Refactor GroupStores into one global GroupStore
    #1866
  • Switch back to using blob URLs for rendering e2e attachments
    #1864
  • Hide inline encryption icons except when hovering over a message
    #1845
  • UI fixes in SessionRestoreErrorDialog
    #1860
  • Fix UX issues with bug report dialog
    #1863
  • fix ugly img errors and correctly render SVG thumbnails
    #1865
  • Fix error handling on session restore
    #1859
  • Add tests for GroupView
    #1862
  • Update version of hoek
    #1861
  • Fix bug that caused crash when analytics HS/IS whitelists not specified
    #1858
  • Fix Analytics to not import DEFAULTS, therefore avoiding NPE
    #1857
  • Null check piwik config before using it
    #1856
  • Track actual window location origin and hash
    #1853
  • Replace document.origin with window.location.origin
    #1855
  • Optionally hide widget popout button.
    #1854
  • Add a button to 'pop out' widgets in to their own tab.
    #1851

v0.12.3

30 Apr 12:38
Compare
Choose a tag to compare

Full Changelog

  • No changes since rc.3

v0.12.3-rc.3

26 Apr 10:19
Compare
Choose a tag to compare
v0.12.3-rc.3 Pre-release
Pre-release

Full Changelog

  • Replace document.origin with window.location.origin
    #1855

v0.12.3-rc.2

25 Apr 15:33
Compare
Choose a tag to compare
v0.12.3-rc.2 Pre-release
Pre-release

Full Changelog

  • Fix npm packaging

v0.12.3-rc.1

25 Apr 14:33
Compare
Choose a tag to compare
v0.12.3-rc.1 Pre-release
Pre-release

Full Changelog

  • Update from Weblate.
    #1852
  • Support origin lock in cross-origin renderer
    #1849
  • s/contian/contain/g
    #1850
  • Don't autocomplete users for single "@"
    #1848
  • Update from Weblate.
    #1844
  • Bind onImageError in constructor
    #1846
  • Use mxid as sender name on set display name
    #1841
  • Fix rageshake
    #1840
  • Add UI for displaying room avatars full size
    #1843
  • Update from Weblate.
    #1842
  • move everything not explicitly riot (or status) branded into matrix-react-
    sdk
    #1836
  • Null check node before we pass it to velocity
    #1838
  • Remove presence management
    #1676
  • Null check stylesheet href
    #1835
  • TopUnreadMessagesBar a11y
    #1819
  • Use correct 1-1 room avatar after users leave
    #593
  • Use GeminiScrollbarWrapper in Flair settings of UserSettings
    #1833
  • Add 500ms delay to show membershipBusy for longer
    #1832
  • Improve group join/leave feedback
    #1831
  • Update from Weblate.
    #1830
  • Bump source-map-loader version to avoid bug /w inline base64 maps
    #1829
  • Make stickers/messages continuations of each other
    #1828
  • Update to match is_openly_joinable API
    #1827
  • Fix to prevent guests from seeing features
    #1826
  • Fix broken ForgotPassword component
    #1825
  • Fix warning "Unknown prop wrappedRef on
    tag..."
    #1824
  • Add radio button for setting group is_joinable
    #1817
  • Fix widget grant / revoke permission binding
    #1823
  • Sticker picker styling
    #1822
  • Bi-directional widget postMessaging API (stickerpacks) [WIP]
    #1672
  • Add null-guard to prevent RoomAvatar NPE when room is null
    #1821
  • Don't notify for bad encrypted messages
    #1818
  • Join this community button
    #1815
  • Reword group setting delay
    #1816
  • Track duration of page changes
    #1814
  • Wrap GeminiScrollbar in a component, enabled forceGemini
    #1810
  • Add display name to the read receipt view
    #1742
  • Fix broken import preventing people tag
    #1811
  • Add /devtools to Autocomplete and run gen-i18n
    #1778
  • Fix PresenceLabel in MemberInfo
    #1809
  • Fix room tile badge not disappearing when receiving a read receipt
    #1807
  • Option to remove the presence feature by HS
    #1806
  • Dialog a11y
    #1652
  • Change wording of debug log submission
    #1740
  • Fix TextualBody.js to remove NodeList.forEach()
    #1768
  • Use undocumented piwik cmd to disable heartbeattimer
    #1770
  • Enable autocompletion for non-English languages.
    #1800