Heyui Versions Save

🎉UI Toolkit for Web, Vue3.0

v1.20.0

5 years ago

新增

  • Tags: 优化tag列表中的删除按钮 (0086d02), closes #114
  • Select: 添加 slot show,自定义展示。 (c10b55d)

修复bug

  • Input: input与select组合修正排版 (e17ca72)
  • Dropdown: 优化document点击处理 (ffd36da)
  • var: 修复 var.js 生成错误 (cc894b7)
  • Button: 优化 button icon 产生的高度 (30e2867)
  • DatePicker: 添加 prop clearable, 是否添加清除icon (cd0e52d), closes #110
  • Table: 添加 column 和 row 自定义样式 (5e09eb2), closes #109
  • Table: tooltip 支持 object 对象 (26f7603)
  • DatePicker: 加长宽度 (697712a)
  • Form: reset -> resetValid (d33323e), closes #123
  • Notify: 添加 popstate 事件处理,当切换页面的时候,关闭弹框。(0362916), closes #122
  • Table: getTrClass 支持数组返回 (adbc13c)
  • Table: 优化 tableitem 计算 (cc18629)
  • Table: 删除 h-table-expand-tr 上的 background-color (d878b3a), closes #120
  • TagInput: 删除 v-wordlimit 处理 (da6687d)
  • TextEllipsis: 添加 word-break (c5f1bfc), closes #129
  • TreePicker: 当单选的时候,选择直接关闭(827d24c), closes #111
  • wordlimit: v-model 未更新值 (3b19326)
  • add locale (821d2e4)
  • Wordlimit: 优化触发提示 (3a561bf)
  • chore: 改变 locale 的使用方式 (55547af)
  • Form: 重构 required 的机制 (b046d58)
  • Select: 优化代码,hasNullOption使用computed (d44affc)
  • Select: 优化 keyName, titleName, 使用computed (00f2ab5)
  • Button: 优化 button icon 展示 (a7868cb), closes #132
  • Dropdown: 优化下拉icon样式 (07189e4)
  • MenuItem: 优化右侧icon样式 (c9c1e8d)
  • Search: button 样式变化为 class (6828f5a)
  • Tree: 优化 tree 样式 (f76b966)
  • Form: requireds 使用不同的方式 (5ed12a4)
  • Carousel: 修正 carouselItem 计算 (dfb88fd)
  • Nofity: 优化关闭按钮 (762a463)
  • TextEllipsis: 修正 class name (91b4714)
  • TreePicker: 修正 select 事件触发 (f5b8945)

Features

  • Tags: optimize tag list close icon (0086d02), closes #114
  • Select: add slot show (c10b55d)

Bug Fixes

  • Input: overflow hidden add on select not div (e17ca72)
  • Dropdown: optimize documentHandler (ffd36da)
  • var: fix var.js error (cc894b7)
  • Button: optimize button icon bracing height (30e2867)
  • DatePicker: add prop clearable (cd0e52d), closes #110
  • Table: add column and row style (5e09eb2), closes #109
  • Table: tooltip support object param (26f7603)
  • DatePicker: increase width (697712a)
  • Form: reset -> resetValid (d33323e), closes #123
  • Notify: add popstate event handler (0362916), closes #122
  • Table: getTrClass support array result (adbc13c)
  • Table: optimize tableitem computed (cc18629)
  • Table: remove background-color of h-table-expand-tr (d878b3a), closes #120
  • TagInput: remove v-wordlimit (da6687d)
  • TextEllipsis: add word-break (c5f1bfc), closes #129
  • TreePicker: close when use single select (827d24c), closes #111
  • wordlimit: no effect on v-model value (3b19326)
  • add locale (821d2e4)
  • Wordlimit: optimize trigger (3a561bf)
  • change locale use (55547af)
  • optimizing error-reporting statements (2149b06)
  • optimizing warning-reporting statements (6dc3099)
  • remove unused codes (2d8a693)
  • remove v-width in codes (1c9a9b4)
  • add locale.use to heyui (d97a45c)
  • Form: refactor required show (b046d58)
  • Select: opimize hasNullOption to use computed (d44affc)
  • Select: optimize keyName, titleName (00f2ab5)
  • Button: optimze button icon show (a7868cb), closes #132
  • Dropdown: optimize right icon (07189e4)
  • MenuItem: optimize right icon (c9c1e8d)
  • Search: button style change to class (6828f5a)
  • Tree: optimize tree style (f76b966)
  • Form: requireds use different function (5ed12a4)
  • Carousel: fix carouselItem computed (dfb88fd)
  • Nofity: optimize close icon (762a463)
  • TextEllipsis: fix class name (91b4714)
  • TreePicker: update select trigger (f5b8945)

v1.19.0

5 years ago

新增

