Skip to content

Releases: vodkabears/Remodal

0.2.0

29 Jul 00:01
Compare
Choose a tag to compare
  • Fix safari ghost padding bug(#26).
  • Add parsing of non-json strings with options. Read docs.
  • Fix jshint errors.
  • Update examples.

0.1.7

14 Jul 17:27
Compare
Choose a tag to compare
  • Catch syntax error if the hash is bad.
  • Add 'closeOnConfirm', 'closeOnCancel' options.

0.1.6

15 May 21:34
Compare
Choose a tag to compare

0.1.5

03 May 16:51
Compare
Choose a tag to compare
  • Support for trailing slashes in URL(@kidchunks).
  • Fix unnecessary body padding.

0.1.4

05 Apr 21:18
Compare
Choose a tag to compare
  • Works in the old android, ios browsers and other.

0.1.3

31 Mar 19:23
Compare
Choose a tag to compare
  • Fix page scrolling bug
  • Refactor CSS

0.1.2

05 Mar 18:15
Compare
Choose a tag to compare
  • Public collection of instances. Now you can get specific instance throw JS: var inst = $.remodal.lookup[$('[data-remodal-id=modal]').data('remodal')];;
  • Plugin constructor call returns an instance now. var inst = $('[data-remodal-id=modal]').remodal().

0.1.1

23 Feb 20:01
Compare
Choose a tag to compare
  • Zepto support!
  • Blur radius is changed from 5px to 3px.