Commit Graph

3209 Commits

Author SHA1 Message Date
ClarkXia e5edb831a4 chore: changelog 2024-07-31 10:32:49 +08:00
ClarkXia d775cdbc29 Merge branch 'release/next' into fix/optimize-route-config 2024-07-30 19:08:55 +08:00
ClarkXia 60e8e5d6b2
Merge pull request #6954 from alibaba/release/next
Release
2024-07-25 10:42:23 +08:00
ClarkXia 2199147b04
chore: update versions (#6939) 2024-07-25 10:27:46 +08:00
ClarkXia 2626dcdcb0
feat: support the simple solution of intl (#6953) 2024-07-25 10:10:02 +08:00
wrongThing a7b779161a
Fix: use request type error, adjust type definition for consistency (#6946) 2024-07-18 10:04:45 +08:00
ClarkXia 4b465456d6 fix: ts type 2024-07-12 10:02:53 +08:00
ClarkXia 8aa692864f feat: support remove asset mainfest in entry file 2024-07-11 20:25:36 +08:00
ClarkXia 7ca553dfce Merge branch 'master' into release/next 2024-07-11 10:15:36 +08:00
ClarkXia a8788f95a9 fix: optimize code 2024-07-10 18:03:36 +08:00
ClarkXia a305920aca fix: optimize the route code generated by framework 2024-07-10 17:37:15 +08:00
ClarkXia 28f670a518
docs: update the links which has expired (#6936) 2024-07-09 11:38:51 +08:00
ClarkXia 7992d40579
Fix: throw error for better debugging (#6927)
* fix: throw error for better debugging

* chore: test
2024-07-09 11:37:59 +08:00
ClarkXia aaea501d8f
fix: allow decorators-legacy syntax in js file (#6935) 2024-07-08 19:29:54 +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