1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-05 00:58:52 +02:00
Commit Graph

52 Commits

Author SHA1 Message Date
00cc335d64 Added Shim/Sham note to setup guide
--skip-ci
2015-06-05 18:28:03 -07:00
4803ac2674 Removed the CDN publishing logic into it's own repo
See videojs/cdn#3

- Added a guide note about skipping analytics tracking on the CDN
- Updated videojs-font
- Added videojs-ie8 as a dependency
- Updated the examples directory URLs and added to dist
- Updated CSS to override font path
2015-06-05 15:38:52 -07:00
6b2dca32fc Normalise lang codes to lowercase for insensitive match
Use primary code ('en') if specific code ('en-us') doesn not match
Always re-merge languages

closes #2177

Updated language function to lowercase internally

Updated component.localize to not require stubbing
2015-05-21 17:07:13 -07:00
e234375168 Update minified video.js name
Change the docs to point to the new minified name for video.js. For #1013.
2015-04-28 17:00:10 -07:00
4ac762cf48 @mmcc added a new default skin, switched to SASS, modified the html closes #1999
- removed old less style. no going back now.
- switched back to video-js.scss naming and added a base-style injection class
- cleaned up and simplified big play btn
- Flexbox straight flexin.
- move to using variables for text and icon font families
- use table layout for IE 8 and 9
- moved to using extend for icons
- Switched to SASS, added a new default theme, updated the html
- added horizontal classes
- added connect-watch grunt task
- show all the things in the control bar so everything is available
  by default (and hidden via css
- reignore dist for now
- removing trailing comma to get the tests passing
- Switched to using libsass and removed incompatible "black magic"
- updating to es6 syntax
- removed old separator, added grunt task for dev, and updated example
- singular time-control and live-control. remove playing class on pause
- updated separator control styles
- Show full control bar when a player goes to fullscreen.
  Also added a grunt task specifically for skin development (only watches sass file changes and runs sass)
- allow poster image to toggle playback
- This allows the poster image to toggle play / pause on audio-only sources
- fixed issue with scrollbars in Chrome on Linux
- make the control bar not-quite-black
- added back some focus highlights until we decide on another path
2015-04-28 09:52:27 -07:00
dd24d17372 Release 4.12.0 2015-02-17 16:44:25 -08:00
789c72945a Added bower install information. Closes #1840 2015-02-09 16:45:24 -08:00
e5ca608fc0 “affect” => “effect” in options guide 2015-02-02 13:49:47 -08:00
d5bbd80db9 Reference videojs not vjs
`vjs` isn't exported, so this was causing confusion. Update to use `videojs`.
2015-01-26 09:27:40 -08:00
e8030ea88f @brycefisher Added a guide on player disposal. closes #1803 2015-01-16 15:52:34 -08:00
a96978b194 Merge pull request #1747 from thijstriemstra/master
Add plugin localization doc
2014-12-22 11:30:31 -08:00
fc0730db98 Warning for previously updated players; doc update 2014-12-22 09:46:48 -08:00
9307844f79 doc update 2014-12-17 14:05:22 +01:00
9141a6256f add plugin localization doc 2014-12-17 00:06:06 +01:00
0469c5063c Release 4.11.0 2014-12-04 13:29:40 -08:00
7642691296 Update components link to be relative
Updated the components link to be entirely relative so we don't have to worry about which branch we're talking about.
2014-11-24 13:00:22 -08:00
fd2b9a7f38 Fixed broken link to components guide 2014-11-07 21:18:20 +00:00
758b9fda55 Fixed CDN links in setup guide 2014-10-30 17:24:09 -07:00
7511bb606d Release 4.10.1 2014-10-29 08:36:16 -07:00
6958643678 Release 4.10.0 2014-10-28 17:28:25 -07:00
ce18a9af74 updated options to include sans-children, and included self-hosted font blurb
updated used by count
2014-10-28 16:48:29 -07:00
a70b9e4957 added CORS information to tracks guide. Fixes #837
moar magic comments
2014-10-28 16:48:23 -07:00
38f1024ad3 doc updates + readme quick start 2014-10-28 16:48:23 -07:00
6093d35b4c updated options guide to include components 2014-10-28 16:48:23 -07:00
d63912dd35 Update languages.md
Spanish translations are not updated
2014-10-20 15:19:43 +02:00
4711895d43 Adding reference to generator-videojs-plugin 2014-10-10 20:49:15 -04:00
85730d7a1b Release 4.9.0 2014-09-30 18:51:46 -07:00
6040a61498 @seniorflexdeveloper added new translations and translation updates. closes #1530 2014-09-29 16:38:09 -07:00
88f59d7ad6 Release 4.8.0 2014-09-03 08:43:58 -07:00
055d81dc3a Merge branch 'stable'
Conflicts:
	dist/video-js/video-js.css
	dist/video-js/video-js.min.css
	dist/video-js/video.dev.js
	dist/video-js/video.js
2014-08-20 15:17:08 -07:00
c19a3f3f48 add fix for localization of not supported message
add base documentation for language support

typo fix

added utility function for adding languages per conversation with @heff. Includes test.

move addLanguage to core. update both core and util tests. added export property

added language sandbox for demo

fix comment

doc udpate

remove build instructions

add addLanguage API to doc

fix deep merge in test

test update

update local reference to string for compiled tests
2014-08-20 15:04:30 -07:00
ec61386f47 Fix typo in video tracks documentation
small typo
2014-08-16 12:45:31 -04:00
f3d7196a73 Release 4.7.0 2014-08-05 18:05:38 -07:00
6921b552ef Update tracks.md with Caption Key info. Closes #1379 2014-07-31 13:07:27 -07:00
d01de49ded Release 4.6.0 2014-05-20 10:42:01 -07:00
92eac13caa More explicit MIME type note
Added a more explicit MIME type note in setup. Moved to a footnote and made comment more verbose to avoid confusion.
2014-05-07 15:31:02 -07:00
a6718913be Merge pull request #1149 from bosoniq/master
Included self-hosting MIME type instructions
2014-05-07 15:22:13 -07:00
d96e008978 Updated setup.md and demo.html with fallback paragraph 2014-05-05 15:48:34 -07:00
e8722ff522 Included self-hosting MIME type instructions 2014-04-18 11:42:14 +02:00
c1029eab16 Update setup.md 2014-04-18 11:35:42 +02:00
31918fc46d Included self-hosting MIME type instructions
Added information on MIME type server configuration to self-hosting instructions in setup.md
2014-04-16 11:13:46 +02:00
d8f721abf5 getElementsById -> getElementById
small typo fix in code that leads to error
2014-04-05 11:21:25 -07:00
825de43819 Release 4.5.0 2014-03-27 13:35:51 -07:00
416ee1b2a0 Fix code in examples.
The examples are broken with extra parentheses. Fixed.
2014-03-19 13:58:00 -04:00
4116d9ec14 Update setup.md 2014-03-04 20:13:14 +01:00
4fe74d52a9 Updated the CDN links in the setup guide 2014-02-19 12:49:29 -08:00
71ba5bb062 Create 'track' element in the HTML5 shiv sample
Matches the shiv to the one at [the start of `src/js/core.js`](https://github.com/videojs/video.js/blob/master/src/js/core.js#L8).

Right now it's missing `track`.
2014-02-10 15:40:32 -05:00
7926c2d9a6 syntax highlighting and some clarity 2014-02-07 16:52:15 -08:00
2b1291816f Update docs to reflect being able to pass an element instead of ID. Closes #844 2014-02-07 16:26:49 -08:00
bf7dd32ff6 update setup docs to reference 4.3 on the CDN 2014-01-23 14:01:48 -08:00