Skip to content

Releases: airyland/vux

v2.5.7

05 Aug 04:19
Compare
Choose a tag to compare

Checklist

  • [feature] Support label param for on-change event #1783

Confirm

  • [feature] Support prop:input-attrs #1799

Loading

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

Panel

  • [feature] 属性使用 v-html 绑定 #1784

PopupPicker

  • [fix] 修复修改值后第二次打开默认选中项渲染不正确的问题 #1793

v2.5.6

02 Aug 02:16
Compare
Choose a tag to compare

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

31 Jul 03:25
Compare
Choose a tag to compare

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

  • [feature] 为 on-focus on-blur 事件添加 $event 参数 #1770
  • [fix] 修复值为空的错误判断逻辑 #1759

v2.5.4

24 Jul 08:36
Compare
Choose a tag to compare

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

17 Jul 10:43
Compare
Choose a tag to compare

Group

  • [enhance] prop:labelAlign support justify #1574

PopupPicker

  • [fix] Fix label style being overwrite after importing x-textarea #1696

Swiper

  • [fix] clear listTtwoLoopItem when list size !== 2 #1684 @weizs

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

  • [fix] 轮播个数不为2时清除 listTtwoLoopItem 列表 #1684 @weizs

XDialog

  • [feature] 新增 prop:show 并且支持.sync修饰符

XHeader

  • [feature] 添加 slot:overwrite-title #1669

v2.5.2

11 Jul 03:55
Compare
Choose a tag to compare

Checklist

  • [fix] emit event input before on-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 事件之前 emit input 事件

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

07 Jul 09:21
Compare
Choose a tag to compare

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

04 Jul 08:29
Compare
Choose a tag to compare

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

04 Jul 08:28
Compare
Choose a tag to compare

Datetime

  • [fix] Re-render when readonly is changed #1593
  • [feature] Support prop:default-selected-value #1576

Picker

  • [fix] Fix a bug caused by unexpected end of json value #1584

PopupPicker

  • [fix] popup-picker-header add touchmove.prevent event #1596

Datetime

  • [fix] readonly 值变化时重新渲染 #1593
  • [feature] 支持通过 prop:default-selected-value 设置默认选中日期 #1576

Picker

  • [fix] 修复json格式不正确引起的bug #1584

PopupPicker

  • [fix] popup-picker头部区域屏蔽滑动事件 #1596

v2.4.0

19 Jun 03:05
Compare
Choose a tag to compare

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