Skip to content

Commit

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

### Bug Fixes

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

### Chores

* **changelog:** fix 1.2.0 release name ([1170e3e](https://github.com/phloxic/videojs-sprite-thumbnails/commit/1170e3e))
* **deps-dev:** bump follow-redirects from 1.15.2 to 1.15.4 ([4099e7c](https://github.com/phloxic/videojs-sprite-thumbnails/commit/4099e7c))
* **package:** update browserslist to 1.0.30001572 ([2b05611](https://github.com/phloxic/videojs-sprite-thumbnails/commit/2b05611))

### Documentation

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

<a name="1.2.0"></a>
## [1.2.0](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v1.1.1...v1.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 @@ -121,7 +121,7 @@ Select a 1.x version of videojs-sprite-thumbnails from the [CDN](https://unpkg.c
Or load the latest Video.js v7.x/v6.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 @@ -336,7 +336,7 @@ player.spriteThumbnails({

<h2 id="migrating-from-v11x">Migrating from v1.1.x</h2>

Plugin version 1.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 1.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": "1.2.0",
"version": "1.2.1",
"description": "Plugin to display thumbnails when hovering over the progress bar.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d29f204

Please sign in to comment.