mirror of https://github.com/alibaba/ice.git
chore: changelog (#5849)
This commit is contained in:
parent
23f4d86bf4
commit
39b181d54d
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.4
|
||||
|
||||
- [fix] remove dependency of `@ice/swc-plugin-keep-platform`
|
||||
|
||||
## 0.1.3
|
||||
|
||||
- [fix] Bump version of `@ice/swc-plugin-keep-export`(0.1.3 -> 0.1.4), https://github.com/ice-lab/swc-plugins/pull/8
|
||||
|
|
|
|||
|
|
@ -2,17 +2,19 @@
|
|||
|
||||
## v3.1.0
|
||||
|
||||
- [feat] export suspense api
|
||||
- [feat] refactor ability of keep target code
|
||||
- [feat] support render js bundle as entry
|
||||
- [fix] support cli options of target, platform not is deprecated
|
||||
- [fix] build data loader with correct browser list
|
||||
- [fix] process exit when build with errors on dev
|
||||
- [feat] optimize log info
|
||||
- [feat] support render js bundle as entry
|
||||
- [fix] optimize log info
|
||||
- [fix] should not replace global env for ssr
|
||||
|
||||
## v3.0.6
|
||||
|
||||
- [feat] export suspense api
|
||||
- [feat] support `import.meta.target`, `import.meta.renderer` and `import.meta.env`
|
||||
- [feat] support config `routes.injectInitialEntry` for memory router
|
||||
- [fix] should not replace global env for ssr
|
||||
- [fix] cli option `--platform` change to `--target`
|
||||
- [fix] remove code when dead code is `ObjectProperties`
|
||||
- [fix] rebuild server entry when document changed
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.0.1
|
||||
|
||||
- [fix] rename platform to target
|
||||
|
||||
## 1.0.0
|
||||
|
||||
- [feat] support miniapp development
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@ice/plugin-pha",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"description": "ice.js plugin for PHA.",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
|
||||
- [feat] suspense ssr
|
||||
- [feat] support render js bundle as entry
|
||||
|
||||
## v1.0.6
|
||||
|
||||
- [fix] compatible with empty meta element
|
||||
|
||||
## v1.0.5
|
||||
|
|
|
|||
|
|
@ -3,10 +3,11 @@
|
|||
## 1.0.6
|
||||
|
||||
- [fix] dynamic import works in app.tsx
|
||||
- [fix] isAppEntry shouldn't include app-worker.ts
|
||||
- [fix] add `EnvReplacementPlugin` for keep platform code
|
||||
|
||||
## 1.0.5
|
||||
|
||||
- [fix] isAppEntry shouldn't include app-worker.ts
|
||||
- [fix] bump version of `@ice/bundles`(0.1.2 -> 0.1.3)
|
||||
- [feat] define runtime value of `import.meta.*`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue