Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit fb44996

Browse files
committed
Merge branch 'master' into develop
2 parents a1cc048 + 0ac4e6f commit fb44996

File tree

2 files changed

+116
-2
lines changed

2 files changed

+116
-2
lines changed

CHANGELOG.md

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,117 @@
1+
Changes in [1.7.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.5) (2019-12-09)
2+
===================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.5-rc.1...v1.7.5)
4+
5+
* No changes since rc.1
6+
7+
Changes in [1.7.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.5-rc.1) (2019-12-04)
8+
=============================================================================================================
9+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.4...v1.7.5-rc.1)
10+
11+
* Remove logs before running end-to-end tests
12+
[\#3700](https://github.com/matrix-org/matrix-react-sdk/pull/3700)
13+
* Update from Weblate
14+
[\#3699](https://github.com/matrix-org/matrix-react-sdk/pull/3699)
15+
* Match e2e icons on events to expectations
16+
[\#3697](https://github.com/matrix-org/matrix-react-sdk/pull/3697)
17+
* Match room upgrade warning to the new design
18+
[\#3695](https://github.com/matrix-org/matrix-react-sdk/pull/3695)
19+
* Remove unused translations
20+
[\#3683](https://github.com/matrix-org/matrix-react-sdk/pull/3683)
21+
* Remove broken velocity-ui animation
22+
[\#3678](https://github.com/matrix-org/matrix-react-sdk/pull/3678)
23+
* Update from Weblate
24+
[\#3696](https://github.com/matrix-org/matrix-react-sdk/pull/3696)
25+
* Hide Remove button in message editing history if you don't have permission
26+
to redact
27+
[\#3685](https://github.com/matrix-org/matrix-react-sdk/pull/3685)
28+
* Add an option to invite users to upgraded private rooms
29+
[\#3684](https://github.com/matrix-org/matrix-react-sdk/pull/3684)
30+
* Do not trap Key ContextMenu into composer for keyboard a11y
31+
[\#3689](https://github.com/matrix-org/matrix-react-sdk/pull/3689)
32+
* Make EmojiPicker filtering case-insensitive
33+
[\#3690](https://github.com/matrix-org/matrix-react-sdk/pull/3690)
34+
* Ensure the settings page accurately represents theme choices
35+
[\#3686](https://github.com/matrix-org/matrix-react-sdk/pull/3686)
36+
* Ensure read receipts end up with a valid reference to checkUnmounting
37+
[\#3688](https://github.com/matrix-org/matrix-react-sdk/pull/3688)
38+
* Convert Velociraptor component to a class
39+
[\#3687](https://github.com/matrix-org/matrix-react-sdk/pull/3687)
40+
* Add a link to the labs feature documentation
41+
[\#3675](https://github.com/matrix-org/matrix-react-sdk/pull/3675)
42+
* Improve translatable strings for calls
43+
[\#3682](https://github.com/matrix-org/matrix-react-sdk/pull/3682)
44+
* Don't assume that diffs will have an appropriate child node
45+
[\#3680](https://github.com/matrix-org/matrix-react-sdk/pull/3680)
46+
* Fix persisted widgets getting stuck at loading screens
47+
[\#3681](https://github.com/matrix-org/matrix-react-sdk/pull/3681)
48+
* Add button to clear all notification counts, sometimes stuck in historical
49+
[\#2959](https://github.com/matrix-org/matrix-react-sdk/pull/2959)
50+
* Fix multi-invite error dialog messaging
51+
[\#3679](https://github.com/matrix-org/matrix-react-sdk/pull/3679)
52+
* Make the communities button behave more like a toggle
53+
[\#3670](https://github.com/matrix-org/matrix-react-sdk/pull/3670)
54+
* Change read markers to use CSS transitions
55+
[\#3674](https://github.com/matrix-org/matrix-react-sdk/pull/3674)
56+
* fix font smoothing to match figma
57+
[\#3677](https://github.com/matrix-org/matrix-react-sdk/pull/3677)
58+
* Update breadcrumbs when we do eventually see upgraded rooms
59+
[\#3669](https://github.com/matrix-org/matrix-react-sdk/pull/3669)
60+
* Fix override behaviour of system vs defined themes
61+
[\#3673](https://github.com/matrix-org/matrix-react-sdk/pull/3673)
62+
* console.log doesn't take %s substitutions
63+
[\#3671](https://github.com/matrix-org/matrix-react-sdk/pull/3671)
64+
* EventIndex: Move the checkpoint loading logic into the init method.
65+
[\#3648](https://github.com/matrix-org/matrix-react-sdk/pull/3648)
66+
* Clarify that cross-signing is in development
67+
[\#3668](https://github.com/matrix-org/matrix-react-sdk/pull/3668)
68+
* Hide tooltips with CSS when they aren't visible
69+
[\#3665](https://github.com/matrix-org/matrix-react-sdk/pull/3665)
70+
* a11y: adjustments for toasts
71+
[\#3667](https://github.com/matrix-org/matrix-react-sdk/pull/3667)
72+
* Update from Weblate
73+
[\#3666](https://github.com/matrix-org/matrix-react-sdk/pull/3666)
74+
* Null check on thumbnail_file
75+
[\#3664](https://github.com/matrix-org/matrix-react-sdk/pull/3664)
76+
* Fix double date separator for room upgrade tiles
77+
[\#3662](https://github.com/matrix-org/matrix-react-sdk/pull/3662)
78+
* Show incoming verification requests in in-app notifications
79+
[\#3661](https://github.com/matrix-org/matrix-react-sdk/pull/3661)
80+
* Show m.room.create event before the ELS on room upgrade
81+
[\#3655](https://github.com/matrix-org/matrix-react-sdk/pull/3655)
82+
* Convert MessagePanel to React class
83+
[\#3656](https://github.com/matrix-org/matrix-react-sdk/pull/3656)
84+
* Make addEventListener conditional
85+
[\#3657](https://github.com/matrix-org/matrix-react-sdk/pull/3657)
86+
* Fix e2e icons
87+
[\#3653](https://github.com/matrix-org/matrix-react-sdk/pull/3653)
88+
* Workaround for soft-crash with calls on startup
89+
[\#3654](https://github.com/matrix-org/matrix-react-sdk/pull/3654)
90+
* Catch exceptions when we can't play audio
91+
[\#3652](https://github.com/matrix-org/matrix-react-sdk/pull/3652)
92+
* Rename section heading for integrations in settings
93+
[\#3650](https://github.com/matrix-org/matrix-react-sdk/pull/3650)
94+
* Update copy for widgets not using message encryption
95+
[\#3651](https://github.com/matrix-org/matrix-react-sdk/pull/3651)
96+
* Ignore media actions
97+
[\#3649](https://github.com/matrix-org/matrix-react-sdk/pull/3649)
98+
* Add an option to disable the use of integration managers for provisioning
99+
[\#3646](https://github.com/matrix-org/matrix-react-sdk/pull/3646)
100+
* Move many widget options to a context menu
101+
[\#3645](https://github.com/matrix-org/matrix-react-sdk/pull/3645)
102+
* Re-add encryption warning to widget permission prompt
103+
[\#3644](https://github.com/matrix-org/matrix-react-sdk/pull/3644)
104+
* Update CIDER docs now that it is used for main composer as well
105+
[\#3647](https://github.com/matrix-org/matrix-react-sdk/pull/3647)
106+
* get rid of bluebird
107+
[\#3593](https://github.com/matrix-org/matrix-react-sdk/pull/3593)
108+
* Remove getBaseTheme
109+
[\#3638](https://github.com/matrix-org/matrix-react-sdk/pull/3638)
110+
* ReactionsRowButtonTooltip: fix null dereference if emoji owner left room
111+
[\#3643](https://github.com/matrix-org/matrix-react-sdk/pull/3643)
112+
* Add eslint-plugin-jest because we inherit js-sdk's eslintrc and it wants
113+
[\#3642](https://github.com/matrix-org/matrix-react-sdk/pull/3642)
114+
1115
Changes in [1.7.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.7.4) (2019-11-27)
2116
===================================================================================================
3117
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.7.3...v1.7.4)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {
@@ -88,7 +88,7 @@
8888
"linkifyjs": "^2.1.6",
8989
"lodash": "^4.17.14",
9090
"lolex": "4.2",
91-
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
91+
"matrix-js-sdk": "2.4.6",
9292
"optimist": "^0.6.1",
9393
"pako": "^1.0.5",
9494
"png-chunks-extract": "^1.0.0",

0 commit comments

Comments
 (0)