Skip to content

Releases: sindresorhus/screenfull

v4.1.0

19 Mar 14:23
Compare
Choose a tag to compare

v4.0.1...v4.2.0

v4.0.1

18 Feb 09:47
Compare
Choose a tag to compare
  • Only try to exit fullscreen when in fullscreen 06af24e

v4.0.0...v4.0.1

v4.0.0

15 Dec 22:04
Compare
Choose a tag to compare

Breaking:

  • Return a promise from .request(), .exit(), and .toggle(). That means that this package now requires Promise or a promise polyfill. cd8afd9

v3.3.0

06 Jul 20:52
Compare
Choose a tag to compare

Add ability to remove event listeners. 705a16a

3.2.0

16 Apr 07:50
Compare
Choose a tag to compare

Screenfull gracefully handles non-browser JS environments. aacee47

3.1.0

13 Mar 08:30
Compare
Choose a tag to compare

Added screenfull.onchange() and screenfull.onerror() to more easily listen to events. See readme.

3.0.0

24 Nov 03:28
Compare
Choose a tag to compare

Drop support for Bower. Just use npm.
Nothing new. Just stay with 2.0.0 if you need Bower support.

2.0.0

23 Dec 06:19
Compare
Choose a tag to compare

Remove deprecated .onchange() and .onerror() methods.
Replacement: https://github.com/sindresorhus/screenfull.js#detect-fullscreen-change

1.1.0

06 Sep 18:55
Compare
Choose a tag to compare

IE11 support