Skip to content

Releases: vodkabears/Remodal

0.6.4

07 Apr 13:37
Compare
Choose a tag to compare
  • Protocol-relative URL for fonts.
  • Scroll to the top, when a modal is displayed.
  • Pixels in the media-queries.
  • Added Browserify support.
  • Updated dependencies.

0.6.3

23 Feb 00:49
Compare
Choose a tag to compare
  • Fix codestyle configs.

0.6.2

20 Feb 12:52
Compare
Choose a tag to compare
  • Improved the codestyle.
  • Used package.json instead of jquery.json.
  • Updated dependencies.

0.6.1

19 Feb 11:42
Compare
Choose a tag to compare
  • Fix '#on' event handlers.

0.6.0

18 Feb 23:48
Compare
Choose a tag to compare
  • Added globals.
  • Added the ability to change the namespace for CSS and events.
  • Used '#on' instead of '#bind'.
  • Fixed double locking/unlocking issue.
  • Updated examples.
  • Updated dependencies.
  • Updated README.

0.5.0

22 Jan 00:47
Compare
Choose a tag to compare
  • Fixed a scrolling to the top of a page.
  • Added the 'reason' parameter to the close/closed events.
  • Updated examples.
  • Updated dependencies.

0.4.1

19 Dec 12:29
Compare
Choose a tag to compare
  • Constructor always returns an instance(#61).

0.4.0

14 Dec 11:28
Compare
Choose a tag to compare

This version has incompatible changes!

  • Changed CSS class names.
  • Shared overlay.
  • Changed visual styles.
  • Improved IE8 styles.
  • Updated dependencies.
  • Fixes.

0.3.0

04 Nov 15:50
Compare
Choose a tag to compare
  • Added font-size of inputs to prevent iOs zooming.
  • Convert image for IE8 to base64.
  • Fix tests.
  • Fix scrollbar padding for Zepto.
  • Code refactoring.
  • Improved code linting.
  • Cleaned up the repository.
  • Updated dependencies.

0.2.1

18 Oct 23:22
Compare
Choose a tag to compare
  • Moved @import to the top of the file. Meteor requires the @import to be at the top.
  • Added some basic CSS support for IE8.
  • Added CloseOnEscape and CloseOnAnyClick options.
  • Updated README.md.
  • Updated tests.