Commit graph

39 commits

Author SHA1 Message Date
Craig Weber
03c63eae66
refactor: use es6 classes
Adds babel and uses es6 classes instead of class.extend
2022-12-26 22:48:28 -05:00
Craig Weber
9c44e09096
chore: update to @silvermine/standardization v2.0.0 2022-12-26 22:46:30 -05:00
Paul Bredenberg
e2b3735a9c chore: add @silvermine/standardization and configuration 2022-07-08 11:11:22 -04:00
Isaak Mendoza
5cf15e5b01 chore: Replace node-sass with sass 2022-04-06 15:24:56 -07:00
Paul Bredenberg
99006b87d3 chore: upgrade standardization and configure markdownlint 2021-09-10 10:49:11 -04:00
Jeremy Thomerson
263b1f489a chore: version bump: 1.2.5 2021-05-13 22:31:32 -04:00
Jim Jenkins
be16b8ae32 chore: replace istanbul with nyc 2021-05-13 15:01:48 -04:00
Jim Jenkins
93e752529d chore: upgrade dependencies with vulnerabilities 2021-05-13 15:01:48 -04:00
Jim Jenkins
098ec7311e chore: downgrade autoprefixer to v8.6.5
autoprefixer > v9 depends on a version of postcss that has a
vulnerability. Unfortunately, version autoprefixer > 10 does not work
with grunt-postcss. So to fix the vulnerability, autoprefixer has been
downgraded. This also is more consistent with other projects.
2021-05-13 15:01:48 -04:00
Jim Jenkins
4fec3ec4d7 chore: update eslint-config to 3.0.1 2021-05-13 15:01:48 -04:00
Jim Jenkins
81670b0c1a chore: use standardization library 2021-05-13 15:01:48 -04:00
Jim Jenkins
032b6e6cdb chore: update node to 12.22.1 and drop support for node 8 2021-05-13 15:01:01 -04:00
Paul Bredenberg
505ab6e050 chore: add commitlint 2020-05-20 11:14:59 -04:00
Paul Bredenberg
4ec823b7d4 chore: upgrade linting stack since Node.js 12.x upgrade 2020-05-20 11:14:53 -04:00
Paul Bredenberg
ad805e863c chore: update Node to 12.14.0 and NPM to 6.13.4 2020-05-20 09:27:19 -04:00
Jeremy Thomerson
d44f3caf8e Version bump: 1.2.4 2020-04-26 20:32:52 -04:00
Jeremy Thomerson
3b884558f7 Version bump: 1.2.3 2019-11-21 10:41:28 -05:00
Matt Luedke
f9ca7242bb fix: Downgrade Class.extend lib to 0.9.1 for CSP eval violation (#36)
Fixes #36
2019-11-21 09:03:57 -05:00
Jeremy Thomerson
e84e720adf Version bump: 1.2.2 2019-06-13 14:08:31 -05:00
Jeremy Thomerson
d3a5e81c38 Version bump: 1.2.1 2019-06-11 09:56:41 -05:00
Matt Luedke
3ce054324b build: Add clean target to Gruntfile (#31) 2019-06-10 11:01:32 -04:00
Maxime Carrière
82bce6bf3d build: Update dependencies and fix deprecated messages
- All the dev dependencies were updates in package.json.
- prepublish was replaced by prepare to fix "warn prepublish-on-install As of npm@5, `prepublish` scripts are deprecated" & "warn prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only."
- node-sass was added in package.json and a require('node-sass') was added to Gruntfile.js since the new version of grunt-sass requires it (see: https://github.com/sindresorhus/grunt-sass/releases/tag/v3.0.0)
2019-06-05 15:17:32 -04:00
Matt Luedke
fac0f31cba Fixes #26 Update peerDependencies to include Video.js 7 2018-12-26 11:31:34 -05:00
Ethan Smith
57ab38e911
Version bump: 1.2.0 2018-12-24 09:15:26 -05:00
Ethan Smith
999f5ecd2c
Upgrade sass-lint config to use new @silvermine org 2018-12-21 15:04:33 -05:00
Ethan Smith
5cd2703d2b
Upgrade eslint config to use new @silvermine org 2018-12-21 15:03:51 -05:00
Ethan Smith
0dec8acaf5
Fix vulnerabilities using 'npm audit' 2018-12-21 15:02:58 -05:00
Ethan Smith
31a305dcac
Rename package to include @silvermine org prefix 2018-12-21 14:58:12 -05:00
Jeremy Thomerson
13535a8ca6 Version bump: 1.1.2 2018-01-09 19:55:37 -05:00
Matt Luedke
8feeafbf00 Refs #16 Fix video does not resume playing after quality change
When the HTML5 preload attribute is set to 'none' or when using Safari (even when the
preload attribute is not 'none'), the video does not resume playing after the quality is
changed using the quality selector menu. The quality selector plugin was listening for the
'loadeddata' event in order to know when to resume playback, but the 'loadeddata' event
does not fire when the preload attribute is set to 'none', and Safari does not fetch
enough data to emit a 'loadeddata' event.
2018-01-09 15:59:36 -05:00
Jeremy Thomerson
1f1f78b267 Version bump: 1.1.1 2017-12-01 20:32:53 -05:00
Jeremy Thomerson
931d8a4607 Refs #12: Declare underscore as a dependency like it should be 2017-12-01 20:31:11 -05:00
Jeremy Thomerson
d796da1a93 Version bump: 1.1.0 (SEE CHANGELOG.md)
Before upgrading to 1.1.0 see [CHANGELOG.md].
2017-12-01 20:15:23 -05:00
Jeremy Thomerson
ec9e06196f Version bump: 1.0.3 2017-11-22 10:41:02 -05:00
Ethan Smith
2f64bfbced Version bump: 1.0.1 2017-10-19 08:19:10 -04:00
Jeremy Thomerson
dedaf8e9be Version bump: 1.0.0 2017-08-10 11:43:27 -04:00
Ethan Smith
d7e6871d8c Add peer dependency for videojs 2017-08-04 14:53:09 -04:00
Ethan Smith
156e5923c7 Initial implementation 2017-08-03 09:21:16 -04:00
Jeremy Thomerson
f261cc04a2 Initial commit 2017-06-20 20:43:49 -04:00