From bf4e26548a5bedeae8946f5a9634295db714abda Mon Sep 17 00:00:00 2001 From: Christian Ebert Date: Mon, 22 Jan 2024 02:06:45 +0000 Subject: [PATCH] 2.2.1 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477097c..6dc33b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## [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)) + # [2.2.0](https://github.com/phloxic/videojs-sprite-thumbnails/compare/v2.1.1...v2.2.0) (2023-12-29) diff --git a/README.md b/README.md index ceffd4f..aa48a08 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` ### Configuration @@ -338,7 +338,7 @@ player.spriteThumbnails({

Migrating from v2.1.x

-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 diff --git a/package-lock.json b/package-lock.json index 8ccb7bd..1889e47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "videojs-sprite-thumbnails", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "videojs-sprite-thumbnails", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "global": "^4.4.0", diff --git a/package.json b/package.json index 2b9983f..c121acd 100644 --- a/package.json +++ b/package.json @@ -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",