Skip to content

Releases: drublic/css-modal

v1.5.0

12 May 08:41
Compare
Choose a tag to compare
  • 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

12 May 08:40
Compare
Choose a tag to compare
  • Add missing comma in bower.json
  • Add example for stackable modal

v1.4.0

08 Jul 13:59
Compare
Choose a tag to compare
  • 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

07 Jan 11:27
Compare
Choose a tag to compare

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
  • 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
  • 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

19 Nov 17:22
Compare
Choose a tag to compare
  • 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

20 Jun 11:57
Compare
Choose a tag to compare
  • Use innerHTML instead of innerText in order to add styling rule

v1.1.7

20 Jun 11:04
Compare
Choose a tag to compare
  • Add document.createEvent for creating events in oldIE
  • Make _injectStyles compatible with legacy browsers

v1.1.6

20 Jun 11:04
Compare
Choose a tag to compare
  • Fix position of close button on small screens
  • Check if activeElement is available in max-width

v1.1.5

05 Jun 16:14
Compare
Choose a tag to compare
  • Fix position of close button on small screens

v1.1.4

05 Jun 15:09
Compare
Choose a tag to compare
  • Fix max-width plugin to work on all sizes and listen to resize