renlirong
|
c901b953c5
|
feat: inula code generator
|
2024-10-14 19:23:14 +08:00 |
huangxuan
|
ecaaacb812
|
fix(inulax): 修复嵌套使用connect的错误
|
2024-04-07 09:34:36 +08:00 |
huangxuan
|
6688cde7ab
|
fix(inulax): 修复动态组件死循环
|
2024-04-02 14:57:50 +08:00 |
huangxuan
|
0375ed95fc
|
fix(core): 修复antd Tree组件报错
|
2024-04-02 11:08:16 +08:00 |
huangxuan
|
4a825cec88
|
fix(inulax): 修复状态管理器触发类组件重新渲染,shouldComponentUpdate不生效的问题
|
2024-04-02 11:02:48 +08:00 |
huangxuan
|
aa4984f997
|
feat(router): 修复HashRouter push与当前页面相同的URL时页面不刷新的问题
|
2024-04-02 10:53:25 +08:00 |
huangxuan
|
78f4bce57c
|
fix(router): inula-router路由匹配规则兼容react-router;HashHistory hash格式不合法时重定向至合法URL
|
2024-04-02 10:52:22 +08:00 |
huangxuan
|
ebfe1eceb9
|
feat(core): 限制dangerouslySetInnerHTML API生效的条件,减少XSS攻击面
|
2024-04-02 10:47:31 +08:00 |
huangxuan
|
ec34490202
|
feat(core): 导出version,兼容mobx
|
2024-04-02 09:51:58 +08:00 |
xuan
|
eb5cb8237b
|
!165 fix(core): 修复css变量为undefined是仍然被渲染的错误
* chore: bump jest to 29.7.0
* fix(core): 修复css变量为undefined是仍然被渲染的错误
|
2024-03-13 07:11:16 +00:00 |
stevending1st
|
3ad82f5fe4
|
!142 fix(createInula): Repair the address of the official website
* fix(createInula): Repair the address of the official website
|
2024-02-17 06:43:25 +00:00 |
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 |