Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Releases: staaky/strip

1.1.0.3

09 Oct 05:28
Compare
Choose a tag to compare
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

09 Oct 04:36
Compare
Choose a tag to compare
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

09 Oct 03:17
Compare
Choose a tag to compare
Fixed toggling bug adding multiple identical videos

Toggling an element that has a video could insert that video multiple
times if toggled during the hide animation. We have to guard against
this, making sure a video is only inserted once.

1.1.0

09 Oct 02:43
Compare
Choose a tag to compare
Fixed issues with fading prev-next buttons

Rewritten the way the prev-next buttons are shown, solving an underlying
problem that caused them to fade incorrectly. It's now possible to
spam-click an image without getting a sudden shift in opacity on
buttons.

1.0.9

08 Oct 21:52
Compare
Choose a tag to compare
Mention licensing options in source

Instead of just linking to a document explaining the dual licensing.

1.0.8

08 Oct 18:41
Compare
Choose a tag to compare

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

08 Oct 03:25
Compare
Choose a tag to compare
Clicking an element will now toggle Strip

This behavior can be disabled using toggle: false

Strip.show() calls don't use toggle behavior, it only works with
elements using class='strip'

1.0.6

05 Oct 21:12
Compare
Choose a tag to compare
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

03 Oct 21:54
Compare
Choose a tag to compare

Fixed a bug where double clicking a link would prevent strip from closing when clicking outside.

1.0.4

03 Oct 15:52
Compare
Choose a tag to compare
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.