|
| 1 | +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) |
| 2 | +=============================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.6...v0.14.0-rc.1) |
| 4 | + |
| 5 | + * turn LL on by default! |
| 6 | + [\#2209](https://github.com/matrix-org/matrix-react-sdk/pull/2209) |
| 7 | + * Update from Weblate. |
| 8 | + [\#2207](https://github.com/matrix-org/matrix-react-sdk/pull/2207) |
| 9 | + * Fix quote post slate update |
| 10 | + [\#2206](https://github.com/matrix-org/matrix-react-sdk/pull/2206) |
| 11 | + * Handle InvalidStoreError from js-sdk |
| 12 | + [\#2205](https://github.com/matrix-org/matrix-react-sdk/pull/2205) |
| 13 | + * Fall back to default avatar in RR when member isn't loaded yet |
| 14 | + [\#2204](https://github.com/matrix-org/matrix-react-sdk/pull/2204) |
| 15 | + * Update to new version of slate |
| 16 | + [\#2202](https://github.com/matrix-org/matrix-react-sdk/pull/2202) |
| 17 | + * Update karma to webpack 4 |
| 18 | + [\#2203](https://github.com/matrix-org/matrix-react-sdk/pull/2203) |
| 19 | + * More accessible buttons - take 2 |
| 20 | + [\#2194](https://github.com/matrix-org/matrix-react-sdk/pull/2194) |
| 21 | + * log correct error code when opening log idb |
| 22 | + [\#2200](https://github.com/matrix-org/matrix-react-sdk/pull/2200) |
| 23 | + * show warning when LL is disabled but was enabled before |
| 24 | + [\#2201](https://github.com/matrix-org/matrix-react-sdk/pull/2201) |
| 25 | + * Fall back to another store if indexeddb start fails |
| 26 | + [\#2195](https://github.com/matrix-org/matrix-react-sdk/pull/2195) |
| 27 | + * Silence bluebird warnings |
| 28 | + [\#2198](https://github.com/matrix-org/matrix-react-sdk/pull/2198) |
| 29 | + * Use createObjectURL instead of readAsDataURL for videos |
| 30 | + [\#2197](https://github.com/matrix-org/matrix-react-sdk/pull/2197) |
| 31 | + * Revert "Use createObjectURL instead of readAsDataURL for videos" |
| 32 | + [\#2196](https://github.com/matrix-org/matrix-react-sdk/pull/2196) |
| 33 | + * Track how far the user travels before dismissing their user settings |
| 34 | + [\#2183](https://github.com/matrix-org/matrix-react-sdk/pull/2183) |
| 35 | + * Drop (IRC) suffix hacks |
| 36 | + [\#2193](https://github.com/matrix-org/matrix-react-sdk/pull/2193) |
| 37 | + * Use createObjectURL instead of readAsDataURL for videos |
| 38 | + [\#2176](https://github.com/matrix-org/matrix-react-sdk/pull/2176) |
| 39 | + * Remove old migration code |
| 40 | + [\#2192](https://github.com/matrix-org/matrix-react-sdk/pull/2192) |
| 41 | + * Fix brace style in TextForEvent.js |
| 42 | + [\#2191](https://github.com/matrix-org/matrix-react-sdk/pull/2191) |
| 43 | + * Fix error logging |
| 44 | + [\#2190](https://github.com/matrix-org/matrix-react-sdk/pull/2190) |
| 45 | + * Fix Promise.defer warning in ScalarAuthClient.js |
| 46 | + [\#2188](https://github.com/matrix-org/matrix-react-sdk/pull/2188) |
| 47 | + * Communicate early that a 3pid is required during registration if needed |
| 48 | + [\#2180](https://github.com/matrix-org/matrix-react-sdk/pull/2180) |
| 49 | + * try to encourage people to attach logs to bugs |
| 50 | + [\#2185](https://github.com/matrix-org/matrix-react-sdk/pull/2185) |
| 51 | + * Show the 'homeserver unavailable' warning when the first sync fails |
| 52 | + [\#2182](https://github.com/matrix-org/matrix-react-sdk/pull/2182) |
| 53 | + * allow passing initial is_url like hs_url in query params |
| 54 | + [\#2083](https://github.com/matrix-org/matrix-react-sdk/pull/2083) |
| 55 | + * Update karma |
| 56 | + [\#2177](https://github.com/matrix-org/matrix-react-sdk/pull/2177) |
| 57 | + * fudge hangup reasons |
| 58 | + [\#2184](https://github.com/matrix-org/matrix-react-sdk/pull/2184) |
| 59 | + * Provide more helpful errors when i18n generation fails |
| 60 | + [\#2181](https://github.com/matrix-org/matrix-react-sdk/pull/2181) |
| 61 | + |
1 | 62 | Changes in [0.13.6](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.13.6) (2018-10-08)
|
2 | 63 | =====================================================================================================
|
3 | 64 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.13.5...v0.13.6)
|
|
0 commit comments