Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iomariani committed Aug 18, 2020
1 parent 91781a9 commit 399c770
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Volume slider
- Trackbar seeker on drag

## [0.5.2] - 2020-08-18

### Added

- Viewport prop for fullscreen `scale` option
- Force fullscreen to `native` if is on mobile

### Fixed

- Hide `scale` fullscreen option when `native` is set

## [0.4.7] - 2020-08-04

### Fixed
Expand Down Expand Up @@ -139,7 +150,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release bundle

[unreleased]: https://github.com/iomariani/vue-player/compare/v0.4.7...HEAD
[unreleased]: https://github.com/iomariani/vue-player/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/iomariani/vue-player/releases/tag/v0.5.2
[0.4.7]: https://github.com/iomariani/vue-player/releases/tag/v0.4.7
[0.4.6]: https://github.com/iomariani/vue-player/releases/tag/v0.4.6
[0.4.5]: https://github.com/iomariani/vue-player/releases/tag/v0.4.5
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Param | Type | Description | Default
`fullscreen`|`String`|Type of fullscreen to use. See types below|`both`
`autoFullscreen`|`Boolean`|Active fullscreen mode on play|`false`
`sources`|`Object`|[Declaration example below](#sources)
`viewport`|`Function`|Element to scale to|`window`
**Fullscreen Types**|
`native`||Browser native `requestFullscreen` method
`scale`||Scale the player to the viewport
Expand Down Expand Up @@ -154,9 +155,10 @@ $var | default
- [ ] Loading/buffering icon
- [ ] Volume slider
- [ ] Trackbar seeker on drag
- [x] Viewport Prop for `scale` fullscreen
- [x] Skip forward 10s
- [x] Skip backwards 10s
- [x] Custom Fullscreen
- [x] Custom Fullscreen `scale`
- [x] Theater Mode
- [x] Exclusive Mode

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@iomariani/vue-player",
"description": "Vue.js HTML5 Audio/Video Player",
"version": "0.4.7",
"version": "0.5.2",
"private": false,
"author": {
"name": "Marcos Mariani",
Expand Down

0 comments on commit 399c770

Please sign in to comment.