Skip to content

Commit

Permalink
chore: fixup CHANGELOG for 5.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Nov 9, 2016
1 parent 3fc9b83 commit 2a05633
Showing 1 changed file with 6 additions and 31 deletions.
37 changes: 6 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,53 +1,31 @@
<a name="5.13.1"></a>
## [5.13.1](/~https://github.com/videojs/video.js/compare/v5.10.7...v5.13.1) (2016-11-09)
<a name="5.13.0"></a>
# [5.13.0](/~https://github.com/videojs/video.js/compare/v5.12.6...v5.13.0) (2016-11-09)

### Features

* **clickable-component:** Disable interaction with disabled clickable components ([#3525](/~https://github.com/videojs/video.js/issues/3525)) ([de1b363](/~https://github.com/videojs/video.js/commit/de1b363))
* **component:** attribute get/set/remove methods ([202da2d](/~https://github.com/videojs/video.js/commit/202da2d))
* **fluid:** use default aspect ratio for fluid players if width unknown ([#3614](/~https://github.com/videojs/video.js/issues/3614)) ([2988f6a](/~https://github.com/videojs/video.js/commit/2988f6a))
* **lang:** add missing translations in fr.json ([280ecd4](/~https://github.com/videojs/video.js/commit/280ecd4))
* add a safe computedStyle to videojs. ([#3664](/~https://github.com/videojs/video.js/issues/3664)) ([9702618](/~https://github.com/videojs/video.js/commit/9702618))
* add ability to get current source object and all source objects ([#2678](/~https://github.com/videojs/video.js/issues/2678)) ([028559c](/~https://github.com/videojs/video.js/commit/028559c)), closes [#2443](/~https://github.com/videojs/video.js/issues/2443)
* **lang:** add missing translations to el.json ([eb0efd4](/~https://github.com/videojs/video.js/commit/eb0efd4))
* Components are now accessible via `camelCase` and `UpperCamelCase` ([#3439](/~https://github.com/videojs/video.js/issues/3439)) ([9d77268](/~https://github.com/videojs/video.js/commit/9d77268)), closes [#3436](/~https://github.com/videojs/video.js/issues/3436)
* **lang:** update ru.json ([#3654](/~https://github.com/videojs/video.js/issues/3654)) ([d11fd50](/~https://github.com/videojs/video.js/commit/d11fd50))
* **lang:** update uk.json ([#3675](/~https://github.com/videojs/video.js/issues/3675)) ([8f7eb12](/~https://github.com/videojs/video.js/commit/8f7eb12))
* add a safe computedStyle to videojs. ([#3664](/~https://github.com/videojs/video.js/issues/3664)) ([9702618](/~https://github.com/videojs/video.js/commit/9702618))
* Components are now accessible via `camelCase` and `UpperCamelCase` ([#3439](/~https://github.com/videojs/video.js/issues/3439)) ([9d77268](/~https://github.com/videojs/video.js/commit/9d77268)), closes [#3436](/~https://github.com/videojs/video.js/issues/3436)
* implement player lifecycle hooks and trigger beforesetup/setup hooks ([#3639](/~https://github.com/videojs/video.js/issues/3639)) ([77357b1](/~https://github.com/videojs/video.js/commit/77357b1))
* option to have remoteTextTracks automatically 'garbage-collected' when sources change ([#3736](/~https://github.com/videojs/video.js/issues/3736)) ([f05a927](/~https://github.com/videojs/video.js/commit/f05a927))

### Bug Fixes

* **controls:** fix load progress bar never highlighting first buffered time range ([ca02298](/~https://github.com/videojs/video.js/commit/ca02298))
* logging failing on browsers that don't always have console ([#3686](/~https://github.com/videojs/video.js/issues/3686)) ([e932061](/~https://github.com/videojs/video.js/commit/e932061))
* **css:** remove commented out css ([5fdcd46](/~https://github.com/videojs/video.js/commit/5fdcd46)), closes [#3587](/~https://github.com/videojs/video.js/issues/3587)
* allow rounded value for fluid player ratio test ([#3739](/~https://github.com/videojs/video.js/issues/3739)) ([2e720af](/~https://github.com/videojs/video.js/commit/2e720af))
* aria-live="assertive" only for descriptions ([685404d](/~https://github.com/videojs/video.js/commit/685404d)), closes [#3554](/~https://github.com/videojs/video.js/issues/3554)
* currentDimension can return 0 for fluid player on IE ([#3738](/~https://github.com/videojs/video.js/issues/3738)) ([74cddca](/~https://github.com/videojs/video.js/commit/74cddca))
* disable HLS hack on Firefox for Android ([#3586](/~https://github.com/videojs/video.js/issues/3586)) ([dd2aff0](/~https://github.com/videojs/video.js/commit/dd2aff0))
* make sure that document.createElement exists before using ([#3706](/~https://github.com/videojs/video.js/issues/3706)) ([49e29ba](/~https://github.com/videojs/video.js/commit/49e29ba)), closes [#3665](/~https://github.com/videojs/video.js/issues/3665)
* move html5 source handler incantation to bottom ([#3695](/~https://github.com/videojs/video.js/issues/3695)) ([7b9574b](/~https://github.com/videojs/video.js/commit/7b9574b))
* proxy ios webkit events into fullscreenchange ([#3644](/~https://github.com/videojs/video.js/issues/3644)) ([e479f8c](/~https://github.com/videojs/video.js/commit/e479f8c))
* remove unnecessary comments from video.min.js ([#3709](/~https://github.com/videojs/video.js/issues/3709)) ([fe760a4](/~https://github.com/videojs/video.js/commit/fe760a4)), closes [#3707](/~https://github.com/videojs/video.js/issues/3707)
* Restore timeupdate/loadedmetadata listeners for duration display ([#3682](/~https://github.com/videojs/video.js/issues/3682)) ([44ec0e4](/~https://github.com/videojs/video.js/commit/44ec0e4))
* Suppress Infinity duration on Android Chrome before playback ([#3476](/~https://github.com/videojs/video.js/issues/3476)) ([ed59531](/~https://github.com/videojs/video.js/commit/ed59531)), closes [#3079](/~https://github.com/videojs/video.js/issues/3079)
* **html5:** disable manual timeupdate events on html5 tech ([#3656](/~https://github.com/videojs/video.js/issues/3656)) ([920c54a](/~https://github.com/videojs/video.js/commit/920c54a))

### Chores

* move metadata to hidden folder and update references ([86f0830](/~https://github.com/videojs/video.js/commit/86f0830))
* pin karma-detect-browsers to 2.1.0 ([#3764](/~https://github.com/videojs/video.js/issues/3764)) ([4859bb9](/~https://github.com/videojs/video.js/commit/4859bb9))
* refactor redundant code in html5 tech ([#3593](/~https://github.com/videojs/video.js/issues/3593)) ([6878c21](/~https://github.com/videojs/video.js/commit/6878c21))
* **changelog.md:** update 5.12.6 and 5.12.3 ([#3715](/~https://github.com/videojs/video.js/issues/3715)) ([254683b](/~https://github.com/videojs/video.js/commit/254683b))
* **deps:** add the bundle-collapser browserify plugin ([816291e](/~https://github.com/videojs/video.js/commit/816291e))
* refactor redundant or verbose code in player.js ([#3597](/~https://github.com/videojs/video.js/issues/3597)) ([ae3e277](/~https://github.com/videojs/video.js/commit/ae3e277))
* update CHANGELOG automation to use conventional-changelog ([#3669](/~https://github.com/videojs/video.js/issues/3669)) ([d4e89d2](/~https://github.com/videojs/video.js/commit/d4e89d2))
* update object.assign to ^4.0.4 ([08c7f4e](/~https://github.com/videojs/video.js/commit/08c7f4e))
* **grunt:** fix getting changelog by switching to npm-run ([#3687](/~https://github.com/videojs/video.js/issues/3687)) ([8845bd3](/~https://github.com/videojs/video.js/commit/8845bd3)), closes [#3683](/~https://github.com/videojs/video.js/issues/3683)
* **package:** remove es2015-loose since it's an option for es2015 ([#3629](/~https://github.com/videojs/video.js/issues/3629)) ([c545acd](/~https://github.com/videojs/video.js/commit/c545acd))
* pin karma-detect-browsers to 2.1.0 ([#3764](/~https://github.com/videojs/video.js/issues/3764)) ([4859bb9](/~https://github.com/videojs/video.js/commit/4859bb9))
* **package:** update grunt-accessibility to version 5.0.0 ([#3747](/~https://github.com/videojs/video.js/issues/3747)) ([b6d521f](/~https://github.com/videojs/video.js/commit/b6d521f))
* **package:** update grunt-contrib-cssmin to version 1.0.2 ([#3595](/~https://github.com/videojs/video.js/issues/3595)) ([54e3db5](/~https://github.com/videojs/video.js/commit/54e3db5))
* **package:** update grunt-shell to version 2.0.0 ([#3642](/~https://github.com/videojs/video.js/issues/3642)) ([2032b17](/~https://github.com/videojs/video.js/commit/2032b17))

### Code Refactoring

Expand All @@ -57,20 +35,17 @@
### Documentation

* Change registerSourceHandler param doc from first to index ([#3737](/~https://github.com/videojs/video.js/issues/3737)) ([b2c5b2a](/~https://github.com/videojs/video.js/commit/b2c5b2a))
* fix broken links in docs index.md ([4063f96](/~https://github.com/videojs/video.js/commit/4063f96))
* **collaborator_guide:** add collaborator guide ([#3724](/~https://github.com/videojs/video.js/issues/3724)) ([8d51235](/~https://github.com/videojs/video.js/commit/8d51235))
* **contributing.md:** update CONTRIBUTING.md with latest info ([#3722](/~https://github.com/videojs/video.js/issues/3722)) ([11a096d](/~https://github.com/videojs/video.js/commit/11a096d))
* **options.md:** Remove Bad Apostrophe ([#3677](/~https://github.com/videojs/video.js/issues/3677)) ([16c8559](/~https://github.com/videojs/video.js/commit/16c8559))
* **tech.md:** Add a note on Flash permissions in sandboxed environments ([#3684](/~https://github.com/videojs/video.js/issues/3684)) ([66922a8](/~https://github.com/videojs/video.js/commit/66922a8))

### Performance Improvements

* Dispatch Flash events asynchronously ([#3700](/~https://github.com/videojs/video.js/pull/3700))
* Cache currentTime and buffered from Flash ([#3705](/~https://github.com/videojs/video.js/issues/3705)) ([45ffa81](/~https://github.com/videojs/video.js/commit/45ffa81))
* Use ES6 rest operator and allow V8 to optimize mergeOptions ([#3743](/~https://github.com/videojs/video.js/issues/3743)) ([5f42130](/~https://github.com/videojs/video.js/commit/5f42130))

### Tests

* **a11y:** add basic accessibility testing using grunt-accessibility ([7d85f27](/~https://github.com/videojs/video.js/commit/7d85f27))
* **dom:** fix removeElClass test in Safari 10. ([#3768](/~https://github.com/videojs/video.js/issues/3768)) ([9965077](/~https://github.com/videojs/video.js/commit/9965077))
* **hooks:** fix hooks unit test in ie8 ([#3745](/~https://github.com/videojs/video.js/issues/3745)) ([e9e5b5f](/~https://github.com/videojs/video.js/commit/e9e5b5f))

Expand Down

0 comments on commit 2a05633

Please sign in to comment.