Skip to content

v0.0.1 - Cheers for the first release

Compare
Choose a tag to compare
@mystist mystist released this 27 Feb 10:09
· 38 commits to master since this 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