Commit Graph

139 Commits

Author SHA1 Message Date
xiaohuoni c8d0ef933c fix: inula use workspace 2024-01-30 16:48:33 +08:00
xiaohuoni a3f7709c90 fix: build scripts error 2024-01-30 15:49:21 +08:00
xiaohuoni 7f4eae3127 fix: eslint error 2024-01-30 11:37:51 +08:00
13659257719 22b05d908a Merge branch 'master' of https://gitee.com/openInula/inula 2024-01-24 15:23:35 +08:00
13659257719 0903248e2f fix(request): 优化请求参数使用体验和解决 URL 拼接问题 2024-01-24 15:23:16 +08:00
13659257719 80e22da1ec fix(request): 优化请求参数使用体验和解决 URL 拼接问题 2024-01-24 15:22:55 +08:00
Hoikan 7c126dd857 Merge branch 'master' of gitee.com:openInula/inula into master
Signed-off-by: Hoikan <408255371@qq.com>
2024-01-17 08:02:53 +00:00
huangxuan 6dc8d0fcfa
chore: 格式化代码,inula-core ut更换路径 2024-01-11 20:19:01 +08:00
openInula-robot 0ac8ab0b6c
!112 chore: 配置githook格式化提交和校验commitMsg
Merge pull request !112 from xuan/main
2024-01-11 10:44:38 +00:00
huangxuan cb01814a27
fix(core): 删除无用代码 2024-01-11 17:55:48 +08:00
huangxuan b0f765f798
chore: 配置githook格式化提交和校验commitMsg 2024-01-11 17:23:29 +08:00
haiqin e336483157 fix: revert in not complete 2024-01-09 14:53:34 +08:00
haiqin c9bb4c07de chore: fix conflict 2024-01-08 11:53:10 +08:00
haiqin b4bbd146e8 build: add esm format 2024-01-08 11:49:49 +08:00
openInula-robot 74a54ceb61
!109 修复Suspense fallback中的组件发生更新时报错
Merge pull request !109 from Hoikan/master
2024-01-02 07:42:56 +00:00
haiqin 95f658a6e5 fix: fix test 2024-01-02 15:37:40 +08:00
haiqin f4d21f69a4 fix: fix test 2024-01-02 15:35:19 +08:00
haiqin 444b73f7ec fix: update got error in <Suspense /> fallback 2024-01-02 15:02:11 +08:00
13659257719 3bebf5280e [all]<feat> 版本号升级 2023-12-25 11:36:02 +08:00
13659257719 9a53bbbe54 [intl][create]<feat> 版本号升级 2023-12-19 11:23:44 +08:00
openInula-robot 75bed609fe
!103 [inulax] isSame比较方法问题修复
Merge pull request !103 from xuan/main
2023-12-07 01:23:58 +00:00
huangxuan 955b2cb574
[inulax] isSame比较方法问题修复 2023-12-06 16:06:26 +08:00
wangyu fb3180f2f2 modified: babel.config.js
modified:   example/App.tsx
	modified:   example/index.tsx
	modified:   index.ts
	modified:   package.json
	modified:   src/parser/Lexer.ts
	modified:   src/parser/mappingRule.ts
	modified:   src/parser/parseMappingRule.ts
	modified:   src/parser/parser.ts
	modified:   src/types/types.ts
	modified:   tsconfig.json
2023-12-06 15:37:37 +08:00
wangyu 925a6de0e2 add 2023-12-06 15:30:02 +08:00
13659257719 ee784d80cd [all]<feat> 版本号升级 2023-12-06 09:47:08 +08:00
13659257719 4785c3092c [inula-router]<feat> 版本号升级 2023-12-06 09:45:22 +08:00
13659257719 706a904856 [inula-router]<feat> 版本号升级 2023-12-06 09:21:24 +08:00
13659257719 e5598c4405 [inula]<bugfix> 构建问题修复 2023-12-05 20:05:28 +08:00
openInula-robot 7076320eaa
!98 inula,inulax,inula-router 累计问题修复
Merge pull request !98 from xuan/main
2023-12-05 12:00:39 +00:00
huangxuan e31cf7295d
inulax createStore,dispatch API兼容redux 2023-12-05 19:57:54 +08:00
13659257719 bbabd5e8a5 [inula-request]<feat> 优化取消请求体验 2023-12-05 19:57:54 +08:00
huangxuan 22036bc75d
Dom上键值增加随机字符 2023-12-05 19:57:07 +08:00
huangxuan 0022a6b55a
修复StrictMode组件导致子组件状态丢失的问题 2023-12-05 19:56:05 +08:00
huangxuan 5b0ed0a5aa
修复Fragment组件设置key不生效的问题 2023-12-05 19:54:55 +08:00
huangxuan cb7063ad82
revert merge request 2023-12-05 19:53:56 +08:00
13659257719 445e9e7757 [inula-request]<feat> 支持解析 params 参数中 value 为数组的场景 2023-12-05 19:48:12 +08:00
13659257719 706c98c7a0 [inula-request]<bugfix> 请求组件类型导出优化 2023-12-05 19:38:17 +08:00
huangxuan b587af88b5
package.json兼容webpack5 2023-12-01 16:18:03 +08:00
huangxuan 1f0dbaa180
inula-router问题修复及优化 2023-12-01 15:44:59 +08:00
HoikanChen eda41a98a6 [create-inula]<fix>明确node版本 & 项目名优化 2023-12-01 15:16:49 +08:00
openInula-robot a582641879
!92 [create-inula]<feat> 脚手架新增响应式模板
Merge pull request !92 from 涂旭辉/master
2023-12-01 06:41:49 +00:00
13659257719 45ebc9b97d [create-inula]<feat> 新增响应式 API 模板 2023-12-01 14:40:05 +08:00
13659257719 cfd55220f8 [create-inula]<feat> 新增响应式 API 模板 2023-12-01 12:15:24 +08:00
c00364821 ca3addf9fe 解决portal root入栈顺序问题 2023-12-01 11:28:50 +08:00
c00364821 530fb24289 Merge branch 'master' of gitee.com:openInula/inula 2023-12-01 11:07:17 +08:00
openInula-robot 0dff459fcb
!90 [all] 版本号更新 & 问题修复
Merge pull request !90 from 涂旭辉/master
2023-12-01 02:48:16 +00:00
c00364821 3c99146193 【core】portal事件绑定 2023-12-01 10:44:38 +08:00
13659257719 503577d4c1 [inula-intl]<feat> 版本更新 2023-12-01 10:44:35 +08:00
13659257719 43f96b74e1 [inula-request]<feat> 版本更新 2023-12-01 10:44:14 +08:00
13659257719 a34c7d6c02 [inula-request]<bugfix> 修复 useIR 依赖多份 openinula 报错问题 2023-12-01 10:42:32 +08:00