Skip to content

Commit

Permalink
1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 30, 2018
1 parent 92fc047 commit 9b82c58
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 27 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.8.1 / 30 Apr 2018

Bugfixes:
* Disable vertical padding in user and playlist lists. (#910)
* Prevent playlist name wrapping on narrow screens. (#911)
* Link to u-wave.net instead of github. (#914)
* Fix crash when no media is playing on mobile. (#916)
* Fix mobile UsersDrawer docking to the left. (#917)

Internal:
* Upgrade material-ui to v1.0.0-beta.44.

# 1.8.0 / 26 Apr 2018

Features:
Expand Down
86 changes: 63 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-web",
"version": "1.8.0",
"version": "1.8.1",
"description": "Web client for üWave servers.",
"author": "Renée Kooi <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -59,7 +59,7 @@
"react-dom": "^16.3.2",
"react-google-button": "^0.5.3",
"react-hot-loader": "^4.1.2",
"react-i18next": "^7.6.0",
"react-i18next": "^7.6.1",
"react-jss": "^8.4.0",
"react-list": "^0.8.7",
"react-list-lazy-load": "^1.1.0",
Expand Down Expand Up @@ -98,7 +98,7 @@
"@babel/preset-env": "7.0.0-beta.44",
"@babel/preset-react": "7.0.0-beta.44",
"@babel/register": "7.0.0-beta.44",
"autoprefixer": "^8.3.0",
"autoprefixer": "^8.4.1",
"babel-eslint": "^8.2.3",
"babel-loader": "8.0.0-beta.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
Expand Down Expand Up @@ -158,7 +158,7 @@
"u-wave-web-emojione": "^2.0.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.6.0",
"webpack-dev-middleware": "^3.1.2",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.1",
"webpack-pwa-manifest": "^3.6.2",
"webpack-subresource-integrity": "^1.1.0-rc.4",
Expand Down

0 comments on commit 9b82c58

Please sign in to comment.