Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed Oct 9, 2024
1 parent 6b1e78e commit d7fb5dc
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a name="2.2.2"></a>
## [2.2.2](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.2.1...v2.2.2) (2024-10-09)

### Features

* **debug:** check for presence of default controls component tree ([206da48](https://github.com/phloxic/videojs-sprite-thumbnails/commit/206da48)), closes [#58](https://github.com/phloxic/videojs-sprite-thumbnails/issues/58)

### Bug Fixes

* do not try to show thumbnails before video metadata is loaded ([078dc5b](https://github.com/phloxic/videojs-sprite-thumbnails/commit/078dc5b)), closes [#67](https://github.com/phloxic/videojs-sprite-thumbnails/issues/67)
* **example:** add `columns` option, mandatory since v2.2.0 ([1995d18](https://github.com/phloxic/videojs-sprite-thumbnails/commit/1995d18))

### Chores

* bump version from 2.2.1 to 2.3.2-dev ([ce385cc](https://github.com/phloxic/videojs-sprite-thumbnails/commit/ce385cc))
* **deps-dev:** alternatively allow rollup 2.50.3 ([efb35d8](https://github.com/phloxic/videojs-sprite-thumbnails/commit/efb35d8))
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([bcca124](https://github.com/phloxic/videojs-sprite-thumbnails/commit/bcca124))
* **deps-dev:** bump follow-redirects from 1.15.4 to 1.15.6 ([ad9735d](https://github.com/phloxic/videojs-sprite-thumbnails/commit/ad9735d))
* **deps-dev:** bump rollup from 2.79.1 to 3.29.5 ([73b6c2e](https://github.com/phloxic/videojs-sprite-thumbnails/commit/73b6c2e))
* **deps-dev:** bump serve-static from 1.15.0 to 1.16.2 ([32f65d8](https://github.com/phloxic/videojs-sprite-thumbnails/commit/32f65d8))
* **deps:** bump body-parser from 1.20.2 to 1.20.3 ([c4c6c08](https://github.com/phloxic/videojs-sprite-thumbnails/commit/c4c6c08))
* update karma dependencies ([adef294](https://github.com/phloxic/videojs-sprite-thumbnails/commit/adef294))
* **yo:** update plugin description ([9d8bd0e](https://github.com/phloxic/videojs-sprite-thumbnails/commit/9d8bd0e))

### Code Refactoring

* assign component name vars by splicing descendants array ([c6b3e70](https://github.com/phloxic/videojs-sprite-thumbnails/commit/c6b3e70))
* improve connection speed check ([9a758c3](https://github.com/phloxic/videojs-sprite-thumbnails/commit/9a758c3))
* improve integer check ([4e65019](https://github.com/phloxic/videojs-sprite-thumbnails/commit/4e65019))
* no need to store obj.merge in a top level variable ([8979d15](https://github.com/phloxic/videojs-sprite-thumbnails/commit/8979d15))

### Styles

* always call event handlers by name ([234c4e3](https://github.com/phloxic/videojs-sprite-thumbnails/commit/234c4e3))

<a name="2.2.2"></a>
## [2.2.2](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.2.1...v2.2.2) (2024-10-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Select a 2.x version of videojs-sprite-thumbnails from the [CDN](https://unpkg.c
Or load the latest Video.js v8.x compatible release of the plugin via [script tag](#script-tag):

```html
<script src="https://unpkg.com/[email protected].1/dist/videojs-sprite-thumbnails.min.js"></script>
<script src="https://unpkg.com/[email protected].2/dist/videojs-sprite-thumbnails.min.js"></script>
```

### Configuration
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-sprite-thumbnails",
"version": "2.2.2-dev",
"version": "2.2.2",
"description": "Plugin to display thumbnails when hovering over the progress bar.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d7fb5dc

Please sign in to comment.