mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge branch 'master' into develop
This commit is contained in:
commit
c55223e750
42
CHANGELOG.md
42
CHANGELOG.md
@ -1,3 +1,45 @@
|
|||||||
|
Changes in [1.0.6](https://github.com/vector-im/riot-web/releases/tag/v1.0.6) (2019-04-01)
|
||||||
|
==========================================================================================
|
||||||
|
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.0.6-rc.1...v1.0.6)
|
||||||
|
|
||||||
|
* Add "Save image as..." button to context menu on images
|
||||||
|
[\#9327](https://github.com/vector-im/riot-web/pull/9327)
|
||||||
|
|
||||||
|
Changes in [1.0.6-rc.1](https://github.com/vector-im/riot-web/releases/tag/v1.0.6-rc.1) (2019-03-27)
|
||||||
|
====================================================================================================
|
||||||
|
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.0.5...v1.0.6-rc.1)
|
||||||
|
|
||||||
|
* Use `on_logged_in` action in tests
|
||||||
|
[\#9279](https://github.com/vector-im/riot-web/pull/9279)
|
||||||
|
* Convert away from `Promise.defer`
|
||||||
|
[\#9278](https://github.com/vector-im/riot-web/pull/9278)
|
||||||
|
* update react-sdk version in yarn lockfile
|
||||||
|
[\#9233](https://github.com/vector-im/riot-web/pull/9233)
|
||||||
|
* "Render simple counters in room header" details
|
||||||
|
[\#9154](https://github.com/vector-im/riot-web/pull/9154)
|
||||||
|
* Use medium agents for the more resource intensive builds
|
||||||
|
[\#9238](https://github.com/vector-im/riot-web/pull/9238)
|
||||||
|
* Add log grouping to buildkite
|
||||||
|
[\#9223](https://github.com/vector-im/riot-web/pull/9223)
|
||||||
|
* Switch to `git` protocol for CI dependencies
|
||||||
|
[\#9222](https://github.com/vector-im/riot-web/pull/9222)
|
||||||
|
* Support CI for matching branches on forks
|
||||||
|
[\#9212](https://github.com/vector-im/riot-web/pull/9212)
|
||||||
|
* Update from Weblate
|
||||||
|
[\#9199](https://github.com/vector-im/riot-web/pull/9199)
|
||||||
|
* Declare the officially supported browsers in the README
|
||||||
|
[\#9177](https://github.com/vector-im/riot-web/pull/9177)
|
||||||
|
* Document some desktop app things
|
||||||
|
[\#9011](https://github.com/vector-im/riot-web/pull/9011)
|
||||||
|
* Use Buildkite for CI
|
||||||
|
[\#9165](https://github.com/vector-im/riot-web/pull/9165)
|
||||||
|
* Update version number in issue templates
|
||||||
|
[\#9170](https://github.com/vector-im/riot-web/pull/9170)
|
||||||
|
* Remove node 8.x from the build matrix
|
||||||
|
[\#9159](https://github.com/vector-im/riot-web/pull/9159)
|
||||||
|
* Update Electron help menu link
|
||||||
|
[\#9157](https://github.com/vector-im/riot-web/pull/9157)
|
||||||
|
|
||||||
Changes in [1.0.5](https://github.com/vector-im/riot-web/releases/tag/v1.0.5) (2019-03-21)
|
Changes in [1.0.5](https://github.com/vector-im/riot-web/releases/tag/v1.0.5) (2019-03-21)
|
||||||
==========================================================================================
|
==========================================================================================
|
||||||
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.0.4...v1.0.5)
|
[Full Changelog](https://github.com/vector-im/riot-web/compare/v1.0.4...v1.0.5)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "riot-web",
|
"name": "riot-web",
|
||||||
"productName": "Riot",
|
"productName": "Riot",
|
||||||
"main": "src/electron-main.js",
|
"main": "src/electron-main.js",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "A feature-rich client for Matrix.org",
|
"description": "A feature-rich client for Matrix.org",
|
||||||
"author": "New Vector Ltd.",
|
"author": "New Vector Ltd.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "riot-web",
|
"name": "riot-web",
|
||||||
"productName": "Riot",
|
"productName": "Riot",
|
||||||
"main": "electron_app/src/electron-main.js",
|
"main": "electron_app/src/electron-main.js",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "A feature-rich client for Matrix.org",
|
"description": "A feature-rich client for Matrix.org",
|
||||||
"author": "New Vector Ltd.",
|
"author": "New Vector Ltd.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -70,8 +70,8 @@
|
|||||||
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279",
|
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#b302279",
|
||||||
"gfm.css": "^1.1.2",
|
"gfm.css": "^1.1.2",
|
||||||
"highlight.js": "^9.13.1",
|
"highlight.js": "^9.13.1",
|
||||||
"matrix-js-sdk": "1.0.2",
|
"matrix-js-sdk": "1.0.3",
|
||||||
"matrix-react-sdk": "1.0.5",
|
"matrix-react-sdk": "1.0.6",
|
||||||
"modernizr": "^3.6.0",
|
"modernizr": "^3.6.0",
|
||||||
"olm": "https://matrix.org/packages/npm/olm/olm-3.1.0-pre1.tgz",
|
"olm": "https://matrix.org/packages/npm/olm/olm-3.1.0-pre1.tgz",
|
||||||
"prop-types": "^15.6.2",
|
"prop-types": "^15.6.2",
|
||||||
@ -150,7 +150,7 @@
|
|||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "im.riot.app",
|
"appId": "im.riot.app",
|
||||||
"electronVersion": "4.0.8",
|
"electronVersion": "4.1.3",
|
||||||
"files": [
|
"files": [
|
||||||
"node_modules/**",
|
"node_modules/**",
|
||||||
"src/**",
|
"src/**",
|
||||||
|
31
yarn.lock
31
yarn.lock
@ -5190,7 +5190,7 @@ isstream@~0.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
|
||||||
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=
|
||||||
|
|
||||||
"jquery@>= 1.4.3", jquery@^3.3.1:
|
jquery@^3.3.1:
|
||||||
version "3.3.1"
|
version "3.3.1"
|
||||||
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.3.1.tgz#958ce29e81c9790f31be7792df5d4d95fc57fbca"
|
||||||
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==
|
integrity sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg==
|
||||||
@ -5732,10 +5732,10 @@ math-random@^1.0.1:
|
|||||||
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
|
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac"
|
||||||
integrity sha1-izqsWIuKZuSXXjzepn97sylgH6w=
|
integrity sha1-izqsWIuKZuSXXjzepn97sylgH6w=
|
||||||
|
|
||||||
matrix-js-sdk@1.0.2:
|
matrix-js-sdk@1.0.3, matrix-js-sdk@^1.0.3:
|
||||||
version "1.0.2"
|
version "1.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-1.0.2.tgz#482d8d2076c7565cf7354722e96c9971e372182a"
|
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-1.0.3.tgz#d4cc46c4dc80278b78f8e0664741b08fcc395c79"
|
||||||
integrity sha512-4WCBJFSoOLelHi7IUAcVxPQF+gTc/i9NUKZ77qwUfcZVED8VKTIyWZnwpeLgocK5gAOJV9fkAyO5mny9SkZaGg==
|
integrity sha512-YpF4NvnG2cttRmTPJ9yqs/KwlBXW15O7+nNMs1FKj1CqdW1Phwb0fcqvahjPgmfXyn5DFzU3Deiv9aNgDIlIog==
|
||||||
dependencies:
|
dependencies:
|
||||||
another-json "^0.2.0"
|
another-json "^0.2.0"
|
||||||
babel-runtime "^6.26.0"
|
babel-runtime "^6.26.0"
|
||||||
@ -5757,10 +5757,10 @@ matrix-mock-request@^1.2.3:
|
|||||||
bluebird "^3.5.0"
|
bluebird "^3.5.0"
|
||||||
expect "^1.20.2"
|
expect "^1.20.2"
|
||||||
|
|
||||||
matrix-react-sdk@1.0.5:
|
matrix-react-sdk@^1.0.6:
|
||||||
version "1.0.5"
|
version "1.0.6"
|
||||||
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-1.0.5.tgz#92ca4f6780f76e183f47d2f96c79ada76492d77a"
|
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-1.0.6.tgz#5477cb6f20a5968394e46f55cd4345436fba6372"
|
||||||
integrity sha512-aaBmKQO4KM+U9eMhdJgbO/RZtmqayISk+qrcdcXtxDYjn2RZnziTNQ2289xG+dQb7A09Aev3u9rogrD6QCDI3w==
|
integrity sha512-qu+BY0I6qu2py8lzOZRPY2xOabXRrU/87dotx6MhyzWFKw+xQav0EggZJeKYtCAvuafS2zpPscTZX0/11Z3MuA==
|
||||||
dependencies:
|
dependencies:
|
||||||
babel-plugin-syntax-dynamic-import "^6.18.0"
|
babel-plugin-syntax-dynamic-import "^6.18.0"
|
||||||
babel-runtime "^6.26.0"
|
babel-runtime "^6.26.0"
|
||||||
@ -5786,7 +5786,7 @@ matrix-react-sdk@1.0.5:
|
|||||||
linkifyjs "^2.1.6"
|
linkifyjs "^2.1.6"
|
||||||
lodash "^4.13.1"
|
lodash "^4.13.1"
|
||||||
lolex "2.3.2"
|
lolex "2.3.2"
|
||||||
matrix-js-sdk "1.0.2"
|
matrix-js-sdk "1.0.3"
|
||||||
optimist "^0.6.1"
|
optimist "^0.6.1"
|
||||||
pako "^1.0.5"
|
pako "^1.0.5"
|
||||||
prop-types "^15.5.8"
|
prop-types "^15.5.8"
|
||||||
@ -5806,7 +5806,7 @@ matrix-react-sdk@1.0.5:
|
|||||||
slate-react "^0.18.10"
|
slate-react "^0.18.10"
|
||||||
text-encoding-utf-8 "^1.0.1"
|
text-encoding-utf-8 "^1.0.1"
|
||||||
url "^0.11.0"
|
url "^0.11.0"
|
||||||
velocity-vector "github:vector-im/velocity#059e3b2"
|
velocity-animate "^1.5.2"
|
||||||
whatwg-fetch "^1.1.1"
|
whatwg-fetch "^1.1.1"
|
||||||
zxcvbn "^4.4.2"
|
zxcvbn "^4.4.2"
|
||||||
|
|
||||||
@ -8995,11 +8995,10 @@ vary@~1.1.2:
|
|||||||
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
|
||||||
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
integrity sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=
|
||||||
|
|
||||||
"velocity-vector@github:vector-im/velocity#059e3b2":
|
velocity-animate@^1.5.2:
|
||||||
version "1.2.3"
|
version "1.5.2"
|
||||||
resolved "https://codeload.github.com/vector-im/velocity/tar.gz/059e3b2348f1110888d033974d3109fd5a3af00f"
|
resolved "https://registry.yarnpkg.com/velocity-animate/-/velocity-animate-1.5.2.tgz#5a351d75fca2a92756f5c3867548b873f6c32105"
|
||||||
dependencies:
|
integrity sha512-m6EXlCAMetKztO1ppBhGU1/1MR3IiEevO6ESq6rcrSQ3Q77xYSW13jkfXW88o4xMrkXJhy/U7j4wFR/twMB0Eg==
|
||||||
jquery ">= 1.4.3"
|
|
||||||
|
|
||||||
verror@1.10.0:
|
verror@1.10.0:
|
||||||
version "1.10.0"
|
version "1.10.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user