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

Commit 8cd9132

Browse files
committed
Prepare changelog for v1.0.6-rc.1
1 parent fef36d3 commit 8cd9132

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

CHANGELOG.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,94 @@
1+
Changes in [1.0.6-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.6-rc.1) (2019-03-27)
2+
=============================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.5...v1.0.6-rc.1)
4+
5+
* Catch errors when checking IndexedDB
6+
[\#2836](https://github.com/matrix-org/matrix-react-sdk/pull/2836)
7+
* Remove noreferrer on widget pop-out
8+
[\#2835](https://github.com/matrix-org/matrix-react-sdk/pull/2835)
9+
* Rework room directory so that new room is always available
10+
[\#2834](https://github.com/matrix-org/matrix-react-sdk/pull/2834)
11+
* Send telemetry about storage consistency
12+
[\#2832](https://github.com/matrix-org/matrix-react-sdk/pull/2832)
13+
* Widget OpenID reauth implementation
14+
[\#2781](https://github.com/matrix-org/matrix-react-sdk/pull/2781)
15+
* Log results of basic storage consistency check
16+
[\#2826](https://github.com/matrix-org/matrix-react-sdk/pull/2826)
17+
* Clarify devices affected by notification settings
18+
[\#2828](https://github.com/matrix-org/matrix-react-sdk/pull/2828)
19+
* Add a command for creating custom widgets without an integration manager
20+
[\#2824](https://github.com/matrix-org/matrix-react-sdk/pull/2824)
21+
* Minimize stickerpicker when the title is clicked
22+
[\#2822](https://github.com/matrix-org/matrix-react-sdk/pull/2822)
23+
* Add <code> blocks around homeserver and identity server urls
24+
[\#2825](https://github.com/matrix-org/matrix-react-sdk/pull/2825)
25+
* Fixed drop shadow for tooltip.
26+
[\#2815](https://github.com/matrix-org/matrix-react-sdk/pull/2815)
27+
* Ask the user for debug logs when the timeline explodes
28+
[\#2820](https://github.com/matrix-org/matrix-react-sdk/pull/2820)
29+
* Fix typo preventing users from adding more widgets easily
30+
[\#2823](https://github.com/matrix-org/matrix-react-sdk/pull/2823)
31+
* Attach an onChange listener to the room's blacklist devices option
32+
[\#2817](https://github.com/matrix-org/matrix-react-sdk/pull/2817)
33+
* Use leaveRoomChain when leaving a room
34+
[\#2818](https://github.com/matrix-org/matrix-react-sdk/pull/2818)
35+
* Fix bug with NetworkList dropdown
36+
[\#2821](https://github.com/matrix-org/matrix-react-sdk/pull/2821)
37+
* Trim the logging for URL previews
38+
[\#2816](https://github.com/matrix-org/matrix-react-sdk/pull/2816)
39+
* Explicitly create `cryptoStore` in React SDK
40+
[\#2814](https://github.com/matrix-org/matrix-react-sdk/pull/2814)
41+
* Change to new consistent name for `MemoryStore`
42+
[\#2812](https://github.com/matrix-org/matrix-react-sdk/pull/2812)
43+
* Use medium agents for the more resource intensive builds
44+
[\#2813](https://github.com/matrix-org/matrix-react-sdk/pull/2813)
45+
* Add log grouping to buildkite
46+
[\#2810](https://github.com/matrix-org/matrix-react-sdk/pull/2810)
47+
* Switch to `git` protocol for CI dependencies
48+
[\#2809](https://github.com/matrix-org/matrix-react-sdk/pull/2809)
49+
* Go back to using mainine velocity
50+
[\#2808](https://github.com/matrix-org/matrix-react-sdk/pull/2808)
51+
* Warn that members won't be autojoined to upgraded rooms
52+
[\#2796](https://github.com/matrix-org/matrix-react-sdk/pull/2796)
53+
* Support CI for matching branches on forks
54+
[\#2807](https://github.com/matrix-org/matrix-react-sdk/pull/2807)
55+
* Discard old sticker picker when the URL changes
56+
[\#2801](https://github.com/matrix-org/matrix-react-sdk/pull/2801)
57+
* Reload widget messaging when widgets reload
58+
[\#2799](https://github.com/matrix-org/matrix-react-sdk/pull/2799)
59+
* Don't show calculated room name in room settings name input field
60+
[\#2806](https://github.com/matrix-org/matrix-react-sdk/pull/2806)
61+
* Disable big emoji for m.emote messages as it looks weird
62+
[\#2805](https://github.com/matrix-org/matrix-react-sdk/pull/2805)
63+
* Remove Edge from browser support statements
64+
[\#2803](https://github.com/matrix-org/matrix-react-sdk/pull/2803)
65+
* Update from Weblate
66+
[\#2802](https://github.com/matrix-org/matrix-react-sdk/pull/2802)
67+
* Really fix tag panel
68+
[\#2800](https://github.com/matrix-org/matrix-react-sdk/pull/2800)
69+
* Update CompatibilityPage to match officially supported browsers
70+
[\#2793](https://github.com/matrix-org/matrix-react-sdk/pull/2793)
71+
* Use Buildkite for CI
72+
[\#2788](https://github.com/matrix-org/matrix-react-sdk/pull/2788)
73+
* Fix CSS syntax errors preventing offline member opacity from working
74+
[\#2794](https://github.com/matrix-org/matrix-react-sdk/pull/2794)
75+
* Make the EntityTile chevron a masked SVG for theming
76+
[\#2795](https://github.com/matrix-org/matrix-react-sdk/pull/2795)
77+
* Remove refs from `RegistrationForm`
78+
[\#2791](https://github.com/matrix-org/matrix-react-sdk/pull/2791)
79+
* Fix initial letter avatar vertical offset in Firefox
80+
[\#2792](https://github.com/matrix-org/matrix-react-sdk/pull/2792)
81+
* Fix the custom tag panel
82+
[\#2797](https://github.com/matrix-org/matrix-react-sdk/pull/2797)
83+
* Ensure freshly invited members don't count towards the alone warning
84+
[\#2786](https://github.com/matrix-org/matrix-react-sdk/pull/2786)
85+
* Fix 'forgot password' warning to represent the reality of e2ee
86+
[\#2787](https://github.com/matrix-org/matrix-react-sdk/pull/2787)
87+
* Restore `Field` value getter for `RegistrationForm`
88+
[\#2790](https://github.com/matrix-org/matrix-react-sdk/pull/2790)
89+
* Initial portions of support for Field validation
90+
[\#2780](https://github.com/matrix-org/matrix-react-sdk/pull/2780)
91+
192
Changes in [1.0.5](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.0.5) (2019-03-21)
293
===================================================================================================
394
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.0.4...v1.0.5)

0 commit comments

Comments
 (0)