# 1.2.8 (2021-05-26)

# Bug Fixes

  • toast, image-viewer: 修复plugin多次调用错误问题 (e0516d9)

# 1.2.7 (2021-05-19)

# 1.2.6 (2021-03-14)

# Bug Fixes

  • checkbox: watch赋值错误问题 (e0d27e0)

# Features

  • upload: 调整csv显示Excel图标 (e9e42ce)

# 1.2.5 (2020-12-11)

# Features

  • image-viewer: 禁止浏览器图片长按默认菜单事件,新增event:menu事件 (2e5c1da)
  • notice-bar: 新增是否启用走马灯效果 prop:marquee (676ba7f)
  • tab: 新增下划线宽度可控制prop:lineWidth (6b0c63a)
  • theme: 新增钉钉主题 (0d74b34)

# 1.2.4 (2020-07-27)

# Bug Fixes

  • image-viewer: 修复 ios 下 页码提示文本显示问题 及 缩放、拖动偶然失灵的问题 (0858ddb)
  • org: 修复值还原的时候没有选中及全选控制范围错误问题 (e9b3b7f)
  • unblocked-handle: 修复横向滚动在某些情况滚动不了的问题 (1a4cea0)

# Features

  • org: 新增默认的顶级导航 (1f0b617)
  • upload: upload format 新增 函数属性 可传人回调函数对文件格式进行校验 (e272c18)

# improvement

  • upload: 调整upload => prop:processFile 入参为文件对象 以兼容更多的使用情况 (5bccb95)

# BREAKING CHANGES

  • upload: 调整upload => prop:processFile 入参为文件对象 以兼容更多的使用情况

# 1.2.3 (2020-04-09)

# Bug Fixes

  • h3-org: 修复选择多选人员、部门时,会同时选择了company类型的数据的bug (fb32e65)

# Code Refactoring

  • components: 移除 h3-flexbox h3-gesture h3-gird h3-signature h3-white-space h3-wing-blank 组件 (eb26c9f)
  • file: 移除 h3-file h3-file-upload h3-photofiled 组件 (18d6a55)
  • nav-bar: 重构nav-bar 及重命名navbar 为 nav-bar (7de6e23)
  • tab-bar: tabbar 重命名为 tab-bar (d6bf2b4)
  • upload: h3-upload组件重构 (2ecb7a4)

# Features

  • h3-org: 提取出 h3-org-selector 组件 (b4c25c4)
  • icon: 更新 iconfont h3yun_3.0 最新版本 (80cb1b8)
  • input,textarea,search-bar: 增加 spellcheck autocomplete autocapitalize autocorrect 的默认禁止 (64dab73)

# improvement

  • icon: 升级 icon 图标 到 h3yun_3.0 (fe8caf5)

# Performance Improvements

  • 移除 directives libs mixins utils 中无用的代码 (d946790)

# BREAKING CHANGES

  • file: 移除 h3-file h3-file-upload h3-photofiled 组件
  • upload: h3-upload组件重构
  • icon: 升级 icon 图标 到 h3yun_3.0
  • tab-bar: tabbar 重命名为 tab-bar
  • nav-bar: 重构nav-bar 及重命名navbar 为 nav-bar
  • 移除 directives libs mixins utils 中无用的代码
  • components: 移除 h3-flexbox h3-gesture h3-gird h3-signature h3-white-space h3-wing-blank 组件

# 1.2.2 (2020-03-04)

# Bug Fixes

  • unblocked-handle: 修复边界问题, 若是通过 rem 或者 vw 缩放 可能会导致小数问题 出现 scrollHeight > clientHeight 但是实际是不能滚动 (897c27f)

# 1.2.1 (2020-03-03)

# Bug Fixes

  • input: 点击清除触发了blur 导致 input 颜色被设置为透明导致预输入出现空白的异常情况 (98d5da4)
  • radio: 修复样式错误问题 (c7a2868)
  • unblocked-handle: 增加对 隐藏滚动轴情况下判定 即 overflow: hidden; 的情况 (fecd8c2)

# Code Refactoring

  • components: 移除 使用.px2rem mixin 进行转换 同时将设计稿尺寸调整为 375 (74f66a3)
  • h3-list: 重构 h3-list (7c67c99)

# improvement

  • h3-scroll: 移除h3-scroll组件, 移除mescroll.js 依赖 (a7edcaa)
  • input: 将 prop:password 替换成 prop:plaintext 消除歧义 (49f356d)
  • picker: picker 等组件 新增 colFixed 用以开启数据为空 进行空白占位问题, area-picker 修复数据展示问题 (3d458c7)

# Performance Improvements

  • 弃用无用代码 (6cfe459)
  • area-selector: 移除不输出代码 (091bcc0)
  • h3-touch: 弃用 h3-touch 组件 (76a752f)

# BREAKING CHANGES

  • h3-scroll: 移除h3-scroll组件, 移除mescroll.js 依赖
  • h3-list: 重构 h3-list
  • picker: porp:Limit => porp:colLimit
  • h3-touch: 弃用 h3-touch 组件
  • input: 将 prop:password 替换成 prop:plaintext 消除歧义
  • components: 移除 使用.px2rem mixin 进行转换 同时将设计稿尺寸调整为 375

# 1.1.8 (2020-02-11)

# Bug Fixes

  • button: 修复inline-ghost 模式的button,在安卓魅族手机下,钉钉查看,右侧和底部的border未显示 (23e4c9e), closes #3
  • org: 调整人员大小错误问题 (ee1ea1c)
  • popup-modal: 修复slot 插槽失效问题 (32cd130)
  • tooltip: 修复 reference 不生效问题 (48c5153)

