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

Commit df234a8

Browse files
committed
Prepare changelog for v1.0.4-rc.1
1 parent 638d93f commit df234a8

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

CHANGELOG.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,112 @@
1+
Changes in [1.0.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.4-rc.1) (2019-03-13)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.3...v1.0.4-rc.1)
4+
5+
* Update from Weblate
6+
[\#2785](https://github.com/matrix-org/matrix-react-sdk/pull/2785)
7+
* Remove padlock click handler to show unknown devices
8+
[\#2784](https://github.com/matrix-org/matrix-react-sdk/pull/2784)
9+
* Use modern Yarn version on Travis CI
10+
[\#2783](https://github.com/matrix-org/matrix-react-sdk/pull/2783)
11+
* Add versioning to integration manager API /register and /account calls
12+
[\#2782](https://github.com/matrix-org/matrix-react-sdk/pull/2782)
13+
* Ensure scalar_token is valid before opening integrations manager
14+
[\#2777](https://github.com/matrix-org/matrix-react-sdk/pull/2777)
15+
* Switch to `yarn` for dependency management
16+
[\#2773](https://github.com/matrix-org/matrix-react-sdk/pull/2773)
17+
* Use a distinct color for selected autocomplete items
18+
[\#2778](https://github.com/matrix-org/matrix-react-sdk/pull/2778)
19+
* Provide an escape from the registration process
20+
[\#2775](https://github.com/matrix-org/matrix-react-sdk/pull/2775)
21+
* Fix instantly sending RRs
22+
[\#2770](https://github.com/matrix-org/matrix-react-sdk/pull/2770)
23+
* Fix simple header counters to correctly handle zero, take two
24+
[\#2776](https://github.com/matrix-org/matrix-react-sdk/pull/2776)
25+
* Fix sticky hover state by listening for hover on the document
26+
[\#2764](https://github.com/matrix-org/matrix-react-sdk/pull/2764)
27+
* Fix header counters to correctly handle zero
28+
[\#2772](https://github.com/matrix-org/matrix-react-sdk/pull/2772)
29+
* Pass correct args when creating event permalink in context menu
30+
[\#2774](https://github.com/matrix-org/matrix-react-sdk/pull/2774)
31+
* Update from Weblate
32+
[\#2771](https://github.com/matrix-org/matrix-react-sdk/pull/2771)
33+
* Scroll investigation changes
34+
[\#2766](https://github.com/matrix-org/matrix-react-sdk/pull/2766)
35+
* Ability to bulk accept all invites (and fix rejecting all invites)
36+
[\#2757](https://github.com/matrix-org/matrix-react-sdk/pull/2757)
37+
* Don't trample over existing sessions when verifying email addresses
38+
[\#2768](https://github.com/matrix-org/matrix-react-sdk/pull/2768)
39+
* Misc fixes to StatusMessageContextMenu
40+
[\#2767](https://github.com/matrix-org/matrix-react-sdk/pull/2767)
41+
* Fix erroneously sending RRs, pt1.
42+
[\#2769](https://github.com/matrix-org/matrix-react-sdk/pull/2769)
43+
* Tweak country dropdown for redesign
44+
[\#2765](https://github.com/matrix-org/matrix-react-sdk/pull/2765)
45+
* Prevent space characters from stopping big emoji messages
46+
[\#2745](https://github.com/matrix-org/matrix-react-sdk/pull/2745)
47+
* Tweak auth components when dark theme is default
48+
[\#2763](https://github.com/matrix-org/matrix-react-sdk/pull/2763)
49+
* Move country dropdown inside field in Settings
50+
[\#2756](https://github.com/matrix-org/matrix-react-sdk/pull/2756)
51+
* npm audit fix --force
52+
[\#2758](https://github.com/matrix-org/matrix-react-sdk/pull/2758)
53+
* Use Field component in auth flows
54+
[\#2749](https://github.com/matrix-org/matrix-react-sdk/pull/2749)
55+
* Add /shrug command
56+
[\#2660](https://github.com/matrix-org/matrix-react-sdk/pull/2660)
57+
* Support linking to hosting providers
58+
[\#2748](https://github.com/matrix-org/matrix-react-sdk/pull/2748)
59+
* Get confirmation before enabling encryption
60+
[\#2728](https://github.com/matrix-org/matrix-react-sdk/pull/2728)
61+
* clear min-height for typing notifs when the timeline viewport changes size
62+
[\#2747](https://github.com/matrix-org/matrix-react-sdk/pull/2747)
63+
* Prevent flair pushing timeline downwards
64+
[\#2746](https://github.com/matrix-org/matrix-react-sdk/pull/2746)
65+
* Include tag name when warning about rooms running off lists
66+
[\#2741](https://github.com/matrix-org/matrix-react-sdk/pull/2741)
67+
* Reorganise props handling in Field
68+
[\#2740](https://github.com/matrix-org/matrix-react-sdk/pull/2740)
69+
* Limit Field label to size of input
70+
[\#2742](https://github.com/matrix-org/matrix-react-sdk/pull/2742)
71+
* Don't loop forever if you demote yourself via Enter on a PowerSelector
72+
[\#2743](https://github.com/matrix-org/matrix-react-sdk/pull/2743)
73+
* Check if users are already in the room before inviting them
74+
[\#2734](https://github.com/matrix-org/matrix-react-sdk/pull/2734)
75+
* Don't duplicate direct chats from other tags
76+
[\#2735](https://github.com/matrix-org/matrix-react-sdk/pull/2735)
77+
* Fix media device selectors not updating
78+
[\#2739](https://github.com/matrix-org/matrix-react-sdk/pull/2739)
79+
* Fix Room Directory custom homeserver entry not showing properly
80+
[\#2708](https://github.com/matrix-org/matrix-react-sdk/pull/2708)
81+
* Add missing permalinkCreator prop
82+
[\#2729](https://github.com/matrix-org/matrix-react-sdk/pull/2729)
83+
* Patch users not existing when opening settings
84+
[\#2738](https://github.com/matrix-org/matrix-react-sdk/pull/2738)
85+
* Use a mask for the continuation icon
86+
[\#2737](https://github.com/matrix-org/matrix-react-sdk/pull/2737)
87+
* Always insert rooms into lists when they get lost
88+
[\#2736](https://github.com/matrix-org/matrix-react-sdk/pull/2736)
89+
* Convert objects and such to usable strings in rageshake
90+
[\#2732](https://github.com/matrix-org/matrix-react-sdk/pull/2732)
91+
* Support stacking dialogs to prevent unmounting
92+
[\#2724](https://github.com/matrix-org/matrix-react-sdk/pull/2724)
93+
* Convert PowerSelector to use mxField instead
94+
[\#2725](https://github.com/matrix-org/matrix-react-sdk/pull/2725)
95+
* Don't re-enable the save button after saving profiles
96+
[\#2726](https://github.com/matrix-org/matrix-react-sdk/pull/2726)
97+
* Support multiple email pushers and remove the legacy UserSettingsStore
98+
[\#2727](https://github.com/matrix-org/matrix-react-sdk/pull/2727)
99+
* Bring back #528 fix as it still seems broken on OSX
100+
[\#2731](https://github.com/matrix-org/matrix-react-sdk/pull/2731)
101+
* Fix margin on e2e icon in member panel
102+
[\#2721](https://github.com/matrix-org/matrix-react-sdk/pull/2721)
103+
* Improved scrolling & pagination
104+
[\#2676](https://github.com/matrix-org/matrix-react-sdk/pull/2676)
105+
* Nudge karma to 3.1.2
106+
[\#2719](https://github.com/matrix-org/matrix-react-sdk/pull/2719)
107+
* Stop listening to account data when the stickerpicker is unmounted
108+
[\#2723](https://github.com/matrix-org/matrix-react-sdk/pull/2723)
109+
1110
Changes in [1.0.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.3) (2019-03-06)
2111
===================================================================================================
3112
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.2...v1.0.3)

0 commit comments

Comments
 (0)