Skip to content

Commit 556d739

Browse files
authored
1.2 - Updating build to latest version
2 parents f516e18 + 219683f commit 556d739

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+19002
-8531
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
22
<a href="https://quead.github.io/demo/" title="YouTube Player Demo">View Demo</a>
3-
<img alt="Angular YouTube Player Logo" src="http://i.imgur.com/5DS0zFh.jpg" style="height: auto; max-width:100%;" />
3+
<img alt="Angular YouTube Player Logo" src="http://i.imgur.com/HciUBN3.jpg" style="height: auto; max-width:100%;" />
44
</p>
55

66
# About Player
7-
[![Version](https://img.shields.io/badge/Current%20version-v1.1-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
7+
[![Version](https://img.shields.io/badge/Current%20version-v1.2-brightgreen.svg?style=flat)](https://github.com/quead/angular2-yt-player)
88

99
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/quead/angular2-yt-player/master/LICENSE)
1010
[![GitHub forks](https://img.shields.io/github/forks/quead/angular2-yt-player.svg)](https://github.com/quead/angular2-yt-player/network)
@@ -19,8 +19,8 @@ This player is compatible only with Chrome/webkit browsers because in future I w
1919
## Usage
2020

2121
**For angular2/typescript development**
22-
1. Install [NodeJS 6.10.2+](https://nodejs.org/en/download/ "Node JS Download")
23-
2. Install latest version of [angular-cli](https://github.com/angular/angular-cli "Angular Cli")
22+
1. Install [NodeJS 6.11.0+](https://nodejs.org/en/download/ "Node JS Download")
23+
2. Install [angular-cli 1.1.3+](https://github.com/angular/angular-cli "Angular Cli")
2424

2525
`npm install -g @angular/cli`
2626

@@ -58,9 +58,18 @@ Just take files from ***dist*** folder
5858

5959
## Changelog
6060

61+
Angular2 YT Player v1.2
62+
- Introducing trending videos, currently default trending videos are from United States
63+
- Refactoring the code
64+
- Adding routes for future components which it will show in left navbar
65+
- Default video will be first from trending videos
66+
- Adding the video player
67+
- Update the design to match the new features
68+
6169
Angular2 YT Player v1.1
6270
- Adding mute/unmute functionality
6371
- Improved user interface and user experience
72+
- Adding settings functionality, the settings will get from ***assets/settings.json***
6473
- **Settings**
6574
- *Show/hide debugging features*
6675
- *Show/hide thumbnails in search*
@@ -77,7 +86,7 @@ Angular2 YT Player v1.0.0
7786

7887
## Future features
7988
- Repeat mode **(in v1.3)**
80-
- Trending feed by country **(in v1.3)**
89+
- Grid/list mode for trending videos **(in v1.3)**
8190
- Video details for current video, related videos and trending feed like number of views, likes and dislikes **(in v1.3)**
8291
- Share link for current video and related videos **(in v1.6)**
8392
- Share link for current video at your playing time **(in v1.6)**
@@ -89,8 +98,8 @@ Angular2 YT Player v1.0.0
8998
- Save your playlists **(unversioned)**
9099
- History of your watched videos **(unversioned)**
91100
- **Settings**
92-
- *Change country for trending feed by country **(in v1.3)***
93-
- *Show/hide video **(possible in v1.3)***
101+
- *Change country for trending feed **(in v1.3)***
102+
- *Show/hide video player **(possible in v1.3)***
94103
- *Set how many results to show in search (0 to 50) **(in v1.3)***
95104
- *Enable loop video **(in v1.3)***
96105
- *Change/add YOUR_API Key **(in v1.3)***

0 commit comments

Comments
 (0)