Skip to content

Releases: vodkabears/Remodal

1.1.1

11 Jan 23:58
Compare
Choose a tag to compare
  • Fix the blurry text issue at animation end
  • Fix function getScrollbarWidth
  • Fix issue caused by calling remodal.close() when it is already closed

1.1.0

25 Jun 00:21
Compare
Choose a tag to compare
  • Add the appendTo option (#238)

1.0.7

19 Mar 13:45
Compare
Choose a tag to compare
  • Fixed getAnimationDuration

1.0.6

29 Nov 22:48
Compare
Choose a tag to compare
  • Fixed Bug on IE11 #173.
  • Fixed scroll bugs in WP8.

1.0.5

24 Oct 16:17
Compare
Choose a tag to compare
  • Support special symbols in the 'id' attribute.

1.0.4

12 Oct 00:37
Compare
Choose a tag to compare
  • Fix IOS 9 safari scaling issues.
  • Update dependencies.

1.0.3

25 Aug 13:31
Compare
Choose a tag to compare
  • Migrate from legacy to container-based infrastructure on Travis.
  • Fix keyboard navigation accessibility issue.
  • Shorten the description for Bower.

1.0.2

12 Jul 22:34
Compare
Choose a tag to compare
  • Handle keydown event instead of keyup for "Esc" key.
  • Code improvements.
  • Update dependencies.

1.0.1

08 Jun 12:41
Compare
Choose a tag to compare

Do not use namespaces in data attributes (fix).

1.0.0

07 Jun 02:02
Compare
Choose a tag to compare
  • Renamed the 'closeOnAnyClick' property to the 'closeOnOutsideClick'.
  • Separated base and theme styles.
  • Renamed the base files.
  • Added the ability to use CSS mixins.
  • Added #destroy.
  • Renamed the events.
  • Used states and CSS animations.
  • Made restyling of the default theme.
  • Added the watch task for Grunt.
  • Added Autoprefixer.
  • Used backface-visibility for the hardware acceleration instead of translateZ.
  • Disabled the auto-resizing of text on mobile devices.
  • Fixed the triggering of the close event, even if a modal is not opened.
  • Added '#getState'.
  • Changed names for the constants.
  • Removed the default custom font.
  • Introduced the data-remodal-action attribute.
  • Made code refactoring.
  • Improved anti-FOUC.
  • Updated examples.
  • Updated tests.
  • Updated dependencies.