Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 507bfb4

Browse files
committed
Merge branch 'master' into develop
2 parents 04ed61e + c5004ff commit 507bfb4

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
Changes in [0.14.2](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.2) (2018-10-29)
2+
=====================================================================================================
3+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.2-rc.1...v0.14.2)
4+
5+
* Fix autoreplacement of ascii emoji
6+
[\#2258](https://github.com/matrix-org/matrix-react-sdk/pull/2258)
7+
8+
Changes in [0.14.2-rc.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.2-rc.1) (2018-10-24)
9+
===============================================================================================================
10+
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.1...v0.14.2-rc.1)
11+
12+
* Update from Weblate.
13+
[\#2244](https://github.com/matrix-org/matrix-react-sdk/pull/2244)
14+
* Show the group member list again
15+
[\#2223](https://github.com/matrix-org/matrix-react-sdk/pull/2223)
16+
* lint: make colorScheme camel case
17+
[\#2237](https://github.com/matrix-org/matrix-react-sdk/pull/2237)
18+
* Change leave room button text, OK -> Leave
19+
[\#2236](https://github.com/matrix-org/matrix-react-sdk/pull/2236)
20+
* Move all dialog buttons to the right and fix their order
21+
[\#2231](https://github.com/matrix-org/matrix-react-sdk/pull/2231)
22+
* Add a bit of text to explain the purpose of the RoomPreviewSpinner
23+
[\#2225](https://github.com/matrix-org/matrix-react-sdk/pull/2225)
24+
* Move the login box from the left sidebar to where the composer is
25+
[\#2219](https://github.com/matrix-org/matrix-react-sdk/pull/2219)
26+
* Fix an error where React doesn't like value=null on a select
27+
[\#2230](https://github.com/matrix-org/matrix-react-sdk/pull/2230)
28+
* add missing sticker translation
29+
[\#2216](https://github.com/matrix-org/matrix-react-sdk/pull/2216)
30+
* Support m.login.terms during registration
31+
[\#2221](https://github.com/matrix-org/matrix-react-sdk/pull/2221)
32+
* Don't show the invite nag bar when peeking
33+
[\#2220](https://github.com/matrix-org/matrix-react-sdk/pull/2220)
34+
* Apply the user's tint once the MatrixClientPeg is moderately ready
35+
[\#2214](https://github.com/matrix-org/matrix-react-sdk/pull/2214)
36+
* Make rageshake use less memory
37+
[\#2217](https://github.com/matrix-org/matrix-react-sdk/pull/2217)
38+
* Fix autocomplete
39+
[\#2212](https://github.com/matrix-org/matrix-react-sdk/pull/2212)
40+
* Explain feature states in a lot more detail
41+
[\#2211](https://github.com/matrix-org/matrix-react-sdk/pull/2211)
42+
* Fix various lint errors
43+
[\#2213](https://github.com/matrix-org/matrix-react-sdk/pull/2213)
44+
145
Changes in [0.14.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.1) (2018-10-19)
246
=====================================================================================================
347
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.0...v0.14.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matrix-react-sdk",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "SDK for matrix.org using React",
55
"author": "matrix.org",
66
"repository": {

0 commit comments

Comments
 (0)