From 1feb2434ef44f99e350de909c94ba389e7294090 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 15:22:00 +0100 Subject: [PATCH 01/12] js-sdk rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77338b4874..36630b1324 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "isomorphic-fetch": "^2.2.1", "linkifyjs": "^2.1.3", "lodash": "^4.13.1", - "matrix-js-sdk": "0.10.1", + "matrix-js-sdk": "0.10.2-rc.1", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From 30e930f19221c5397146f8b13dd4dbd5090b8796 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 15:28:12 +0100 Subject: [PATCH 02/12] Prepare changelog for v0.12.3-rc.1 --- CHANGELOG.md | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1196b05599..51d69ce543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,103 @@ +Changes in [0.12.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.1) (2018-04-25) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.2...v0.12.3-rc.1) + + * Update from Weblate. + [\#1852](https://github.com/matrix-org/matrix-react-sdk/pull/1852) + * Support origin lock in cross-origin renderer + [\#1849](https://github.com/matrix-org/matrix-react-sdk/pull/1849) + * s/contian/contain/g + [\#1850](https://github.com/matrix-org/matrix-react-sdk/pull/1850) + * Don't autocomplete users for single "@" + [\#1848](https://github.com/matrix-org/matrix-react-sdk/pull/1848) + * Update from Weblate. + [\#1844](https://github.com/matrix-org/matrix-react-sdk/pull/1844) + * Bind onImageError in constructor + [\#1846](https://github.com/matrix-org/matrix-react-sdk/pull/1846) + * Use mxid as sender name on set display name + [\#1841](https://github.com/matrix-org/matrix-react-sdk/pull/1841) + * Fix rageshake + [\#1840](https://github.com/matrix-org/matrix-react-sdk/pull/1840) + * Add UI for displaying room avatars full size + [\#1843](https://github.com/matrix-org/matrix-react-sdk/pull/1843) + * Update from Weblate. + [\#1842](https://github.com/matrix-org/matrix-react-sdk/pull/1842) + * move everything not explicitly riot (or status) branded into matrix-react- + sdk + [\#1836](https://github.com/matrix-org/matrix-react-sdk/pull/1836) + * Null check node before we pass it to velocity + [\#1838](https://github.com/matrix-org/matrix-react-sdk/pull/1838) + * Remove presence management + [\#1676](https://github.com/matrix-org/matrix-react-sdk/pull/1676) + * Null check stylesheet href + [\#1835](https://github.com/matrix-org/matrix-react-sdk/pull/1835) + * TopUnreadMessagesBar a11y + [\#1819](https://github.com/matrix-org/matrix-react-sdk/pull/1819) + * Use correct 1-1 room avatar after users leave + [\#593](https://github.com/matrix-org/matrix-react-sdk/pull/593) + * Use GeminiScrollbarWrapper in Flair settings of UserSettings + [\#1833](https://github.com/matrix-org/matrix-react-sdk/pull/1833) + * Add 500ms delay to show `membershipBusy` for longer + [\#1832](https://github.com/matrix-org/matrix-react-sdk/pull/1832) + * Improve group join/leave feedback + [\#1831](https://github.com/matrix-org/matrix-react-sdk/pull/1831) + * Update from Weblate. + [\#1830](https://github.com/matrix-org/matrix-react-sdk/pull/1830) + * Bump source-map-loader version to avoid bug /w inline base64 maps + [\#1829](https://github.com/matrix-org/matrix-react-sdk/pull/1829) + * Make stickers/messages continuations of each other + [\#1828](https://github.com/matrix-org/matrix-react-sdk/pull/1828) + * Update to match is_openly_joinable API + [\#1827](https://github.com/matrix-org/matrix-react-sdk/pull/1827) + * Fix to prevent guests from seeing features + [\#1826](https://github.com/matrix-org/matrix-react-sdk/pull/1826) + * Fix broken ForgotPassword component + [\#1825](https://github.com/matrix-org/matrix-react-sdk/pull/1825) + * Fix warning "Unknown prop `wrappedRef` on
tag..." + [\#1824](https://github.com/matrix-org/matrix-react-sdk/pull/1824) + * Add radio button for setting group is_joinable + [\#1817](https://github.com/matrix-org/matrix-react-sdk/pull/1817) + * Fix widget grant / revoke permission binding + [\#1823](https://github.com/matrix-org/matrix-react-sdk/pull/1823) + * Sticker picker styling + [\#1822](https://github.com/matrix-org/matrix-react-sdk/pull/1822) + * Bi-directional widget postMessaging API (stickerpacks) [WIP] + [\#1672](https://github.com/matrix-org/matrix-react-sdk/pull/1672) + * Add null-guard to prevent RoomAvatar NPE when room is null + [\#1821](https://github.com/matrix-org/matrix-react-sdk/pull/1821) + * Don't notify for bad encrypted messages + [\#1818](https://github.com/matrix-org/matrix-react-sdk/pull/1818) + * Join this community button + [\#1815](https://github.com/matrix-org/matrix-react-sdk/pull/1815) + * Reword group setting delay + [\#1816](https://github.com/matrix-org/matrix-react-sdk/pull/1816) + * Track duration of page changes + [\#1814](https://github.com/matrix-org/matrix-react-sdk/pull/1814) + * Wrap GeminiScrollbar in a component, enabled forceGemini + [\#1810](https://github.com/matrix-org/matrix-react-sdk/pull/1810) + * Add display name to the read receipt view + [\#1742](https://github.com/matrix-org/matrix-react-sdk/pull/1742) + * Fix broken import preventing people tag + [\#1811](https://github.com/matrix-org/matrix-react-sdk/pull/1811) + * Add /devtools to Autocomplete and run gen-i18n + [\#1778](https://github.com/matrix-org/matrix-react-sdk/pull/1778) + * Fix PresenceLabel in MemberInfo + [\#1809](https://github.com/matrix-org/matrix-react-sdk/pull/1809) + * Fix room tile badge not disappearing when receiving a read receipt + [\#1807](https://github.com/matrix-org/matrix-react-sdk/pull/1807) + * Option to remove the presence feature by HS + [\#1806](https://github.com/matrix-org/matrix-react-sdk/pull/1806) + * Dialog a11y + [\#1652](https://github.com/matrix-org/matrix-react-sdk/pull/1652) + * Change wording of debug log submission + [\#1740](https://github.com/matrix-org/matrix-react-sdk/pull/1740) + * Fix TextualBody.js to remove NodeList.forEach() + [\#1768](https://github.com/matrix-org/matrix-react-sdk/pull/1768) + * Use undocumented piwik cmd to disable heartbeattimer + [\#1770](https://github.com/matrix-org/matrix-react-sdk/pull/1770) + * Enable autocompletion for non-English languages. + [\#1800](https://github.com/matrix-org/matrix-react-sdk/pull/1800) + Changes in [0.12.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.2) (2018-04-12) ===================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.1...v0.12.2) From a08b055a84b2336500fa6ee0e65a2844eeaef3d3 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 15:33:05 +0100 Subject: [PATCH 03/12] v0.12.3-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36630b1324..e3d94d57be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.12.2", + "version": "0.12.3-rc.1", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { From 9146438683e5ae9f62ea25e2039956b3ea8b58ee Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 16:07:16 +0100 Subject: [PATCH 04/12] Add res dir to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e3d94d57be..5190546acd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "release.sh", "scripts", "src", - "test" + "test", + "res" ], "bin": { "reskindex": "scripts/reskindex.js", From 276c26268760f254b5084611fc3eb36eb2845d72 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 16:33:05 +0100 Subject: [PATCH 05/12] Prepare changelog for v0.12.3-rc.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d69ce543..184fb3200e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.12.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.2) (2018-04-25) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.1...v0.12.3-rc.2) + + * Fix npm packaging + Changes in [0.12.3-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.1) (2018-04-25) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.2...v0.12.3-rc.1) From 78d836e607f79c6e8bc20b9300de0ded35770c9f Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 25 Apr 2018 16:33:06 +0100 Subject: [PATCH 06/12] v0.12.3-rc.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5190546acd..e30a5234c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.12.3-rc.1", + "version": "0.12.3-rc.2", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { From 27b7daca5b8ca784dad65df82fc51dec5be916d5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 26 Apr 2018 10:43:52 +0100 Subject: [PATCH 07/12] Replace document.origin with window.location.origin document.origin is not a thing on firefox --- src/components/views/messages/MFileBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/messages/MFileBody.js b/src/components/views/messages/MFileBody.js index c5a01721d3..be04aa2c92 100644 --- a/src/components/views/messages/MFileBody.js +++ b/src/components/views/messages/MFileBody.js @@ -337,7 +337,7 @@ module.exports = React.createClass({ if (this.context.appConfig && this.context.appConfig.cross_origin_renderer_url) { renderer_url = this.context.appConfig.cross_origin_renderer_url; } - renderer_url += "?origin=" + encodeURIComponent(document.origin); + renderer_url += "?origin=" + encodeURIComponent(window.location.origin); return (
From a290c6f101b20567cb34a73daffe03723ec5f973 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 26 Apr 2018 11:19:48 +0100 Subject: [PATCH 08/12] Prepare changelog for v0.12.3-rc.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 184fb3200e..6fd8630f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +Changes in [0.12.3-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.3) (2018-04-26) +=============================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.2...v0.12.3-rc.3) + + * Replace document.origin with window.location.origin + [\#1855](https://github.com/matrix-org/matrix-react-sdk/pull/1855) + Changes in [0.12.3-rc.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.2) (2018-04-25) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.1...v0.12.3-rc.2) From dafa65823cf74eb547decb4c208a60d7643b6360 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 26 Apr 2018 11:19:48 +0100 Subject: [PATCH 09/12] v0.12.3-rc.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e30a5234c0..85b84d8d7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.12.3-rc.2", + "version": "0.12.3-rc.3", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": { From 68ca2a94612832aa56d7d288909b83b76cb66367 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Apr 2018 13:33:57 +0100 Subject: [PATCH 10/12] Bump js-sdk version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85b84d8d7e..329e67db11 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "isomorphic-fetch": "^2.2.1", "linkifyjs": "^2.1.3", "lodash": "^4.13.1", - "matrix-js-sdk": "0.10.2-rc.1", + "matrix-js-sdk": "0.10.2", "optimist": "^0.6.1", "pako": "^1.0.5", "prop-types": "^15.5.8", From cb0ae26b54ecbfd7f42ca7f95f58460368b7a9ae Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Apr 2018 13:37:19 +0100 Subject: [PATCH 11/12] Prepare changelog for v0.12.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd8630f6d..334461bffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Changes in [0.12.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3) (2018-04-30) +===================================================================================================== +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.3...v0.12.3) + + * No changes since rc.3 + Changes in [0.12.3-rc.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3-rc.3) (2018-04-26) =============================================================================================================== [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.2...v0.12.3-rc.3) From dded89383a531cb27960edaa3a694b5517ea79bf Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Apr 2018 13:37:57 +0100 Subject: [PATCH 12/12] v0.12.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 329e67db11..640d66f562 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-react-sdk", - "version": "0.12.3-rc.3", + "version": "0.12.3", "description": "SDK for matrix.org using React", "author": "matrix.org", "repository": {