Skip to content

0.11.0

Compare
Choose a tag to compare
@fisherspy fisherspy released this 29 Dec 10:38
d130bd8

Bug Fixes

  • ActionSheet: fix when no title or message would not show blank on header (#192) (b0f41b7)
  • checkbox: fix checkbox init status when checked is true (#193) (0293e85)
  • input-item: fix input value can't be 0 or '' (#185) (59e0ea8)
  • input-item: fix inputitem value protect (#196) (883c2ba)
  • package.json: fix a loop of Invalid Host/Origin header -> [WDS] Disconnected! (#199) (450c66a)
  • picker: click ok button will throw error when use service (#176) (40a8fee)
  • picker: fix click cancel no response (#205) (bee4fc4)
  • textarea-item: fix textarea value can't be 0 or '' (#186) (0759f65)
  • textarea-item: fix textarea-item value protect (#197) (e2c0157)

Features

  • Framework: support Angular 7.0
  • date-picker: feat support date-picker ngmodel (#207) (c1e6d11)
  • picker-view: picker-view add ngModel (#180) (500c893)
  • pulltorefresh: feat support scrollendrefresh and support both up and down (#204) (149c461)
  • range: range add ngmodel (#208) (26d019d)
  • searchbar: searchbar add ngModel (#179) (8bd39d7)
  • slider: slider add ngModel (#202) (3db39ae)
  • stepper: stepper add ngModel (#181) (23f36c1)
  • modal: feat add modal closable and maskClosable demo (#195) (d3d3478)

Performance Improvements


Bug Fixes

  • ActionSheet: 修复当无标题或消息时头部不为空的问题 (#192) (b0f41b7)
  • checkbox: 修复初始值为选中时checkbox状态不对的问题 (#193) (0293e85)
  • input-item: 修复 input 值不能为空字符串或0的问题 (#185) (59e0ea8)
  • input-item: 修复 inputitem 值保护问题 (#196) (883c2ba)
  • package.json: 修复 Invalid Host/Origin header 导致的循环问题 (#199) (450c66a)
  • picker: 修复当使用服务并点击 OK 按钮抛错的问题 (#176) (40a8fee)
  • picker: 修复点击取消无响应的问题 (#205) (bee4fc4)
  • textarea-item: 修复 textarea 值不能为空字符串或0的问题 (#186) (0759f65)
  • textarea-item: 修复 textarea-item 值保护问题 (#197) (e2c0157)

Features

  • Framework: 支持 Angular 7.0
  • date-picker: date-picker 支持 ngmodel (#207) (c1e6d11)
  • picker-view: picker-view 支持 ngModel (#180) (500c893)
  • pulltorefresh: 支持 scrollendrefresh 和 上、下两个方向滑动刷新 (#204) (149c461)
  • range: range 支持 ngmodel (#208) (26d019d)
  • searchbar: searchbar 支持 ngModel (#179) (8bd39d7)
  • slider: slider 支持 ngModel (#202) (3db39ae)
  • stepper: stepper 支持 ngModel (#181) (23f36c1)
  • modal: 增加 modal closable 和 maskClosable 演示样例 (#195) (d3d3478)

Performance Improvements