ClarkXia
|
189892edad
|
Merge pull request #6984 from alibaba/release/next
Release @ice/app@3.4.12
|
2024-10-08 16:15:39 +08:00 |
ClarkXia
|
3854f80814
|
chore: update versions (#6993)
|
2024-10-08 15:40:08 +08:00 |
ClarkXia
|
b89c1a2b55
|
chore: bump css-module-hash version
|
2024-10-08 15:38:04 +08:00 |
ClarkXia
|
0b4e0ccd6f
|
feat: support more platforms by building targets (#6923)
|
2024-10-08 14:24:45 +08:00 |
dependabot[bot]
|
2ea5138ceb
|
chore(deps): bump path-to-regexp from 6.2.1 to 6.3.0 (#6992)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.1...v6.3.0)
---
updated-dependencies:
- dependency-name: path-to-regexp
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-10-08 11:27:33 +08:00 |
ClarkXia
|
9c22816af3
|
chore: update versions (#6962)
|
2024-08-15 12:35:29 +08:00 |
ClarkXia
|
2199147b04
|
chore: update versions (#6939)
|
2024-07-25 10:27:46 +08:00 |
ClarkXia
|
2616c68325
|
chore: update versions (#6906)
|
2024-06-26 10:28:56 +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 |
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
|
8ebd64e04e
|
chore: update versions (#6884)
|
2024-05-30 10:08:41 +08:00 |
ClarkXia
|
61ed9f03cc
|
chore: update versions (#6873)
|
2024-05-07 10:43:16 +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
|
9f5c785bdd
|
chore: update versions (#6859)
|
2024-04-22 10:22:06 +08:00 |
ClarkXia
|
587e6a5297
|
Merge branch 'master' into release/next
|
2024-04-09 17:56:48 +08:00 |
dependabot[bot]
|
7a5da0ec4e
|
chore(deps-dev): bump vite from 2.9.17 to 2.9.18 (#6852)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.17 to 2.9.18.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.18/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.18/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-04-08 12:16:08 +08:00 |
ClarkXia
|
44ef63fcf1
|
Feat: optimize runtime size (#6848)
* feat: optimize runtime size
* fix: log error instead of throw
* chore: fix test case
* chore: clean up useless params
|
2024-04-02 16:25:08 +08:00 |
dependabot[bot]
|
28b2874188
|
chore(deps-dev): bump express from 4.18.2 to 4.19.2 (#6844)
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)
---
updated-dependencies:
- dependency-name: express
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-29 11:24:04 +08:00 |
dependabot[bot]
|
01e18faa1f
|
chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#6837)
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-03-25 16:50:54 +08:00 |
ClarkXia
|
277518dd7f
|
chore: update versions (#6826)
|
2024-03-20 16:20:41 +08:00 |
Homyee King
|
25c7584326
|
feat: dynamic API (#6831)
* chore: save
* feat: basic dynamic
* feat: export from ice/runtime
* test: with-dynamic
* test(with-dynamic): name export
* feat: use useMounted
* chore: cmt
* chore: up lock file
* chore: use universal-env
* fix: ci
* Revert "chore: use universal-env"
This reverts commit 98f5dff99f.
* chore: optimize logic
|
2024-03-20 14:44:21 +08:00 |
ClarkXia
|
8275f13f81
|
Feat: upgrade pack-binding for new features (#6832)
* feat: upgrade icepack for new features
* chore: changeset
|
2024-03-19 15:00:39 +08:00 |
ClarkXia
|
7ae6af361d
|
chore: update versions (#6820)
|
2024-03-07 11:26:12 +08:00 |
ClarkXia
|
c404b151b8
|
Fix: align the order and content of custom transformer with webpack (#6823)
* fix: align the order and content of custom transformer with webpack
* chore: changelog
|
2024-03-07 11:02:20 +08:00 |
ClarkXia
|
79c32a77d7
|
Feat: optimize theme package injection (#6822)
* feat: optimize theme package injection
* fix: test case
|
2024-03-07 10:04:11 +08:00 |
ClarkXia
|
d4f01b8f6a
|
chore: update versions (#6794)
|
2024-02-26 10:34:50 +08:00 |
ClarkXia
|
591a9abe96
|
Feat: support keepalive without experimental version of react (#6768)
* feat: support keepalive without experimental version of react
* feat: add keep alive example
* fix: optimize code
|
2024-02-20 11:22:19 +08:00 |
ClarkXia
|
45bf24bf3c
|
fix: update rspack version (#6796)
|
2024-02-20 11:22:04 +08:00 |
ClarkXia
|
e0b2eae106
|
feat: use postcss plugin to transform unocss (#6790)
|
2024-02-18 11:57:19 +08:00 |
ClarkXia
|
0d31ab4b04
|
Merge pull request #6775 from alibaba/release/next
Release 3.4.3
|
2024-02-01 10:56:15 +08:00 |
ClarkXia
|
09d95d2dc7
|
chore: update versions (#6757)
|
2024-02-01 10:43:06 +08:00 |
ClarkXia
|
d9e75a022b
|
fix: css module hash is not match (#6777)
|
2024-02-01 10:19:03 +08:00 |
ClarkXia
|
fd44784155
|
Feat: update react-router for new feature (#6764)
* feat: update react-router for new feature
* feat: export new api of react-router
* fix: merge error
|
2024-01-31 16:40:43 +08:00 |
ClarkXia
|
2a99862677
|
fix: update rspack config for version 0.5.1 (#6758)
* fix: update rspack config for version 0.5.1
* fix: bump binding version
|
2024-01-24 14:38:35 +08:00 |
dependabot[bot]
|
cc4c9bc456
|
chore(deps-dev): bump vite from 2.9.15 to 2.9.17 (#6753)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-01-22 18:14:58 +08:00 |
ClarkXia
|
38f7aa08c7
|
chore: update versions (#6740)
|
2024-01-18 14:44:38 +08:00 |
ClarkXia
|
f7dd9fc53b
|
chore: bump unplugin version (#6750)
* chore: bump unplugin version
* chore: remove patch file
|
2024-01-18 13:59:00 +08:00 |
ClarkXia
|
45c61db885
|
Feat: support optimize package import (#6736)
* feat: support optimize package import
* chore: comment
* fix: optimize imports
|
2024-01-18 10:37:35 +08:00 |
ClarkXia
|
b446396b99
|
chore: update versions (#6690)
|
2024-01-04 13:57:53 +08:00 |
ClarkXia
|
420fec8508
|
Fix: pack error when use speedup mode (#6727)
* fix: update rspack version
* fix: changelog
* chore: lint
|
2024-01-04 11:51:35 +08:00 |
ClarkXia
|
3171e6175b
|
fix: use pnpm patch to override packages (#6715)
|
2023-12-29 13:35:45 +08:00 |
dependabot[bot]
|
effee4a75b
|
chore(deps): bump zod from 3.21.4 to 3.22.3 (#6713)
Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.4...v3.22.3)
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-12-25 14:46:51 +08:00 |
ClarkXia
|
98d33e4d94
|
Merge branch 'release/pack' of github.com:alibaba/ice into release/pack
|
2023-12-25 13:31:25 +08:00 |
ClarkXia
|
6fb764adf9
|
fix: lock file
|
2023-12-25 13:28:20 +08:00 |
ClarkXia
|
c7048603c7
|
chore: update versions (#6684)
|
2023-12-25 13:26:16 +08:00 |
ClarkXia
|
0a8ab22739
|
fix: bump the version of rspack (#6712)
|
2023-12-25 12:17:26 +08:00 |
ClarkXia
|
817fa3a971
|
fix: should not include every thing when transform to rspack plugin by unplugin (#6708)
|
2023-12-22 10:28:28 +08:00 |
ClarkXia
|
dd149e51d9
|
fix: use built-in split chunks strategy by default (#6699)
* fix: use built-in split chunks strategy by default
* fix: pre bundle react refresh package
* fix: lint error
|
2023-12-20 11:12:06 +08:00 |