All Versions
19
Latest Version
Avg Release Cycle
79 days
Latest Release
2899 days ago

Changelog History
Page 1

  • v1.5.0 Changes

    May 12, 2016
    • ๐Ÿ›  Make sure iframes don't interfere with modal events [fixes #199]
    • ๐Ÿ›  Fix jshint issue in modal.js
    • Prevented an extra loop when jQuery is present
    • ๐Ÿ‘Œ Improved tabbableElements selector string
    • โšก๏ธ 9c91b30 Update node modules
    • 300c3ff Fix demo loading in IE8
  • v1.4.1 Changes

    May 12, 2016
    • โž• Add missing comma in bower.json
    • โž• Add example for stackable modal
  • v1.4.0 Changes

    July 08, 2015
    • 0๏ธโƒฃ Set default height to auto when scroll is prevented
    • ๐Ÿ›  Fix CommonJS export in plugin resize
    • โšก๏ธ Update examples: load async
    • โœ‚ Remove moot version property from bower.json
    • ๐Ÿ›  Fix click on modal-close if no hash is present
    • ๐Ÿ‘ Allow links to surround other html elements
    • โšก๏ธ Update node modules
    • โž• Add a .npmignore file
    • โž• Add main and style to package.json
  • v1.3.0 Changes

    January 07, 2015

    ๐Ÿ’ฅ Breaking

    • ๐Ÿ— Rename plugins to be more consistend and generate builds for each

    ๐Ÿ”Œ This change might break your existing plugin integrations. In order to fix it,
    ๐Ÿ’… you might want to change the URLs to the stylesheet and JS files of plugins to
    match the new structure.

    ๐Ÿ”‹ Features

    • โž• Add possiblility to add iframes within modal nicely
    • โž• Add possibility to call modal without hashchange
    • โž• Add new builds for all CSS files
    • Gallery: Add possibility to use iframes in slides
    • โž• Add possibility to make modals non-stackable

    ๐Ÿ› Bug Fixes

    • Hide the close element to prevent overlay of other elements in IE
    • โœ‚ Remove close handler to unset window
    • ๐Ÿ›  Bugfix: Use jQuery to subscribe to events to prevent errors with trigger
    • ๐Ÿ›  Fix bug on IE11 with close button and overlay of modal
    • ๐Ÿ›  Fix height of gallery if caption and footer are present
    • Prevent scrolling of body when modal is open
    • ๐Ÿ‘‰ Use correct error message in on-method, add webkit scroll momentum
    • ๐Ÿ›  Fix styling of visual test and center content
    • ๐Ÿ›  Fix issues with close button on iOS
    • โœ‚ Remove unused lt IE8 hack for scrollbars: fixes respond.js issues

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ— Include a build of the spinner CSS
    • 0๏ธโƒฃ Include a modal--fade by default to the output
    • โšก๏ธ Update word break property of modal content
    • ๐Ÿ‘‰ Make left and right navigation buttons in gallery smaller
    • โœ… Set inital scale to 1 in visual tests
    • 0๏ธโƒฃ Use !default variables so that they can be easily overridden
    • โšก๏ธ Update jQuery to v1.11.1
    • โšก๏ธ Update node modules to latest version
    • โœ‚ Remove test CSS build from source control
  • v1.2.0 Changes

    November 19, 2014
    • ๐Ÿ›  Fix IE8 error with HTML5 video plugin
    • โž• Add images to test/ folder
    • โšก๏ธ Update core effects and only use necessary prefixes
    • โœ‚ Remove non-core effects of the modal (#161)
    • ๐Ÿ‘‰ Use * for files to ignore and include in bower.json
    • Sort JSHintRC file alphabetically
    • ๐Ÿšš Move animations into separate SCSS file for better control
    • Keep focus within modal: avoid non visible focusable elements
    • ๐Ÿ”Œ Plugin resize: Only apply image styles if image is present
    • โž• Add note about / in IDs in README
    • โœ‚ Remove unused height declaration from core
  • v1.1.8 Changes

    June 20, 2014
    • ๐Ÿ‘‰ Use innerHTML instead of innerText in order to add styling rule
  • v1.1.7 Changes

    June 20, 2014
    • โž• Add document.createEvent for creating events in oldIE
    • ๐Ÿ’… Make _injectStyles compatible with legacy browsers
  • v1.1.6 Changes

    June 20, 2014
    • ๐Ÿ›  Fix position of close button on small screens
    • Check if activeElement is available in max-width
  • v1.1.5 Changes

    June 05, 2014
    • ๐Ÿ›  Fix position of close button on small screens
  • v1.1.4 Changes

    June 05, 2014
    • ๐Ÿ›  Fix max-width plugin to work on all sizes and listen to resize