ClarkXia
|
34659a428e
|
chore: update types
|
2024-07-25 11:43:12 +08:00 |
ClarkXia
|
5a15fac778
|
feat: plugin react-query
|
2024-07-09 15:11:58 +08:00 |
ClarkXia
|
2837d34b55
|
feat: init plugin-react-query
|
2024-07-09 13:47:10 +08:00 |
ClarkXia
|
485ed4a1ac
|
chore: update ci action of pnpm (#6938)
|
2024-07-08 15:17:47 +08:00 |
ClarkXia
|
1c3f6ae392
|
Merge pull request #6912 from alibaba/release/next
Release 3.4.10
|
2024-06-26 13:35:04 +08:00 |
ClarkXia
|
2616c68325
|
chore: update versions (#6906)
|
2024-06-26 10:28:56 +08:00 |
ClarkXia
|
de66896321
|
docs: update the demo code of customize script (#6918)
|
2024-06-20 14:02:24 +08:00 |
ClarkXia
|
80bf9e2352
|
Merge branch 'master' into release/next
|
2024-06-19 11:38:12 +08:00 |
ClarkXia
|
15c8200f60
|
Feat: unnecessary to compile routes config for server render (#6856)
* fix: unnecessary to compile routes config for server render
* chore: format ejs template
* feat: support build fallback entry
* chore: add test case for fallback entry
* chore: update lock
* chore: changeset
* chore: lint
* chore: lint
* chore: remove console log
* fix: merge conflict
* fix: undefined assign
|
2024-06-17 16:24:57 +08:00 |
tkgkn
|
41498f020d
|
docs: update ice3 doc about ice2 main app and ice3 sub app (#6905)
|
2024-06-13 13:36:49 +08:00 |
ClarkXia
|
d073ee5ade
|
feat: externals plugin for external dependencies mush easier (#6892)
* feat: externals plugin for external dependencies mush easier
* fix: optimize code
* fix: optimize code
* fix: example preset react
---------
Co-authored-by: ZeroLing <i@zeroling.com>
|
2024-06-13 13:36:25 +08:00 |
dependabot[bot]
|
bd2347a92e
|
chore(deps): bump ejs from 3.1.8 to 3.1.10 (#6877)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases)
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10)
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-11 11:42:29 +08:00 |
ClarkXia
|
8780bc8269
|
Fix: compat with the navigator language return with underslash (#6907)
* fix: compat with the naviator language return with underslash
* Update CHANGELOG.md
|
2024-06-05 12:22:08 +08:00 |
luhc228
|
9926faae88
|
feat: add es2021 target (#6899)
* feat: add es2021 target
* chore: add lint ignore
* fix: not define main field in exports field
* chore: changeset
|
2024-06-05 10:24:10 +08:00 |
ClarkXia
|
69c0f5a0a7
|
fix: add export of useAsyncValue in single route mode (#6903)
|
2024-06-04 13:30:45 +08:00 |
ClarkXia
|
18c7e3eb07
|
Merge pull request #6890 from alibaba/release/next
Release 3.4.9
|
2024-05-30 10:30:50 +08:00 |
ClarkXia
|
8ebd64e04e
|
chore: update versions (#6884)
|
2024-05-30 10:08:41 +08:00 |
ClarkXia
|
d06826ef98
|
feat: support get locale messages from global (#6898)
* feat: support get locale messages from global
* fix: support option of useCDN
|
2024-05-29 17:16:08 +08:00 |
ClarkXia
|
b808156b8c
|
feat: support open specified route and list all avaiable routes (#6893)
|
2024-05-29 17:15:40 +08:00 |
Linbudu
|
a31c5eb730
|
Merge pull request #6878 from alibaba/feat/rax_compat_props_lowercase
Compat for legacy camelcase props
|
2024-05-21 16:33:38 +08:00 |
ClarkXia
|
570205a8ac
|
chore: add changset for plugin-request (#6889)
|
2024-05-21 16:21:43 +08:00 |
Homyee King
|
4865124254
|
fix(plugin-request): default type for TParams (#6885)
|
2024-05-21 16:17:48 +08:00 |
linbudu599
|
065e68d59c
|
fix(rax-compat): fixup tests
|
2024-05-21 10:40:01 +08:00 |
linbudu599
|
4866d0c3ab
|
feat(rax-compat): remove props handle
|
2024-05-21 10:03:43 +08:00 |
linbudu599
|
d98202a983
|
Merge branch 'release/next' of https://github.com/alibaba/ice into feat/rax_compat_props_lowercase
|
2024-05-21 10:02:33 +08:00 |
linbudu599
|
9c3d92c403
|
Merge branch 'master' of https://github.com/alibaba/ice into feat/rax_compat_props_lowercase
|
2024-05-16 17:28:00 +08:00 |
ClarkXia
|
4c9456fcd4
|
feat: export useAsyncData for component Await (#6882)
|
2024-05-13 15:14:31 +08:00 |
linbudu599
|
fdcb3655ec
|
feat(rax-compat): add test cases
|
2024-05-10 10:13:51 +08:00 |
ClarkXia
|
bccc7db173
|
Fix: use jsx-dev-runtime when development (#6883)
* fix: use jsx-dev-runtime when development
* chore: import path
|
2024-05-09 17:16:14 +08:00 |
ClarkXia
|
280b290fd6
|
Merge pull request #6881 from alibaba/release/next
Release 3.4.8
|
2024-05-07 13:29:53 +08:00 |
ClarkXia
|
61ed9f03cc
|
chore: update versions (#6873)
|
2024-05-07 10:43:16 +08:00 |
ClarkXia
|
433e275354
|
chore: fix compile error
|
2024-05-07 10:16:44 +08:00 |
ClarkXia
|
ecbda63fd7
|
Merge branch 'master' into release/next
|
2024-05-07 10:06:17 +08:00 |
ClarkXia
|
e4a32686c6
|
Feat: support options for compilationConfig (#6880)
* feat: support options for compilationConfig
* fix: update plugin rax compat
* chore: lint
|
2024-05-07 09:59:43 +08:00 |
ClarkXia
|
e858a52280
|
fix: support https in speedup mode (#6879)
|
2024-05-07 09:51:40 +08:00 |
ClarkXia
|
e78c7d22cf
|
fix: single route mismatch warning for development (#6870)
|
2024-05-07 09:48:45 +08:00 |
ClarkXia
|
a805fa9562
|
fix: minify config of swc (#6871)
|
2024-05-06 19:25:42 +08:00 |
ClarkXia
|
11a87dc6e5
|
feat: support split page chunk in cjs format (#6843)
* feat: support spilt page chunk in cjs format
* fix: escape route path
* fix: multipile entry for server compile
* chore: changelog
|
2024-05-06 17:22:33 +08:00 |
linbudu599
|
a5430aa7ee
|
feat(rax-compat): lowercase props compat
|
2024-05-06 10:45:45 +08:00 |
linbudu599
|
60ed0e11d2
|
feat(rax-compat): lowercase props compat
|
2024-05-06 10:42:58 +08:00 |
ClarkXia
|
7bd238ad49
|
chore: lint
|
2024-05-06 10:13:14 +08:00 |
ClarkXia
|
8dada9b6cd
|
Feat: plugin for intl (#6863)
* feat: plugin for intl
* chore: readme
* chore: changelog
* Update runtime.tsx
* Update README.md
* feat: support intl in server
|
2024-05-06 09:56:22 +08:00 |
ClarkXia
|
8fd6343a59
|
Fix: serverDataLoader is not work when dataLoader is not defined (#6875)
* fix: serverDataLoader is not work when dataLoader is not defined
* fix: condition
|
2024-04-29 10:49:16 +08:00 |
ClarkXia
|
5c40dc9328
|
fix: do not remove request config of dataLoader compilation (#6869)
|
2024-04-25 17:15:12 +08:00 |
ClarkXia
|
5e3bed358e
|
Merge pull request #6855 from alibaba/release/next
Release 3.4.7
|
2024-04-22 14:14:54 +08:00 |
ClarkXia
|
9f5c785bdd
|
chore: update versions (#6859)
|
2024-04-22 10:22:06 +08:00 |
ClarkXia
|
ac3595270d
|
fix: optimize loader function of route (#6864)
|
2024-04-17 17:14:53 +08:00 |
ClarkXia
|
d5c378b684
|
Fix: reduce bundle size by remove runtime module (#6850)
* fix: optimize runtime size
* chore: changeset
* chore: changeset
* Delete .changeset/late-dryers-invent.md
|
2024-04-15 15:15:05 +08:00 |
ClarkXia
|
46c1d24f2d
|
fix: remove deprecated api of addTargetExport (#6861)
|
2024-04-12 13:35:11 +08:00 |
ClarkXia
|
012dbfda05
|
chore: remove useless code (#6860)
|
2024-04-10 10:23:09 +08:00 |