修复

  • 修复AutoComplete 优化关闭按钮位置 (8cbfd7d)
  • 修复Button icon添加float样式,修正button高度(b85b882), closes #106
  • 修复Button 优化 text-button 颜色 (8ed2375)
  • 修复Input 支持 select , numberinput 组合的 input group (0766ebf), closes #105
  • 修复Menu 添加 overflow 处理 (7c60923)
  • 修复Table 对右对齐的 td 添加 padding-right (d467bf9), closes #105
  • 修复Form 修正 label 对齐的 padding (8720d54)
  • 修复Date 添加属性 startWeek 默认值 (53e1c8e)
  • 修复Form 去除 label 中的 span 空格(a54de3a)
  • 修复Table 优化 border table 空样式 (8c19cc5), closes #107

Features

  • Search: add prop height width (3e9b0d5)
  • Icon: supplement more icons (77aee70)

Bug Fixes

  • AutoComplete: optimize close icon position (8cbfd7d)
  • Button: icon style add float fixed height (b85b882), closes #106
  • Button: optimize text-button color (8ed2375)
  • Input: support select and numberinput input group (0766ebf), closes #105
  • Menu: add overflow handler (7c60923)
  • Table: align right add padding-right (d467bf9), closes #105
  • Table: border table td, tr add padding-right (444db4c), closes #105
  • Form: fix label align padding (8720d54)
  • Table: fix table align padding (b4d2ebf)
  • Date: startWeek add default value (53e1c8e)
  • Form: fix label span position remove spaces (a54de3a)
  • Table: optimize border table empty style (8c19cc5), closes #107

v1.18.0

5 years ago

新增

  • 新增 CategoryPicker 级联选择组件 (0cff0bd)
  • 新增 ImagePreview 组件 ImagePreview (b91443b)
  • 新增 Button 属性transparent (6c52b11)
  • 新增 Category 分布加载机制 (fcc5fea), closes #70
  • 新增 FormItem 自定义label(b5c9e6b), closes #87
  • 新增 FormItem 属性icon (0fabaa1), closes #87
  • 新增 Modal 多参数传递机制(5d22319)
  • 新增 Modal 使用 $emit 直接向外触发事件 (dcc6612)
  • 新增 Pagination v-model 机制 (2da8513)
  • 新增 Timeline slot icon (e2fb31c), closes #100
  • 新增 Tree 方法 expand (27cf7ad), closes #93

修正

  • 修正 Category 添加 clear icon(e9d98e7)
  • 修正 Category dispose function (4c93874)
  • 修正 DatePicker 添加 user-select (0c29829), closes #91
  • 修正 DatePicker 更新 date 当选择时间的时候无效的问题 (0d70433)
  • 修正 Dropdown getContainer 调用 (6d394d8)
  • 修正 Form 异步校验添加tipError机制 (5d21ac1)
  • 修正 Form 使用 provide / inject 替代 getParent (80bcac0)
  • 修正 Grid 浮动清除 (dc60c71), closes #90
  • 修正 Number event 触发机制 (b375f23)
  • 修正 Popper 添加body scroll的冒泡监听 (2160bef)
  • 修正 Tooltip 编辑态,添加属性 editable (0a0db59), closes #99
  • 修正 Utils toggleValue function (3a1160a)

Features

  • CategoryPicker: init (0cff0bd)
  • ImagePreview: create ImagePreview (b91443b)
  • Button: add prop transparent (6c52b11)
  • Category: add asynchronous load data (fcc5fea), closes #70
  • FormItem: Custom label (b5c9e6b), closes #87
  • FormItem: add prop icon (0fabaa1), closes #87
  • Modal: event support multiple parameters (5d22319)
  • Modal: use $emit direct trigger events (dcc6612)
  • Pagination: support v-model (2da8513)
  • Timeline: add slot icon (e2fb31c), closes #100
  • Tree: add method expand (27cf7ad), closes #93

Bug Fixes

  • Category: add clear icon (e9d98e7)
  • Category: fix dispose function (4c93874)
  • DatePicker: add user-select (0c29829), closes #91
  • DatePicker: update date when choose time (0d70433)
  • Dropdown: fix getContainer call (6d394d8)
  • Form: async valid add tip error (5d21ac1)
  • Form: use provide / inject replace getParent (80bcac0)
  • Grid: clear float (dc60c71), closes #90
  • Number: change event trigger fixed (b375f23)
  • Popper: body scroll add capture (2160bef)
  • Tooltip: add editable prop (0a0db59), closes #99
  • Tree: optimize (06c63b4)
  • Utils: change utils toggleValue function (3a1160a)

v1.17.0

5 years ago

新增

  • 新增 Skeleton 组件
  • 新增 Tree 组件 slot 自定义功能
  • 新增 Form 属性 validOnChange: 是否在数据变更的时候校验(为了处理有一些不需要input触发校验的简单场景)
  • 新增 Tree 组件 方法:updateTreeItem, appendTreeItem, removeTreeItem
  • 新增 DateFullRangePicker 参数 layout: 自定义布局

