From f8511d99e6287a5c1ef1671efc1692117ed1f1bd Mon Sep 17 00:00:00 2001 From: Jami Lurock Date: Sun, 8 Oct 2017 14:29:17 -0700 Subject: [PATCH 1/2] add change log notes for 2.2.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b71cdaa..8f232b28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# 2.2.0 (2017-10-08) + +### Features +* **style:** Add styles for scrollbar in chrome + ([c6a406f](https://github.com/SoCreate/angular-playground/commit/c6a406f)) +* **style:** Change style of shortcuts on home page + ([c61044d](https://github.com/SoCreate/angular-playground/commit/c61044d)) +* **style:** Add shortcuts list to initial view + ([686e87d](https://github.com/SoCreate/angular-playground/commit/686e87d)) +* **style:** Add style for highlighted search terms + ([6d2224c](https://github.com/SoCreate/angular-playground/commit/6d2224c)) +* **search:** Add highlight feature to the search to show which fuzzy characters have matched + ([134940c](https://github.com/SoCreate/angular-playground/commit/134940c)) +* **style:** Reduce opacity on entire command bar in preview mode instead of just the background + ([8de2840](https://github.com/SoCreate/angular-playground/commit/8de2840)) +* **style:** Pass through proper keydown event and adjust styles on the command bar preview mode + ([213a854](https://github.com/SoCreate/angular-playground/commit/213a854)) +* **style:** Add transparency to command bar when holding the alt key + ([d505810](https://github.com/SoCreate/angular-playground/commit/d505810)) + + # 2.1.0 (2017-10-02) From 304ffa9086af1628edbd996f04ae16dd225414da Mon Sep 17 00:00:00 2001 From: Jami Lurock Date: Sun, 8 Oct 2017 14:29:55 -0700 Subject: [PATCH 2/2] 2.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ddb3309..a09cfb33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-playground", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f05b121..9eda5afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-playground", - "version": "2.1.0", + "version": "2.2.0", "description": "A drop in app module for working on Angular components in isolation (aka Scenario Driven Development).", "main": "dist/index.js", "typings": "dist/index.d.ts",