Commit Graph

588 Commits

Author SHA1 Message Date
zuixinwang 608aa043c5
fix(cli): template path resolve error after built (#279)
fix #267
2023-06-12 10:59:33 +08:00
MrWang2016 ede750475e
Mrwang/fix: 修复search组件不支持键盘回车事件和修正删除图标不垂直居中问题 (#282)
* 修复actionSheet在手机上click无效问题

* 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题

* 修复actionSheet组件api.watchVisible空指针问题和去掉tabs空白padding

* 修复search组件不支持键盘回车事件和修正删除图标不垂直居中问题
2023-06-12 10:58:36 +08:00
zzcr 9fde21fdf1
fix(build): design 增加摇树配置 2023-06-10 01:41:03 -07:00
zzcr 130e3cf25b
fix(page): 修复page分页初始化出触发分页改变事件 2023-06-10 01:33:20 -07:00
MrWang2016 dff7e83e0a
fix: 修复actionSheet组件api.watchVisible空指针问题和去掉tabs空白padding (#278)
* 修复actionSheet在手机上click无效问题

* 修复pullRefresh组件,数据类型不匹配,导致控制台告警日志超大量打印,导致页面渲染慢的问题

* 修复actionSheet组件api.watchVisible空指针问题和去掉tabs空白padding
2023-06-10 15:56:52 +08:00
zzcr ae97ad85e0
feat(TinyVue): 同步内部代码,解决若干bug 2023-06-10 00:54:00 -07:00
ajaxzheng 598d173029
fix(vite-plugin): 按需打包插件支持更多自定义包名 (#276) 2023-06-08 10:20:20 +08:00
GaoNeng 77b68bea18
feat: config-provider (#271)
* feat: config-provider

* 🐞 fix(config-provider):

开发者如果只覆盖某个design item 那么其他的常量会被覆盖为 undefined. commit主要修复该问题

* 🧪 test(config-provider): 补充单元测试

* 🐞 fix(config-provider): 修改检视意见
2023-06-08 10:18:17 +08:00
zuixinwang 6b1d103d69
style(internal-cli): fix types and lint code (#257)
* fix(cli): fix types and lint code

* style(internal-cli): fix types and lint code
2023-06-08 10:15:44 +08:00
ajaxzheng 302cf2573f
fix(eslint): 屏蔽eslint:top-level-function规则 (#273) 2023-06-06 10:59:43 +08:00
黄怡林 0d3ca6bda6
fix(numeric): 解决bug: 设置数值精度后无法输入小数点; 超出小数位数后裁剪值不对. (#270) 2023-06-05 14:43:13 +08:00
ing 8f9f3868b7
feat: 增加auto-lookup属性demo及api文档 (#269) 2023-06-05 11:13:57 +08:00
allcontributors[bot] 33373bc27f
docs: add coderbaozi as a contributor for code (#266)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-31 22:43:26 +08:00
allcontributors[bot] 651546c5d8
docs: add linxiang07 as a contributor for code (#265)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-31 22:41:01 +08:00
allcontributors[bot] afae3376b5
docs: add xiejay97 as a contributor for infra (#264)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-31 22:39:25 +08:00
allcontributors[bot] dec6a4c8e0
docs: add brenner8023 as a contributor for infra (#263)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-31 22:33:45 +08:00
allcontributors[bot] f038e65066
docs: add LadyChatterleyLover as a contributor for code (#262)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-31 22:30:26 +08:00
zuixinwang 2946111719
docs: Update PULL_REQUEST_TEMPLATE.md (#258)
* chore: Update PULL_REQUEST_TEMPLATE.md

* docs: Update PULL_REQUEST_TEMPLATE.md
2023-05-31 22:26:26 +08:00
Kagol e91aa22a9d
fix(date-picker): fix date-picker clear icon style (#260) 2023-05-31 14:32:48 +08:00
ajaxzheng ee759b2a5f
fix(tinyvue): 同步内部代码,并修改grid组件再vue2下报错问题 (#254) 2023-05-29 09:25:32 +08:00
GaoNeng 8cf6d4adaa
Refactor: 重构cli (#238)
* refactor: 重构shared/utils

* fix: 修复shared/utils类型错误

* refactor: 重构cli
2023-05-25 14:40:25 +08:00
Kagol b319be37ef
docs: update contributors 2023-05-25 14:39:53 +08:00
Kagol 886499bbec
fix: fix some XDesign bug 2023-05-25 14:26:49 +08:00
ajaxzheng 0e095efd32
fix(runtime-build) 修复运行打包构建产物缺少组件问题 (#250) 2023-05-22 09:14:40 +08:00
peter G b5ee981110
refactor: A constructor name should not start with a lowercase letter but a uppercase. (#251)
Co-authored-by: guoxudong06 <guoxudong06@meituan.com>
2023-05-21 09:40:11 +08:00
GaoNeng bad8c0daa6
Refactor: 重构cli (#238)
* refactor: 重构shared/utils

* fix: 修复shared/utils类型错误

* refactor: 重构cli
2023-05-20 20:25:21 +08:00
allcontributors[bot] 9f2fd3d0c8
docs: add zuixinwang as a contributor for code (#249)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-20 12:25:16 +08:00
allcontributors[bot] 17a7bdf0ca
docs: add Huangyilin19 as a contributor for code (#248)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-20 12:21:40 +08:00
allcontributors[bot] 8c032bc656
docs: add qinwencheng as a contributor for code (#247)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-20 12:20:37 +08:00
allcontributors[bot] e52f7c5d9f
docs: add MrWang2016 as a contributor for code (#246)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-20 12:19:38 +08:00
allcontributors[bot] 158325180b
docs: add ygj6 as a contributor for code (#245)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-20 12:17:14 +08:00
allcontributors[bot] eef60dcf60
docs: add acyza as a contributor for code (#244)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-20 12:14:57 +08:00
Kagol e91e659d6e
docs: update contributors 2023-05-20 12:03:34 +08:00
Kagol 663e8fc65d
chore: add label ci (#243) 2023-05-19 07:03:28 +08:00
zzcr 034cf3ce51
fix(build) 修改版本号 2023-05-18 07:16:38 -07:00
zzcr 8cb490cf50
fix(build) 按需加载插件支持屏蔽mobile-first模板 2023-05-18 07:13:09 -07:00
zzcr e39bb91bfd
Merge branch 'dev' of github.com:opentiny/tiny-vue into fix-bug-0518 2023-05-18 07:01:23 -07:00
Kagol 766874c0b7
fix: fix npm publish 402 error (#241) 2023-05-18 21:49:33 +08:00
ajaxzheng ae9b7fe9b2
fix(build) 修复grid、pager组件bug (#240)
* fix(build) 修复grid、pager组件bug

* fix(build) 更新版本号
2023-05-18 21:30:10 +08:00
zzcr 63d58bfac0
fix(build) 更新版本号 2023-05-18 06:24:53 -07:00
zzcr 31ff849040
fix(build) 修复grid、pager组件bug 2023-05-18 05:34:12 -07:00
zzcr b17660f055
Merge branch 'dev' of github.com:opentiny/tiny-vue into fix-upload-0505 2023-05-18 02:11:18 -07:00
Kagol dfc1bb3fe4
feat: add XDesign 2023-05-18 16:57:25 +08:00
allcontributors[bot] 42cd6d084d
docs: add GaoNeng-wWw as a contributor for code (#234)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Kagol <kagol@sina.com>
2023-05-16 09:35:14 +08:00
allcontributors[bot] 063cee1fd9
docs: add WXC-Spring as a contributor for code (#233)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-16 09:31:42 +08:00
GaoNeng adc9c1bf86
doc: 修改文档示例 (#224) 2023-05-14 17:38:47 +08:00
allcontributors[bot] 6ca421b964
docs: add MomoPoppy as a contributor for code (#231)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-14 17:16:37 +08:00
allcontributors[bot] 4df3f697b5
docs: add shenjunjian as a contributor for code (#230)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-14 17:15:45 +08:00
allcontributors[bot] 7b4cffa257
docs: add yuanningning as a contributor for code (#229)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-14 17:14:30 +08:00
allcontributors[bot] 0a6f21403e
docs: add rayhaoqin as a contributor for code (#228)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-05-14 17:13:19 +08:00