chore: changelog (#5849)

This commit is contained in:
ClarkXia 2023-02-02 17:45:34 +08:00 committed by GitHub
parent 23f4d86bf4
commit 39b181d54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -1,5 +1,9 @@
# Changelog
## 1.0.1
- [fix] rename platform to target
## 1.0.0
- [feat] support miniapp development

View File

@ -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",

View File

@ -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

View File

@ -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.*`