Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: element-hq/element-web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: element-hq/element-web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 23, 2016

  1. Bump to react-sdk 0.3.1

    Disables ScrollPanel debug.
    richvdh committed Mar 23, 2016
    Copy the full SHA
    5138dc9 View commit details
  2. Prepare changelog for v0.4.1

    richvdh committed Mar 23, 2016
    Copy the full SHA
    cad48b6 View commit details
  3. 0.4.1

    richvdh committed Mar 23, 2016
    Copy the full SHA
    4507117 View commit details
Showing with 9 additions and 2 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 package.json
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes in [0.4.1](https://github.com/vector-im/vector-web/releases/tag/v0.4.1) (2016-03-23)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.4.0...v0.4.1)
* Update to matrix-react-sdk 0.3.1; see
https://github.com/matrix-org/matrix-react-sdk/blob/v0.3.1/CHANGELOG.md
(Disables debug logging)

Changes in [0.4.0](https://github.com/vector-im/vector-web/releases/tag/v0.4.0) (2016-03-23)
============================================================================================
[Full Changelog](https://github.com/vector-im/vector-web/compare/v0.3.0...v0.4.0)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vector-web",
"version": "0.4.0",
"version": "0.4.1",
"description": "Vector webapp",
"author": "matrix.org",
"repository": {
@@ -38,7 +38,7 @@
"highlight.js": "^9.0.0",
"linkifyjs": "^2.0.0-beta.4",
"matrix-js-sdk": "^0.5.0",
"matrix-react-sdk": "^0.3.0",
"matrix-react-sdk": "^0.3.1",
"modernizr": "^3.1.0",
"q": "^1.4.1",
"react": "^0.14.2",