Skip to content

Latest commit

 

History

History
1548 lines (1105 loc) · 95.3 KB

CHANGELOG.md

File metadata and controls

1548 lines (1105 loc) · 95.3 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

16 May 2024

  • feat: Slider 去掉hook相关实现,并适配微信 #1186

13 May 2024

  • Radio & Rate & Selector & Switch & TabBar & Checkbox & Checklist & Collapse & ImageUpload 组件去掉hook相关的实现 #1183

11 May 2024

  • Fix popup controlled #1180
  • fix: popover外部控制状态时的bug #1179

9 May 2024

  • feat: selector支持插槽 #1177
  • Feat popup no hook #1173
  • Feat number keyboard no hook #1171
  • Feat notice bar no hook #1169
  • Feat no hooks input #1164
  • feat: DateRangePicker和CascaderPicker增加visible和defaultVisible后完善单元测试 #1167
  • feat: DateRangePicker和CascaderPicker支持visible和defaultVisible #1158
  • feat: DatePicker增加visible和defaultVisible后完善单元测试 #1163

19 April 2024

  • fix: 输入框允许清楚的情况下,自动失焦问题 #1161
  • Feat progress animation #1160
  • feat: progress hook offline #1159
  • GuideTour hook offline #1157

17 April 2024

  • chore: vitest降1.4.0版本 #1154
  • fix: [#1149]修复RangePicker和CascaderPicker组件onVisibleChange事件参数未适配微信的问题 #1153
  • DatePicker支持visible和defaultVisible #1152

11 April 2024

  • fix: 修复DatePicker组件onVisibleChange事件参数未适配微信的问题 #1150

10 April 2024

  • Fix/calendar scroll #1147
  • fix: 修复modal微信端无动效问题 #1144
  • feat: 支持滚动到当前选择的日期 #1145

7 April 2024

  • fix: 修复modal微信端无动效问题 #1139

3 April 2024

  • fix: 修复图片上传中的中文文案问题 #1136
  • fix: 修复GuideTour内置中文文案问题 #1133
  • fix: 修复picker的内置空状态中文文案和空状态判断问题 #1135

29 March 2024

  • feat: 优化calendar组件选中交互,日期滚动到可视区域内 #1128

27 March 2024

  • fix: 修改 SwipeAction 在微信小程序下的 slot #1123
  • feat: listitem组件写法优化 #1124
  • feat(swiperAction):swiperAction组件新增滑动按钮插槽 #1120
  • fix: 修复 loading demo 引用出错的问题 #1116

22 February 2024

  • feat: 兼容 updateFade 时 item 为 null 的情况 #1112

22 February 2024

  • fix: 修改 tabs 调用 updateScroll 的时机 #1110
  • fix: 修复 FormDynamic 删除 item 后报错的问题 #1109
  • fix: 修复 FormImageUpload 上传多张图片失败的问题 #1107
  • fix: 修复 form demo 上传图片失败的问题 #1106
  • fix: 更新 demo 里组件的前缀 #1102
  • fix: demo 示例调整微信版本 ES+ 转换结果 #1103
  • fix: 统一 demo 里组件的前缀 #1101
  • fix: 修复 form 表单的错误 #1100
  • [Part2] 兼容 component1/component2 适配度 #1098
  • fix: Avatar/不再消失 #1097
  • [Part1] 兼容 component1/component2 适配度 #1096
  • Create dependabot.yml 89582a7
  • fix: Boolean f793c45

5 February 2024

  • fix: 修复 form-picker 等组件在微信平台下获取数值失败的问题 #1093
  • fix: 将 demo 的 page.json 改成 json5 #1091
  • 大量优化文档表达 #1048
  • fix: 同步文档 bf7dd13

2 February 2024

  • fix: 修复 tabs 的样式问题 #1089

1 February 2024

  • fix: 提高 notice bar 测试稳定性 #1086
  • fix: 修复 indexbar 无法循环的问题 #1085
  • fix: 修复 list-item 缺失 slot 的问题 #1084
  • feat: index-index 页面适配微信 #1081
  • 一些 demo 适配微信小程序 #1080
  • feat: SwipeAction 适配微信小程序与基础库 1.0 #1078
  • feat: 更新 SwipeAction 的测试 #1079
  • feat: tabs 适配微信 #1076
  • feat: 重构 tabs #1075
  • ci: added tabs component unit test #1073
  • Feat swipe action demos #1074
  • feat: 重构 RareWordsKeyboard #1067
  • fix: 修改 icon 显示多个的问题 #1072
  • feat: 更新 SwipeAction 的 axml #1071
  • 重构 NumberKeyboard #1065
  • 重构 Collapse #1068
  • feat: 更新 RareWordsKeyboard 的测试 #1066
  • feat: 重构 noticebar #1062
  • feat: 重构 progress 组件 #1060
  • 重构 ActionSheet #1061
  • feat: 新增三个组件的单元测试 #1058
  • feat: 适配 steps #1055
  • 适配 Empty 组件 #1054
  • 适配 tabbar 组件 #1056
  • 更新 Steps 的 axml #1053
  • feat: 更新 Badge Grid Pagination 组件 #1047
  • feat: 格式化 collapse 的 axml #1049
  • 格式化 Numberkeyboard 的 axml #1052
  • 更新 tabbar 的 axml #1051
  • 更新 progress 的 axml #1050
  • Toast 适配微信 #1043

22 January 2024

  • fix: change types #1045
  • feat: tooltip 支持 slot #1034
  • docs: fix compiled miss #1044
  • 更新 Badge、Grid、Pagination、Toast 的 axml #1041
  • fix: 更新 Stepper 在 readonly 模式下的样式 #1040
  • feat: stepper 组件增加只读属性 (#1036) #1039
  • fix: 修改微信 demo 页的 title #1038
  • CheckList 适配微信 #1037
  • Modal 适配微信 #1035
  • 更新 modal 的 axml #1019
  • 更新 NoticeBar 的 axml 以及补充测试 #1020
  • Guide Tour 适配微信 #1018
  • 重构 GuideTour #1017
  • feat: skeleton 适配微信 #1033
  • Divider、avatar 组件适配微信 #1016
  • 更新 skeleton 的 axml #1021
  • docs: standard API desc df292cb

16 January 2024

  • feat: popup 组件新增 onAfterShow 与 onAfterClose 事件 #1025
  • fix: 添加编译后的代码 cd79e6c

16 January 2024

  • fix: 修复 axml 错误 #1029
  • Feat form wechat demo #1028
  • 修复一些之前的类型问题 #1027
  • fix: 修复一些 ts 类型、更新 form 的 demo #1026
  • fix: 更新 form image upload #1024
  • feat: 更新部分 form 组件的 props #1022
  • From 组件适配微信 #1010
  • 更新 Form 处理事件的方式 #1015
  • feat: update time 2022 to 2024 #1013
  • 修改支付宝小程序的 demo 的编译参数, 修改为 es6 #1011
  • chore: 支持 json5 #1009

27 December 2023

  • fix: 修复 form 校验时获取的 value 不正确的问题 #1006
  • fix: 修复 value 类型为 string 时, 打开出错的问题 #1007
  • feat: 更新群二维码 #1005
  • 重构 form #1003

25 December 2023

  • fix: 修复 date picker 日期显示错误的问题 #1001
  • test: 为 form 补全测试 #999
  • feat: demo 使用 tsx 重写 #997
  • Form 相关组件使用 tsx 重构 #996
  • feat: 重写 form-item 的 axml #995

19 December 2023

  • fix: 修复 onSelectMax 无效的问题 #993
  • feat: Rate Custom 迁移到微信 #992
  • feat: selector 适配微信 #987
  • feat: rate 适配微信 #988
  • feat: radio 适配微信 #989
  • fix: 修复 range picker 的 format 警告 #991
  • radio rate selector 组件使用 functional 重写 #986
  • feat: tabs 重写为 tsx #985
  • feat: selector 重写为 tsx #983
  • feat: rate 使用 tsx 重写 #982
  • feat: 使用 tsx 重写 radio #981

14 December 2023

  • feat: ImageUploadControl 适配微信 #978
  • Date picker 适配微信 #977
  • Picker 适配微信小程序 #976
  • feat: 重构 image upload 组件 #975
  • feat: 重写 range picker 的 axml #974
  • feat: 重写 range picker #972
  • feat: Picker 与 CascaderPicker 组件使用 tsx 重写 #971
  • fix: 修复 maskClosable 不生效的问题 #970
  • feat: 更新 image upload 组件的 axml #942
  • feat: 使用 functional 重构 range picker 组件 #969
  • test: 更新 DatePicker、Radio、Rate、Selector 的测试 #968
  • test: 新增 RangePicker 的测试 #967
  • feat: 更新 date picker 的测试 #966

7 December 2023

  • fix: 修复 build 失败的问题 #964
  • fix: 更新 cascader-picker 在非受控模式下的渲染流程 #963
  • fix: 在 steps 使用 a-image 替换 image #962
  • feat: 更新 image upload 的测试 #961
  • feat: 重构 CascaderPicker #960
  • feat: 更新 picker 的测试 #958
  • feat: 更新 Picker 组件 #953

4 December 2023

  • fix: 修复 slider 在 appx 1.0 报错的问题 #956
  • Test: 为 picker 组件补全测试 #954

28 November 2023

  • fix: 修复 form-input 缺失 alwaysSystem 的问题 #950
  • form 支持动态更新 value #946
  • fix: 修复 selector 逻辑错误的问题 #948
  • Checkbox 适配微信 #941
  • 重构 Checkbox #940
  • feat: 更新 checkbox 的测试 #939
  • Checkbox 组件使用 tsx 重写 #938
  • feat: Popup 适配微信 #937
  • Popup 使用 functional 重构 #936
  • Slider 适配微信 #935
  • feat: slider 使用 functional 重写 9ae0ca3
  • feat: slider 组件使用 tsx 重写 cbd8a85
  • feat: 更新 demo fa307bf

15 November 2023

  • Input 使用 functional 重构,补全测试 #915
  • docs: 更新文档 #914
  • fix: 更新 input 的测试 与 page 的 axml #910
  • test: Input & Textarea & InputBlur #909
  • test: 为 Stepper 添加一些测试 #908
  • Stepper 使用 tsx 重构 #906
  • Popover 组件适配微信 #905
  • Popover #903
  • feat: Textarea & InputBlur 使用 tsx 重构, 补全 props 类型 #902
  • Input & Stepper #901
  • ActionSheet 与 Popup 使用 tsxml 重写 #899
  • ButtonCustom 迁移到 tsx #897
  • Empty,Avatar 组件迁移到 tsx #896
  • feat: 在官网增加平台切换功能 #891
  • fix: a:if 的元素外层不再嵌套 block #889
  • 重构 RareWordsKeyboard 的 axml #887
  • wip 5c63cc5
  • feat: 新增一些测试 068962f
  • feat: stepper 支持微信 783492a

24 October 2023

  • fix: 修复日历组件 demo #885
  • Component result tsxml #883
  • fix: 修改 form-textarea 的参数 #884
  • feat: 更新 result 组件的 axml #881
  • feat: 更新 list 组件 #880
  • feat: list 使用 tsxml 重写 #879
  • feat: 更新 list 的 tsxml #878
  • fix: 修复微信端日历组件显示不正确的问题 #876
  • feat: 支持 axml 编译支持 for-key #875
  • feat: calendar #871
  • fix: 优化 text 元素的编译 #872
  • fix: 删除 dayjs 插件 #870

17 October 2023

  • fix: 修复 switch 的 value 不正确的问题 #868
  • chore: 新增在 uni-app 使用的指引 #867
  • fix: 修复 slide 的一些问题 #866
  • feat: 更新 transform 脚本 #865
  • chore: 移动测试位置 #863
  • fix: 删除一些无用的文件 #862
  • refactor: 调整目录结构 #861
  • Tag #857
  • Switch #858

11 October 2023

  • fix: raise the layer of picker mask to a compositing layer #859
  • fix: button loading #856
  • Button #855

7 October 2023

  • 更新 icon 组件 #851
  • fix: 修复日历组件 default value 不生效的问题 #853
  • chore: 格式化 less #852

26 September 2023

  • fix: 修复测试 #848
  • fix: 增补字库以及修复生僻字输入键盘一些问题 (#844) #845

26 September 2023

  • 新增 tsxml #838
  • chore: 格式化 axml #843
  • fix: 修复 FormImageUpload on remove 不生效的问题 #842
  • fix: 优化 axml 的写法 #837
  • feat: 优化升级指引 #834
  • fix: 修改项目的 description #835
  • feat: 更新官网导航地址 #833
  • feat: 更新首页样式,并且新增 uploader 的 demo #832
  • feat: 增加函数式组件的说明 #828
  • fix: 修改 demo 的 appid #830

12 September 2023

  • feat: 升级到 2.0 #826
  • fix: should not use element selector #808
  • feat: 使用 vm 进行测试 #817

23 August 2023

  • fix: fix form-textarea onFocus not working #814
  • fix: 修复 form 表单 createForm Api 误写问题 #806
  • fix: 修复文档中 iOS 的大小写问题 #805

1 August 2023

  • feat: 修改indexbar bug #802
  • fix: tabs #801

21 July 2023

18 July 2023

  • fix: DatePicker #796
  • fix: stepper #795
  • fix(Picker): fix content slot #794

18 July 2023

  • fix: stepper #792
  • fix: missing FormTextareaDefaultProps #791

14 July 2023

  • chore: 统一id前缀 #786
  • fix: tabs #784

12 July 2023

6 July 2023

  • fix: Progress #776

3 July 2023

  • fix(Picker): fix content slot #773

16 June 2023

14 June 2023

  • feat(RangePicker): 修改切换交互 #762
  • fix: Picker #761

6 June 2023

  • fix: 调整滑动组件的默认起始偏移量 #754
  • feat: 更新字库数据 #752

30 May 2023

26 May 2023

25 May 2023

  • fix: form #737
  • feat(collapse): 清除console.log #736

18 May 2023

  • fix: slider #732
  • feat(Slider): 阻止左右滑动时上下滑动 #731
  • fix: button #730
  • feat(picker): picker组件代码示例修改header->title #726

15 May 2023

11 May 2023

  • fix(Picker): picker-view value #720
  • chore(docs): 修改rules跳转链接 #719

9 May 2023

  • feat: tabs #715
  • fix: less #714
  • docs: 错别字修改 #713
  • docs(RangePicker): 更新文档 #712
  • fix(Steps): delete empty axml onTap #711

26 April 2023

  • fix(selector): 修复选中判断 #707
  • fix: form #705
  • feat(Popup): add animationType #704

23 April 2023

17 April 2023

12 April 2023

  • feat: form #674
  • fix(FormInput): 表单对齐 #680

10 April 2023

  • fix(Stepper): fix controlled #673
  • chore: remove useless code #671

3 April 2023

  • fix: form #667
  • ci: add Picker、CascaderPicker test #665
  • docs(Popup): 文档添加滚动FAQ #666
  • docs(Grid): 更新Grid demo #663

24 March 2023

  • feat: form #661
  • feat(DatePicker): add onFormatLabel #660
  • fix: 修复路径问题 #659
  • chore: build #658

23 March 2023

  • feat: 修复生僻字键盘demo字符无法展示的问题 #656
  • fix(FormInput): onFocus #652
  • fix(Divider): type missing #651
  • feat: 案例添加onChange监听 #650

17 March 2023

  • feat(Grid): add icon、title、description slot #638
  • Feat/form #632
  • feat: input controlled #633
  • chore: build #631
  • feat: 新增生僻字键盘 #603
  • feat(Form): add getFieldsValue api for Form #620

8 March 2023

  • fix: fix FormRadioGroup、FormCheckboxGroup、FormSelector disabled #622
  • fix: 修复横向滚动条问题 #617

3 March 2023

  • chore: build #614
  • feat(Popup): 优化动画性能 #613
  • chore: build #612

1 March 2023

1 March 2023

28 February 2023

23 February 2023

  • fix: steps #594
  • docs: indexbar #602
  • chore: build #601
  • fix: indexbar query select #599

20 February 2023

9 February 2023

  • fix(Container): 修复钉钉下headerRight 不显示 #570

9 February 2023

  • fix(Container): fix overflow style #568
  • docs: fix url #567
  • docs: add CheckboxCustomGroup demo #566
  • docs: add collapse checkbox #565

9 February 2023

  • feat(Container): 无title、headerRight时隐藏header #560
  • chore(formItem): 删除formItem无用代码 #562
  • docs(collapse): 文档透出CollapseItem的disabled字段 #561

7 February 2023

  • fix(swiperAction): 删除alipay-style依赖,修复swiperAction样式引入问题 #556
  • fix(form): 删除form在0.x下导致千牛端报错的无用代码 #555
  • chore: build #554
  • chore: build #553
  • feat: 修改Modal demo #552
  • feat: 更新openbox版本&升级demo功能 #542
  • chore: 删除无用代码 #551

3 February 2023

  • docs: 修改文档 #549
  • docs: 修改使用文档 #548
  • ci: test #526
  • docs: 修改文档 #546

2 February 2023

  • chore: build #543
  • Feat/swipe width #538
  • indicatorClass 统一命名为 indicatorClassName&修改Picker、DatePicker文档 #541
  • docs(noticeBar): 文档透出extra插槽 #540
  • feat(picker): picker indicatorClass 统一命名为 indicatorClassName #539
  • docs(input): 文档透出type属性 #537
  • chore(imageUpload): 调整 ImageUpload 文档 #535
  • feat: 修改swipe组件的示例表达 #534
  • chore: build #532

17 January 2023

  • fix: docs #530
  • fix: radio #529
  • fix: checkbox #528
  • fix(docs): fix icon docs - clear invalid #525
  • fix: docs #524
  • feat: 修改Tabbar文档 #523
  • fix: popover #522

15 January 2023

13 January 2023

  • fix: fix CascaderPicker dynamic options #517
  • fix: form #516
  • feat: 添加数字键盘的md属性说明 #514

10 January 2023

  • fix: tabs #512
  • fix: build #511
  • fix: button #510
  • Feat/number keyboard #504
  • feat: add SelectorFilter demo #509
  • feat: 修改Checkbox、Radio icon样式优先级 #505
  • feat: 去除indexbar中示例2的滚动条 #503

6 January 2023

  • feat: 修改Selector文档 #501
  • fix: fix Picker style #499

6 January 2023

  • fix: fix FormCheckboxGroup、FormRadioGroup label slot #497

5 January 2023

  • feat: add destroyOnClose #495
  • feat: update docs #491

4 January 2023

  • fix: catchTap #489

4 January 2023

  • fix: docs #487
  • feat: loading组件兼容dsl转微信小程序 #462
  • fix: form #486
  • fix: fix Tabs scrollLeft #482
  • Feat/swipe action md #473
  • 1.0 wyj #467

26 December 2022

  • feat: 官网导航添加国内镜像&版本切换 #479
  • Feat/indexbar width #474
  • fix: fix Picker、DatePicker not sync error #477

23 December 2022

  • feat: 增加swipe action 在2.0中使用说明 #471
  • feat: 增加indexBar的可触摸宽度 #470
  • fix: value #469
  • feat: add form custom #466

22 December 2022

22 December 2022

22 December 2022

17 December 2022

17 December 2022

  • Feat/indexbar filename #447
  • Feat/swipe actipn case #446
  • Feat/index bar #445

16 December 2022

15 December 2022

13 December 2022

9 December 2022

8 December 2022

  • feat: swipe-action兼容appx1.0版本 #418
  • Fix/form #416
  • 1.0 wyj new1 #415
  • feat: adjust Popup props #414
  • 1.0 wyj new1 #412
  • fix: button #413
  • fix: mixin value #411
  • fix: checkbox radiobox #410
  • fix: skeleton #409
  • fix: container #408
  • fix: loading #407
  • fix: avatar #406
  • fix: button #405
  • fix: input #402
  • fix: collapse #404
  • fix: input #401
  • fix: tabs #400
  • feat: Popover 1.0 & ImageIcon #399
  • feat: form-slider #398
  • fix: slider #397
  • 1.0 new #395
  • feat: review swipe action #394
  • Fix/badge #393
  • feat: 移除废弃组件 #390
  • fix: fix value #389
  • fix: input onChange #387
  • Fix/button #386
  • fix: button #384
  • feat: Grid 1.0 #385
  • feat: Modal props #381
  • feat: GuideTour、Tabbar、Picker、DatePicker、Selector、Checkbox controlled #379
  • feat: checklist controlled #378
  • Fix/form #377
  • Refactor/blade view #375
  • feat: refactor divider #374
  • fix: form #369
  • fix: loading #368
  • 1.0 wyj #367
  • fix: loading #365
  • 1.0 wyj #363
  • chore: build #364
  • feat: add surge #362
  • chore: build #361
  • feat(empty): refactor empty #359
  • 1.0 wyj #360
  • feat: Picker、DatePicker、RangePicker、CascaderPicker defaultValue&Form #357
  • fix: tabs #358
  • chore: build #356
  • Fix/input #355
  • Refactor/loading #353
  • feat(loading): refactor loading #351
  • feat: update demo style #352
  • feat(toast): refactor toast #350
  • fix: form #338
  • Fix/default current #341
  • feat(skeleton): resolve conflict #348
  • feat(skeleton): refactor skeleton #342
  • feat: update progress、tag、demo #347
  • feat(result): refactor result #340
  • Fix/steps #329
  • feat(selector): refactor selector #336
  • feat: 修改路由配置json #330
  • Fix/collapse #324
  • Feat/swipe action px #326
  • Fix/tabs #316
  • feat: refactor stepper #323
  • Feat/swipw action dark #319
  • fix: rename css variable #322
  • feat: Checkbox、Radio、CheckboxGroup dark style #320
  • feat(slider): refactor slider components, include style props #321
  • feat: Tabbar、VTabs、Tabs、Checklist、Input、ImageUpload dark style #314
  • fix: Container style #312
  • feat: refactor videoUpload #311
  • [WIP] Fix/props #309
  • Next calendar #300
  • feat: Grid style #301
  • feat: NoticeBar style #296
  • feat: adjust 1.0props #293
  • Feat/swipe action new #287
  • feat: style #279
  • 1.0 sxs #286

15 December 2022

  • fix: 解决tab item可能为空问题 #438

17 November 2022

17 November 2022

15 November 2022

  • Feat/dynamic picker column #335
  • fix: 修复 TabBar 在自定义图片模式下取值的问题 #328
  • Rate组件参数调整 #318
  • fix: 修复mask滚动穿透 #284
  • fix(collapse): fix lose controlled #283
  • feat(grid): support onFirstAppear method #291
  • fix(inputItem): remove repeat import #271
  • Fix/home page #282
  • feat: support badge #262
  • Feat/home page #243
  • chore(docs): 调整stepper type说明文档 #275
  • chore(docs): 修复错误文档 #264
  • style: 定位重复 #263

7 September 2022

31 October 2022

  • Rate组件参数调整 #318
  • fix: 修复mask滚动穿透 #284
  • fix(collapse): fix lose controlled #283
  • feat(grid): support onFirstAppear method #291
  • fix(inputItem): remove repeat import #271
  • Fix/home page #282
  • feat: support badge #262
  • Feat/home page #243
  • chore(docs): 调整stepper type说明文档 #275
  • chore(docs): 修复错误文档 #264
  • style: 定位重复 #263

6 September 2022

  • feat(Rate): new Component #155
  • feat: Picker、DatePicker add maskClosable #249
  • Feat/tabs elevator #231
  • Feat/guide tour un controlled #245
  • fix(imageUpload): fix onBeforeUpload #258
  • fix(imageUpload): fix onBeforeUpload #257
  • fix(imageUpload): fix onBeforeUpload #256
  • feat: Compatible dingding appx1.x that chooseImage return different value #253
  • feat: compatibility value is string in uploader #252
  • feat(Popup): add autoHeight props #247
  • feat(ProgressCircle): new Component #154
  • feat(GuideTour): new component #220

22 August 2022

1 September 2022

  • fix(imageUpload): fix onBeforeUpload b771147

30 August 2022

  • feat(Popup): add autoHeight props #247
  • feat(ProgressCircle): new Component #154
  • feat(GuideTour): new component #220
  • feat(Tabs): delete useless style #229
  • feat(datePicker): adjust minutes and seconds range #239
  • feat: Compatible dingding appx1.x that chooseImage return different value 72333f2

21 August 2022

  • Feat/slider new #237
  • Feat/slider new #233
  • docs(tabs): new stickyTop props in md #230
  • Feat/slider new #144
  • fix(NoticeBar): fix marquee on pageHide #225
  • feat(Tabs): add event param to onChange #228
  • feat(config): open dumi sitemap and ssr to implement docsearch #224
  • feat(Popup): add close animation #223
  • feat(Tabs): support badge #203
  • Feat/mask disable scroll #207
  • feat(imageUpload): support different value type #218
  • feat(videoUpload): support different value type #219
  • fix(inputItem): fix input care color #217

2 August 2022

  • docs: adjust Picker readme #215
  • feat(BladeView): remove useless refer and format style #211
  • fix(bladeView): fix sticky style and value name #214
  • Feat/picker #208
  • feat(Switch): modify handleIcon box-shadow #213
  • Feat/blade view #133
  • Feat/tabbar #209
  • feat(Tabbar): new component #151
  • feat(ProgressBar): new Component #140
  • Feat/demo #205
  • Feat/event data #202
  • Add event to input component‘event #196

26 July 2022

26 July 2022

  • feat(Picker): refine demo ebc40ba
  • feat(RangePicker): adaptive to Picker 02d05b8
  • feat(Picker): add multi-select pikcer ef533fb

2 August 2022

  • docs: adjust Picker readme #215
  • feat(BladeView): remove useless refer and format style #211
  • fix(bladeView): fix sticky style and value name #214

2 August 2022

  • Feat/picker #208
  • feat(Switch): modify handleIcon box-shadow #213
  • Feat/blade view #133
  • Feat/tabbar #209
  • feat(Tabbar): new component #151
  • feat(ProgressBar): new Component #140
  • Feat/demo #205
  • Feat/event data #202
  • Add event to input component‘event #196
  • Chore/docs #204
  • ci: update release workflow #200
  • chore(docs): merge master 8be877b
  • chore(docs): modify divider, footer, skeleton markdowwn 532f642

19 July 2022

19 July 2022

  • feat(Switch): switch onChange support event #198
  • Feat/checkbox slot #197

19 July 2022

  • feat(Checkbox): fix CheckboxGroup style #195

18 July 2022

  • Feat/empty adjust #194
  • Feat/checkbox slot #193
  • feat(Checkbox): support slot #192
  • fix(Badge): fix position prop #191
  • feat(vTabs): add demo for switching content by tab click #189
  • feat(footer): new component #159
  • feat(divider): new component #161
  • feat(Grid): new Component #181
  • feat(Skeleton): new Component #182
  • Feat/checkbox #184
  • ci: update release workflow #185
  • feat(Selector): add maxSelectedCount、minSelectedCount prop #162

11 July 2022

  • feat: adjust doc style #183
  • Feat/docs: openbox #180
  • ci: fix release candidate workflow 762ad05
  • ci: update release 90c7323
  • feat(ListItem): delete unnecessary logic 42e9a50

30 June 2022

29 June 2022

  • feat(imageVideoUpload): add imageUpload and videoUpload #143
  • Feat/date picker #135
  • Fix/filter selector label #168
  • chore: update doc #166
  • ci: add release workflow #165
  • feat/ActionSheet #137
  • fix(Filter): 修复 selector onChange 数据格式 #164
  • docs(FloatPanel): add onScroll event #157
  • chore(doc): refine readme #152
  • feat(doc): update appCdnBaseUrl 45f5648

20 June 2022

  • fix(floatPanel): wrapper css add width:100% #150
  • feat: Icon、ListItem、Button support stopPropagation #149
  • chore(CheckboxGroup): fix checkboxgroup and radiogroup style #146
  • fix(Tabs): fix title style in IOS9 #148
  • fix(FloatPanel): scroll-view bug && demo ui #147
  • 修复不设置标题时,标题行占位的问题 #145
  • feat(doc): update appCdnBaseUrl 38d8358
  • chore(Container): boolean component true c15516d

15 June 2022

  • chore(FloatPanel): upgrade demo 5e3e8c9
  • chore(FloatPanel): add demo style 99cd295

15 June 2022

  • Feat/float panel #142
  • Feat/toast #141
  • Chore/checklist #123
  • feat(FloatPanel): new Component #102
  • Feat/container #138
  • Chore/doc #136
  • chore(Form): delete footer slot in FormInMethod cfb9fa3
  • chore(doc): update appCdnBaseUrl 7cab5a5

2 June 2022

  • chore(Modal): adjust style & add zIndex disableSrcoll animation props… #128
  • chore(Selector): fix value dosen't work #127
  • chore(doc): refine picker checkbox checkboxgroup readme #122
  • fix: quick-start.md #119
  • feat(doc): update appCdnBaseUrl 4eb78e9

30 May 2022

  • Chore/picker #118
  • feat(swiper): support the swiper adjustHeight attribute #117
  • chore(pub): update package.json name when published 2850698
  • chore(demo): update appCdnBaseUrl 0829bbf

29 May 2022

  • Chore/picker #116
  • fix: fix FormGroup radius props #97
  • Chore/tab #111
  • Chore/switch #110
  • Chore/picker #108
  • chore(dumi): fix conflict babal.config.js #109
  • fix(checkbox-group): onchange does not trigger #103

17 May 2022

  • feat(Tips): 单行文本时关闭按钮垂直居中 #98
  • feat(doc): use google analytics #100
  • chore(Picker): this.dataList sync with props.data #94
  • fix(CheckboxGroup): remove default value prop #96
  • fix(vTabs): fix click bottom tap jump to the tap before #95
  • fix(Icon): fix color style used in plugin #93
  • feat(doc): update appCdnBaseUrl ba7b163

11 May 2022

  • chore(CheckList): remove checkList and empty #85
  • feat(search-bar): 支持不同type input搜索 #73
  • feat(Tabs): add attributes for swiper #78
  • chore(stepper): remove useless code #84
  • Fix/loading #83
  • feat(dumi): real-time code preview supported #77
  • docs(modal): fix typo and markdown table #75
  • feat(Checklist): new checklist component #67
  • feat(empty): add empty compoennt #61
  • feat: update demo cdn #70

24 April 2022

27 April 2022

  • feat(Checklist): new checklist component #67
  • feat(empty): add empty compoennt #61
  • feat: update demo cdn #70
  • feat: adjust Steps、Filter、Collapse uid to page unique #68
  • feat(search-bar): 支持不同type input搜索 9124f7f

21 April 2022

  • feat(calendar): enhance onChange event #63
  • feat(swipe-action): support "dataSet" #64

20 April 2022

28 July 2022

  • feat(Form): add triggerValidateOnChange 2bfc8b3
  • feat(docs): docs 4987bea

20 July 2022

  • feat(selector): change conflict name e5efc90

18 July 2022

13 July 2022

  • chore(Picker): dynamic change 91aa349

11 July 2022

8 July 2022

12 May 2022

  • feat(doc):change markdown format 08c882a
  • feat(RadioGroup): add position & custom icon prop 5e7674c
  • refactor(CheckboxItem): remove dependency on Checkbox b644c93

29 June 2022

  • feat(imageVideoUpload): add imageUpload and videoUpload #143
  • Feat/date picker #135
  • Fix/filter selector label #168
  • chore: update doc #166
  • ci: add release workflow #165
  • feat/ActionSheet #137
  • fix(Filter): 修复 selector onChange 数据格式 #164
  • docs(FloatPanel): add onScroll event #157
  • chore(doc): refine readme #152
  • feat(doc): update appCdnBaseUrl 45f5648

20 June 2022

  • fix(floatPanel): wrapper css add width:100% #150
  • feat: Icon、ListItem、Button support stopPropagation #149

20 June 2022

  • chore(CheckboxGroup): fix checkboxgroup and radiogroup style #146
  • fix(Tabs): fix title style in IOS9 #148
  • fix(FloatPanel): scroll-view bug && demo ui #147
  • 修复不设置标题时,标题行占位的问题 #145
  • Feat/float panel #142
  • Feat/toast #141
  • Chore/checklist #123
  • feat(FloatPanel): new Component #102
  • Feat/container #138
  • Chore/doc #136
  • chore(Modal): adjust style & add zIndex disableSrcoll animation props… #128
  • chore(Selector): fix value dosen't work #127
  • chore(doc): refine picker checkbox checkboxgroup readme #122
  • fix: quick-start.md #119
  • Chore/picker #118
  • feat(swiper): support the swiper adjustHeight attribute #117
  • Chore/picker #116
  • fix: fix FormGroup radius props #97
  • Chore/tab #111
  • Chore/switch #110
  • Chore/picker #108
  • chore(dumi): fix conflict babal.config.js #109
  • fix(checkbox-group): onchange does not trigger #103
  • feat(Tips): 单行文本时关闭按钮垂直居中 #98
  • feat(doc): use google analytics #100
  • chore(Picker): this.dataList sync with props.data #94
  • fix(CheckboxGroup): remove default value prop #96
  • fix(vTabs): fix click bottom tap jump to the tap before #95
  • fix(Icon): fix color style used in plugin #93
  • chore(CheckList): remove checkList and empty #85
  • feat(search-bar): 支持不同type input搜索 #73
  • feat(Tabs): add attributes for swiper #78
  • chore(stepper): remove useless code #84
  • Fix/loading #83
  • feat(dumi): real-time code preview supported #77
  • docs(modal): fix typo and markdown table #75
  • feat(Checklist): new checklist component #67
  • feat(empty): add empty compoennt #61
  • feat: update demo cdn #70
  • feat: adjust Steps、Filter、Collapse uid to page unique #68
  • feat(calendar): enhance onChange event #63
  • feat(swipe-action): support "dataSet" #64
  • fix(Form): fix Form in plugin mode #62
  • chore(FloatPanel): upgrade demo 5e3e8c9
  • chore(FloatPanel): add demo style 99cd295
  • chore(Form): delete footer slot in FormInMethod cfb9fa3

15 April 2022

  • feat(icon): click support to copy icon Type #54
  • fix(RadioGroup): fix checked bug #43
  • Feat/tips #47
  • feat/LoadingDoc #49
  • Enhance/tabs #53

14 April 2022

  • fix(tabs): fix sdkverison check error #52
  • Feat/cdn #51
  • Chore/docs #48
  • fix(publish): update package.json after publish #46
  • feat(tips): add visible and onClose props #39
  • fix: fix CheckboxGroup header prop #42
  • fix(compile): replace babel with tsc #45
  • fix(tabs): fix sdkverison check error #44

2 April 2022

  • fix(compile): trnasform es6 ot es5 #41

1 April 2022

  • Feat/tabs #26
  • Feat/cdn #37
  • chore(demo): rename demo less=>acss #35
  • feat(plugin): update cdn #36
  • Feat/demo #34
  • feat(scripts): open dumi dev server once #33
  • Fix/popover #22
  • Chore/add container demo #20
  • feat(scripts): enhance docs deploy #32
  • feat(docs): adjust demo source file sort #31
  • feat(scripts): publish scripts #23
  • docs(plugin): enhance demo preview with only one simulator in docs #29
  • feat(swipe-action): add instance method to controll itemPosition #28
  • fix(tests): fix test error with ts types #25
  • chore(*): update contribute guide #24
  • Feat/rpx #21
  • chore(selector): fix xml condition determination issues to match 'vx' #19
  • fix(scripts): fix variable naming #17
  • feat(docs): generate docs auto #16
  • chore: gen CNAME file in docs-dist #14
  • fix(types): remove invalid use for my #13
  • Feat/docs #11
  • docs: update contribute link #12
  • docs: enable full mode for homepage #9
  • docs: workaround for simulator flicker problem #10
  • docs(*): update antd-mini version in docs 939b03d
  • fix(compile): fix less comile error d8eb11b
  • docs: remove uesless sidemenu config for homepage e54bccb

21 February 2022

21 February 2022

0.0.2-alpha.1

28 March 2022

  • chore(selector): fix xml condition determination issues to match 'vx' #19
  • fix(scripts): fix variable naming #17
  • feat(docs): generate docs auto #16
  • chore: gen CNAME file in docs-dist #14
  • fix(types): remove invalid use for my #13
  • Feat/docs #11
  • docs: update contribute link #12
  • docs: enable full mode for homepage #9
  • docs: workaround for simulator flicker problem #10
  • chore(*): first commit 35af33b
  • feat(scripts): publish scripts 6766e9b
  • feat(scripts): append git sync 2768aa8