Skip to content

Releases: airyland/vux

v2.1.1-rc.14

26 Mar 16:10
Compare
Choose a tag to compare

Checker

  • [enhance] Now disabled item also emits event:on-item-click #1144

FormPreview

  • [fix] Fix variable: form-preview-button-primary-color
  • [feature] Support prop:name #1123

Masker

  • [feature] Support prop:fullscreen

Selector

  • [fix] fix can not set Selector name attrbiute bug #1133
  • [enhance] Selector value support Boolean. @rbao

Swipeout

  • [fix] Fix left-menu is shown when sliding back and forth #1139

XDialog

  • [fix] Fix cannot set value to true initially #1138

Checker

  • [enhance] 不可选项同样触发事件 on-item-click #1144

FormPreview

  • [fix] 修复 less 变量:form-preview-button-primary-color
  • [feature] 支持 prop:name 以方便函数调用 #1123

Masker

  • [feature] 支持通过prop设置是否全屏显示

Selector

  • [fix] 修复Selector不能设置name属性的问题#1133
  • [enhance] Selector的value支持布尔型. @rbao

Swipeout

  • [fix] 修复来回滑动时左侧菜单可能会被滑出 #1139

XDialog

  • [fix] 修复初始化时 value 值为 true 无效的问题 #1138

v2.1.1-rc.13

21 Mar 15:59
Compare
Choose a tag to compare

Cell

  • [fix] Support Group label styles #1110

PopupPicker

  • [enhance] Use gray for cancel text color

Radio

  • [fix] Fix not support Number and not reactive #1115

Search

  • [feature] Add slot:right

Step

  • [fix] use export instead of module.exports

Toast

  • [fix] fix After the call is not set webkitOverflowScrolling for touch

XHeader


Cell

  • [fix] 修复 label 宽度不受控于 Group #1110

PopupPicker

  • [enhance] 取消文字使用灰色

Radio

  • [fix] 修复未响应数据变更的 bug #1115

Search

  • [feature] 添加 slot=right

Step

  • [fix] 修复 import 和 module.exports 混用的问题

Toast

  • [fix] 修复 调用后没有设置webkitOverflowScrolling为touch

XHeader

v2.1.1-rc.12

17 Mar 15:10
Compare
Choose a tag to compare

Marquee

  • [feature] 支持异步数据渲染

Search

  • [enhance] 点击取消按钮后不再触发 on-change 事件

XAddress

  • [enhance] 简化市辖区数据

XButton

  • [fix] 修复primary类型按钮active时的background-color

XTextarea

  • [enhance] 点击x-textarea的counter时,主动触发focus事件

vux-loader

  • 默认不显示 duplicate-style 提示,只在 NODE_ENV=production 时显示

    image

  • 简化插件写法,默认选项的插件可以直接使用名字字符

    // 原来
    [{
      name: 'vux-ui'
    }, {
      name: 'duplicate-style'
    }]
    // 现在
    ['vux-ui', 'duplicate-style']
  • 添加了 progress-bar 插件,显示构建进度。vux2 模板已经默认带上。

    image


Marquee

  • [feature] Support async marquee-item

Search

  • [enhance] do not emit on-change is isCancel = true

XAddress

  • [enhance] Simpify Address data #1101

XButton

  • [fix] Fix primary button active background-color

XTextarea

  • [enhance] trigger focus event of x-textarea when click counter

v2.1.1-rc.11

14 Mar 04:07
Compare
Choose a tag to compare

Actionsheet

  • [enhance] Better transition for mask

Alert

  • [enhance] Reset props data when used as plugin

Confirm

  • [fix] Fix plugin value and event watchers
  • [fix] Reset prop data when used as plugin

Datetime

Loading

  • [enhance] Reset prop data when used as plugin
  • [enhance] Add fade transition

PopupPicker

  • [enhance] Fix mask render slowly in Safari. #1083 @sixiakun
  • [enhance] Enable transfer-dom by default

Popup

  • [fix] Fix wrong overflowScrolling when mask is disabled

XDialog

  • [enhance] Better mask transition and dialog transition
  • [enhance] Add transfer-dom demo
  • [enhance] Clean unused code

XTextarea


