This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
Releases: staaky/strip
Releases · staaky/strip
1.1.0.3
Reverted the Chrome visual glitch workaround 1.1.0.2 didn't fix the glitch but allowed it to appear in the middle of the screen, reverting because it was better on the edge of the screen. The video/iframe glitch in Chrome when quickly toggling is a browser bug that isn't as easily fixed, since the glitching element isn't accessible through the DOM. Further investigation is needed to find out what's causing this, and to see if a proper workaround can be found.
1.1.0.2
Workaround a visual glitch on videos in Chrome Spam clicking an element that toggles a video could cause a visual glitch in Chrome. It doesn't seem to handle an iframe loading in content as it's being moved off screen before being removed. A visible element is kept on the screen that isn't accessible through the DOM. We work around this by instantly hiding the video just before Strip hides, avoiding movement of the iframe as it is removed, and do this for all browsers just in case.
1.1.0.1
1.1.0
1.0.9
1.0.8
fixed IE7 adding height when using top/bottom side
fixed a bug that made it impossible to re-open Strip as it was closing
at the last couple of miliseconds.
elements with class='strip' will now get the 'strip-active-element'
class when opened, the entire group also gets the 'strip-active-group'
class.
fixed the broken image icon in IE7-8
the base and reset skins are no longer exposed
1.0.7
1.0.6
Added an onResize callback This callback allows you to respond to Strip as it is resizing and make adjustments to your page. You could for example slide your page along or adjust margins. The parameters of onResize give you everything needed to make these adjustments (see the docs).
1.0.5
1.0.4
tweaks to prevent text-selection and a UI update prevented repeatedly clicking buttons from starting a text selection. switching between groups now brings the <> buttons into view even after they've faded out, this makes sure changes in navigation aren't overlooked.