Commit Graph

3297 Commits

Author SHA1 Message Date
ZeroLing baacf8d0e9
chore: env compatible with default export (#6095) 2023-03-21 01:01:55 -07:00
ClarkXia 3acc10ace8
docs: plugin fusion (#6052) 2023-03-20 17:01:13 +08:00
染陌同学 2debc7f700
Fix/rax compat appear (#6076)
* fix: appear should not work on component

* test: add test for appear of component

* feat: modify Dom to DOM

* test: remove consol

* chore: modify major to minor
2023-03-20 14:08:06 +08:00
染陌同学 f519338c0a
Fix/parse template undefined (#6082)
* fix: parse template should return emply string when can't find

* chore: add changeset
2023-03-20 11:02:21 +08:00
ClarkXia 7f7f4468ed
Merge pull request #6079 from alibaba/release/next
Release 3.1.4
2023-03-20 10:53:28 +08:00
ClarkXia 2f50802691
chore: update versions (#6080) 2023-03-20 10:34:36 +08:00
ClarkXia 1ef827b173
fix: external node builtin modules (#6088)
* fix: external node builtin modules

* fix: external node builtin modules
2023-03-20 09:58:34 +08:00
ClarkXia 4a73cb2ad2
fix: redirect named import (#6061)
* fix: redirect named import

* fix: test case

* fix: redirect request

* test: redirect request

* chore: add changeset

* feat: support get exports by target

* fix: type

---------

Co-authored-by: shuilan.cj <shuilan.cj@taobao.com>
2023-03-17 17:29:55 +08:00
ZeroLing df3458ee4c
Docs/optimize website (#6073)
* chore: website css

* docs: seprate rax-compat and rename code-splitting

* chore: optimize docs

* fix: doc reference path

* docs: update decription
2023-03-17 11:03:19 +08:00
染陌同学 4671cbe7f3
fix: static resources should not render (#6070) 2023-03-16 19:39:23 -07:00
ClarkXia 4e3849b9d6
chore: bump version for rax-compat (#6068) 2023-03-16 15:00:28 +08:00
ClarkXia b04a59c43b
Merge pull request #6006 from alibaba/release/next
Release 3.1.3
2023-03-16 13:56:21 +08:00
ClarkXia b119e346e7
chore: update versions (#6005)
* chore: update versions

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
2023-03-16 13:29:42 +08:00
luhc228 d3f3e6849e
feat: use latest @iceworks/generate-project to generate scaffold (#6025)
* feat: use latest @iceworks/generate-project package

* feat: upgrade @iceworks/generate-project version

* feat: use latest @iceworks/generate-project

* chore: add changeset
2023-03-15 17:56:25 +08:00
ClarkXia 0fb80639cc
fix: improve performance by using async function (#6053)
* fix: improve performance by using async function

* Update ServerRunner.ts

* Update analyze.ts
2023-03-15 17:47:36 +08:00
ClarkXia 5486810915
fix: add leading slash for basename (#6058)
* fix: add leading slash for basename

* chore: changelog

* chore: changelog

* fix: test case

* fix: optimize code
2023-03-15 17:47:25 +08:00
ClarkXia dec56a3306
fix: avoid remount when app mount in other micro app framework (#6036)
* fix: avoid remount when app mount in other micro app framework

* chore: changelog
2023-03-15 15:49:53 +08:00
染陌同学 2f4e64b26f
Fix/data loader err await (#6056)
* fix: getData should not block a reject state request

* chore: add changeset

* chore: modify message of error
2023-03-15 12:08:11 +08:00
luhc228 aba2554978
fix: pnpm install deps error (#6057) 2023-03-14 19:10:19 -07:00
水澜 754e28b452
fix: data loader error (#6039)
* fix: should not transform module config with false

* fix: should break build if data loader has error

* chore: add changelog
2023-03-14 16:40:47 +08:00
水澜 dbff4d0b9d
fix: data loader error during navigate (#6044)
* fix: should reload data after navigate

* fix: lint

* chore: add changelog
2023-03-14 11:43:30 +08:00
ClarkXia 6c8d2e467d
fix: set platform node for compile project config (#6041)
* fix: set platform node for compile project config

* fix: name conflict error
2023-03-13 18:26:28 +08:00
ClarkXia 021ceb91c0
fix: remove resolve field of jsnext:main (#6045)
* fix: context replacement for moment

* fix: regex rule

* fix: changelog

* fix: optimize webpack config

* fix: optimize webpack config

* fix: optimize code
2023-03-13 17:44:21 +08:00
染陌同学 87472b397a
docs: add event of rax compat (#6037)
* docs: add event of rax compat

* docs: modify event
2023-03-10 10:45:43 +08:00
ClarkXia 0096f5c01e
fix: make sure server env variable is always false (#6002) 2023-03-10 10:01:13 +08:00
水澜 0c61f469af
fix: pha with data loader (#6029)
* fix: prevent data loader side effect code to breack pha

* chore: add changeset

* fix: campat build manifest

* fix: changelog

* fix: replace envs

* fix: build options

* fix: changelog

* fix: type
2023-03-09 03:53:28 -08:00
ZeroLing 8cfdfd96c3
fix: useState parameter initialState can be function, which should be… (#6033)
* fix: useState parameter initialState can be function, which should be self executed when initilzing

* test: useState can be function

---------

Co-authored-by: answershuto <answershuto@gmail.com>
2023-03-09 03:52:43 -08:00
染陌同学 e096c671b7
fix: declarationType of dataLoaderImport should be normal (#6035)
* fix: declarationType of dataLoaderImport should be normal

* chore: add changeset
2023-03-09 01:44:32 -08:00
水澜 2c6cf5c23a
fix: setRender api (#6031) 2023-03-09 10:17:53 +08:00
luhc228 71bb754dc8
feat: support route index and nested url without nested layout (#6020)
* feat: support route index

* chore: changeset

* docs: update router docs

* feat: support nested urls without nesting layouts

* feat: support escape route

* docs: nested url

* chore: update changeset

* fix: test

* test: escape and nested routes

* chore: add comment
2023-03-09 10:17:25 +08:00
ClarkXia 68e32b9dbd Merge branch 'master' into release/next 2023-03-09 10:05:57 +08:00
ClarkXia fa618ea200
fix: file name should compat with win32 (#6023) 2023-03-07 15:56:11 +08:00
ClarkXia 430fff8a94
chore: update versions (#6021) 2023-03-07 10:04:24 +08:00
ClarkXia 1e6a015d98
fix: add icon style when config themePackage (#6019) 2023-03-06 17:43:50 +08:00
ClarkXia acfd0a0018
chore: optional ts type of onDemand (#6010) 2023-03-06 16:58:11 +08:00
Homyee King 09d3e6af76
chore: run setup (#6018) 2023-03-06 16:07:15 +08:00
ZeroLing 497ae57a70
Update README.md (#6016) 2023-03-06 16:04:57 +08:00
ClarkXia bb7488720a
fix: compatible with dynamic routes when disable lazy import (#6014) 2023-03-06 16:02:10 +08:00
ClarkXia 4601c028b5
chore: docs for new feature (#6013)
* chore: docs for new feature

* chore: package link
2023-03-06 15:03:10 +08:00
ClarkXia 18ea5b2dbf
fix: enable hmr to avoid reload (#6004)
* fix: enable hmr to avoid reload

* Update entry.client.tsx.ejs

* fix: changelog

* fix: config

* fix: optimize code
2023-03-03 18:03:53 +08:00
ClarkXia c23c10e4ff
Merge pull request #5950 from alibaba/release/next
Release 3.1.2
2023-03-02 14:58:36 +08:00
github-actions[bot] e3ca513f56
chore: update versions (#5949)
* chore: update versions

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2023-03-02 13:55:59 +08:00
染陌同学 03acb89886
Fix/component transform (#6000)
* fix: Only the dom needs to be transformed, not the components

* chore: add changeset
2023-03-02 11:56:29 +08:00
ClarkXia 5f72569cfe
fix: make sure config.splitChunks is not overwritten (#6001) 2023-03-02 11:49:59 +08:00
ClarkXia 1e9924729e
chore: add changeset for @ice/bundles (#5998) 2023-03-02 10:21:29 +08:00
水澜 7d7296975c
fix: stream render (#5956)
* fix: resolve after render

* fix: basename without /

* fix: request path

* fix: error order

* feat: support pass manifest

* feat: exports analyze

* chore: update lock

* fix: should keep state when rerender

* feat: request ctx for suspense

* fix: type

* feat: support pass server data

* revert: version

* chore: add changeset

* fix: lint

* fix: type

* chore: add comments

* chore: add comments

* chore: print error separately

* refactor: support runtime public path

* revert: export assets manifest
2023-03-01 18:02:39 +08:00
luhc228 dae91e218c
fix: request plugin type and usage (#5992)
* feat: add d.ts type

* fix: request type

* fix: useRequest usage

* chore: changeset

* feat: support useRequest param is string
2023-03-01 18:00:59 +08:00
染陌同学 c6b70bcec7
fix: should not build html file when distType has not html (#5994)
* fix: should not build html file when distType has not html

* chore: add default value for distType
2023-03-01 01:02:37 -08:00
ClarkXia 98cb1e4b79
fix: remove dashed keys and using camelcase expansion (#5991) 2023-03-01 14:19:22 +08:00
ClarkXia 36323ccbc7
chore: version (#5995)
* chore: version

* Update spicy-dryers-melt.md
2023-03-01 14:18:58 +08:00