Skip to content

Releases: stefangabos/Zebra_Pin

3.0.1

13 May 08:23
Compare
Choose a tag to compare
  • minor maintenance release

3.0.0

09 Jul 18:24
Compare
Choose a tag to compare
  • added a destroy method
  • the onPin and onUnpin methods now return a single argument: the element for which the event occurred

2.0.0

23 Jul 10:29
Compare
Choose a tag to compare
  • 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

1.1.2

30 May 10:35
Compare
Choose a tag to compare
  • maintenance release

1.1.1

26 May 11:32
Compare
Choose a tag to compare
  • minor source code tweaks and some updates in the comments
  • fixed examples which were broken for lower screen resolutions

1.1.0

26 May 09:38
Compare
Choose a tag to compare
  • fixed a bug with contained pins where things were not working as expected if the container element would have a position other than "static"
  • new folder structure
  • performance improvements and source code tweaks
  • the home of the library is now exclusively on GitHub
  • files required in the build process are not included anymore when installing via npm nor when downloading from GitHub

Version 1.0.9 released

26 Jan 08:39
Compare
Choose a tag to compare
  • fixed description in package.json

Version 1.0.8 released

26 Jan 08:23
Compare
Choose a tag to compare
  • added keywords to package.json as per the npm repository recommendations

Version 1.0.7 released

26 Jan 08:14
Compare
Choose a tag to compare
  • added .npmignore to the list of files to ignore when installing via Bower

Version 1.0.6 released

26 Jan 06:11
Compare
Choose a tag to compare