|
| 1 | +Changes in [1.3.0-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.3.0-rc.1) (2019-07-03) |
| 2 | +============================================================================================================= |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.2...v1.3.0-rc.1) |
| 4 | + |
| 5 | + * MELS handle m.room.third_party_invite |
| 6 | + [\#3173](https://github.com/matrix-org/matrix-react-sdk/pull/3173) |
| 7 | + * Fix logic around MemberList invites section, specifically regarding 3pid |
| 8 | + [\#3172](https://github.com/matrix-org/matrix-react-sdk/pull/3172) |
| 9 | + * Update from Weblate |
| 10 | + [\#3176](https://github.com/matrix-org/matrix-react-sdk/pull/3176) |
| 11 | + * Track the user's own typing state external to the composer |
| 12 | + [\#3150](https://github.com/matrix-org/matrix-react-sdk/pull/3150) |
| 13 | + * Handle associated event send failures |
| 14 | + [\#3170](https://github.com/matrix-org/matrix-react-sdk/pull/3170) |
| 15 | + * Improve interactive tooltip hover behaviour |
| 16 | + [\#3169](https://github.com/matrix-org/matrix-react-sdk/pull/3169) |
| 17 | + * Fix login type selector border |
| 18 | + [\#3171](https://github.com/matrix-org/matrix-react-sdk/pull/3171) |
| 19 | + * Use the event sender instead of event ID for viaServers off a tombstone |
| 20 | + [\#3159](https://github.com/matrix-org/matrix-react-sdk/pull/3159) |
| 21 | + * Append keyshare request dialogs instead of replacing the current dialog |
| 22 | + [\#3160](https://github.com/matrix-org/matrix-react-sdk/pull/3160) |
| 23 | + * Add AccessibleTooltipButton and use it for RoomSubList buttons |
| 24 | + [\#3165](https://github.com/matrix-org/matrix-react-sdk/pull/3165) |
| 25 | + * MemberInfo wrap Device Name/ID |
| 26 | + [\#3166](https://github.com/matrix-org/matrix-react-sdk/pull/3166) |
| 27 | + * Correctly populate the dispatch for joining a room via servers |
| 28 | + [\#3161](https://github.com/matrix-org/matrix-react-sdk/pull/3161) |
| 29 | + * Clean up legacy breadcrumbs persistence fallback |
| 30 | + [\#3162](https://github.com/matrix-org/matrix-react-sdk/pull/3162) |
| 31 | + * Update from Weblate |
| 32 | + [\#3168](https://github.com/matrix-org/matrix-react-sdk/pull/3168) |
| 33 | + * Add ability to render null-rejoins in Timeline and MELS |
| 34 | + [\#3135](https://github.com/matrix-org/matrix-react-sdk/pull/3135) |
| 35 | + * Add /myavatar command |
| 36 | + [\#3155](https://github.com/matrix-org/matrix-react-sdk/pull/3155) |
| 37 | + * Update config.json docs location |
| 38 | + [\#3158](https://github.com/matrix-org/matrix-react-sdk/pull/3158) |
| 39 | + * If on trackpad, don't mess with horizontal scrolling. |
| 40 | + [\#3148](https://github.com/matrix-org/matrix-react-sdk/pull/3148) |
| 41 | + * Limit reactions row on initial display |
| 42 | + [\#3152](https://github.com/matrix-org/matrix-react-sdk/pull/3152) |
| 43 | + * Unpin highlight.js |
| 44 | + [\#3156](https://github.com/matrix-org/matrix-react-sdk/pull/3156) |
| 45 | + * Flexboxify generic error page |
| 46 | + [\#3154](https://github.com/matrix-org/matrix-react-sdk/pull/3154) |
| 47 | + * Fix weird scrollbar when devtools is in a narrow browser |
| 48 | + [\#3153](https://github.com/matrix-org/matrix-react-sdk/pull/3153) |
| 49 | + * Show a loading state for slow peeks |
| 50 | + [\#3142](https://github.com/matrix-org/matrix-react-sdk/pull/3142) |
| 51 | + * Don't show error dialog when user has no webcam |
| 52 | + [\#3146](https://github.com/matrix-org/matrix-react-sdk/pull/3146) |
| 53 | + * Make edit history work in encrypted rooms. |
| 54 | + [\#3151](https://github.com/matrix-org/matrix-react-sdk/pull/3151) |
| 55 | + * Change interactive tooltip to only flip when required |
| 56 | + [\#3147](https://github.com/matrix-org/matrix-react-sdk/pull/3147) |
| 57 | + * Edit history dialog |
| 58 | + [\#3144](https://github.com/matrix-org/matrix-react-sdk/pull/3144) |
| 59 | + * Fix the scrollbar in the community bar |
| 60 | + [\#3143](https://github.com/matrix-org/matrix-react-sdk/pull/3143) |
| 61 | + * Add focus border to edit composer |
| 62 | + [\#3145](https://github.com/matrix-org/matrix-react-sdk/pull/3145) |
| 63 | + * Supply oobData to RoomPreviewBar |
| 64 | + [\#3141](https://github.com/matrix-org/matrix-react-sdk/pull/3141) |
| 65 | + * Don't boost trackpad users in breadcrumbs |
| 66 | + [\#3140](https://github.com/matrix-org/matrix-react-sdk/pull/3140) |
| 67 | + * Fix room upgrade warning being chopped off and a spelling mistake |
| 68 | + [\#3139](https://github.com/matrix-org/matrix-react-sdk/pull/3139) |
| 69 | + * Add quick reaction buttons in tooltip |
| 70 | + [\#3138](https://github.com/matrix-org/matrix-react-sdk/pull/3138) |
| 71 | + * When joining from room directory, use auto_join |
| 72 | + [\#3136](https://github.com/matrix-org/matrix-react-sdk/pull/3136) |
| 73 | + * Improve API and interactivity of new tooltip |
| 74 | + [\#3137](https://github.com/matrix-org/matrix-react-sdk/pull/3137) |
| 75 | + * Use feature flag for displaying edits as well |
| 76 | + [\#3132](https://github.com/matrix-org/matrix-react-sdk/pull/3132) |
| 77 | + * Add interactive tooltip style |
| 78 | + [\#3131](https://github.com/matrix-org/matrix-react-sdk/pull/3131) |
| 79 | + * Remove redundant extra chevrons from ContextualMenu |
| 80 | + [\#3129](https://github.com/matrix-org/matrix-react-sdk/pull/3129) |
| 81 | + * Editor caret improvements |
| 82 | + [\#3126](https://github.com/matrix-org/matrix-react-sdk/pull/3126) |
| 83 | + * Disable left/right arrow navigating completions for now |
| 84 | + [\#3130](https://github.com/matrix-org/matrix-react-sdk/pull/3130) |
| 85 | + * Take list nesting into account for indenting |
| 86 | + [\#3128](https://github.com/matrix-org/matrix-react-sdk/pull/3128) |
| 87 | + * Add file size to UploadConfirmDialog |
| 88 | + [\#3127](https://github.com/matrix-org/matrix-react-sdk/pull/3127) |
| 89 | + * Consider cancelled verifications when mounting IncomingSasDialog |
| 90 | + [\#3123](https://github.com/matrix-org/matrix-react-sdk/pull/3123) |
| 91 | + * Make the verification cancelled dialog say OK instead of Cancel |
| 92 | + [\#3124](https://github.com/matrix-org/matrix-react-sdk/pull/3124) |
| 93 | + * Update from Weblate |
| 94 | + [\#3125](https://github.com/matrix-org/matrix-react-sdk/pull/3125) |
| 95 | + * Remove unused ContextualMenu features |
| 96 | + [\#3122](https://github.com/matrix-org/matrix-react-sdk/pull/3122) |
| 97 | + * Fix casing of TooltipButton |
| 98 | + [\#3119](https://github.com/matrix-org/matrix-react-sdk/pull/3119) |
| 99 | + * De-duplicate notif badge code |
| 100 | + [\#3120](https://github.com/matrix-org/matrix-react-sdk/pull/3120) |
| 101 | + * Fix favicon/title badge count |
| 102 | + [\#3121](https://github.com/matrix-org/matrix-react-sdk/pull/3121) |
| 103 | + * Switch ugly password boxes to Field or styled input |
| 104 | + [\#3071](https://github.com/matrix-org/matrix-react-sdk/pull/3071) |
| 105 | + * Restore warning for if you're already logged in |
| 106 | + [\#3118](https://github.com/matrix-org/matrix-react-sdk/pull/3118) |
| 107 | + * Provide default name if device label is missing |
| 108 | + [\#3113](https://github.com/matrix-org/matrix-react-sdk/pull/3113) |
| 109 | + * Support @room pills while editing |
| 110 | + [\#3108](https://github.com/matrix-org/matrix-react-sdk/pull/3108) |
| 111 | + |
1 | 112 | Changes in [1.2.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v1.2.2) (2019-06-19)
|
2 | 113 | ===================================================================================================
|
3 | 114 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v1.2.2-rc.2...v1.2.2)
|
|
0 commit comments