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

Commit 15f08ab

Browse files
committed
Prepare changelog for v0.14.0-rc.1
1 parent ab35dac commit 15f08ab

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,67 @@ Changes in [0.14.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases
5959
* Provide more helpful errors when i18n generation fails
6060
[\#2181](https://github.com/matrix-org/matrix-react-sdk/pull/2181)
6161

62+
Changes in [0.14.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.0-rc.1) (2018-10-11)
63+
===============================================================================================================
64+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.6...v0.14.0-rc.1)
65+
66+
* turn LL on by default!
67+
[\#2209](https://github.com/matrix-org/matrix-react-sdk/pull/2209)
68+
* Update from Weblate.
69+
[\#2207](https://github.com/matrix-org/matrix-react-sdk/pull/2207)
70+
* Fix quote post slate update
71+
[\#2206](https://github.com/matrix-org/matrix-react-sdk/pull/2206)
72+
* Handle InvalidStoreError from js-sdk
73+
[\#2205](https://github.com/matrix-org/matrix-react-sdk/pull/2205)
74+
* Fall back to default avatar in RR when member isn't loaded yet
75+
[\#2204](https://github.com/matrix-org/matrix-react-sdk/pull/2204)
76+
* Update to new version of slate
77+
[\#2202](https://github.com/matrix-org/matrix-react-sdk/pull/2202)
78+
* Update karma to webpack 4
79+
[\#2203](https://github.com/matrix-org/matrix-react-sdk/pull/2203)
80+
* More accessible buttons - take 2
81+
[\#2194](https://github.com/matrix-org/matrix-react-sdk/pull/2194)
82+
* log correct error code when opening log idb
83+
[\#2200](https://github.com/matrix-org/matrix-react-sdk/pull/2200)
84+
* show warning when LL is disabled but was enabled before
85+
[\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201)
86+
* Fall back to another store if indexeddb start fails
87+
[\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195)
88+
* Silence bluebird warnings
89+
[\#2198](https://github.com/matrix-org/matrix-react-sdk/pull/2198)
90+
* Use createObjectURL instead of readAsDataURL for videos
91+
[\#2197](https://github.com/matrix-org/matrix-react-sdk/pull/2197)
92+
* Revert "Use createObjectURL instead of readAsDataURL for videos"
93+
[\#2196](https://github.com/matrix-org/matrix-react-sdk/pull/2196)
94+
* Track how far the user travels before dismissing their user settings
95+
[\#2183](https://github.com/matrix-org/matrix-react-sdk/pull/2183)
96+
* Drop (IRC) suffix hacks
97+
[\#2193](https://github.com/matrix-org/matrix-react-sdk/pull/2193)
98+
* Use createObjectURL instead of readAsDataURL for videos
99+
[\#2176](https://github.com/matrix-org/matrix-react-sdk/pull/2176)
100+
* Remove old migration code
101+
[\#2192](https://github.com/matrix-org/matrix-react-sdk/pull/2192)
102+
* Fix brace style in TextForEvent.js
103+
[\#2191](https://github.com/matrix-org/matrix-react-sdk/pull/2191)
104+
* Fix error logging
105+
[\#2190](https://github.com/matrix-org/matrix-react-sdk/pull/2190)
106+
* Fix Promise.defer warning in ScalarAuthClient.js
107+
[\#2188](https://github.com/matrix-org/matrix-react-sdk/pull/2188)
108+
* Communicate early that a 3pid is required during registration if needed
109+
[\#2180](https://github.com/matrix-org/matrix-react-sdk/pull/2180)
110+
* try to encourage people to attach logs to bugs
111+
[\#2185](https://github.com/matrix-org/matrix-react-sdk/pull/2185)
112+
* Show the 'homeserver unavailable' warning when the first sync fails
113+
[\#2182](https://github.com/matrix-org/matrix-react-sdk/pull/2182)
114+
* allow passing initial is_url like hs_url in query params
115+
[\#2083](https://github.com/matrix-org/matrix-react-sdk/pull/2083)
116+
* Update karma
117+
[\#2177](https://github.com/matrix-org/matrix-react-sdk/pull/2177)
118+
* fudge hangup reasons
119+
[\#2184](https://github.com/matrix-org/matrix-react-sdk/pull/2184)
120+
* Provide more helpful errors when i18n generation fails
121+
[\#2181](https://github.com/matrix-org/matrix-react-sdk/pull/2181)
122+
62123
Changes in [0.13.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.6) (2018-10-08)
63124
=====================================================================================================
64125
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5...v0.13.6)

0 commit comments

Comments
 (0)