Skip to content

Latest commit

 

History

History
167 lines (117 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

167 lines (117 loc) · 12.4 KB

更新日志

4.0.0-rc.0 (2020-11-14)

Bug Fixes

  • Tabbar: 给 wrapperWidth 设置默认值 (34066eb)
  • Modal: 修复 node 节点 undefined 的时候崩溃 (c1d6aed)
  • tabbar: 修复 tabar 崩溃问题 (c1d6aed)

Features

  • 支持使用 react-navigation 5
  • 测试覆盖率达到 90% 以上
  • 支持 react-native@0.59.10
  • 支持 typescript 开发

Breaking Changes

  • 因为引入了 react-navigation 所以必须要 app 版本 3.21 以上 即 appRNVersion 5.30 以上
  • 4.0 之后不再支持 0.59.10 以下版本,低版本需自行兼容

2.0.0-rc.7 (2020-09-25)

Bug Fixes

  • ART: 修复在 rn0.59 ART,需要嵌套 ScrollView 才能生效的 bug (92d12a7)
  • Modal: 修复 Modal 组件点击确认和遮罩动画失效 (61a8f09)
  • Modal: 修复安卓双击或多击 Modal 的内容框会关闭遮罩问题 (a8ef09f)
  • Modal: 修复潜在内部 nodes 结点取不到的问题 (b48c966)
  • Progress: 修复进度条在非手势动作下渐变色无法正常渲染问题 (297ce5a)
  • Progress: 更新最大值 max 和最小值 min (c5042ee)
  • Text: 修复 Text 在某些安卓机型被截断的问题 (1f843eb)
  • Toast: 修复 Toast 组件横屏状态下不居中问题 (bb6f1ab)
  • TopBar: 修复 TopBar 里 background 重复导致崩溃 (2a4e1e1)

Features

  • Offline: add showOldOffline to decide whether to use the old version offline (ceb9f42)
  • Popup: Popup.numberSlider 支持按钮加减 (15b07b7)
  • Stepper: 支持禁用 (bc37d7c)
  • Stepper: 暴露实例对象 (57dfd08)
  • Toast: toast 动画时间调整 (1f49cf4)

2.0.0-rc.6 (2020-08-06)

Bug Fixes

  • Modal: 修复 Modal 在 unmount 时无法移除 (5dd58c7)

Features

  • GlobalToast: GlobalToast 新增属性可支持原 Toast 方法调用 (4dfb6a3)
  • MQTT: 新增属性和后台配置字段 hideSignalPop 控制弱网提醒 (bda7d3a)
  • Offline: add new Offline (0d87aa7)
  • Popup&Dialog: 修复点击确认动画不生效问题 & Popup.list 和 Dialog.checkbox 值跳转问题 (72ba25f)
  • Stepper: add Stepper (7d0cbe6)
  • SwtichButton: adjust size && fix size&theme conflict (9918c59)
  • Tabs: 支持设置通过 wrapperStyle 设置 TabContent 的宽度 (f93d54e)
  • Toast: Toast support adaptation (a87cfe5)
  • typeScript: 接入 ts (6485d5f)

2.0.0-rc.5 (2020-07-01)

Bug Fixes

2.0.0-rc.4 (2020-07-01)

Bug Fixes

  • TYSdk: 修复 apiRequest 解析基础数据类型崩溃 (30fd8f2)

  • Progress: 修复 thumb 过大被截 (4579450)

Features

  • Progress: add Progress-double and Progress-compose (c7eec55)

2.0.0-rc.3 (2020-05-21)

Bug Fixes

  • Motion: allow startAnimation when animating (9084cfd)
  • Layout: 在 5.21 之前的版本不请求 mqtt data (416ffb6)
  • OfflineView: 允许蓝牙设备在网络离线设备在线的情况下操作 (99cc363)
  • parseJSON: 修复传入 false 返回空对象 (fb2e4c4)
  • Popup.countdown: fix min prop (ed5a7ef)
  • Popup.list: 修复 Popup.list 在安卓上无法正常显示 Switch (d8ecb51)

Features

  • Dialog: Dialog 默认添加动效 ScaleFadeIn(放大淡入 / 缩小淡出 (4795a85)
  • Popup: Popup 添加默认动效 PullUp (上拉下滑) (d50d1bc)

2.0.0-rc.2 (2020-04-20)

Bug Fixes

  • Popup.list: 修复在 global dark / popup light 情况下列表显示问题 (993b8f6)
  • Popup.list: 修复每次更新 props 都会重新计算选中值的 bug (459ad8b)
  • Popup.toast: 修复 Popup.toast 无效 bug 并提示即将废弃 (470a13d)

Features

  • GlobalToast: 新增 GlobalToast 组件 (7d62276)
  • Navigator: 接入信号强度提醒 (cef73cc)
  • Notification: 新增 onPress 属性 (9393c3e)
  • NotificationLegacy: 新增 onPress 属性 (b717d4a)
  • Popup: 头部栏添加返回按钮或者副标题 (9de2f91)
  • Progress: 新增 Progress 组件 (b3e53e9)
  • Tabs: 支持控制 TabContent 加速度阈值、配置右侧额外留白、允许禁用单个项 (4427f3c)
  • Tips: 新增属性可选择不显示角标 (9429727)

2.0.0-rc.1 (2020-02-18)

Bug Fixes

  • Tab: 修复当 tabContent 实例不存在导致崩溃的 bug (632baf4)
  • Tabs: 修复未激活的文字生效的 bug (201c941)
  • TYList: 修复为跟随主题的 bug (ae3d7fd)

Features

  • Carousel: add pageStyle (3699c1a)
  • DatePicker: 参数补给是否新增 0 (9657046)
  • Dialog: 接入 dark mode (8e31aa1)
  • FullView: add Notification motion (67d2f45)
  • Modal: add 键盘自适应 (b5e1b0e)
  • Motion: add motion 动效 (ca5412f)
  • Notification: add 有动画效果的通知和没动画效果的通知 (86f5c5c)
  • Popup: 接入 dark mode (c0173fe)
  • SwitchButton: 增加 wrapperProps 支持 studio (b837bde)
  • SwitchButton: 支持渐变形式的按钮 (d064ef0)
  • Tips: add Tips 气泡类型 (7cb16d7)
  • Toast: add 四种类型 (a9acffa)

2.0.0-rc.0 (2019-12-03)

Features

  • Theme: 新增 Theme 组件,接入主题
  • BrickButton: 新增 BrickButton 组件
  • Carousel: 新增 Carousel 组件
  • Collapsible: 新增 Collapsible 组件
  • ControllerBar: 新增 ControllerBar 组件
  • Dialog: 新增 Dialog 组件
  • Divider: 新增 Divider 组件
  • Notification: 新增 Notification 组件
  • Popup: 新增 Popup 组件
  • TabBar: 新增 TabBar 组件
  • Tabs: 新增 Tabs 组件
  • TimerPicker: 新增 TimerPicker 组件

BREAKING CHANGES

  • ColorPicker: 移除 CircularPicker / ColorPicker / RectColorPicker

1.0.1 (2019-03-13)

Bug Fixes
  • OfflineView: fix Android OfflineView height 4980a25f
  • TopBar: Iphone XsMax 兼容 baf1276d