Releases: drublic/css-modal
Releases · drublic/css-modal
v1.5.0
v1.4.1
v1.4.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
andstyle
to package.json
v1.3.0
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
- 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