ClarkXia
1ed81fee3c
chore: add changelog for plugins ( #6186 )
2023-04-25 11:05:00 +08:00
逆葵
c59b5f4c9e
Merge branch 'release/next' into feat/miniapp-native-events
2023-04-24 18:05:57 +08:00
ClarkXia
75880524d3
fix: minor version of @ice/runtime ( #6184 )
2023-04-24 18:03:08 +08:00
ClarkXia
f62560f9b3
chore: tag minor bump ( #6183 )
2023-04-24 17:23:59 +08:00
ClarkXia
8f97e538d6
chore: bump build-scripts version to unify esbuild version ( #6179 )
2023-04-24 14:27:07 +08:00
luhc228
1c3d3fec6c
feat: i18n plugin ( #6149 )
...
* feat: antd5 example with i18n
* feat: fusion example with i18n
* feat: init plugin-i18n
* feat: init i18n example
* chore: lock
* feat: add language selector
* feat: i18n route
* feat: getAllLocales and getDefaultLocale API
* fix: ssr render error
* feat: support auto redirect
* fix: redirect without url param
* feat: support add response handler
* chore: lock
* feat: support blockCookie option
* fix: route test
* fix: ssg error
* fix: i18n response
* feat: add server example
* chore: add basename
* chore: add headers
* feat: i18n docs
* fix: i18n plugin
* feat: enhance disable cookie
* docs: update disabledCookie documentation
* chore: update desc
* fix: param not defined
* fix: generate routes.ts
* fix: remove todo
* test: i18n
* test: i18n
* fix: lint warning
* fix: addDefineRoutesFunc to addRoutesDefinition
* chore: i18n plugin version
* chore: changelog
* feat: use modifyRenderData instead of runtimeOptions.raw
* chore: update changelog
* chore: rename param
* fix: comment
* feat: use createLogger instead of consola directly
* feat: change customRuntimeOptions type from string to object
* refactor: route id
* chore: remove unused console.log
* chore: add comment
* fix: win32 test fail
* chore: changelog
2023-04-24 10:18:53 +08:00
luhc228
3ede3c5a2a
feat: enable type=module to rax-compat ( #6176 )
...
* chore: add type module
* chore: changeset
* chore: add .js suffix
2023-04-23 19:00:48 -07:00
ClarkXia
467dc56b5a
fix: only create esbuild context when dev ( #6181 )
2023-04-23 17:44:31 +08:00
luhc228
13770d53e7
fix: compatible with runtime absolute path on win32 ( #6172 )
...
* fix: compatible-with-runtime-abso-path-on-win32
* chore: changelog
* fix: rootDir param is not passed
2023-04-23 14:53:47 +08:00
水澜
da7c733c53
fix: data loader format ( #6168 )
...
* fix: use iife format stands
* chore: add changeset
2023-04-18 18:10:42 +08:00
ClarkXia
5dd3c86ed7
Refactor: use swc plugin to remove code ( #6144 )
...
* refactor: use swc plugin to remove code
* chore: update version
2023-04-18 17:01:37 +08:00
染陌同学
ce94e05489
fix: fix frames error with multiple ( #6154 )
...
* fix: fix frames error with multiple
* chore: add changeset
2023-04-16 23:07:56 -07:00
染陌同学
b1e89bc73c
fix: PHA plugin can only run in web ( #6155 )
2023-04-16 21:06:23 -07:00
染陌同学
d4f943fb42
feat: support downgradeUrl ( #6161 )
2023-04-16 21:06:09 -07:00
ClarkXia
9de09ee8da
feat: support version check between @ice/app and @ice/runtime ( #6151 )
...
* feat: support version check between @ice/app and @ice/runtime
* fix: update lock
2023-04-14 11:04:53 +08:00
ClarkXia
7b04ca7ed7
fix: remove all exports of routes when render mode is csr ( #6140 )
2023-04-11 12:00:48 +08:00
逆葵
cc448339dc
feat(miniapp): set miniappLifecycles default value
2023-04-11 11:18:13 +08:00
逆葵
4655a76dbe
chore: add changeset
2023-04-10 16:37:33 +08:00
逆葵
f79764a5b0
Merge branch 'release/next' into feat/miniapp-native-events
2023-04-10 16:17:05 +08:00
ClarkXia
48c40ea04e
chore: update versions ( #6128 )
2023-03-31 11:14:01 +08:00
ClarkXia
deda06de7a
fix: revert the upgrade of @swc/core ( #6127 )
2023-03-31 10:55:07 +08:00
逆葵
925d186dd8
chore: update package.json
2023-03-29 11:00:41 +08:00
逆葵
572198480c
chore: add changeset
2023-03-29 10:50:50 +08:00
ClarkXia
42d185390a
fix: micro app render in qiankun ( #6106 )
...
* fix: micro app render in qiankun
* fix: compatible with qiankun
2023-03-27 10:06:54 +08:00
ClarkXia
764ef0b612
fix: get route assets by route manifest ( #6083 )
2023-03-23 14:42:16 +08:00
ClarkXia
085498aa8a
feat: support plugin API of excuteServerEntry ( #6097 )
...
* feat: support plugin API of excuteServerEntry
* fix: build error
* chore: optimize code
* fix: remove cache for excute server entry
2023-03-22 17:53:24 +08:00
ClarkXia
ee4141d5c3
chore: update dependencies ( #6026 )
...
* chore: update dependencies
* chore: remove empty line
* chore: update swc version
* Revert "chore: update swc version"
This reverts commit 47c62bbe56
.
* fix: update lock
* chore: update lock
* fix: bump @swc/core and swc plugins version
* chore: update changelog
* chore: update changelog
* fix: update lock
2023-03-21 17:00:31 +08:00
ZeroLing
baacf8d0e9
chore: env compatible with default export ( #6095 )
2023-03-21 01:01:55 -07: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
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
bbf378097f
chore: update versions ( #5967 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-23 17:20:05 +08:00
ZeroLing
5cc9ce4553
feat: enable ignoreModuleCheck to support compat rax ( #5948 )
2023-02-21 22:13:01 +08:00
github-actions[bot]
a20807b473
chore: update versions ( #5930 )
...
* chore: update versions
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ClarkXia <xiawenwu41@gmail.com>
2023-02-20 11:15:53 +08:00
luhc228
8eee4f0dc9
fix: prebundle esm module error ( #5935 )
...
* fix: prebundle esm module error
* fix: test case error
* chore: changeset
* chore: release beta version
* chore: remove unused code and deps
* chore: update comment
* chore: remove debugger
* chore: changeset
* chore: release beta version
2023-02-20 10:22:46 +08:00
染陌同学
b993b89dd0
fix: dev manifest should work when manifest has not tabbar ( #5941 )
...
* fix: dev manifest should work when manifest has not tabbar
* chore: add changelog
2023-02-20 10:22:25 +08:00
ClarkXia
c893a64a1c
chore: changeset config ( #5909 )
...
* chore: reset version
* fix: changeset
* chore: publish beta
* chore: update pre
* chore: custom version
* chore: remove test
* fix: version
* chore: test case
* chore: version
* fix: reset changelog
* fix: update lock
* fix: changelog
* chore: release beta version
* chore: add changeset
* chore: release beta version
* chore: update @ice/app version
* chore: update version and lock
---------
Co-authored-by: luhc228 <luhengchang228@126.com>
2023-02-16 16:11:49 +08:00
luhc228
db495382b2
feat: use changeset to publish and version ( #5864 )
...
* feat: add changesets config
* chore: remove version publish scripts
* chore: update ci workflow
* chore: update checkout branch step
* chore: lock
* fix: lost scripts
* fix: ts type error
* chore: remove scripts
* chore: update README
* chore: update lock
* chore: update dependency and script
* chore: remove version check
* chore: add publishConfig to package.json
* chore: update ci step
* chore: update release:beta script
* chore: add private field to examples
* chore: remove registry
* chore: update lock
* chore: update ci workflow
* chore: update workflow
* chore: update README
* chore: update changeset README
* chore: update cache key
* feat: update cache
* chore: update cache config
2023-02-13 14:48:34 +08:00