# Code Refactoring

  • field,label: 移除tooltips及toast依赖,将呈现效果提到组件外 (e5b11bf)
  • swiper: 重构swiper组件 (ba1f3fa)
  • tab: 重构tab组件 (a99e26c)

# Features

  • composition: 新增composition的自定义指令 (0ac324f)
  • i-picker: 新增内置 picker 组件 移除对 @better-scroll 依赖 (7472e90)
  • input: 新增对composition事件过滤 (fb185de)
  • popup: popup及使用了popup组件的组件增加round 来控制是否出现圆角 (ebca4c2)
  • script: 移除 .px2rem 的脚本准备 (0b55f90)
  • search-bar: 新增对composition事件过滤 (95b93bc)
  • textarea: 新增对composition事件过滤,新增点击事件 (a123cde)

# improvement

  • action-sheet: h3-actionsheet 重命名为 h3-action-sheet (31ee02b)
  • hairline: 移除对边框像素缩放 直接使用1PX来控制边框显示 减少显示效果问题 (c6cbfff)
  • input: 移除内置number-keyboard,及相关代码 (324c489)
  • switch: 优化代码 移除多余dom及样式 调整 color 为 activeColor 新增 inactiveColor (9f0f2dd)
  • tabber: 统一将value 修改成 index, 优化代码 (0ed767d)

# Performance Improvements

  • field: 优化代码结构去掉冗余判定 (fb09772)

# BREAKING CHANGES

  • switch: 调整 color 为 activeColor 新增 inactiveColor
  • tabber: value 修改成 index
  • tab: 重构tab组件
  • swiper: 重构swiper组件
  • action-sheet: h3-actionsheet 重命名为 h3-action-sheet
  • hairline: 移除对边框像素缩放 直接使用1PX来控制边框显示 减少显示效果问题
  • input: 移除内置number-keyboard,及相关代码
  • field,label: 移除tooltips及toast依赖,将呈现效果提到组件外

# 1.1.6 (2020-01-09)

# Bug Fixes

  • input,textarea: 修复input 缺失监听value的bug 及 优化debounceChange方法 (0b9ce52)
  • org: 修复选择详情弹层样式bug (815d796)
  • style: 样式作用域调整 (6432dc1)

# Features

  • org: 新增取消按钮 增加prop:cancelable,prop:control及event:cancel 弃用prop:beforeConfirm (e12f334)
  • tooltip: 新增width对弹出层进行宽度控制 (46c187c)

# BREAKING CHANGES

  • org: 弃用了prop:beforeConfirm

# 1.1.5 (2019-12-25)

# 1.1.4 (2019-12-24)

# Bug Fixes

  • button,input: 去掉ios下默认样式 (ea33c79)
  • org: 修复单选点击后仍然呈现未选择bug (e4e2d32)
  • popup-modal: 修复默认关闭按钮点击无效问题 (986f9d8)

# Performance Improvements

  • config: 新增配置及优化代码 (0ea5445)
  • finger: 优化性能 减少on 和 off 触发 (26f0185)
  • image-viewer: 优化代码 (58059e5)
  • mixin: 新增 relation mixin (9f28cf4)

# 1.1.3 (2019-12-12)

# Bug Fixes

  • components: 样式缺少box-sizing: border-box;问题 (bed3bf8)
  • radio,checkbox: 修复因引用了fastclick插件导致点击失效问题 (6e112aa)
  • theme: 修改主题引用问题 (9327a76)

# Code Refactoring

  • modal: 统一组件库的prop名称及事件 (44e1e24)
  • org: h3-org组件重构 (2a535e7)
  • switch: 重构switch组件 (a0b0185)

# Features

  • checkbox,radio: checkbox,radio 新增checked v-modal 及 click:event (dddc3b0)
  • z-index: 弹层新增自动控制z-index层级, 修复一些细节问题 (22683db)

# Performance Improvements

  • button: button组件样式优化 (d129a61)
  • date: 提取公共方法到utils目录下 (77d9f5c)
  • icon: 优化icon组件样式生成 (0b8c81c)
  • internals,theme: 提取基础组件样式前缀h3修改成公共前缀h3think (e6f07d0)

# BREAKING CHANGES

  • switch: 重构switch组件 去掉list及field组件依赖
  • modal: okText => confirmText ok => confirm
  • org: 弃用h3-org-select组件 | 与h3-field组件解耦

# 1.1.2 (2019-11-19)

# 1.1.1 (2019-11-19)

# 1.1.0 (2019-11-19)

# Bug Fixes

  • h3-field: 修正 eslint 提示的错误以及 stylelint (a7e9d90)
  • h3-field: 修正stopPropagation 事件的拼写问题 (85fb58c)

# Features

  • h3-area-picker: 抽取区域数据源, 数据输入输出修改成跟PC端一致 (976b395)
  • h3-field: label 图标支持三种提示,tooltip,toast及自定义 (867c54c)
  • h3-field: 新增 contentClick 事件, 内容图标增加 slots 判断 (6b45632)
  • h3-image-viewer: 初步支持双指缩放,单指双击放大还原 (aaa6348)
  • h3-image-viewer: 新增 closeExtra 及 title 插槽 (23b2686)
  • mixin: get-render-container (917240d)
  • number-keyboard: 新增数字键盘 (29e992c)

# Performance Improvements

  • 提取对Promise对象判定的工具函数 (cd31e57)

# BREAKING CHANGES

  • mixin: 字符串通过 querySelector 去捕获,函数需返回节点

# 1.0.1-alpha.4 (2019-10-29)

# 1.0.1-alpha.3 (2019-10-29)