Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="2.2.0"></a>
# 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))


<a name="2.1.0"></a>
# 2.1.0 (2017-10-02)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down