Commit Graph

43 Commits

Author SHA1 Message Date
ajaxzheng 9e1089eed3
docs(sites): optimize docs md (#1034)
* docs(sites): optimeze docs md

* docs(sites): optimeze docs md
2023-12-07 09:33:36 +08:00
ajaxzheng f3d490d10b
feat(vue): update vue version (#955) 2023-11-29 16:29:22 +08:00
ajaxzheng efe14609ce
fix(vite): update Vite version and delete useless package (#892) 2023-11-22 21:03:47 +08:00
gimmyhehe 16066bd9fd
build(internal): build all template when run build:runtime (#895) 2023-11-22 15:14:49 +08:00
gimmyhehe 4ccc2ba1eb
feat(sites): add mobile-first playground (#864) 2023-11-20 10:07:58 +08:00
GaoNeng 64183e2c25
fix: Deserialization problem (#836)
* fix: Deserialization problem

* fix: type error
2023-11-16 14:10:24 +08:00
yoyo da7748a564
fix(internals): fix playwright-config syntax bug (#705) 2023-11-03 18:16:51 +08:00
ajaxzheng a5303d798f
feat: update mobile-first and saas (#702) 2023-10-30 15:13:55 +08:00
yoyo b2b8c9cecf
refactor(test-e2e): the e2e tests in example/site/pc/app support baseURL (#693) 2023-10-30 11:35:02 +08:00
ajaxzheng 06dbb38707
fix color-picker bug and update changelog (#631)
* docs: update release notes (#397)

* fix Playground Page (#399)

* fix(sites): 切换 sites 引用 @opentiny/vue-repl包

* fix(sites): fix Playground Page

* fix(sites): fix (#400)

* feat(release): delete color-picker

* feat(release): delete color-picker

* feat(release): fix grid tips contentMethod

* fix(playground):  fix process.env \ changeVersion \sortablejs  bugs (#422)

* fix(sites): fix grid demo api link jump error url (#421)

* fix(form-demo): add form validateField api demo (#424)

* fix: fix demo import vue-modal; fix playground share (#428)

* fix(playground):  fix process.env \ changeVersion \sortablejs  bugs

* fix:  fix demo import vue-modal; fix playground share

* fix: import Modal (#430)

* fix(select): Fix label not displaying correctly when using optimization attribute in select component (#438)

* fix(search): the enter bug of the search component is fixed (#439)

* feat(release): fix grid watch data

* feat(grid): fix grid custom tooltip

* fix: fix grid pager events

* docs: fix the problem of missing container component style (#453)

* docs(container): fix container composition demos fix #425 (#441)

* docs: remove :::warning

* fix(checkbox): fix checkbox selected icon bug close #450 (#451)

* fix: fix input attrs id

* fix(slider): fix slider range demo bug

* fix: fix when datetime component in dialog-box, the popper scroll away; fix dialog-box (#455)

* fix(mobile-tabbar): fixed a tabbar component switchover issue on the mobile client (#458)

* fix(slider): fix upload destory bug

* fix(smb-theme): smb theme change fix (#469)

* fix(checkbox): fix checkbox group wrap (#467)

* fix(dropdown): Fix the issue of incorrect theme icons for Dropdown components. (#468)

* fix(dropdown-item): (#472)

Fix DropdownItem component clicking to disable menu items but triggering item-click event

* fix(button): button smb theme change fix (#470)

* fix(button): button smb theme change fix

* fix(checkbox-button): smb theme change fix

* fix(playground): fix jump to incorrect demo (#466)

* fix(link): smb theme change fix (#474)

* fix(theme): smb theme change fix (#480)

* fix(grid): fix grid checkbox radio x-design theme

* chore(ts): change code style for import ts type (#511)

* fix(Cascader, DropDown, Popeditor): fixed Cascader component panel not closing when clicked elsewhere (#513)

* fix(popper): fix popper element  offset error in micro-app (#570)

* chore(popper): stop bubbling when parent is fixed

* fix(popper): fix popper element in micro-app

* feat: update code

* Merge branch 'dev' of github.com:opentiny/tiny-vue into release

* fix(docs): add support vue2.7 docs (#630)

* fix(docs): add support vue2.7 docs

* fix: fix version

* fix: fix color-picker error

* docs: update changelog v3.11.0 (#629)

* fix: update site version

---------

Co-authored-by: Kagol <kagol@sina.com>
Co-authored-by: 申君健 <40288193@qq.com>
Co-authored-by: gimmyhehe <975402925@qq.com>
Co-authored-by: MomoPoppy <125256456+MomoPoppy@users.noreply.github.com>
Co-authored-by: chenxi-20 <76168465+chenxi-20@users.noreply.github.com>
Co-authored-by: yoyo <104079404+yoyo201626@users.noreply.github.com>
2023-10-24 15:06:31 +08:00
ajaxzheng 7dd22db4a1
feat: sync site code (#613) 2023-10-23 10:53:42 +08:00
Kagol 8080e95896
chore: support alpha version and fix build error (#600)
* chore: build bundle support alpha version

* fix: fix color-select-panel/rich-text-editor build error

* fix: fix vue2.6 export version not found error
2023-10-19 14:42:01 +08:00
Kif 7746526452
fix:Added version import to component templates (#578) 2023-10-13 16:07:19 +08:00
Kagol 8d2a9a222c
feat: support react and add new components: rich-text-editor/color-picker/divider/calendar-view 2023-10-11 04:04:12 -07:00
Mr.栋 b9aefb73f1
feat(react): merge react-dev to dev (#531)
* 组件库 react 版本的 button 组件实现,0 - 1 实现 react 复用 vue 逻辑 (#341)

* refactor: A constructor name should not start with a lowercase letter but a uppercase.

* feat: 查看样式 less 问题

* feat: react版本 button api 功能实现,移除 lock 文件

* feat: react版本 button api 功能实现,修复 pr 问题

* feat: react版本 button api 功能实现,lock 文件更改

* feat: react版本 button api 功能实现,lock 文件更改

* feat: react版本 button api 功能实现,多余注释删除

---------

Co-authored-by: guoxudong06 <guoxudong06@meituan.com>

* feat: tiny-react event module, imitate vue event system (#405)

* feat: tiny-react props resolver,to get events & attrs from props (#408)

* feat: utils of packages/react-common (#409)

* feat: replacing some rendering logic in jsx with virtual components (#412)

* feat: tiny-react svg render function (#406)

* feat: data responsive core, registering responsive objects through us… (#416)

* feat: data responsive core, registering responsive objects through useReactive

* feat: Modify the passing values of path attributes in the code

* Add a virtual machine like proxy for fiber component nodes (#442)

* feat(react): Add related operations to the fiber tree (#431)

* Add related operations to the fiber tree

* Make some optimizations for fiber operations

* feat: simulate Vue Composite API (#445)

* feat: 添加 tiny-react 的 alert 组件 (#477)

* feat(react): Packaging and building React series components (#493)

* feat: 打包构建 react 系组件

* feat: 打包构建 react 系组件

* feat(react): Fix the React dev development link (#510)

* feat: 修复开发链路

* feat: 修复开发链路

* fix: 修改 scope

* fix: 修复导入后缀

* fix: 修复导入后缀

* fix: tsx 运行报错,改回 jsx

* fix: 打包 react 组件排出 react 运行依赖

* fix: 修复打包无法通过命令参数自定义 npmscope 和版本问题

* feat(react): 在 packages/react 下添加 readme 文件

---------

Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>

* fix(react): Development and debugging environment adjustment (#527)

* fix: 开发链路调整

* fix: react dev 开发命令入口修复

---------

Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>

* feat(react): 添加 react-site api 文档项目 (#528)

Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>

* fix: 打包代码 scope 为 @opentiny 会无限循环替换修复 (#529)

Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>

---------

Co-authored-by: guoxudong06 <guoxudong06@meituan.com>
Co-authored-by: Mr.栋子 <guoxiaodong@MrdongzideMacBook-Pro.local>
2023-09-28 19:39:05 +08:00
Caesar-ch efbe7a6fbf
feat(rich-text-editor): add vue2 support (#483)
* feat(rich-text-editor): add version compatibility

* feat(rich-text-editor): update resolve path

* feat(rich-text-editor): update resolve path
2023-09-21 13:49:06 +08:00
Kagol c1d78fda3b
fix: fix packages/vue/package.json format error when execute pnpm dev or pnpm build:ui command (#387) 2023-08-16 11:25:00 +08:00
Kagol d6264f9e68
fix: fix ts declaration error when execute pnpm build:ui vue command (#386) 2023-08-14 16:33:19 +08:00
Kagol 164afb23e4
feat: add dialog-select and refactor sites (#378) 2023-08-11 16:40:06 +08:00
zzcr d7a6a2150e
fix(icon): 修复icon图标显示异常问题 2023-06-29 02:29:19 -07:00
zzcr df96e16427
feat(TinyVue): 同步内部代码,新特性添加和bug修复 2023-06-29 00:41:18 -07:00
zuixinwang 608aa043c5
fix(cli): template path resolve error after built (#279)
fix #267
2023-06-12 10:59:33 +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
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
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
GaoNeng bad8c0daa6
Refactor: 重构cli (#238)
* refactor: 重构shared/utils

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

* refactor: 重构cli
2023-05-20 20:25:21 +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
Kagol dfc1bb3fe4
feat: add XDesign 2023-05-18 16:57:25 +08:00
ajaxzheng 4d448833e0
fix(runtime-build) 修复:运行时多入口打包会抽取公共依赖,导致加载报错 (#191) 2023-05-05 18:15:21 +08:00
ajaxzheng afb447d73f
fix(build runtime) 修复打包运行时报错问题 (#185)
* fix(build runtime) 修复打包运行时报错问题

* fix(build runtime) 删除多余注释

* fix(build runtime) 优化代码缩进和逻辑
2023-05-04 14:53:59 +08:00
申君健 8165b75712
fix(build:runtime): 修复打包runtime产物的脚本 (#183) 2023-04-28 11:35:49 +08:00
ajaxzheng 582fa0df84
修复build:ui打包出来的产物有问题bug,修复input组件本地开发报警告bug (#150)
* fix(grid): 修复cropperjs依赖超期的问题

* fix(build): 修复打包文件出错问题

* fix(input): 修复input组件本地开发报警告问题
2023-04-19 14:29:35 +08:00
程序员包子 abd16d855b
fix: 修复windows下pnpm install rm rf not found (#149) 2023-04-19 14:24:49 +08:00
acyza 3f0adf5dbe
fix pnpm build:ui (#116) 2023-04-15 11:30:07 +08:00
Kagol 2741062003
fix: fix conflict (#135)
Co-authored-by: OpenTiny <opentiny@sina.com>
2023-04-13 20:41:25 +08:00
Kagol 442a6e9ff7
fix: fix build error (#119) 2023-04-08 16:41:25 +08:00
ajaxzheng f21d114a45
修复打包,发布报错等问题,调整类型声明等问题 (#108)
* fix(tiny-loading): 修复loading组件在vue2.0版本报错bug

* fix(build):  修复打包报错

* feat(build): 添加vue2和vue3版本发布脚本

* fix(build):修复svg图标打包失败bug

* fix(build): 修复icon打包失败问题

* fix(build): 修复icon打包失败问题

* fix(build): svg图标也添加类型声明

* fix(build): 修改package.json 包名

* fix(type): 修复form等组件类型声明文件生成失败问题

* fix(type): 修复common和locale类型声明文件生成失败问题

* fix(type): 修复less没有转化成功地问题

* fix(type): 修复icon文件名称后缀错误,修复echarts依赖丢失问题

* fix(type): 修复类型声明文件生成错误bug

* fix(type): 修复file-upload组件缺少streamsaver依赖问题

* fix(type): 修复@better-scroll没有排除导致报错问题

* fix(type): 修复scrollbar打包报错问题

* fix(type): 修复grid-toolbar报错问题

* fix(type): 修复icon打包后使用报错的问题

* fix(build): 重构入口文件生成方法

* fix(type): renderless工程添加release脚本

* fix(type): 修复组件运行时报错

* fix(type): 修复组件运行时报错

* fix(type): 修复主入口package.json

* fix(type): 修复chart入口package.json

* fix(type): 修复loading组件类型声明报错问题

* fix(type): 添加声明文件配置

* fix(type): 修复vue2打包内联模块名称重复导致报错问题
2023-04-06 17:01:16 +08:00
Kagol df4a5d1296
Refactor project to Monorepo and TypeScript (#90)
* fix(tiny-vue): TinyVue工程momorepo改造[WI2029]

Match-id-2e9669527b4f9d10ba441ea7a204dc1627ab0420

* fix(tiny-vue): TinyVue工程momorepo改造[WI2029]

Match-id-a3c037ae0147e6ef27df417b09fff18d548a5fa7

* fix(tiny-vue): 修改license[WI2029]

Match-id-646d905fcfedf0b9ceb147d9ce288916e3c78c45

* fix(tiny-vue): 修改package.json[WI2029]

Match-id-8e0d6161964178ca68ee111f3bb0c60e27d9f3e0

* fix: fix conflict

---------

Co-authored-by: OpenTiny <opentiny@sina.com>
2023-03-28 20:37:18 +08:00