All Versions
19
Latest Version
Avg Release Cycle
79 days
Latest Release
2764 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.5.0 Changes
May 12, 2016 -
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
andstyle
to package.json
- 0๏ธโฃ Set default height to
-
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