Skip to content

0.1.5

Compare
Choose a tag to compare
@woowa woowa released this 06 Sep 10:17
· 284 commits to v1 since this release

Release Note

  • Woowahan.View
    • submit 이벤트 핸들러에 input value를 인자로 전달
    • Router를 통해 View 생성시 model 자동 처리
    • model clear 기능 추가 setModel(null)
  • Woowahan.CollectionView
    • 사용되지 않는 rowView 컴포넌트 제거
    • rowContainer가 DOM root인 경우 처리
  • Woowahan.ItemView
    • 네이티브 click 이벤트 중단 처리하던 부분 제거
  • Woowahan.Router
    • view 교체시 이전 view 컴포넌트 제거
    • view 순차적 바인딩 처리
  • Woowahan.Reducer
    • 에러시 에러객체 전달
    • onSuccess, onFail 에 대한 use 메서드 추가