CHANGELOG.md 1.8 KB

Changelog

0.9.1 (2017-05-07)

Bug fixes

  • The Rect utility should work for collapsed DOM Ranges. Closes #153. (92aff35)
  • The getOptimalPosition() utility should consider limiter ancestors with CSS overflow. Closes #148. (6bf1741)

0.9.0 (2017-04-05)

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)

0.8.0 (2017-03-06)

Features

  • Added ability to provide default configurations to Config constructor. Closes #126. (16a2a31)