Releases: mystist/bootstrap-waterfall
v0.0.1 - Cheers for the first release
99f5470 🍻 Bump version v0.0.1
febaeae 👍 1. Method name no longer use xxByxxAndxx
. 2. Achieve resize workflow.
7856fdd 🐛 👍 1. Rewrite the way to get image's height. It's core of waterfall. 2. Use .data
to store stuffs instead of attr
.
0b7c68d 👍 Hide $fake since we have per pin's width in the CSS.
c0a71c6 🐛 1. Fix isLoaded
method for IE8 issue. 2. Fix indexOf
which do not support array in IE8. 3. Remove help method: helper.m
, use Math.max
and Math.min
instead.
92e85a5 🐛 1. Change the way of getting pins. The former way cause IE8 issues. 2. Rename runCompass
to watchCompass
.
c18cde1 🐛 Scroll off should be passed in the identified function
39aa2c8 🐛 Fix context of sail
5fcd1f2 🍻 More closer to first release 1. We can't ship safety without compass. (Add method runCompass
) 2. Add method Destroy
. 3. We need to update the container's height after we rendered pins. (Add method updateHeight
)
0aca653 Initialize backbone
d71ee6e Initial commit