Skip to content

Commit a1746b2

Browse files
committed
2.0 - Updating package json to latest angular cli version (1.4.1)
1 parent bf0e44c commit a1746b2

13 files changed

+442
-280
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
1111
[![GitHub stars](https://img.shields.io/github/stars/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/stargazers)
1212

13-
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.3, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
13+
This is a simple youtube player based on [angular-cli](https://github.com/angular/angular-cli "Angular Cli") 1.4, [ng2-youtube-player](https://github.com/orizens/ng2-youtube-player "ng2 youtube player") 0.0.3 (used for youtube iFrame API), SCSS (CSS3), HTML5 and webkit functions.
1414

1515
This player is compatible only with Chrome/webkit browsers because in future I want to implement [NW.js](https://nwjs.io/ 'NWjs website') for compiling the code in Windows/Mac OS X/Linux desktop app.
1616

@@ -52,6 +52,9 @@ Just take files from ***dist*** folder
5252
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">View Demo</a>
5353

5454
## Changelog
55+
Angular2 YT Player v2.0
56+
- Global hotkeys for application in desktop (play/pause/next/prev)
57+
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux
5558

5659
Angular2 YT Player v1.9.1
5760
- Get settings.json for localstorage if your localstorage is empty
@@ -130,10 +133,6 @@ Angular2 YT Player v1.0.0
130133
- **Rooms**
131134
- *Room chat **(unversioned)***
132135

133-
#### Roadmap to 2.0
134-
- Adding support for NW.js to export the app for desktop compatible: Windows/Mac OS X/Linux **(in v2.0)**
135-
- Hotkeys for application in desktop (play/pause/next/prev) **(in v2.0)**
136-
137136
#### Roadmap to 3.0
138137
- Import/Export playlist (probably json file and youtube playlist) **(in v2.1)**
139138
- Categories with videos like (music, gaming, autos, films, sports, much more) **(in v2.1)**

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)