Skip to content

Commit 4df196e

Browse files
chore(release): 1.0.0-alpha.16
1 parent de55b9d commit 4df196e

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,48 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="1.0.0-alpha.16"></a>
6+
# [1.0.0-alpha.16](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.15...1.0.0-alpha.16) (2017-09-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **css:** content background color inconsistent ([de55b9d](https://github.com/SteveVanOpstal/LegendBuilder/commit/de55b9d))
12+
* **line:** missing CurveFactory ([22a0abf](https://github.com/SteveVanOpstal/LegendBuilder/commit/22a0abf))
13+
* add missing directory ([45119e8](https://github.com/SteveVanOpstal/LegendBuilder/commit/45119e8))
14+
* manifest makes lighthouse tests fail ([e396611](https://github.com/SteveVanOpstal/LegendBuilder/commit/e396611))
15+
* query.at is not a function ([18290c8](https://github.com/SteveVanOpstal/LegendBuilder/commit/18290c8))
16+
* **lint:** errors occur ([ad6f702](https://github.com/SteveVanOpstal/LegendBuilder/commit/ad6f702))
17+
* **loading:** add missing oninit ([4f4535a](https://github.com/SteveVanOpstal/LegendBuilder/commit/4f4535a))
18+
* **manifest:** file not found ([8c69c74](https://github.com/SteveVanOpstal/LegendBuilder/commit/8c69c74))
19+
* **picked-items:** ignore/remove empty query parameter ([63fd977](https://github.com/SteveVanOpstal/LegendBuilder/commit/63fd977))
20+
* **server:** championKey replacement sometimes fails ([412b89d](https://github.com/SteveVanOpstal/LegendBuilder/commit/412b89d))
21+
* **server:** header contains new line ([c8afe54](https://github.com/SteveVanOpstal/LegendBuilder/commit/c8afe54))
22+
* **version:** small device styling incorrect ([374f11e](https://github.com/SteveVanOpstal/LegendBuilder/commit/374f11e))
23+
24+
25+
### Features
26+
27+
* **angular-cli:** add service worker ([9757ee4](https://github.com/SteveVanOpstal/LegendBuilder/commit/9757ee4))
28+
* **client:** sass ([7b0527d](https://github.com/SteveVanOpstal/LegendBuilder/commit/7b0527d))
29+
* **jasmine:** replace deprecated jasmine-matchers with add-matchers ([b864b9e](https://github.com/SteveVanOpstal/LegendBuilder/commit/b864b9e))
30+
* **lolapi:** advanced retries ([3f96f56](https://github.com/SteveVanOpstal/LegendBuilder/commit/3f96f56))
31+
* **lolapi:** http retry mechanism ([4f0479d](https://github.com/SteveVanOpstal/LegendBuilder/commit/4f0479d))
32+
* **lolapi:** implement v3 ([51e5373](https://github.com/SteveVanOpstal/LegendBuilder/commit/51e5373))
33+
* **server:** automatic reload on security file changes ([21b3703](https://github.com/SteveVanOpstal/LegendBuilder/commit/21b3703))
34+
* **server:** move apikey from query to headers ([4041e11](https://github.com/SteveVanOpstal/LegendBuilder/commit/4041e11))
35+
* **server:** move apiKey to headers ([d457935](https://github.com/SteveVanOpstal/LegendBuilder/commit/d457935))
36+
* **server:** set gzip encoding ([84115ef](https://github.com/SteveVanOpstal/LegendBuilder/commit/84115ef))
37+
* **summoner:** add loading icon ([2722c13](https://github.com/SteveVanOpstal/LegendBuilder/commit/2722c13))
38+
* improve accessibility (lighthouse) ([d8ca16c](https://github.com/SteveVanOpstal/LegendBuilder/commit/d8ca16c))
39+
* reimplement error component ([c87e9bf](https://github.com/SteveVanOpstal/LegendBuilder/commit/c87e9bf))
40+
* unify header and input style ([b6a3311](https://github.com/SteveVanOpstal/LegendBuilder/commit/b6a3311))
41+
* **summoner:** check summoner name on enter ([4d40957](https://github.com/SteveVanOpstal/LegendBuilder/commit/4d40957))
42+
* **summoner:** extensive summoner name checking ([e62a53b](https://github.com/SteveVanOpstal/LegendBuilder/commit/e62a53b))
43+
* **summoner:** improve error output ([fe062c6](https://github.com/SteveVanOpstal/LegendBuilder/commit/fe062c6))
44+
45+
46+
547
<a name="1.0.0-alpha.15"></a>
648
# [1.0.0-alpha.15](https://github.com/SteveVanOpstal/LegendBuilder/compare/1.0.0-alpha.14...v1.0.0-alpha.15) (2017-06-19)
749

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "legend-builder",
3-
"version": "1.0.0-alpha.15",
3+
"version": "1.0.0-alpha.16",
44
"description": "An advanced League Of Legends champion builder",
55
"bugs": {
66
"url": "https://github.com/SteveVanOpstal/LegendBuilder/issues"

0 commit comments

Comments
 (0)