sindresorhus / screenfull

Simple wrapper for cross-browser usage of the JavaScript Fullscreen API
https://sindresorhus.com/screenfull
MIT License
7.06k stars 698 forks source link

Consider refreshing cdnjs.com entry, and github releases to 2.0.0 #65

Closed client9 closed 9 years ago

client9 commented 9 years ago

Congrats on 2.0.0 release!

On github, https://github.com/sindresorhus/screenfull.js/releases it says latest is 1.10

And sadly, on https://cdnjs.com/libraries/screenfull.js it's only 1.0.4

Whats the best way to fix this up?

cheers,

nickg

sindresorhus commented 9 years ago

On github, https://github.com/sindresorhus/screenfull.js/releases it says latest is 1.10

Not correct. You have to expand to see it as it's only a tag. I guess I can add a message, but you can just as easily look at the commit history. Nothing interesting anyways. Just removed a couple of deprecated methods.

And sadly, on https://cdnjs.com/libraries/screenfull.js it's only 1.0.4

Yeah. No idea how to update that. And don't really care tbh. Feel free to do it though.

client9 commented 9 years ago

ahh ok!.. thanks for your time.

arthurvr commented 9 years ago

Yeah. No idea how to update that.

@sindresorhus FYI: It can be updated by sending a PR to the cndjs repo.