Skip to content

Commit

Permalink
chore: bump version (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjq990112 committed Oct 27, 2021
1 parent 24e44b6 commit 853a268
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 17 deletions.
41 changes: 25 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## Changelog

## 3.7.0

- Feat: update node version >=12
- Feat: support smaller code size with css module
- Feat: support inject `html` field in tabHeader & tabBar
- Feat: support `url` field in app.json for pha specified page url
- Fix: compat windows page store path
- Fix: cannot wrap Provider to nested page
- Chore: optimize pha manifest.json space

## 3.6.5

- Fix: mpa entries
Expand Down Expand Up @@ -40,7 +50,7 @@
- Feat: support package.json `exports` field with webpack4
- Feat: support bytedance microapp/ baidu smartprogram/kuaishou miniprogram
- Feat: support default TabBar in MPA
- Feat: support query is `csr=true` with request path end is `.html`, devServer will return CSR result
- Feat: support query is `csr=true` with request path end is `.html`, devServer will return CSR result
- Fix: `tschecker` error with default template

## 3.5.3 (May 12 2021)
Expand Down Expand Up @@ -69,6 +79,7 @@
## 3.4.11 (April 1 2021)

- Fix: miniapp vendor test

## 3.4.10 (March 31 2021)

- Feat: support set dataPrefetch for every single page in PHA
Expand All @@ -77,11 +88,11 @@

## 3.4.9 (March 25 2021)

- Feat: add --analyzer-target=web to avoid port conflict with multiple task
- Feat: support build tabbar html when configured source in tabbar for PHA
- Chore: change injectServerSideData to updateDataInClient
- Chore: remove print local url in console
- Fix: alibaba miniapp subPackages error
- Feat: add --analyzer-target=web to avoid port conflict with multiple task
- Feat: support build tabbar html when configured source in tabbar for PHA
- Chore: change injectServerSideData to updateDataInClient
- Chore: remove print local url in console
- Fix: alibaba miniapp subPackages error

## 3.4.8 (March 23 2021)

Expand Down Expand Up @@ -167,17 +178,18 @@

- Feat: config store runtime automatically. ([alibaba/ice#3932](https://github.com/alibaba/ice/pull/3932))
- Feat: support config hydrate in rax-app. ([alibaba/ice#3918](https://github.com/alibaba/ice/pull/3918) [#548](https://github.com/raxjs/rax-app/pull/548))
- Feat: support set webpackLoaders and webpackPlugins through build.json.([alibaba/ice#3938]((https://github.com/alibaba/ice/pull/3938)))
- Feat: support set webpackLoaders and webpackPlugins through build.json.([alibaba/ice#3938](<(https://github.com/alibaba/ice/pull/3938)>))
- Feat: support build without `src/document/index.tsx`. ([#546](https://github.com/raxjs/rax-app/pull/546))
- Feat: support cloud IDE.([#542]((https://github.com/raxjs/rax-app/pull/542)))
- Feat: support cloud IDE.([#542](<(https://github.com/raxjs/rax-app/pull/542)>))
- Feat: miniapp subPackage.
- Chore: `compileDependencies` default value is `[]`. ([#548]((https://github.com/raxjs/rax-app/pull/548)))
- Chore: TerserPlugin will remove unused code. ([#548]((https://github.com/raxjs/rax-app/pull/548)))
- Fix: kraken mpa error.([#541]((https://github.com/raxjs/rax-app/pull/541)))
- Chore: `compileDependencies` default value is `[]`. ([#548](<(https://github.com/raxjs/rax-app/pull/548)>))
- Chore: TerserPlugin will remove unused code. ([#548](<(https://github.com/raxjs/rax-app/pull/548)>))
- Fix: kraken mpa error.([#541](<(https://github.com/raxjs/rax-app/pull/541)>))

### 3.1.2 & 3.1.3 (December 15 2020)

For v3.1.1 patch version.

### 3.1.1 (December 14 2020)

- Feat: support use name specifies MPA page name and output path.([alibaba/ice#3906](https://github.com/alibaba/ice/pull/3906))
Expand All @@ -200,7 +212,7 @@ For v3.1.1 patch version.
- Fix: user couldn't custom `outputDir`.([#494](https://github.com/raxjs/rax-app/pull/494))
- Feat: support config `sourceMap` and `minify` when dev mode.([alibaba/ice#3825](https://github.com/alibaba/ice/pull/3835) [raxjs/miniapp](https://github.com/raxjs/miniapp/pull/45))
- Feat: support dashed page name.([alibaba/ice#3824](https://github.com/alibaba/ice/pull/3824))
- Fix: duplicated taskname when both ali and wechat are compiled.([#487](https://github.com/raxjs/rax-app/pull/487))
- Fix: duplicated taskname when both ali and wechat are compiled.([#487](https://github.com/raxjs/rax-app/pull/487))
- Fix: compact react plugin targets is undefined.([#490](https://github.com/raxjs/rax-app/pull/490))

### 3.0.8 (November 13, 2020)
Expand All @@ -226,9 +238,7 @@ For v3.1.1 patch version.
- Chore: change `compileDependencies` default value to `['']`.([#3802](https://github.com/alibaba/ice/pull/3802))
- Enhance: open browser logic, now you can use ` -- --mpa-entry=home` to specify mpa entry.([#3798](https://github.com/alibaba/ice/pull/3798))
- Docs: update router and change `compileDependencies` related docs.([raxjs/docs#42](https://github.com/raxjs/docs/pull/42)
)


)

### 3.0.6 (October 30, 2020)

Expand All @@ -237,4 +247,3 @@ For v3.1.1 patch version.
- Fix: kraken/weex assets couldn't find.([#3736](https://github.com/alibaba/ice/pull/3736))
- Enhance: format debug info.([#3736](https://github.com/alibaba/ice/pull/3736))
- Feat: support miniapp compile config.([#3730](https://github.com/alibaba/ice/pull/3730))

2 changes: 1 addition & 1 deletion packages/rax-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rax-app",
"version": "3.6.8",
"version": "3.7.0",
"description": "command line interface and builtin plugin for rax app",
"author": "Rax Team",
"homepage": "https://github.com/alibaba/ice#readme",
Expand Down

0 comments on commit 853a268

Please sign in to comment.