Actionsheet

  • [enhance] 更加流畅的遮罩层动画

Alert

  • [enhance] 作为插件使用时,每次都重置属性值

Confirm

  • [fix] 修复插件代码里的值和事件监听器
  • [fix] 以插件方式显示时强制重置数据

Datetime

Loading

  • [enhance] 以插件形式使用时强制重置属性值
  • [enhance] 添加渐现动画

PopupPicker

  • [enhance] 修复 Safari 下遮罩层渲染慢的问题 #1083 @sixiakun
  • [enhance] 默认开启 transfer-dom,解决非 Safari 也会出现的 z-index 问题

Popup

  • [fix] 修复遮罩禁用点击时错误设置 overflowScrolling 的问题

XDialog

  • [enhance] 更流畅的遮罩动画和弹窗动画
  • [enhance] 添加 dom 转移到 body 下的 demo
  • [enhance] 移除无用代码

XTextarea

v2.1.1-rc.10

13 Mar 05:37
Compare
Choose a tag to compare

InlineCalendar

  • [feature] Add more less variables. #896

Search

  • [feature] Add event on-focus

Timeline

  • [fix] Fix icon position

Toast

  • [fix] Fix warn icon style

XButton

  • [feature] Add default disabled bg color. #896

XInput


InlineCalendar

  • [feature] 支持多个 less 变量. #896

Search

  • [feature] 支持 on-focus 事件

Timeline

  • [fix] 修复图标位置

Toast

  • [fix] 修复警告图标样式

XButton

  • [feature] 添加禁用背景颜色. #896

XInput

v2.1.1-rc.9

11 Mar 18:32
Compare
Choose a tag to compare

Alert

DatetimeRange

  • [feature] new component #970 @327326724

Popup

  • [enhance] Better mask transition
  • [feature] Support tranparent background
  • [feature] Support less variable: @popup-background-color

image

Swipeout

  • [fix] Fix left-menu is shown when swiping right quickly

Toast

Date

  • [feature] Add dateRange tool function
  • [feature] format support string-type of date

Number

  • [feature] Add numberRange tool function

for Chinese developer

Alert

DatetimeRange

  • [feature] 新组件 #970 @327326724

Popup

  • [enhance] 更流畅的遮罩层动画
  • [feature] 支持透明背景
  • [feature] 支持背影颜色变量 @popup-background-color

Swipeout

  • [fix] 修复向右快速滑动时左侧菜单可能会被滑出

Toast

Date

  • [feature] 添加日期范围生成函数
  • [feature] format 函数支持字符串参数

Number

  • [feature] 添加数字范围生成函数

v2.1.1-rc.8

10 Mar 10:22
Compare
Choose a tag to compare

PopupPicker

  • [enhance] 更新头部样式并新增 less 变量

Tabbar

  • [feature] 支持点击时切换图标

XHeader

  • [fix] 修复过渡动画
  • [fix] 修复 返回文字 国际化

XInput

  • [feature] 支持设置 placeholder 对齐方式

XTextarea

  • [feature] 支持title属性

v2.1.1-rc.7

08 Mar 04:43
Compare
Choose a tag to compare

Datetime

Picker

PopupPicker

  • [enhance] 支持 PC 上鼠标选择 #1039 @michael829
  • [enhance] 支持根据值自定义显示格式

Swipeout

  • [fix] 修复 Android 下按钮点击事件不触发问题 #1044 @tangtaoit

Tab

  • [feature] 支持定义 bar 宽度
  • [fix] 修复初始化时没有 tab-item 时导致报错 #1038 @liu2010y

XAddress

XNumber

  • [fix] 在 nextTick 后触发 on-change 事件

v2.1.1-rc.6: upgrade to [email protected]

02 Mar 06:17
Compare
Choose a tag to compare

Popup

  • [fix] 修复 Safari 上关闭第二个popup导致的问题 #1015 @think2011

Toast

  • [fix] 修复禁止样式被覆盖 #1016 @LaiXuechao

v2.1.1-rc.5

28 Feb 08:54
Compare
Choose a tag to compare

InlineCalendar

  • [fix] 修复 render-function 变化不重新渲染的问题

Md5

  • [feature] 修复 import 和 module.exports 混用的问题 #1007 @zack24q