Skip to content

Commit

Permalink
2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phloxic committed Jan 22, 2024
1 parent dddae85 commit bf4e265
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="2.2.1"></a>
## [2.2.1](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.2.0...v2.2.1) (2024-01-22)

### Bug Fixes

* reinstate initialization on plugin setup ([1d0144f](https://github.com/phloxic/videojs-sprite-thumbnails/commit/1d0144f)), closes [#61](https://github.com/phloxic/videojs-sprite-thumbnails/issues/61)

### Chores

* clean up spurious log.debug alternative ([dddae85](https://github.com/phloxic/videojs-sprite-thumbnails/commit/dddae85))
* **deps-dev:** bump follow-redirects from 1.15.2 to 1.15.4 ([04f4bb5](https://github.com/phloxic/videojs-sprite-thumbnails/commit/04f4bb5))

### Documentation

* **css:** explain state classes ([6b1ac70](https://github.com/phloxic/videojs-sprite-thumbnails/commit/6b1ac70))
* github markdown flavour needs fragment identifiers in HTML ([2270748](https://github.com/phloxic/videojs-sprite-thumbnails/commit/2270748))

<a name="2.2.0"></a>
# [2.2.0](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.1.1...v2.2.0) (2023-12-29)

Expand Down
4 changes: 2 additions & 2 deletions 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].0/dist/videojs-sprite-thumbnails.min.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/videojs-sprite-thumbnails.min.js"></script>
```

### Configuration
Expand Down Expand Up @@ -338,7 +338,7 @@ player.spriteThumbnails({

<h2 id="migrating-from-v21x">Migrating from v2.1.x</h2>

Plugin version 2.2.0 introduces the *mandatory* option [`columns`](#columns). Thumbnail images are now [loaded on demand](https://github.com/phloxic/videojs-sprite-thumbnails/issues/56) which interferes less with video playback. Please apply the option to your existing setups.
Plugin version 2.2.0 introduced the *mandatory* option [`columns`](#columns). Thumbnail images are now [loaded on demand](https://github.com/phloxic/videojs-sprite-thumbnails/issues/56) which interferes less with video playback. Please apply the option to your existing setups.

## Constraints

Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "2.2.1",
"description": "Plugin to display thumbnails when hovering over the progress bar.",
"repository": {
"type": "git",
Expand Down

0 comments on commit bf4e265

Please sign in to comment.