|
| 1 | +Changes in [0.7.5-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.5-rc.1) (2016-11-02) |
| 2 | +============================================================================================================= |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.4...v0.7.5-rc.1) |
| 4 | + |
| 5 | + * Explicitly list files in package.json |
| 6 | + [\#530](https://github.com/matrix-org/matrix-react-sdk/pull/530) |
| 7 | + * Fix some markdown in the code style doc |
| 8 | + [\#529](https://github.com/matrix-org/matrix-react-sdk/pull/529) |
| 9 | + * Run highlight.js asynchronously |
| 10 | + [\#527](https://github.com/matrix-org/matrix-react-sdk/pull/527) |
| 11 | + * Fix room tinting |
| 12 | + [\#528](https://github.com/matrix-org/matrix-react-sdk/pull/528) |
| 13 | + * Fix CPU spin on joining rooms |
| 14 | + [\#525](https://github.com/matrix-org/matrix-react-sdk/pull/525) |
| 15 | + * Don't send read receipt if user has logged out |
| 16 | + [\#526](https://github.com/matrix-org/matrix-react-sdk/pull/526) |
| 17 | + * Switch to babel 6, again |
| 18 | + [\#523](https://github.com/matrix-org/matrix-react-sdk/pull/523) |
| 19 | + * Keyboard shortcuts to mute microphone/camera |
| 20 | + [\#522](https://github.com/matrix-org/matrix-react-sdk/pull/522) |
| 21 | + * Give our input fields names |
| 22 | + [\#520](https://github.com/matrix-org/matrix-react-sdk/pull/520) |
| 23 | + * Revert "Switch to babel 6" |
| 24 | + [\#521](https://github.com/matrix-org/matrix-react-sdk/pull/521) |
| 25 | + * Switch to babel 6 |
| 26 | + [\#519](https://github.com/matrix-org/matrix-react-sdk/pull/519) |
| 27 | + * Interactive auth for device delete |
| 28 | + [\#517](https://github.com/matrix-org/matrix-react-sdk/pull/517) |
| 29 | + * InteractiveAuthDialog |
| 30 | + [\#516](https://github.com/matrix-org/matrix-react-sdk/pull/516) |
| 31 | + * Prevent spamming emails by reusing client secret |
| 32 | + [\#514](https://github.com/matrix-org/matrix-react-sdk/pull/514) |
| 33 | + * Refactor CaptchaForm to put less logic in signupstages |
| 34 | + [\#515](https://github.com/matrix-org/matrix-react-sdk/pull/515) |
| 35 | + |
1 | 36 | Changes in [0.7.4](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.7.4) (2016-10-12)
|
2 | 37 | ===================================================================================================
|
3 | 38 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.7.3...v0.7.4)
|
|
0 commit comments