Skip to content

Releases: airyland/vux

v2.3.8

14 Jun 15:46
Compare
Choose a tag to compare

Checker

  • [enhance] clear value when selected item is disabled #1479

Checklist

  • [feature] Add prop:disabled #1254

InlineCalendar

  • [enhance] prevent from clicking invisiable date #1564

PopupPicker

  • [fix] Fix placeholder missing on iOS9 and iOS8 #1293

Radio

  • [feature] Add prop:disabled #1254
  • [feature] Add less:@radio-checked-icon-color #896

XAddress

  • [feature] Add slot:title #1389

Datetime

  • [feature] new plugin

Checker

  • [enhance] 当前选中 item 被 disabled 时清除值 #1479

Checklist

  • [feature] 支持 prop:disabled 禁用操作 #1254

InlineCalendar

  • [enhance] 不可见日期不可点击 #1564

PopupPicker

  • [fix] 修复 iOS 低版本下 placeholder 无法显示的问题 #1293

Radio

  • [feature] 支持 prop:disabled 禁用操作 #1254
  • [feature] 支持 less 变量 @radio-checked-icon-color #896

XAddress

  • [feature] 添加 slot:title,方便自定义样式 #1389

Datetime

  • [feature] 是的,Datetime 可以作为插件直接调用了

v2.3.7

13 Jun 08:52
Compare
Choose a tag to compare

Datetime

  • [feature] Add prop:show to control visibility #1538
  • [fix] Fix range error with format YYYY-MM #1358
  • [feature] Add prop:hourList prop:minuteList
  • [fix] startDate year should overwrite minYear #1358

PopupPicker

  • [feature] Add slot:title

PopupRadio

  • [feature] Add slot:each-item

Popup

  • [fix] Fix missing mask when initial value is true #1555

XNumber

  • [fix] fix value type #1554

Datetime

  • [feature] 可以使用 :show.sync 来控制控件显示 #1358
  • [fix] 修复格式为 YYYY-MM 时的日期范围错误 #1528
  • [feature] 支持通过 prop:hourList prop:minuteList 自定义小时和分钟列表
  • [fix] 开始日期年份应该覆盖最小年份(minYear) #1358

PopupPicker

  • [feature] 添加 slot:title

PopupRadio

  • [feature] 添加 slot:each-item

Popup

  • [fix] 修复默认值为 true 时遮罩没有显示的问题 #1555

XNumber

  • [fix] 修复值类型 #1554

0612 世宝走丢的第6天

12 Jun 15:42
Compare
Choose a tag to compare

Cell

  • [feature] Support arrow less variables

Datetime

  • [feature] Add slot:title
  • [feature] Add prop:readonly
  • [fix] Fix a bug caused by scroller #1406

InlineCalendar

  • [change] render-function params day => date #1361

PopupRadio

  • [feature] Add prop:readonly
  • [feature] Add slot:icon

Search

  • [feature] Add method:setBlur

Spinner

  • [feature] Support prop:size #1447

String

  • [enhance] trim is now alias to stringTrim

Cell

  • [feature] 支持多个箭头样式变量

Datetime

  • [feature] 添加 slot:title
  • [feature] 添加 prop:readonly
  • [fix] 修复 scroller 支持数字类型引入的 bug #1406

InlineCalendar

  • [change] render-function 参数 day => date(在 3.0 版本前不会影响目前使用)#1361

PopupRadio

  • [feature] 添加 prop:readonly
  • [feature] 添加 slot:icon

Search

  • [feature] 添加方法 setBlur

Spinner

  • [feature] 支持 prop:size #1447

String

  • [enhance] 可以直接引用 trim 代替原来的 stringTrim

Hi, June~

01 Jun 06:12
Compare
Choose a tag to compare

Actionsheet

  • [feature] Support event: on-click-mask #1496

Datetime

  • [fix] do not trigger on-change on first-value-setting

InlineLoading

  • [feature] new component

Swiper

  • [fix] Fix click to fail when only two swiper-item and loop #1484 @unclay

Actionsheet

  • [feature] 支持遮罩点击事件 on-click-mask #1496

Datetime

  • [fix] 初始化时不触发 on-change 事件

InlineLoading

  • [feature] 新组件

Swiper

  • [fix] 修复只有两个轮播图且为 loop 时点击失效问题 #1484 @unclay

v2.2.1-rc.5

14 Apr 09:47
Compare
Choose a tag to compare

Cell

Fix value type.

v2.2.1-rc.4

13 Apr 16:56
Compare
Choose a tag to compare

Checklist

  • [feature] Support prop:label-position

PopupRadio

  • [feature] new component

Previewer

  • [enhance] Increase the closing event #1245

Scroller

  • [feature] Support duration and easing for reset function. #1240

Tab

  • [enhance] Support param:index on event:on-item-click

XInput

  • [feature] Support labelWidth #1186

XTable

  • [feature] new component

Checklist

  • [feature] 支持通过 prop:label-position 设置 label位置

PopupRadio

  • [feature] 新组件

Previewer

  • [enhance] 增加关闭事件 #1245

