Commit Graph

3297 Commits

Author SHA1 Message Date
Linbudu f926df2bc2
fix: fix doc content (#6669) 2023-11-29 11:39:41 +08:00
Linbudu c73fbab83e
Merge pull request #6674 from alibaba/fix/fix_default_document
fix: fix default document import
2023-11-29 10:35:25 +08:00
linbudu599 818ae15213 fix: fix default document import 2023-11-28 16:51:19 +08:00
ClarkXia 92157d8906 chore: fix lock 2023-11-24 15:05:33 +08:00
ChenSheng 30897a45cd
fix: bump latest version of caniuse-lite (#6647) 2023-11-24 15:03:00 +08:00
染陌同学 b8a6f9b8b8
feat: support pre render ssr (#6659)
* feat: support pre render ssr

* chore: modify global to window

* chore: deal with lint

* chore: add type

* chore: remove console

* feat: get assets

* chore: modify concat

* chore: add changeset

* fix: fix lint warning
2023-11-22 23:19:15 -08:00
Linbudu 508d893bc6
Merge pull request #6643 from alibaba/feat/rax_compat_default_export_support
Default export support for rax-compat
2023-11-23 14:23:01 +08:00
ClarkXia f39d3a643a Merge branch 'release/pack' of github.com:alibaba/ice into release/pack 2023-11-23 11:17:52 +08:00
ClarkXia 617484237f
feat: pre-pack bundler (#6601)
* chore: bump rspack version

* fix: bump rspack version

* feat: pre bundle rspack/core

* fix: pre bundle

* fix: import path in esm
2023-11-23 11:16:08 +08:00
ClarkXia 4aea12e482 Merge branch 'master' into release/next 2023-11-21 15:05:07 +08:00
染陌同学 5d85418890
chore: remove switch of firstchunk (#6638)
* chore: remove switch of firstchunk

* chore: add changeset

* feat: add export and modify example
2023-11-16 01:39:09 -08:00
linbudu599 60dd2081dc feat: complete export file path 2023-11-15 14:24:58 +08:00
linbudu599 1bf4d424c4 feat: use namespace re-export 2023-11-14 14:55:55 +08:00
ClarkXia 636ea8f2ee
chore: update versions (#6650) 2023-11-14 14:25:11 +08:00
ClarkXia 58d8cb8069
fix: re-order tranform plugins (#6649) 2023-11-14 13:57:15 +08:00
ClarkXia a0df6fa108
chore: update versions (#6648) 2023-11-13 15:15:23 +08:00
水澜 0953dece97
hotFix: unsupported syntax in dataLoader (#6646)
* fix: unsupported syntax judgment

* chore: add changelog
2023-11-13 15:07:52 +08:00
dependabot[bot] 86964a7e43
chore(deps-dev): bump vite from 2.9.15 to 2.9.16 (#6644)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.15 to 2.9.16.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.16/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.16/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>
2023-11-13 11:46:40 +08:00
ClarkXia 148e8abdb9
Merge pull request #6617 from alibaba/release/next
* feat: support first chunk cache (#6607)

* feat: support first chunk cache

* chore: remove cacheFirstChunk

* chore: modify fcc comment

* feat: add FirstChunkCache function

* feat: add first chunk demo

* chore: modify example

* chore: update lock

* chore: update package

* fix: support transform plugin in speedup mode (#6615)

* fix: support tranform plugin in speedup mode

* chore: lint

* chore: remove log

* chore: modify file name (#6619)

* chore: modify file name

* chore: modify lock

* fix: data loader output (#6622)

* fix: data loader output

* fix: check support let first

* chore: add changelog

* fix(@ice/app): requireHook in createService (#6633)

* fix: assets rule in speedup mode (#6632)

* fix: do not minify assets in public by default (#6631)

* chore: update versions (#6618)

---------

Co-authored-by: 染陌同学 <answershuto@gmail.com>
Co-authored-by: 水澜 <shuilan.cj@taobao.com>
Co-authored-by: Linbudu <48507806+linbudu599@users.noreply.github.com>
2023-11-13 11:16:22 +08:00
linbudu599 834e99343c Merge branch 'release/next' of https://github.com/alibaba/ice into feat/rax_compat_default_export_support 2023-11-13 10:45:37 +08:00
ClarkXia 1b7ba15b0d
chore: update versions (#6618) 2023-11-09 10:03:06 +08:00
ClarkXia 52eb7a4077
fix: do not minify assets in public by default (#6631) 2023-11-08 10:27:50 +08:00
ClarkXia e678188efa
fix: assets rule in speedup mode (#6632) 2023-11-08 10:27:29 +08:00
Linbudu b28118d337
fix(@ice/app): requireHook in createService (#6633) 2023-11-07 16:16:12 +08:00
水澜 4a7340afa6
fix: data loader output (#6622)
* fix: data loader output

* fix: check support let first

* chore: add changelog
2023-11-06 10:37:21 +08:00
染陌同学 61624f16c2
chore: modify file name (#6619)
* chore: modify file name

* chore: modify lock
2023-11-01 07:55:32 -07:00
ClarkXia d4aaa5806b
fix: support transform plugin in speedup mode (#6615)
* fix: support tranform plugin in speedup mode

* chore: lint

* chore: remove log
2023-11-01 10:08:29 +08:00
染陌同学 81849becf8
feat: support first chunk cache (#6607)
* feat: support first chunk cache

* chore: remove cacheFirstChunk

* chore: modify fcc comment

* feat: add FirstChunkCache function

* feat: add first chunk demo

* chore: modify example

* chore: update lock

* chore: update package
2023-10-30 01:21:49 -07:00
luhc228 1e1b543506
feat: pnpm v8 (#6598) 2023-10-27 13:43:20 +08:00
linbudu599 85270268c0 chore: default export support 2023-10-23 17:27:35 +08:00
ClarkXia f488037c47
chore: update versions (#6602) 2023-10-23 14:47:47 +08:00
ClarkXia 899c4740b9
feat: support options when call document dataLoader (#6593) 2023-10-23 14:26:26 +08:00
ClarkXia 9585d65694
Merge pull request #6590 from alibaba/release/next
Release 3.3.5
2023-10-19 15:59:51 +08:00
ClarkXia 6167358aff
chore: update versions (#6587) 2023-10-19 14:13:14 +08:00
Linbudu 1234c257b6
chore: use patch release for rax-compat (#6594) 2023-10-19 11:54:16 +08:00
Linbudu 8a0d84f103
Merge pull request #6579 from alibaba/feat/rax_compat_legacy
Support legacy mode for plugin-rax-compat
2023-10-18 14:30:10 +08:00
ClarkXia d72753e271
fix: do not prebundle node built-in module (#6581) 2023-10-17 19:59:54 +08:00
ClarkXia 47fe9eef9a Merge branch 'master' into release/next 2023-10-17 19:22:12 +08:00
ClarkXia a393ae95c4
chore: update versions (#6589) 2023-10-17 17:11:43 +08:00
ClarkXia f144dd6348
fix: compatible with tag.parentNode is null when update routes config (#6588) 2023-10-17 16:27:43 +08:00
luhc228 042b49b177
refactor: remove cloneDeep (#6576)
* refactor: remove cloneDeep

* fix: ci fail

* fix: remove deepClone

* chore: changeset
2023-10-17 16:22:06 +08:00
染陌同学 3896cbeabb
Feat/support defult document (#6580)
* feat: support default document

* chore: add changeset
2023-10-17 00:23:18 -07:00
linbudu599 4816afb558 fix: provide missing export for rax-compat 2023-10-12 15:35:25 +08:00
ClarkXia 99635bceee
Merge pull request #6550 from alibaba/release/next
Release 3.3.4
2023-10-12 14:10:29 +08:00
Mustafa Ateş Uzun 7a70372bad
docs: transform function typo (#6575) 2023-10-12 11:40:28 +08:00
ClarkXia c6386d9929
chore: update versions (#6549) 2023-10-12 11:36:20 +08:00
luhc228 47a7a25d42
fix: user compilation config lose (#6568)
* fix: user compilation config lose

* chore: changeset

* chore: add todo
2023-10-12 10:28:49 +08:00
ClarkXia ca14f6d367
fix: compatible with plugin API configureWebpack in speedup mode (#6564) 2023-10-12 10:17:44 +08:00
ClarkXia 50efd1ee95
fix: export createElement for react in @ice/runtime (#6562)
* fix: export createElement for react

* fix: modify import source

* fix: dev server runner
2023-10-11 13:40:07 +08:00
ClarkXia 9f455628b4
fix: compatible with win32 when config themePackage (#6565)
* fix: compatible with win32 when config themePackage

* fix: compatible with win32 when custom icon file

* chore: update change log
2023-10-11 13:37:06 +08:00