Releases: airyland/vux
Releases · airyland/vux
v2.5.7
Checklist
- [feature] Support
label
param for on-change event #1783
Confirm
- [feature] Support prop:input-attrs #1799
Loading
- [fix] fix vue@2.4 no setter warning, use :show instead of v-model #1798
Panel
- [feature] use v-html binding #1784
PopupPicker
- [fix] Fix render issue after changing value #1793
Checklist
- [feature] 支持在 on-change 事件中附带
label
值 #1783
Confirm
- [feature] 支持 prop:input-attrs 设置额外属性 #1799
Loading
- [fix] 修复 vue@2.4 no setter 警告,可以直接用 :show 绑定 #1798
Panel
- [feature] 属性使用 v-html 绑定 #1784
PopupPicker
- [fix] 修复修改值后第二次打开默认选中项渲染不正确的问题 #1793
v2.5.6
Actionsheet
- [fix] Fix json parsing issue for cancel menu #1782
PopupPicker
- [feature] Support event:on-shadow-change #1778
XAddress
- [feature] Support event:on-shadow-change #1778
XInput
- [fix] Fix is-type validating logic #1776
Actionsheet
- [fix] 修复取消菜单上的 json 解析错误 #1782
PopupPicker
- [feature] 支持在滑动 picker 时触发事件 on-shadow-change #1778
XAddress
- [feature] 支持在滑动 picker 时触发事件 on-shadow-change #1778
XInput
- [fix] 修复 is-type 验证逻辑 #1776
v2.5.5
Actionsheet
- [feature] Add raw menu item for on-click-menu event #1772
Alert
- [feature] Support hideOnBlur #1742
CellBox
- [change] Remove default slot's div wrapper #1769
Confirm
- [feature] Add method:setInputValue #1746
Countup
- [feature] Add prop:tag for customize tag #1739
Datetime
- [feature] support prop:compute-hours-function #1749
- [enhance] better mask transition
InlineCalendar
Popup
- [feature] Auto hide popup on deactived #1774
Swipeout
- [enhance] swipeout-item add render method #1688
Tabbar
- [feature] Support replace: true for link #1761
XInput
- [feature] Add $event param for on-focus on-blur event #1770
- [fix] Fix empty value checking logic #1759
Actionsheet
- [feature] 支持在 on-click-menu 参数里附带原始 menu 对象 #1772
Alert
- [feature] 支持 hideOnBlur #1742
CellBox
- [change] 移除默认 slot 的父级 div #1769
Confirm
- [feature] 支持方法 setInputValue 设置输入值 #1746
Countup
- [feature] 添加属性 tag 用以定义渲染标签 #1739
Datetime
- [feature] 支持动态设置小时列表 #1749
- [enhance] 更加流畅的遮罩层动画
InlineCalendar
Popup
- [feature] 在 deactived 事件触发时自动关闭,避免在路由切换时依然显示弹窗,可以使用 prop:hide-on-deactivated 进行禁用 #1774
Swipeout
- [enhance] swipeout-item 新增 render 方法 #1688
Tabbar
- [feature] 支持 link 上使用 replace: true 写法 #1761
XInput
v2.5.4
Group
- [enhance] XSwitch:labelAlign support justify #1707
Sticky
- [fix] Auto re-bind after router-view transition is finished
- [fix] Fix position fixed not work in ios #1657
Tabbar
- [feature] Add event:on-index-change #1715
XImg
- [feature] re-init after router-view transition is finished
Bus
- [feature] new plugin for managing events
Group
- [enhance] XSwitch的labelAlign 支持 justify #1707
Sticky
- [fix] 在 router-view 动画结束后自动重新绑定
- [fix] 修复在ios上fixed不生效的问题 #1657
Tabbar
- [feature] 增加事件 on-index-change #1715
XImg
- [feature] 在 router-view 动画结束后自动重新监听加载
Bus
- [feature] 新插件,用于 vux 组件全局事件管理
v2.5.3
Group
- [enhance] prop:labelAlign support justify #1574
PopupPicker
- [fix] Fix label style being overwrite after importing x-textarea #1696
Swiper
XDialog
- [feature] Add prop:show, supports the .sync modifier
XHeader
- [feature] Add slot:overwrite-title #1669
Group
- [enhance] labelAlign 支持 justify #1574
PopupPicker
- [fix] 修复在 x-textarea 后引入 popup-picker label 宽度被覆盖 #1696
Swiper
XDialog
- [feature] 新增 prop:show 并且支持.sync修饰符
XHeader
- [feature] 添加 slot:overwrite-title #1669
v2.5.2
Checklist
- [fix] emit event
input
beforeon-change
InlineXNumber
- [feature] now inline-x-number is available
Panel
- [feature] Add type(4,5) and info meta(source,date,other)
PopupHeader
- [feature] new component
PopupPicker
- [feature] Add prop:popup-style #1656
Popup
- [feature] Add prop:popup-style #1656
XAddress
- [feature] Add prop:popup-style #1656
Checklist
- [fix] 在
on-change
事件之前 emitinput
事件
InlineXNumber
- [feature] 单独的 inline-x-number 组件可以正常使用了
Panel
- [feature] 增加type类型(4,5)和描述信息(来源,时间和其他自定义信息)
PopupHeader
- [feature] 新组件 popup-header, 配合 popup 使用统一头部样式
PopupPicker
- [feature] 支持弹窗样式设置 prop:popup-style #1656
Popup
- [feature] 支持弹窗样式设置 prop:popup-style #1656
XAddress
- [feature] 支持弹窗样式设置 prop:popup-style #1656
v2.5.1
Group
- [feature] Add slot:title #1650
Swiper
- [fix] Fix array-from issue with webpack@3 #1649
XTextarea
- [feature] Add method:updateAutosize
Datetime
- [fix] Fix style missing #1659
TransferDom
- [enhance] Do not re-render on event:componentUpdated
Group
- [feature] 添加 slot:title #1650
Swiper
- [fix] 修复 array-from 在 webpack@3 下报错问题 #1649
XTextarea
- [feature] 添加方法 updateAutosize 在存在默认值的情况下手动重置高度
Datetime
- [fix] 修复插件形式使用时缺失样式导致报错问题 #1659
TransferDom
- [enhance] 默认不在组件内容更新时自动重新渲染,修复 popup-picker 关闭闪现体验问题
v2.5.0
Confirm
- [feature] Support prop:close-on-confirm
- [feature] Support prop:show-input
DatetimeView
- [feature] new component
Loading
- [feature] Add prop:transition
XButton
- [feature] Add primary、warn disabled bg color. #1630
XSwitch
- [feature] we can use prop:prevent-default to prevent from setting value on being clicked #1606
Confirm
- [feature] 支持 prop:close-on-confirm
- [feature] 支持 prop:show-input
DatetimeView
- [feature] 新组件 DatetimeView
Loading
- [feature] 支持 prop:transition
XButton
- [feature] 添加禁用背景颜色. #1630
XSwitch
- [feature] 支持使用 prop:prevent-default 来阻止自动设定值 #1606
v2.4.1
v2.4.0
Datetime
- [enhance] use the same popup header style as popup-picker
Drawer
- [feature] new component
InlineCalendar
- [enhance] re-render when render-month is changed
Previewer
- [enhance] Use src as msrc by default
- [enhance] No more force setting width and height #1426
Radio
- [feature] Add prop:selected-label-style
Range
- [fix] Fix the situation cannot drag to max value #1556
Datetime
- [enhance] 统一弹窗头部样式,和 popup-picker 一致
Drawer
- [feature] 新组件:侧边栏(beta)
InlineCalendar
- [enhance] 当 render-month 变化时重新渲染日历
Previewer
- [enhance] 使用图片作为缩略图,防止先显示黑色区域
- [enhance] 不再强制要求设置宽高 #1426
Radio
- [feature] 添加属性 prop:selected-label-style 来支持定义选中项的文字样式
Range
- [fix] 修复一些情况下无法拖到最大值的问题 #1556