Skip to content

Releases: drublic/css-modal

v1.1.0beta

22 May 16:18
Compare
Choose a tag to compare
v1.1.0beta Pre-release
Pre-release
  • Fix max height of modal content
  • Add gallery plugin
  • Add a spinner
  • Add resize plugin
  • Add HTML5 video plugin
  • Use methods for show and hide modal in HTML5 Video plugin
  • Update plugin HTML5 Video to work with AMD definition
  • Use a name for the main component: CSSModal
  • Add focus state for close button
  • Add HTML5 Shiv for IE8 in visual tests
  • Add polyfill for CustomEvents
  • Update node version to v0.10 when working with Travis
  • Improve ARIA support
  • Add FAQ for questions we get from time to time.
  • Update documentation in README file
  • Remove scrollbars for lt IE9 (#67)
  • Separated Sass Partials. Config, Core and Theme
  • Update body scrolling behavior: Prevent double scroll bar in FF and Co
  • Add support to have a specific element visible when the gallery is opened
  • Add polyfill for CustomEvents
  • Fix modal modifier close button positions
  • Separate close button position from its theme styling
  • Fix close button position
  • Correct handling of aria-hidden with JavaScript
  • Unify close btn on mobile
  • Prevent overflow in mobile modals
  • Add error handling to on method to prevent wrong function calls
  • Improve plainScreen layout
  • Rename tests directory to test
  • Add option to configure mobile-layout breakpoint
  • Add folder plugins for extendable modules
  • Modularize config, core and theme into separate files (#73)

v1.1.0 alpha

13 Sep 19:01
Compare
Choose a tag to compare
v1.1.0 alpha Pre-release
Pre-release
  • Update background transparency image (#67)
  • Bugfix: Prevent body jump in Chrome Canary
  • Add better function documentation in JavaScript
  • Rewrite trigger method to use new CustomEvent (#56)
  • Update npm dependencies
  • Add different modal animation styles (#51)
  • Bugfix: UTF-8 problem in Ruby 1.9.3 (#61)
  • Bugfix: open modal on pageload (#46)
  • Register CSSModal as module for AMD (#57)
  • Prevent body from scrolling when scrolling in modal on iOS and Android (#31)
  • Add function to keep focus in modal when tabbing through (#26)
  • Allow multiple, stackable modals (#20)
  • Apply all functions directly on the modal-object
  • Rename function _dispatchEvent to trigger
  • Rename function _addEventListener to on
  • Move set and unset of modal in own function
  • Add convenience functions to add and remove classes on elements
  • Add native style momentum scrolling to content area