修复

  • 修复 DateFullRangePicker: 星期计算错误修正
  • 修复 Dropdown: 当右键开启其他下拉的时候,关闭当前下拉
  • 修复 DropdownMenu:show 事件补充
  • 修复 Loading:当开启的时候清空关闭的timeout
  • 修复 Pop: 修改 show 事件的位置
  • 修复 Select:当 value 转换失败的时候,添加Warn
  • 修复 Tree: 清空选中当 value 设置为 null 的时候
  • 修复 TreePicker: 添加 disabled 的监听
  • 修复 TreePicker: 当 value 更新的时候更新视图

Bug Fixes

  • DateFullRangePicker: week calculations fixed (2430b7f)
  • Dropdown: add show event object (f2f93df)
  • Dropdown: optimization (52717e3)
  • Dropdown: when open other menu close self (596ca94), closes #77
  • DropdownMenu: event show add event (abebc22)
  • Loading: clear close timeout when show (06f52a8)
  • Pop: change show event position (c374129)
  • Select: parse add warn (de2f012)
  • Skeleton: loading default change to false (64e7551)
  • tree: Clicking expand arrow doesn't work when selectOnClick is true (23f0e6e)
  • Tree: remove select when value is null (0a46b58)
  • TreePicker: add disabled watch (06a8aa9), closes #73
  • TreePicker: v-model update case show update (7c43827)

Features

  • DateFullRangePicker: add prop layout (8cce8f8)
  • Skeleton: init Skeleton (e2e96d7)
  • Form: add prop validOnChange (36398fe)
  • Tree: enhance Tree component (2d805d7)

v1.16.0

5 years ago

Features

Bug Fixes

Restructure Table

  • Table: fix restructure with vue2.5, vue2.6 (70fb7c9)
  • Table: fix tableItem update listener (5c786e2)
  • Table: event trclick add index parameter (7f02164)
  • Table: sort-selected class -> h-table-sort-selected (c8082c7)
  • Table: compatible sort selected class (710afb4)
  • Table: sort optimize (de82042)
  • Table: optimize debounce (42c8e47)
  • Table: optimize table regulation (11f672d)

v1.15.0

5 years ago

Bug Fixes

  • ImagePreview: add $ImagePreview methods (9021535)
  • selectWhenClickTr && selectRow handler (1534b8e)
  • Category: fix undefined value dispose (1a50c66)
  • ClipBoard: fix failureCallback (42ff47f)
  • Datetime: optimize datetime style (9bf5772)
  • Layout: fix z-index setting (71a365d)
  • Table: add render td params (cc81e86)
  • TextEllipsis: optimize limit function (aa827fe)

Features

  • ImagePreview (bf59614)
  • Modal: add type parameter (f7b8b0f)
  • add collapse-transition (074a014)
  • Select: select add top and bottom (9d445f8)
  • AutoComplete: add method search (2096518)

v1.14.0

5 years ago

Bug Fixes

  • AutoComplete: fix add(undefined) (90f96aa)
  • Form: change label color (29127f2)
  • Switch: add change event (6b1667c)
  • Layout: layout add z-index: 1 (24ccf1d)
  • Layout: remove error style (e8d9648)
  • Layout: optimize fixed and collapse sider (7979c50)
  • Menu: update menu dark bg-color (f70abbe)
  • Avatar: container add width style (bc924d9)
  • Menu: upgrade menu dark color (b1d778d)
  • Form: add number input css (b3676a3)
  • Menu: add inlineCollapsed mode (a046ed4)
  • Menu: optimize size-collapse style (a7c741e)
  • Menu: update menu style (4473a82)
  • Select: rename the prop render to optionRender, fix #48 (29912a3)
  • Tree: add option datas watch (2b3201c)
  • Validator: change module to es6 (6597981)

Features

v1.13.0

5 years ago

Bug Fixes

  • AutoComplete: handle error when set value '' (53a32c1)
  • Dropdown: add button dropdown (491cf86)
  • SwitchList: add event change (abf03d0)
  • Table: add _disabledSelect params in data (13cf1a5)
  • TimeLine: style optimize (5651f44)
  • Tooltip: add param placement (bd4687c)
  • Tranfer: fix error when value is null (3e03450)
  • Affix: add prop disabled (2b9bc37)
  • Affix: affix disabled optimize (202173f)
  • Affix: optimize (0e50c35)
  • Checkbox: custom show (0a79150)
  • Checkbox: optimize css (141e932)
  • DateFullRangePicker: add type date (d7a698e)
  • DropdownCustom: add event params on events (d222f70)
  • Menu: add accordion mode (66f4782)
  • Radio: custom show (89ef999)
  • Tree: optimize css (5c5b21f)
  • Button: circle group button style (a8e7ae9)
  • Button: update button group style (a7f1019)

Features

v1.12.4

5 years ago

Bug Fixes

v1.12.3

5 years ago

Bug Fixes

  • ButtonGroup: remove strict css structure (0745ac7)
  • Checkbox: add event change (72bf4f1)
  • Checkbox: add warn when use error value (e62f0aa)
  • Date: optimize css (71441de)
  • Pop: add judge (1598937)
  • Radio: add event change (aa3dde3)
  • Select: add change event (48f092f)
  • TreePicker: add refresh method (d2cff1d)