Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 05 Apr 17:08
· 746 commits to master since this release

Bug fixes

  • The getOptimalPosition() utility should work fine when the parent element has a scroll. Closes #139. (b878949)

Features

  • Collection.bindTo() method now is not only available in the ViewCollection but in all Collections. Closes #125. (4e299be)
  • Added the first() function. Closes #130. (8ab07d2)
  • Two–way data binding between Collection instances. Closes #132. (6b79624)