Skip to content

Releases: zewish/rmodal.js

1.0.8

22 Mar 06:17
Compare
Choose a tag to compare

Added better commonjs support: var rmodal = require('rmodal');.

1.0.7

18 Mar 07:16
Compare
Choose a tag to compare

Added better focus handling:

  • Only visible elements are focussed.
  • User now has more control on the elements that can be focussed.
  • Focus stays in the dialog when tab/shit+tab used.
  • The default list of focusable elements can be overridden.

1.0.6

14 Mar 15:10
Compare
Choose a tag to compare

Added focus option.

1.0.5

13 Mar 07:08
Compare
Choose a tag to compare

Updated readme to include npm installation info.

1.0.4

13 Mar 07:00
Compare
Choose a tag to compare

Publish to npm.

1.0.3

13 Mar 06:58
Compare
Choose a tag to compare

Added unit tests, use strict.

1.0.2

09 Mar 05:27
Compare
Choose a tag to compare
Update depenedencies - added jshint

1.0.1

26 Feb 17:48
Compare
Choose a tag to compare
Fixed a typo.

1.0.0

25 Feb 09:23
Compare
Choose a tag to compare
Updated build file