Skip to content

v4.0.0: Version 4.0.0

Compare
Choose a tag to compare
@Zarlex Zarlex released this 23 Dec 21:39
· 585 commits to master since this release
- Call youtube api to search for tracks
- Add filter to filter youtube tracks by duration
- Improve scrolling for iOS devices
- Resize player based on to aspect ration of a track
- Retry play when play is called and player changes to status paused
- Refactor code:
  - Add support to collection and nested models for dynamic instances
  - Generify tracks so it supports youtube tracks as well
  - Add decorators to define dynamic instances for collection and nested models
  - Refactor sliders to support ngModel and improve code readability