Skip to content

Commit

Permalink
1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 19, 2018
1 parent 9f26be2 commit f9a4d8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.11.0 / 19 Jul 2018
Features:
* Simplify MediaList styles (#1051)
* Simplify chat message styles. (#1052)
* Lazy load google signin button. (#1079)

Bugfixes:
* Fix `Array.find*` polyfills, fixes #1081 (#1082)
* Add "No results" panel instead of "empty" when playlist filter does not match anything. (#1078)
* Manually serve the web app manifest. (#985)
* Fix loading client config on Password Reset page. (#1074)

Internal:
* Switch to postcss-preset-env (#1077)
* Update dependencies. (#1080)
* Update devDependencies. (#1073, #1076)

## 1.10.1 / 16 Jul 2018
Bugfixes:
* Refactor login, edit, preview dialogs, fixing the close animation. (#1070)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-web",
"version": "1.10.1",
"version": "1.11.0",
"description": "Web client for üWave servers.",
"author": "Renée Kooi <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f9a4d8d

Please sign in to comment.