File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name : User Interface or Usability Bug report
33about : Please include screenshots in UI/UX bug reports
44title : ' '
5- labels : ' '
5+ labels : bug, ui/ux
66assignees : ' '
77
88---
Original file line number Diff line number Diff line change 1+ Changes in [ 1.1.2] ( https://github.com/vector-im/riot-web/releases/tag/v1.1.2 ) (2019-05-15)
2+ ==========================================================================================
3+ [ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.1.1...v1.1.2 )
4+
5+ * react-sdk v1.1.2 to fix single sign-on and GIF autoplaying
6+
7+ Changes in [ 1.1.1] ( https://github.com/vector-im/riot-web/releases/tag/v1.1.1 ) (2019-05-14)
8+ ==========================================================================================
9+ [ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.1.0...v1.1.1 )
10+
11+ * react-sdk v1.1.1 to fix regressions with registration
12+
113Changes in [ 1.1.0] ( https://github.com/vector-im/riot-web/releases/tag/v1.1.0 ) (2019-05-07)
214==========================================================================================
315[ Full Changelog] ( https://github.com/vector-im/riot-web/compare/v1.1.0-rc.1...v1.1.0 )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ WORKDIR /src
1515
1616COPY . /src
1717RUN dos2unix /src/scripts/docker-link-repos.sh && sh /src/scripts/docker-link-repos.sh
18- RUN yarn install
18+ RUN yarn --network-timeout=100000 install
1919RUN yarn build
2020
2121# Copy the config now so that we don't create another layer in the app image
Original file line number Diff line number Diff line change 2121 "features" : {
2222 "feature_groups" : " labs" ,
2323 "feature_pinning" : " labs" ,
24- "feature_reactions" : " labs"
24+ "feature_reactions" : " labs" ,
25+ "feature_message_editing" : " labs"
2526 },
2627 "default_federate" : true ,
2728 "default_theme" : " light" ,
Original file line number Diff line number Diff line change @@ -35,4 +35,11 @@ That's it. Now should see your new counter under the header.
3535reactions from other people. This feature is currently under active development,
3636and only portions have been implemented so far.
3737
38+ ## Message editing
39+
40+ ` feature_message_editing ` allows editing messages after they have been sent,
41+ accessible from the reaction/context bar when hovering a message.
42+ This feature is currently under active development,
43+ and only portions have been implemented so far.
44+
3845[ #riot-web:matrix.org ] : https://matrix.to/#/#riot-web:matrix.org
Original file line number Diff line number Diff line change 22 "name" : " riot-web" ,
33 "productName" : " Riot" ,
44 "main" : " src/electron-main.js" ,
5- "version" : " 1.1.0 " ,
5+ "version" : " 1.1.2 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " New Vector Ltd." ,
88 "dependencies" : {
Original file line number Diff line number Diff line change 22 "name" : " riot-web" ,
33 "productName" : " Riot" ,
44 "main" : " electron_app/src/electron-main.js" ,
5- "version" : " 1.1.0 " ,
5+ "version" : " 1.1.2 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " New Vector Ltd." ,
88 "repository" : {
7474 "gfm.css" : " ^1.1.2" ,
7575 "highlight.js" : " ^9.13.1" ,
7676 "matrix-js-sdk" : " 1.1.0" ,
77- "matrix-react-sdk" : " 1.1.0 " ,
77+ "matrix-react-sdk" : " 1.1.2 " ,
7878 "modernizr" : " ^3.6.0" ,
7979 "olm" : " https://packages.matrix.org/npm/olm/olm-3.1.0.tgz" ,
8080 "prop-types" : " ^15.6.2" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ git clone $JS_SDK_REPO js-sdk
1313cd js-sdk
1414git checkout $JS_SDK_BRANCH
1515yarn link
16- yarn install
16+ yarn --network-timeout=100000 install
1717cd ../
1818
1919echo " Linking react-sdk"
@@ -22,7 +22,7 @@ cd react-sdk
2222git checkout $REACT_SDK_BRANCH
2323yarn link
2424yarn link matrix-js-sdk
25- yarn install
25+ yarn --network-timeout=100000 install
2626cd ../
2727
2828echo " Setting up riot-web with react-sdk and js-sdk packages"
Original file line number Diff line number Diff line change @@ -5769,10 +5769,10 @@ matrix-mock-request@^1.2.3:
57695769 bluebird "^3.5.0"
57705770 expect "^1.20.2"
57715771
5772- matrix-react-sdk@1.1.0 :
5773- version "1.1.0 "
5774- resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-1.1.0 .tgz#3f1c139cb4c33190b9dcb36a6e776d3ad53334f6 "
5775- integrity sha512-3JjyzbrmokzCl5Ss/0dWjUyc8EuO3uWvD3LBHZhTkFHe1uSiHjC2+Oy8hiJha8tubJtCWnQPE7tXIffkYmvdAQ ==
5772+ matrix-react-sdk@1.1.2 :
5773+ version "1.1.2 "
5774+ resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-1.1.2 .tgz#bff86db4fc521deb3076467707dcc338bbff0542 "
5775+ integrity sha512-MKALTgxSULFSJZagts9+oMu/SZFNHHfZcMKgDWJELdgTIcHUg/rIOFt2y1ghkbpWJjC2wGM8J5E0TAsL0aeWcQ ==
57765776 dependencies :
57775777 babel-plugin-syntax-dynamic-import "^6.18.0"
57785778 babel-runtime "^6.26.0"
You can’t perform that action at this time.
0 commit comments