Commit Graph

11 Commits

Author SHA1 Message Date
ajaxzheng c7618314f2
fix(mobile-first): fix mobile-first components bugs (#1426) 2024-02-26 09:30:53 +08:00
ajaxzheng fb4761568a
feat(react): optimize react file structure (#1099) 2023-12-11 19:10:04 +08:00
ajaxzheng 4004ecd3b3
fix(eslint): fix eslint error (#935) 2023-11-25 18:22:18 +08:00
Kagol 8558864f97
feat(react): js to ts (#733) 2023-11-05 11:04:25 +08:00
ajaxzheng 7dd22db4a1
feat: sync site code (#613) 2023-10-23 10:53:42 +08:00
Mr.栋 5770e6c068
feat(react): add mobile mode in tiny react alert (#550)
* feat(react): add mobile mode in tiny react alert

* feat(react): adjust indent spaces to 2
2023-10-10 16:06:55 +08:00
Mr.栋 c380deb313
feat(react): add badge comp with mobile & pc mode (#566) 2023-10-09 20:32:09 +08:00
Mr.栋 d52433534e
feat(react): add switch comp with mobile & pc mode (#565) 2023-10-09 20:30:13 +08:00
Zz-ZzzZ 07c2230616
docs(README): correct misspellings (#561) 2023-10-08 15:55:36 +08:00
Mr.栋 b7e730f3d3
feat(react): 添加贡献文档,readme 改名为 README (#538) 2023-10-07 15:18:29 +08: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