Skip to content

2.0.0

Compare
Choose a tag to compare
@stefangabos stefangabos released this 23 Jul 10:29
· 92 commits to master since this release
  • pinned elements are not taken out of DOM when becoming pinned; instead, an invisible clone element is created so that layout doesn't break.
  • fixed bug where elements without explicit width would break when becoming pinned
  • fixed bug where elements pinned to a container element would incorrectly fire the callback events
  • completely rewritten examples
  • added version number as a public property - useful to find out the version number even if all you have is the minified source code