|
| 1 | +Changes in [1.2.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.0-rc.1) (2019-05-23) |
| 2 | +============================================================================================================= |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.1.2...v1.2.0-rc.1) |
| 4 | + |
| 5 | + * Update from Weblate |
| 6 | + [\#3023](https://github.com/matrix-org/matrix-react-sdk/pull/3023) |
| 7 | + * Use the correct line-height for bold emoji |
| 8 | + [\#3022](https://github.com/matrix-org/matrix-react-sdk/pull/3022) |
| 9 | + * Make the timeline less noisy for screen readers (mk II) |
| 10 | + [\#3019](https://github.com/matrix-org/matrix-react-sdk/pull/3019) |
| 11 | + * Label message edit field as such for screen readers |
| 12 | + [\#3020](https://github.com/matrix-org/matrix-react-sdk/pull/3020) |
| 13 | + * Move checkmark to the front of key backup message |
| 14 | + [\#3014](https://github.com/matrix-org/matrix-react-sdk/pull/3014) |
| 15 | + * Revert "Make the timeline less noisy for screen readers" |
| 16 | + [\#3017](https://github.com/matrix-org/matrix-react-sdk/pull/3017) |
| 17 | + * Translate scroll movement if the deltaX is the same as the threshold |
| 18 | + [\#3016](https://github.com/matrix-org/matrix-react-sdk/pull/3016) |
| 19 | + * Make the timeline less noisy for screen readers |
| 20 | + [\#3007](https://github.com/matrix-org/matrix-react-sdk/pull/3007) |
| 21 | + * Windows emoji tweaks |
| 22 | + [\#3015](https://github.com/matrix-org/matrix-react-sdk/pull/3015) |
| 23 | + * Message editing: update link previews after editing |
| 24 | + [\#3004](https://github.com/matrix-org/matrix-react-sdk/pull/3004) |
| 25 | + * js-sdk interactive auth now sends email token |
| 26 | + [\#3010](https://github.com/matrix-org/matrix-react-sdk/pull/3010) |
| 27 | + * remove SBIX font and fallback to native emoji |
| 28 | + [\#3011](https://github.com/matrix-org/matrix-react-sdk/pull/3011) |
| 29 | + * Update from Weblate |
| 30 | + [\#3012](https://github.com/matrix-org/matrix-react-sdk/pull/3012) |
| 31 | + * load twemoji dynamically as colr or sbix; fix monospace |
| 32 | + [\#3008](https://github.com/matrix-org/matrix-react-sdk/pull/3008) |
| 33 | + * Guard against null rooms in `onEventDecrypted` |
| 34 | + [\#3009](https://github.com/matrix-org/matrix-react-sdk/pull/3009) |
| 35 | + * Only show reactions in main message timeline |
| 36 | + [\#3005](https://github.com/matrix-org/matrix-react-sdk/pull/3005) |
| 37 | + * Add voice labels for quick add room buttons |
| 38 | + [\#3006](https://github.com/matrix-org/matrix-react-sdk/pull/3006) |
| 39 | + * Update TopLeftMenu for accessibility: Keyboard shortcut, reduced screen |
| 40 | + reader noise |
| 41 | + [\#2994](https://github.com/matrix-org/matrix-react-sdk/pull/2994) |
| 42 | + * Remove reacted with text when shortcode missing |
| 43 | + [\#3003](https://github.com/matrix-org/matrix-react-sdk/pull/3003) |
| 44 | + * Fixup: also change editor margin when last event and buttons are not |
| 45 | + overlaying |
| 46 | + [\#3002](https://github.com/matrix-org/matrix-react-sdk/pull/3002) |
| 47 | + * Message editing: render avatars for pills in the editor |
| 48 | + [\#2997](https://github.com/matrix-org/matrix-react-sdk/pull/2997) |
| 49 | + * Replace emojione with twemoji + emojibase |
| 50 | + [\#2995](https://github.com/matrix-org/matrix-react-sdk/pull/2995) |
| 51 | + * Hide WhoIsTyping component if the MessagePanel is shaped e.g file grid |
| 52 | + [\#3000](https://github.com/matrix-org/matrix-react-sdk/pull/3000) |
| 53 | + * Close copy tooltip in edge cases correctly |
| 54 | + [\#2999](https://github.com/matrix-org/matrix-react-sdk/pull/2999) |
| 55 | + * Limit reaction sender tooltip to 6 people |
| 56 | + [\#2998](https://github.com/matrix-org/matrix-react-sdk/pull/2998) |
| 57 | + * Message editing: apply design |
| 58 | + [\#2996](https://github.com/matrix-org/matrix-react-sdk/pull/2996) |
| 59 | + * Add debug feature to show hidden events in timeline |
| 60 | + [\#2993](https://github.com/matrix-org/matrix-react-sdk/pull/2993) |
| 61 | + * Mute screen readers over reactions |
| 62 | + [\#2986](https://github.com/matrix-org/matrix-react-sdk/pull/2986) |
| 63 | + * Fix not being able to edit already edited messages |
| 64 | + [\#2992](https://github.com/matrix-org/matrix-react-sdk/pull/2992) |
| 65 | + * Add a basic tooltip showing who reacted |
| 66 | + [\#2991](https://github.com/matrix-org/matrix-react-sdk/pull/2991) |
| 67 | + * Message editing: show (edited) marker on edited messages, with tooltip |
| 68 | + [\#2990](https://github.com/matrix-org/matrix-react-sdk/pull/2990) |
| 69 | + * Update from Weblate |
| 70 | + [\#2989](https://github.com/matrix-org/matrix-react-sdk/pull/2989) |
| 71 | + * Message editing: only allow editing of text messages |
| 72 | + [\#2988](https://github.com/matrix-org/matrix-react-sdk/pull/2988) |
| 73 | + * Message editing: shift+enter for newline, enter to send |
| 74 | + [\#2987](https://github.com/matrix-org/matrix-react-sdk/pull/2987) |
| 75 | + * Apply Flex voodoo for devtools send event dialog |
| 76 | + [\#2985](https://github.com/matrix-org/matrix-react-sdk/pull/2985) |
| 77 | + * Fix some source strings noticed as incorrect by translators |
| 78 | + [\#2984](https://github.com/matrix-org/matrix-react-sdk/pull/2984) |
| 79 | + * Message editing: fix some bugs in cursor behaviour |
| 80 | + [\#2983](https://github.com/matrix-org/matrix-react-sdk/pull/2983) |
| 81 | + * Message editing: local echo & back-pagination |
| 82 | + [\#2982](https://github.com/matrix-org/matrix-react-sdk/pull/2982) |
| 83 | + * Listen for removed relations |
| 84 | + [\#2981](https://github.com/matrix-org/matrix-react-sdk/pull/2981) |
| 85 | + * Update from Weblate |
| 86 | + [\#2980](https://github.com/matrix-org/matrix-react-sdk/pull/2980) |
| 87 | + * Use `getRelation` helper |
| 88 | + [\#2977](https://github.com/matrix-org/matrix-react-sdk/pull/2977) |
| 89 | + * Add tooltips to rotate and close buttons in ImageView (#9686) |
| 90 | + [\#2979](https://github.com/matrix-org/matrix-react-sdk/pull/2979) |
| 91 | + * Message editing: smaller fixes |
| 92 | + [\#2978](https://github.com/matrix-org/matrix-react-sdk/pull/2978) |
| 93 | + * Message editing: adjust to js-sdk changes of marking original event as |
| 94 | + replaced |
| 95 | + [\#2973](https://github.com/matrix-org/matrix-react-sdk/pull/2973) |
| 96 | + * Fix Single Sign-on |
| 97 | + [\#2974](https://github.com/matrix-org/matrix-react-sdk/pull/2974) |
| 98 | + * Initial support for editing messages |
| 99 | + [\#2952](https://github.com/matrix-org/matrix-react-sdk/pull/2952) |
| 100 | + * Check permission to invite before showing invite buttons/disable them |
| 101 | + [\#2957](https://github.com/matrix-org/matrix-react-sdk/pull/2957) |
| 102 | + * Support a backup room ID in PermalinkCreator |
| 103 | + [\#2963](https://github.com/matrix-org/matrix-react-sdk/pull/2963) |
| 104 | + * Always thumbnail for GIFs |
| 105 | + [\#2962](https://github.com/matrix-org/matrix-react-sdk/pull/2962) |
| 106 | + * Fix registration with email |
| 107 | + [\#2967](https://github.com/matrix-org/matrix-react-sdk/pull/2967) |
| 108 | + * Add configuration flag to disable minimum password requirements |
| 109 | + [\#2947](https://github.com/matrix-org/matrix-react-sdk/pull/2947) |
| 110 | + * Send and undo reaction events |
| 111 | + [\#2954](https://github.com/matrix-org/matrix-react-sdk/pull/2954) |
| 112 | + * Fix bug where email was not required where it shouldn't have been |
| 113 | + [\#2961](https://github.com/matrix-org/matrix-react-sdk/pull/2961) |
| 114 | + * add /rainbow and /rainbowme Slash Commands |
| 115 | + [\#2958](https://github.com/matrix-org/matrix-react-sdk/pull/2958) |
| 116 | + * Fix invite via MemberInfo |
| 117 | + [\#2956](https://github.com/matrix-org/matrix-react-sdk/pull/2956) |
| 118 | + * Close Room Settings upon Leave Room |
| 119 | + [\#2955](https://github.com/matrix-org/matrix-react-sdk/pull/2955) |
| 120 | + * Command to change avatar for a single room, including upload of mxc res |
| 121 | + [\#2953](https://github.com/matrix-org/matrix-react-sdk/pull/2953) |
| 122 | + * Add View Servers in Room to Devtools |
| 123 | + [\#2804](https://github.com/matrix-org/matrix-react-sdk/pull/2804) |
| 124 | + * Update 'Rooms' import RoomView.js file |
| 125 | + [\#2951](https://github.com/matrix-org/matrix-react-sdk/pull/2951) |
| 126 | + * Extract `ReactionDimension` out of `MessageActionBar` |
| 127 | + [\#2950](https://github.com/matrix-org/matrix-react-sdk/pull/2950) |
| 128 | + * Always default to the registration form |
| 129 | + [\#2942](https://github.com/matrix-org/matrix-react-sdk/pull/2942) |
| 130 | + * Check for `room` in all `Room.timeline*` handlers |
| 131 | + [\#2945](https://github.com/matrix-org/matrix-react-sdk/pull/2945) |
| 132 | + * Remove the karma junit reporter |
| 133 | + [\#2944](https://github.com/matrix-org/matrix-react-sdk/pull/2944) |
| 134 | + * yarn upgrade |
| 135 | + [\#2943](https://github.com/matrix-org/matrix-react-sdk/pull/2943) |
| 136 | + * Support changing options for .m.rule.tombstone push rule |
| 137 | + [\#2798](https://github.com/matrix-org/matrix-react-sdk/pull/2798) |
| 138 | + * Remove timeline explosion rageshake prompt |
| 139 | + [\#2939](https://github.com/matrix-org/matrix-react-sdk/pull/2939) |
| 140 | + * Add existing reactions below message |
| 141 | + [\#2940](https://github.com/matrix-org/matrix-react-sdk/pull/2940) |
| 142 | + * Fix lint errors in TimelinePanel |
| 143 | + [\#2938](https://github.com/matrix-org/matrix-react-sdk/pull/2938) |
| 144 | + * Add primary reactions to action bar |
| 145 | + [\#2937](https://github.com/matrix-org/matrix-react-sdk/pull/2937) |
| 146 | + |
1 | 147 | Changes in [1.1.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.1.2) (2019-05-15)
|
2 | 148 | ===================================================================================================
|
3 | 149 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.1.1...v1.1.2)
|
|
0 commit comments