Skip to content

Releases: phloxic/videojs-sprite-thumbnails

v2.1.1

22 Jan 02:27
Compare
Choose a tag to compare

2.2.1 (2024-01-22)

Bug Fixes

  • reinstate initialization on plugin setup (1d0144f), closes #61

Chores

  • clean up spurious log.debug alternative (dddae85)
  • deps-dev: bump follow-redirects from 1.15.2 to 1.15.4 (04f4bb5)

Documentation

  • css: explain state classes (6b1ac70)
  • github markdown flavour needs fragment identifiers in HTML (2270748)

v1.2.1

22 Jan 02:24
Compare
Choose a tag to compare

1.2.1 (2024-01-22)

Bug Fixes

  • reinstate initialization on plugin setup (ae74e97), closes #61

Chores

  • changelog: fix 1.2.0 release name (1170e3e)
  • deps-dev: bump follow-redirects from 1.15.2 to 1.15.4 (4099e7c)
  • package: update browserslist to 1.0.30001572 (2b05611)

Documentation

  • github markdown flavour needs fragment identifiers in HTML (1dfc89f)
  • css: explain state classes (f25e768)

v2.2.0

29 Dec 12:20
Compare
Choose a tag to compare

2.2.0 (2023-12-29)

Features

  • add function to customize the replacement of the {index} template (1f451c9)
  • avoid inheritance of urlArray and url options (f4a43ea)
  • downlink: check on statechanged, report w/o duplicating code (bdfb4af)
  • load sprite images on demand (e22b512), closes #56
  • optionally configure image sequence with new option urlArray (89ec8d5)
  • support multiple sprites and individual thumbnails (20770f3), closes #57
  • toggle player class vjs-thumbnails-ready according to plugin state (2f183d6)
  • upgrade plugin options on loadstart, ensure that url is a string (1444bb1)

Chores

  • deps-dev: bump @babel/traverse from 7.21.5 to 7.23.2 (38cda59)
  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (54521ea)
  • package: appease dependabot complaining about underscore (2fb1739)

Code Refactoring

  • cycle through tooltipStyle with videojs.obj.each (0c6e453)
  • evaluate config only on loadstart, 1 special case for url (328d82b)
  • remove 'diagnostic' property of plugin state (1988633)
  • scale height of background image with CSS auto value (62ef0e4)

Documentation

  • add forgotten comma (b501f8b)
  • mention option merge on loadstart in Initialization section (8e9b0f0)
  • section on how to disable the plugin (c20ec56)

Styles

  • remove spurious parentheses around single argument (7a8b188)
  • tweak variable names in loadstart callback (a2c2907)

BREAKING CHANGES

  • Setting the new columns option is mandatory.

v1.2.0

29 Dec 12:09
Compare
Choose a tag to compare

1.2.0 (2023-12-29)

  1. Features

  • add function to customize the replacement of the {index} template (1f451c9)
  • avoid inheritance of urlArray and url options (f4a43ea)
  • downlink: check on statechanged, report w/o duplicating code (bdfb4af)
  • load sprite images on demand (e22b512), closes #56
  • optionally configure image sequence with new option urlArray (89ec8d5)
  • support multiple sprites and individual thumbnails (20770f3), closes #57
  • toggle player class vjs-thumbnails-ready according to plugin state (2f183d6)
  • upgrade plugin options on loadstart, ensure that url is a string (1444bb1)

Chores

  • deps-dev: bump @babel/traverse from 7.21.5 to 7.23.2 (71dd523)
  • deps-dev: bump @babel/traverse from 7.21.5 to 7.23.2 (38cda59)
  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (e8c7f76)
  • deps-dev: bump word-wrap from 1.2.3 to 1.2.4 (54521ea)
  • package: appease dependabot complaining about underscore (2fb1739)

Code Refactoring

  • cycle through tooltipStyle with videojs.obj.each (0c6e453)
  • evaluate config only on loadstart, 1 special case for url (328d82b)
  • remove 'diagnostic' property of plugin state (1988633)
  • scale height of background image with CSS auto value (4d01861)
  • scale height of background image with CSS auto value (62ef0e4)

Documentation

  • add forgotten comma (b501f8b)
  • mention option merge on loadstart in Initialization section (8e9b0f0)
  • section on how to disable the plugin (c20ec56)

Styles

  • remove spurious parentheses around single argument (7a8b188)
  • tweak variable names in loadstart callback (a2c2907)

BREAKING CHANGES

  • Setting the new columns option is mandatory.

v2.1.1

10 Jun 23:48
Compare
Choose a tag to compare

2.1.1 (2023-06-10)

Bug Fixes

  • do not reset mouse time tooltip css when sprite cannot be loaded (49b079d)

Documentation

  • CDN link to exact latest 2.x.x release w/ higher maxage (6bf2b73)

v1.1.1

10 Jun 23:43
Compare
Choose a tag to compare

1.1.1 (2023-06-10)

Bug Fixes

  • do not reset mouse time tooltip css when sprite cannot be loaded (aa22870)

Documentation

  • CDN link to exact latest 1.x.x release w/ higher maxage (8adfab2)

v2.1.0

06 Jun 21:09
Compare
Choose a tag to compare

2.1.0 (2023-06-06)

Features

  • config: lower connection downlink default to 1.5 (875f742)
  • make ready state proper boolean (020ca39)

Chores

  • deps: bump socket.io-parser from 4.2.2 to 4.2.3 (570fd61)

Code Refactoring

  • improve plugin defaultState handling (239f04f)
  • slim down handling of configuration updates (0915d10)

BREAKING CHANGES

  • config: There is a subjective factor to the downlink option. As its default has been changed to 1.5 it may be worth testing and/or setting it explicitly before updating the plugin in production.

v1.1.0

06 Jun 20:57
Compare
Choose a tag to compare

1.1.0 (2023-06-06)

Features

  • config: lower connection downlink default to 1.5 (c0954e5)
  • loadstart: pick options from one source only (ca9d774)
  • make ready state proper boolean (41081f4)

Chores

  • deps: bump socket.io-parser from 4.2.2 to 4.2.3 (1538602)

Code Refactoring

  • improve plugin defaultState handling (311073b)
  • slim down handling of configuration updates (eb5a37b)

BREAKING CHANGES

  • config: There is a subjective factor to the downlink option. As its default has been changed to 1.5 it may be worth testing and/or setting it explicitly before updating the plugin in production.

v2.0.0

22 May 17:54
Compare
Choose a tag to compare

2.0.0 (2023-05-22)

Features

  • loadstart: pick options from one source only (f01b382)
  • make plugin compatible with Video.js 8.x (75a4e5c)

Bug Fixes

  • unconditionally try loading sprite on loadstart (ddc250e)

Code Refactoring

  • no parentheses needed around single argument to arrow (2e5cd7d)

Documentation

  • README: explain Video.js 8.x compatible versioning (dba689a)
  • README: use ES6 syntax in code examples (e4a2073)

Tests

  • correct typo in sprite filename (00a1a27)

BREAKING CHANGES

  • Only Video.js v8.x.x is supported
  • Only browsers supported by Video.js v8.x.x are supported

v1.0.1

22 May 18:30
Compare
Choose a tag to compare

1.0.1 (2023-05-22)

Bug Fixes

  • unconditionally try loading sprite on loadstart (929d9a8)

Code Refactoring

  • no parentheses needed around single argument to arrow (cc4f685)

Documentation

  • README: explain Video.js v6/v7 compatible versioning (da0e136)

Tests

  • correct typo in sprite filename (4fba454)