|
| 1 | +Changes in [0.12.4-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.4-rc.1) (2018-05-09) |
| 2 | +=============================================================================================================== |
| 3 | +[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3...v0.12.4-rc.1) |
| 4 | + |
| 5 | + * Update from Weblate. |
| 6 | + [\#1881](https://github.com/matrix-org/matrix-react-sdk/pull/1881) |
| 7 | + * Pin lolex at 2.3.2 to avoid bug causing tests to fail |
| 8 | + [\#1880](https://github.com/matrix-org/matrix-react-sdk/pull/1880) |
| 9 | + * Replies: un-break click-to-mention on SenderProfile for reply&preview |
| 10 | + [\#1878](https://github.com/matrix-org/matrix-react-sdk/pull/1878) |
| 11 | + * Add tests for RoomList |
| 12 | + [\#1877](https://github.com/matrix-org/matrix-react-sdk/pull/1877) |
| 13 | + * Fix crash when browser doesn't report page change measurement |
| 14 | + [\#1874](https://github.com/matrix-org/matrix-react-sdk/pull/1874) |
| 15 | + * fix thinko when changing from ClientPeg to context in static method (DUH) |
| 16 | + [\#1875](https://github.com/matrix-org/matrix-react-sdk/pull/1875) |
| 17 | + * Fix Replies :D |
| 18 | + [\#1873](https://github.com/matrix-org/matrix-react-sdk/pull/1873) |
| 19 | + * Update eslint-plugin-react |
| 20 | + [\#1871](https://github.com/matrix-org/matrix-react-sdk/pull/1871) |
| 21 | + * relax lint for jsx-curly-spacing and arrow-parens |
| 22 | + [\#1872](https://github.com/matrix-org/matrix-react-sdk/pull/1872) |
| 23 | + * Use develop js-sdk in jenkins build |
| 24 | + [\#1870](https://github.com/matrix-org/matrix-react-sdk/pull/1870) |
| 25 | + * Replies |
| 26 | + [\#1741](https://github.com/matrix-org/matrix-react-sdk/pull/1741) |
| 27 | + * Use the right js-sdk branch when testing |
| 28 | + [\#1869](https://github.com/matrix-org/matrix-react-sdk/pull/1869) |
| 29 | + * Prevent error responses wedging group request concurrency limit |
| 30 | + [\#1867](https://github.com/matrix-org/matrix-react-sdk/pull/1867) |
| 31 | + * Refresh group rooms and members when selecting a tag |
| 32 | + [\#1868](https://github.com/matrix-org/matrix-react-sdk/pull/1868) |
| 33 | + * Refactor GroupStores into one global GroupStore |
| 34 | + [\#1866](https://github.com/matrix-org/matrix-react-sdk/pull/1866) |
| 35 | + * Switch back to using blob URLs for rendering e2e attachments |
| 36 | + [\#1864](https://github.com/matrix-org/matrix-react-sdk/pull/1864) |
| 37 | + * Hide inline encryption icons except when hovering over a message |
| 38 | + [\#1845](https://github.com/matrix-org/matrix-react-sdk/pull/1845) |
| 39 | + * UI fixes in SessionRestoreErrorDialog |
| 40 | + [\#1860](https://github.com/matrix-org/matrix-react-sdk/pull/1860) |
| 41 | + * Fix UX issues with bug report dialog |
| 42 | + [\#1863](https://github.com/matrix-org/matrix-react-sdk/pull/1863) |
| 43 | + * fix ugly img errors and correctly render SVG thumbnails |
| 44 | + [\#1865](https://github.com/matrix-org/matrix-react-sdk/pull/1865) |
| 45 | + * Fix error handling on session restore |
| 46 | + [\#1859](https://github.com/matrix-org/matrix-react-sdk/pull/1859) |
| 47 | + * Add tests for GroupView |
| 48 | + [\#1862](https://github.com/matrix-org/matrix-react-sdk/pull/1862) |
| 49 | + * Update version of hoek |
| 50 | + [\#1861](https://github.com/matrix-org/matrix-react-sdk/pull/1861) |
| 51 | + * Fix bug that caused crash when analytics HS/IS whitelists not specified |
| 52 | + [\#1858](https://github.com/matrix-org/matrix-react-sdk/pull/1858) |
| 53 | + * Fix Analytics to not import DEFAULTS, therefore avoiding NPE |
| 54 | + [\#1857](https://github.com/matrix-org/matrix-react-sdk/pull/1857) |
| 55 | + * Null check piwik config before using it |
| 56 | + [\#1856](https://github.com/matrix-org/matrix-react-sdk/pull/1856) |
| 57 | + * Track actual window location origin and hash |
| 58 | + [\#1853](https://github.com/matrix-org/matrix-react-sdk/pull/1853) |
| 59 | + * Replace document.origin with window.location.origin |
| 60 | + [\#1855](https://github.com/matrix-org/matrix-react-sdk/pull/1855) |
| 61 | + * Optionally hide widget popout button. |
| 62 | + [\#1854](https://github.com/matrix-org/matrix-react-sdk/pull/1854) |
| 63 | + * Add a button to 'pop out' widgets in to their own tab. |
| 64 | + [\#1851](https://github.com/matrix-org/matrix-react-sdk/pull/1851) |
| 65 | + |
1 | 66 | Changes in [0.12.3](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.12.3) (2018-04-30)
|
2 | 67 | =====================================================================================================
|
3 | 68 | [Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.12.3-rc.3...v0.12.3)
|
|
0 commit comments