Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: ZhongAnTech/zarm-vue

v2.0.0-beta.3

Choose a tag to compare

@chuanshuoye chuanshuoye released this 29 Jun 07:49
build: build 2.0.0-beta.3

2.0.0-alpha.36

2.0.0-alpha.36 Pre-release
Pre-release

Choose a tag to compare

@chuanshuoye chuanshuoye released this 16 Jan 08:42

Feature

  • 新增popper气泡层组件

2.0.0-alpha.33

2.0.0-alpha.33 Pre-release
Pre-release

Choose a tag to compare

@chuanshuoye chuanshuoye released this 24 Sep 05:52

Feature

  • Icon组件扩展,增加Iconfont Symbol自定义图标,新增属性配置:tag;

Chore

  • 按需加载构建优化,去除第三方NodeModules依赖;

2.0.0-alpha.31

2.0.0-alpha.31 Pre-release
Pre-release

Choose a tag to compare

@chuanshuoye chuanshuoye released this 04 Sep 06:36

Feature

  • 增加TabBar组件,Demo示例:TabBar
  • 增加Typescript关联的组件声明.d.ts文件

Chore

  • 去除了node-sass工具,改使用sass库构建css样式

1.6.1

Choose a tag to compare

@chuanshuoye chuanshuoye released this 21 Jun 15:07

Fix

  • 修复了Android 4.x 版本的一些兼容性问题
  • 修复了Ios8.x 版本的一些兼容性问题
  • css样式兼容支持到ios8+,android4+

2.0.0-alpha.23

2.0.0-alpha.23 Pre-release
Pre-release

Choose a tag to compare

@chuanshuoye chuanshuoye released this 19 Jun 10:01

Feature

2.0.0-alpha.22

Choose a tag to compare

@chuanshuoye chuanshuoye released this 22 May 07:32

Feature

  • vue版本兼容支持到最新版本2.6.10

1.5.0

Choose a tag to compare

@chuanshuoye chuanshuoye released this 20 Mar 07:55

Fixed

  • Popup组件的visible控制调整为v-if,解决页面大量picker组件共用时候导致的页面渲染性能问题
  • Pull组件refresh事件,调整为只有当滑动到页面顶部的时候才会触发onRefresh事件

2.0.0-alpha.11

2.0.0-alpha.11 Pre-release
Pre-release

Choose a tag to compare

@chuanshuoye chuanshuoye released this 12 Mar 13:14

Feature:

  • 组件API调整:Button,Radio,Checkbox,Modal,Toast,Picker,KeyboardPicker,DatePicker
  • 具体见API文档说明

Refactor

  • 涉及API调整的组件Demo案例更新
  • 具体见Demo展示

1.4.3

Choose a tag to compare

@chuanshuoye chuanshuoye released this 08 Mar 05:25

Fixed

  • 修复Button组件disabled为true时,触发click事件Bug
  • 修复Pull组件onRefresh事件响应后,LoadState状态没有重置导致onLoad事件不响应Bug