mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Prepare changelog for v0.14.2-rc.1
This commit is contained in:
parent
819fab3198
commit
5f8eaa3782
1 changed files with 37 additions and 0 deletions
37
CHANGELOG.md
37
CHANGELOG.md
|
@ -1,3 +1,40 @@
|
|||
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)
|
||||
===============================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.1...v0.14.2-rc.1)
|
||||
|
||||
* Update from Weblate.
|
||||
[\#2244](https://github.com/matrix-org/matrix-react-sdk/pull/2244)
|
||||
* Show the group member list again
|
||||
[\#2223](https://github.com/matrix-org/matrix-react-sdk/pull/2223)
|
||||
* lint: make colorScheme camel case
|
||||
[\#2237](https://github.com/matrix-org/matrix-react-sdk/pull/2237)
|
||||
* Change leave room button text, OK -> Leave
|
||||
[\#2236](https://github.com/matrix-org/matrix-react-sdk/pull/2236)
|
||||
* Move all dialog buttons to the right and fix their order
|
||||
[\#2231](https://github.com/matrix-org/matrix-react-sdk/pull/2231)
|
||||
* Add a bit of text to explain the purpose of the RoomPreviewSpinner
|
||||
[\#2225](https://github.com/matrix-org/matrix-react-sdk/pull/2225)
|
||||
* Move the login box from the left sidebar to where the composer is
|
||||
[\#2219](https://github.com/matrix-org/matrix-react-sdk/pull/2219)
|
||||
* Fix an error where React doesn't like value=null on a select
|
||||
[\#2230](https://github.com/matrix-org/matrix-react-sdk/pull/2230)
|
||||
* add missing sticker translation
|
||||
[\#2216](https://github.com/matrix-org/matrix-react-sdk/pull/2216)
|
||||
* Support m.login.terms during registration
|
||||
[\#2221](https://github.com/matrix-org/matrix-react-sdk/pull/2221)
|
||||
* Don't show the invite nag bar when peeking
|
||||
[\#2220](https://github.com/matrix-org/matrix-react-sdk/pull/2220)
|
||||
* Apply the user's tint once the MatrixClientPeg is moderately ready
|
||||
[\#2214](https://github.com/matrix-org/matrix-react-sdk/pull/2214)
|
||||
* Make rageshake use less memory
|
||||
[\#2217](https://github.com/matrix-org/matrix-react-sdk/pull/2217)
|
||||
* Fix autocomplete
|
||||
[\#2212](https://github.com/matrix-org/matrix-react-sdk/pull/2212)
|
||||
* Explain feature states in a lot more detail
|
||||
[\#2211](https://github.com/matrix-org/matrix-react-sdk/pull/2211)
|
||||
* Fix various lint errors
|
||||
[\#2213](https://github.com/matrix-org/matrix-react-sdk/pull/2213)
|
||||
|
||||
Changes in [0.14.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.14.1) (2018-10-19)
|
||||
=====================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.14.0...v0.14.1)
|
||||
|
|
Loading…
Reference in a new issue