mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Prepare changelog for v0.4.0
This commit is contained in:
parent
c5793b91cd
commit
0f0e0d4fd6
1 changed files with 18 additions and 0 deletions
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -1,3 +1,21 @@
|
|||
Changes in [0.4.0](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.4.0) (2016-03-30)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.3.1...v0.4.0)
|
||||
|
||||
* Prettier, animated placeholder :D
|
||||
[\#251](https://github.com/matrix-org/matrix-react-sdk/pull/251)
|
||||
* Refactor RoomHeader, and fix topic updates
|
||||
[\#252](https://github.com/matrix-org/matrix-react-sdk/pull/252)
|
||||
* Disable the message composer if we don't have permission to post
|
||||
[\#250](https://github.com/matrix-org/matrix-react-sdk/pull/250)
|
||||
* notification issue fixed
|
||||
[\#240](https://github.com/matrix-org/matrix-react-sdk/pull/240)
|
||||
* Fix scroll offset popping around during image load by putting explicit
|
||||
height back on images
|
||||
[\#248](https://github.com/matrix-org/matrix-react-sdk/pull/248)
|
||||
* Split a textinput component out of MessageComposer
|
||||
[\#249](https://github.com/matrix-org/matrix-react-sdk/pull/249)
|
||||
|
||||
Changes in [0.3.1](https://github.com/matrix-org/matrix-react-sdk/releases/tag/v0.3.1) (2016-03-23)
|
||||
===================================================================================================
|
||||
[Full Changelog](https://github.com/matrix-org/matrix-react-sdk/compare/v0.3.0...v0.3.1)
|
||||
|
|
Loading…
Reference in a new issue