1. 26 Apr, 2013 1 commit
  2. 25 Apr, 2013 3 commits
  3. 21 Apr, 2013 2 commits
  4. 20 Apr, 2013 2 commits
  5. 19 Apr, 2013 1 commit
  6. 12 Apr, 2013 2 commits
  7. 07 Apr, 2013 4 commits
  8. 06 Apr, 2013 3 commits
  9. 05 Apr, 2013 3 commits
  10. 04 Apr, 2013 1 commit
  11. 03 Apr, 2013 5 commits
  12. 28 Mar, 2013 1 commit
  13. 25 Mar, 2013 1 commit
  14. 14 Mar, 2013 1 commit
  15. 08 Mar, 2013 1 commit
  16. 11 Jan, 2013 2 commits
  17. 30 Dec, 2012 3 commits
  18. 17 Dec, 2012 1 commit
  19. 13 Dec, 2012 1 commit
    • This commit fixes an issue with the each-* binding where all but the
      first element would be inserted into incorrect positions when the
      binding is used on an element with siblings.
      
      The issue occurred because the code was passing a Rivets.View instance
      in to insertBefore for all but the first element, which just caused the
      element to be inserted last.
      Graeme Coupar committed
  20. 20 Nov, 2012 2 commits