Releases: vodkabears/Remodal
Releases · vodkabears/Remodal
1.1.1
1.1.0
1.0.7
- Fixed getAnimationDuration
1.0.6
1.0.5
- Support special symbols in the 'id' attribute.
1.0.4
- Fix IOS 9 safari scaling issues.
- Update dependencies.
1.0.3
- Migrate from legacy to container-based infrastructure on Travis.
- Fix keyboard navigation accessibility issue.
- Shorten the description for Bower.
1.0.2
- Handle keydown event instead of keyup for "Esc" key.
- Code improvements.
- Update dependencies.
1.0.1
Do not use namespaces in data attributes (fix).
1.0.0
- 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 oftranslateZ
. - 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.