ice/packages/runtime
ClarkXia 8e27933423
feat: add SuspenseWrappers to Runtime (#7131) (#7134)
* feat: add SuspenseWrappers to Runtime (#7131)

* feat: add SuspenseWrappers to Runtime

* chore(runtime): format code

* fix(runtime): Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix(runtime): remove redundant composeSuspenseWrappers function

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: update versions (#7133)

* chore: update versions

* Remove 3.6.6 entry from CHANGELOG

Removed version 3.6.6 entry from CHANGELOG.

* Update package.json

* Update CHANGELOG.md

* Downgrade version from 1.1.7 to 1.1.6

* Remove changelog entry for version 1.2.7

Removed version 1.2.7 entry from changelog.

* Update package.json

* Update CHANGELOG.md

* Update package.json

* Update package.json

* Update package.json

* Update pnpm-lock.yaml

---------

Co-authored-by: Mixiu <112144929+riopop@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-27 16:05:42 +08:00
..
scripts chore: add version check (#6240) 2023-05-16 18:15:09 +08:00
src feat: add SuspenseWrappers to Runtime (#7131) (#7134) 2025-08-27 16:05:42 +08:00
tests Fix: throw error for better debugging (#6927) 2024-07-09 11:37:59 +08:00
CHANGELOG.md feat: add SuspenseWrappers to Runtime (#7131) (#7134) 2025-08-27 16:05:42 +08:00
README.md chore: refactor package structrue (#10) 2022-11-14 17:45:35 +08:00
data-loader.d.ts chore: add export type of @ice/runtime (#6846) 2024-04-01 11:02:44 +08:00
document.d.ts Feat: optimize runtime size (#6848) 2024-04-02 16:25:08 +08:00
matchRoutes.d.ts fix: get route assets by route manifest (#6083) 2023-03-23 14:42:16 +08:00
package.json feat: add SuspenseWrappers to Runtime (#7131) (#7134) 2025-08-27 16:05:42 +08:00
router.d.ts Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00
server.d.ts Feat: unnecessary to compile routes config for server render (#6856) 2024-06-17 16:24:57 +08:00
tsconfig.json fix: key unique warning (#296) 2022-11-14 19:44:04 +08:00
types.d.ts Merge branch 'master' into feat/miniapp-native-events 2023-03-28 11:40:52 +08:00

README.md

@ice/runtime

runtime dependencies for webpack framework ice.

@ice/runtime includes almost every runtime dependencies for ice, the dependencies version will be locked to keep the stability of web framework.