1.0.0-rc.4 "sulfur-suricate" released!

Download Instructions: https://github.com/driftyco/ionic#quick-start

1.0.0-rc.4 “sulfur-suricate” (2015-04-20)

Bug Fixes

  • backdrop:
    • dont allow counter to go below 0 (fdca73a5)
  • clearCache:
  • collectionRepeat:
    • when array is empty, dont use heightGetter/widthGetter (bd4723c9, closes #3440)
  • content:
    • make on-scroll-complete pass (scrollLeft, scrollTop) locals (10552634, closes #2464)
  • exposeAsideWhen:
  • ionDeleteButton:
    • stop clicks from bubbling up to main item (0421596b)
  • ionItem:
  • infiniteScroll:
    • prevent checkbounds when infinitescroll completes when page is cached. (6ee9e26b, closes #2694)
  • keyboard:
    • use keyboardGetHeight not ionic.keyboard.height (04da0fc7)
    • overflow: visible on scroll view when keyboard is open (edb62c2c)
  • modal:
    • fix race conditions and memory leaks (008df7b9)
    • clean up event listeners when hiding modal (218605f0)
  • popup:
    • fix race conditions and memory leaks (e86b331d, closes #2815)
    • make sure backdrop is always released (31de853f, closes #3524)
    • synchronously add/remove popups from stack, no matter the animation state (9baf219e, closes #3131)
  • refresher:
    • fix pull to refresh with native scrolling on kitkat (71e89715)
  • scroll:
    • rename ‘scroll.resize’ to ‘scroll-resize’ for jQuery’s sake (e19863c3, closes #3384)
  • slidebox:
  • spinners:
    • spiral spinners have correct gradient tail color when using emotion colors. (7db6c7ff, closes #3328)
  • swipeBack:
  • $ionicSlideBoxDelegate:
    • add speed parameter to next()/previous() (b3c086eb, closes #3493)
3 Likes