Skip to content

Commit 7f50fb3

Browse files
committed
Merge branch 'master' into develop
2 parents 9dc6130 + 76d4a4f commit 7f50fb3

File tree

4 files changed

+73
-8
lines changed

4 files changed

+73
-8
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,64 @@
1+
Changes in [0.14.2](https://github.com/vector-im/riot-web/releases/tag/v0.14.2) (2018-04-30)
2+
============================================================================================
3+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.2-rc.3...v0.14.2)
4+
5+
* No changes since rc.3
6+
7+
Changes in [0.14.2-rc.3](https://github.com/vector-im/riot-web/releases/tag/v0.14.2-rc.3) (2018-04-26)
8+
======================================================================================================
9+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.2-rc.2...v0.14.2-rc.3)
10+
11+
* Fix CSS dependency versions to be the same as those in react-sdk to fix
12+
left panel header positions.
13+
14+
Changes in [0.14.2-rc.2](https://github.com/vector-im/riot-web/releases/tag/v0.14.2-rc.2) (2018-04-26)
15+
======================================================================================================
16+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.2-rc.1...v0.14.2-rc.2)
17+
18+
* Fix Download of attachments in e2e encrypted rooms in Firefox
19+
20+
Changes in [0.14.2-rc.1](https://github.com/vector-im/riot-web/releases/tag/v0.14.2-rc.1) (2018-04-25)
21+
======================================================================================================
22+
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.1...v0.14.2-rc.1)
23+
24+
* Update from Weblate.
25+
[\#6602](https://github.com/vector-im/riot-web/pull/6602)
26+
* Add readme bit on cross-origin renderer
27+
[\#6600](https://github.com/vector-im/riot-web/pull/6600)
28+
* Update from Weblate.
29+
[\#6573](https://github.com/vector-im/riot-web/pull/6573)
30+
* Copy media from react-sdk
31+
[\#6588](https://github.com/vector-im/riot-web/pull/6588)
32+
* Fix favicon
33+
[\#6580](https://github.com/vector-im/riot-web/pull/6580)
34+
* Update from Weblate.
35+
[\#6569](https://github.com/vector-im/riot-web/pull/6569)
36+
* move everything not explicitly riot (or status) branded into matrix-react-
37+
sdk
38+
[\#6500](https://github.com/vector-im/riot-web/pull/6500)
39+
* Remove presence management
40+
[\#5881](https://github.com/vector-im/riot-web/pull/5881)
41+
* change vector-web repo to riot-web in changelog
42+
[\#6480](https://github.com/vector-im/riot-web/pull/6480)
43+
* Update from Weblate.
44+
[\#6473](https://github.com/vector-im/riot-web/pull/6473)
45+
* Bump source-map-loader version to avoid bug /w inline base64 maps
46+
[\#6472](https://github.com/vector-im/riot-web/pull/6472)
47+
* Add CSS for new group admin radio button
48+
[\#6415](https://github.com/vector-im/riot-web/pull/6415)
49+
* Rxl881/sticker picker styling
50+
[\#6447](https://github.com/vector-im/riot-web/pull/6447)
51+
* Stickerpacks
52+
[\#6242](https://github.com/vector-im/riot-web/pull/6242)
53+
* Force gemini on HomePage
54+
[\#6368](https://github.com/vector-im/riot-web/pull/6368)
55+
* Rename the Riot-Web Translations Room
56+
[\#6348](https://github.com/vector-im/riot-web/pull/6348)
57+
* Add disable-presence-by-hs option to sample config
58+
[\#6350](https://github.com/vector-im/riot-web/pull/6350)
59+
* Reword the BugReportDialog.js as per @lampholder
60+
[\#6354](https://github.com/vector-im/riot-web/pull/6354)
61+
162
Changes in [0.14.1](https://github.com/vector-im/riot-web/releases/tag/v0.14.1) (2018-04-12)
263
============================================================================================
364
[Full Changelog](https://github.com/vector-im/riot-web/compare/v0.14.0...v0.14.1)

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "src/electron-main.js",
5-
"version": "0.14.1",
5+
"version": "0.14.2",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "Vector Creations Ltd.",
88
"dependencies": {

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "riot-web",
33
"productName": "Riot",
44
"main": "electron_app/src/electron-main.js",
5-
"version": "0.14.1",
5+
"version": "0.14.2",
66
"description": "A feature-rich client for Matrix.org",
77
"author": "New Vector Ltd.",
88
"repository": {
@@ -58,10 +58,14 @@
5858
"babel-runtime": "^6.11.6",
5959
"bluebird": "^3.5.0",
6060
"browser-request": "^0.3.3",
61+
"draft-js": "^0.11.0-alpha",
6162
"extract-text-webpack-plugin": "^0.9.1",
6263
"favico.js": "^0.3.10",
63-
"matrix-js-sdk": "0.10.1",
64-
"matrix-react-sdk": "0.12.2",
64+
"gemini-scrollbar": "matrix-org/gemini-scrollbar#b302279",
65+
"gfm.css": "^1.1.1",
66+
"highlight.js": "^9.0.0",
67+
"matrix-js-sdk": "0.10.2",
68+
"matrix-react-sdk": "0.12.3",
6569
"modernizr": "^3.1.0",
6670
"prop-types": "^15.5.10",
6771
"react": "^15.6.0",

src/vector/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ limitations under the License.
2020
// Require common CSS here; this will make webpack process it into bundle.css.
2121
// Our own CSS (which is themed) is imported via separate webpack entry points
2222
// in webpack.config.js
23-
require('matrix-react-sdk/node_modules/gemini-scrollbar/gemini-scrollbar.css');
24-
require('matrix-react-sdk/node_modules/gfm.css/gfm.css');
25-
require('matrix-react-sdk/node_modules/highlight.js/styles/github.css');
26-
require('matrix-react-sdk/node_modules/draft-js/dist/Draft.css');
23+
require('gemini-scrollbar/gemini-scrollbar.css');
24+
require('gfm.css/gfm.css');
25+
require('highlight.js/styles/github.css');
26+
require('draft-js/dist/Draft.css');
2727

2828
const rageshake = require("matrix-react-sdk/lib/rageshake/rageshake");
2929
rageshake.init().then(() => {

0 commit comments

Comments
 (0)