Releases: didi/mand-mobile
Releases · didi/mand-mobile
v2.2.2
中文:
-
Feature
-
Fix
TabPicker
的每一级tab列表中的选项被选中时将内部容器复位至最顶部
RadioList
当切换至非文本选项时,自动将已填写的文本框清空
DatePicker
的custom-types
内支持HH
写法#433
Dialog
的类型声明内增加onCancel
- 优化部分组件文档
English:
-
Feature
TabPicker
add event select
#436
-
Fix
- When the option in the tab list of each level of
TabPicker
is selected, the internal container is reset to the top
RadioList
automatically clears the filled out text box when switching to a non-text option
DatePicker
prop custom-types
support HH
#433
- Add
onCancel
to the type declaration of Dialog
- Optimize some components documentation
v2.2.1
中文:
-
Feature
Stepper
新增slot unreached
、icon
#405
InputItem
新增属性solid
,用来设置标题宽度不固定#411
Ruler
新增属性stepTextPosition
、stepTextRender
-
Fix
- 修复
Picker
当设置错误的default-index
时引发的异常#416
- 优化部分组件样式
English:
-
Feature
Stepper
add slots unreached
、icon
#405
InputItem
add prop solid
, used to set the title with unfixed width#411
Ruler
add props stepTextPosition
、stepTextRender
-
Fix
- Fix the exception thrown by
Picker
when setting a wrong default-index
#416
- Optimize some component styles
v2.2.0
中文:
-
Feature
- 新增
Ruler
组件
WaterMark
组件采用canvas
渲染水印
Stepper
组件新增increase
, decrease
事件
-
Fix
- 修复
Swiper
连续跳转导致索引不正确问题#366
- 修复
Progress
值为0
时显示问题#381
English:
-
Feature
- New
Ruler
Component
- Optimize
WaterMark
component by using canvas
to render watermark
Stepper
add increase
, decrease
events
-
Fix
Swiper
incorrect index jumping with method goto
#366
Progress
hide inner circle when value is 0
#381
v2.1.7
中文:
- Fix
InputItem
无法侦听插槽内容变动问题
Codebox
在一些手机上无法显示下描边问题
English:
- Fix
InputItem
not update when slots change
Codebox
bottom border not shown on some devices
v2.1.6
中文:
- Fix
- 修复
Swiper
未正确销毁问题#338
InputItem
数字键盘参数支持传递字符串引用名#355
English:
- Fix
Swiper
not destroy properly#338
InputItem
support string type virtual-keyboard-vm
prop#355
v2.1.5
中文:
- Fix
- 修复
Swiper
未正确销毁问题#338
InputItem
数字键盘参数支持传递字符串引用名#355
English:
- Fix
Swiper
not destroy properly#338
InputItem
support string type virtual-keyboard-vm
prop#355
v2.1.4
中文:
-Feature
-
优化Swiper
滚动边界
-
Fix
- 修复一些构建问题
- 修复
ScrollView
手势滚动边界问题
- 修复
Popup
连续调用显示隐藏问题#341
English:
-Feature
-
Optimize Swiper
gestures
-
Fix
- Some build bugs
ScrollView
move out screen not trigger scroll end action
Popup
synchronously operate problem#341
v2.1.3
中文:
-Feature
-
优化Swiper
滚动边界
-
Fix
- 修复一些构建问题
- 修复
ScrollView
手势滚动边界问题
- 修复
Popup
连续调用显示隐藏问题#341
English:
-Feature
-
Optimize Swiper
gestures
-
Fix
- Some build bugs
ScrollView
move out screen not trigger scroll end action
Popup
synchronously operate problem#341
v2.1.2
中文:
- Fix
- 修复
ScrollView
在内容不满一屏是无法触发到底的问题#335
- 修复
InputItem
标题浮动时换行的问题
English:
- Fix
- Fix
ScrollView
is not able to trigger endReached
event when the content is not full.#335
- Fix a problem with the line break when the
InputItem
title is floated
v2.1.1
中文:
- Fix
- 修复构建时
postcss
未生效的问题,导致mand-mobile.css
中图片等资源未被做url inline处理。
English:
- Fix
- Fix the problem that
postcss
is not in effect at build time, causing assets such as images in mand-mobile.css
not to be processed by url inline