All Versions
60
Latest Version
Avg Release Cycle
32 days
Latest Release
3248 days ago

Changelog History
Page 5

  • v0.5.5 Changes

    • ๐Ÿ›  #100: Fixed relative-mode not working correctly in IE < 9 due to crippled getBoundingClientRect
  • v0.5.4 Changes

    November 18, 2012
    • ๐Ÿ’ป #80: When resizing the browser window the calculation of relative mode was wrong when the element's vertical position was changed before.
  • v0.5.3 Changes

    • ๐Ÿ‘ #66: Make IE 7 support a light version of data-anchor-target by mapping querySelector to getElementById.
  • v0.5.2 Changes

    • ๐Ÿ“œ #78: Fixed that new parser didn't allowed omitting the last semicolon in a keyframe property list.
  • v0.5.1 Changes

    October 29, 2012
    • ๐Ÿ›  Fixed setScrollTop and animateTo not working because iScroll uses negative offset.
  • v0.5.0 Changes

    October 09, 2012
    • ๐Ÿ’ฅ breaking the plugin api has been removed (the IE plugin has been updated to a new, hidden api).
    • ๐Ÿ‘ Full mobile support using iscroll.
    • ๐Ÿ“œ #73: Fixed parser to not mess up colons inside URLs
    • ๐Ÿ“œ #74: Fixed parser to not treat single periods as decimal numbers
    • ๐Ÿ›  #76: Fixed dummy element overlaping the content, even though it should be unobtrusive
  • v0.4.13 Changes

    • #58: forceHeight now handles relative mode like a boss.
    • #59: Make scale option only affect absolute mode.
  • v0.4.12 Changes

    • ๐Ÿ’… #64: Setting float property using JavaScript didn't work across browser. Now using styleFloat and cssFloat properties.
  • v0.4.11 Changes

    September 17, 2012
    • The scale option does not affect constants.
  • v0.4.10 Changes

    • ๐Ÿ‘ Allow smooth scrolling on element level using data-smooth-scrolling