Scroller

  • [feature] 支持在滚回顶部时设置时间和缓动 #1240

Tab

  • [enhance] 支持 on-item-click 带上 index 参数

XInput

  • [feature] 支持设置 label 宽度 #1186

XTable

  • [feature] 新组件

Fix entry file

13 Apr 16:55
Compare
Choose a tag to compare

Picker

  • [fix] Fix no re-rendering when value is set to empty array. #1230

XAddress

  • [feature] Support prop:confirm-text and prop:cancel-text. #1233

Picker

  • [fix] 修复当值设为空数组时不会重新渲染的问题. #1230

XAddress

  • [feature] 支持设置 取消 和 确定 文字. #1233

v2.2.1-rc.2

10 Apr 03:38
Compare
Choose a tag to compare

Badge

  • [fix] Fix className:vux-badge-single not work for number #1223

InlineCalendar

  • [enhance] Now next month's day can be clicked and will automatically switch to next month's view #1192
  • [fix] fix start-date and end-date not reactive #1219

Swiper

  • [enhance] Use document width as swiper width if initial width is 0 #1188
  • [fix] Fix initial index > 0 not works

Badge

  • [fix] 修复个位数字样式不正确 #1223

InlineCalendar

  • [enhance] 可以点击下个月日期并自动切换到下个月 #1192
  • [fix] 修复 start-date 和 end-date 变化后不重新渲染的问题 #1219

Swiper

  • [enhance] 如果初始化时获取不到宽度则直接使用视口宽度 #1188
  • [fix] 修复初始化时 index > 0 不生效

v2.2.1-rc.1

06 Apr 08:54
Compare
Choose a tag to compare

CellBox

  • [feature] Support prop:border-intent

CellFormPreview

  • [feature] Support prop:border-intent

Cell

  • [feature] Support prop:border-intent
  • [feature] Support prop:arrow-direction

Checklist

  • [feature] Support prop:check-disabled

PopupPicker

  • [fix] Fix wrong closeType #1209

CellBox

  • [feature] 支持 prop:border-intent, 用以不显示边框与左边间隙

CellFormPreview

  • [feature] 支持 prop:border-intent, 用以不显示边框与左边间隙

Cell

  • [feature] 支持 prop:border-intent, 用以不显示边框与左边间隙
  • [feature] 支持 prop:arrow-direction, 用以在折叠场景下动态更改方向

Checklist

  • [feature] 支持 prop:check-disabled

PopupPicker

  • [fix] 修复错误的弹窗关闭类型 #1209

v2.2.0

05 Apr 11:29
Compare
Choose a tag to compare

Actionsheet

  • [enhance] Donot update handel z-index in Safari when using v-transfer-dom

Alert

  • [feature] Add prop:content

ButtonTab

  • [enhance] Update border style(1px)

CellFormPreview

  • [feature] new component

Cell

  • [feature] Support prop:is-loading

DatetimeRange

  • [enhance] Use better column width

Datetime

  • [fix] render picker on nextTick #1180

Grid

  • [feature] Support dynamic rows
  • [enhance] Hide slot:icon and slot:label if not being set

Scroller

  • [fix] Fix issue when redirecting on scrolling #1187
  • [fix] Fix resize listener not being destroyed #1183

Search

  • [enhance] emit on-change after input

Swipeout

  • [fix] Fix cannot scroll when disabled
  • [fix] Fix unable to trigger click event when disabled on android

XAddress

  • [enhance] Upgrade datas #1101

XIcon

  • [enhance] Support all attributes #1147

TransferDom

  • [enhance] Support simple entry name: TransferDom
  • [enhance] Add classname v-transfer-dom

Actionsheet

  • [enhance] 在使用 v-transfer-dom 的情况下不再处理 Safari 下的 z-index 问题

Alert

  • [feature] 添加属性 prop:content

ButtonTab

  • [enhance] 更新 1px 边框

CellFormPreview

  • [feature] 新组件

Cell

  • [feature] 支持 prop:is-loading 显示加载图标,适用于异步加载数据的场景

DatetimeRange

  • [enhance] 优化宽度,避免日期栏和左边缘距离过近

Datetime

  • [fix] 在 nextTick 回调渲染 picker 避免赋值报错 #1180

Grid

  • [feature] 支持定义列数
  • ]enhance] 如果没有使用 icon 和 label,则直接隐藏 slot:icon 和 slot:label

Scroller

  • [fix] 修复 resize 事件没有移除导致切换页面报错 #1183
  • [fix] 修复滚动情况下跳转页面报错 #1187

Search

  • [enhance] 在 input 后触发 on-change 事件(否则此时 v-model 绑定的值和参数不一致)

Swipeout

  • [fix] 修复disabled时不能上下滚动问题
  • [fix] 修复disabled时,安卓手机上不能触发点击事件的问题

XAddress

  • [enhance] 更新地区数据 #1101

XIcon

  • [enhance] 支持传任意属性 #1147

TransferDom

  • [enhance] 支持更简洁的引入方式:TransferDom
  • [enhance] 添加类名 v-transfer-dom