Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version #620

Merged
merged 3 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Changelog

### 3.3.8 (February 26 2021)

- Refactor: document. ([#618](https://github.com/raxjs/rax-app/pull/618))
- Fix: app json content watch. ([#612](https://github.com/raxjs/rax-app/pull/612))
- Fix: data prefetches do not decamelize in PHA. ([#616](https://github.com/raxjs/rax-app/pull/616))

### 3.3.7 (February 20 2021)

- Feat: PHA cross slide. ([#601](https://github.com/raxjs/rax-app/pull/601) [alibaba/ice#4059](https://github.com/alibaba/ice/pull/4059))
- Feat: watch app.json change. ([#601](https://github.com/raxjs/rax-app/pull/601))
- Refactor: SSR without cheerio. ([#607](https://github.com/raxjs/rax-app/pull/607))
Expand All @@ -9,19 +16,23 @@
- Fix: react alias with DEF plugin. ([#605](https://github.com/raxjs/rax-app/pull/605))

### 3.2.5 (January 07 2021)

- Feat: Support PHA template.
- Feat: Wechat Miniprogram support `generator` syntactic suga.
- Chore: `runApp` add type prompt.
- Chore: PHA support without pha-worker.js
- Fix: SSR build error.

### 3.2.2 (December 29 2020)

- Fix: mpa insert all page bundle into html.

### 3.2.1 (December 25 2020)

- Chore: `compileDependencies` default value is `['']`.

### 3.2.0 (December 24 2020)

- 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)))
Expand All @@ -33,13 +44,16 @@
- 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))
- Feat: support set html info by app.json.([#525](https://github.com/raxjs/rax-app/pull/525))
- Feat: support snapshot in Web and optimize build PHA.([#516](https://github.com/raxjs/rax-app/pull/516))

### 3.1.0 (December 04 2020)

- Feat: support build pha app.([#507](https://github.com/raxjs/rax-app/pull/507))
- Feat: support use `--dev-targets` specified build targets in development.([#508](https://github.com/raxjs/rax-app/pull/508))
- Feat: support http request mock.([#506](https://github.com/raxjs/rax-app/pull/506))
Expand All @@ -48,6 +62,7 @@ For v3.1.1 patch version.
- Fix: `withPageLifeCycle` makes `componentWillUnmount` invalid and `runApp({ app: { onShareAppMessage() {} } })` is invalid.([alibaba/ice#3880](https://github.com/alibaba/ice/pull/3880) [alibaba/ice#3890](https://github.com/alibaba/ice/pull/3890))

### 3.0.9 (November 23, 2020)

- Feat: support CSS Modules.([#488](https://github.com/raxjs/rax-app/pull/488))
- Refactor: change mpa entry to `.rax` temp dir.([alibaba/ice#3825](https://github.com/alibaba/ice/pull/3825))
- Fix: user couldn't custom `outputDir`.([#494](https://github.com/raxjs/rax-app/pull/494))
Expand All @@ -57,6 +72,7 @@ For v3.1.1 patch version.
- Fix: compact react plugin targets is undefined.([#490](https://github.com/raxjs/rax-app/pull/490))

### 3.0.8 (November 13, 2020)

- Fix: mpa restart logic.([#3817](https://github.com/alibaba/ice/pull/3817))
- Fix: kraken error.([#3817](https://github.com/alibaba/ice/pull/3817))

Expand Down
5 changes: 5 additions & 0 deletions packages/plugin-rax-app/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v6.2.5

- Fix: app.json watch
- Chore: delete `MiniCssExtractPlugin` when `inlineStyle` mode

4 changes: 2 additions & 2 deletions packages/plugin-rax-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-rax-app",
"version": "6.2.4",
"version": "6.2.5",
"description": "The basic webpack configuration for rax project",
"author": "Rax Team",
"main": "lib/index.js",
Expand All @@ -13,7 +13,7 @@
],
"license": "MIT",
"dependencies": {
"rax-webpack-config": "^1.0.0",
"rax-webpack-config": "^2.0.0",
"rax-babel-config": "^1.0.0",
"rax-jest-config": "^1.0.0",
"rax-platform-loader": "^1.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-rax-kraken/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v1.1.1

- Feat: support MPA without `src/app.ts`

4 changes: 2 additions & 2 deletions packages/plugin-rax-kraken/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-rax-kraken",
"version": "1.1.0",
"version": "1.1.1",
"description": "rax kraken app plugin",
"main": "lib/index.js",
"scripts": {
Expand All @@ -22,4 +22,4 @@
"@builder/mpa-config": "^3.0.0",
"@builder/app-helpers": "^2.1.0"
}
}
}
4 changes: 4 additions & 0 deletions packages/plugin-rax-pha/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v1.2.3

- Fix: data prefetches do not decamelize

4 changes: 2 additions & 2 deletions packages/plugin-rax-pha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-rax-pha",
"version": "1.2.2",
"version": "1.2.3",
"description": "Rax PHA plugins",
"license": "BSD-3-Clause",
"main": "lib/index.js",
Expand All @@ -14,4 +14,4 @@
"devDependencies": {
"lodash.clonedeep": "^4.5.0"
}
}
}
5 changes: 5 additions & 0 deletions packages/plugin-rax-web/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v1.3.0

- Refactor: document
- Feat: support config `hash` in build.json

4 changes: 2 additions & 2 deletions packages/plugin-rax-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-rax-web",
"version": "1.2.2",
"version": "1.3.0",
"description": "rax web app plugin",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,4 +31,4 @@
"react-dev-utils": "^10.0.0",
"webpack-sources": "^2.0.0"
}
}
}
4 changes: 4 additions & 0 deletions packages/plugin-rax-weex/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v1.1.1

- Feat: support MPA without `src/app.ts`

2 changes: 1 addition & 1 deletion packages/plugin-rax-weex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-rax-weex",
"version": "1.1.0",
"version": "1.1.1",
"description": "rax weex app plugin",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/plugin-ssr/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v1.3.0

- Feat: support config `hash` in build.json

4 changes: 2 additions & 2 deletions packages/plugin-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-plugin-ssr",
"version": "1.2.3",
"version": "1.3.0",
"description": "",
"author": "",
"homepage": "https://github.com/alibaba/ice#readme",
Expand Down Expand Up @@ -35,4 +35,4 @@
"@builder/html-generator": "^1.0.0",
"chalk": "^4.0.0"
}
}
}
12 changes: 6 additions & 6 deletions packages/rax-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"build-plugin-app-core": "1.3.0",
"build-plugin-ice-config": "1.8.0",
"build-plugin-rax-store": "1.0.4",
"build-plugin-rax-app": "6.2.4",
"build-plugin-rax-kraken": "1.1.0",
"build-plugin-rax-app": "6.2.5",
"build-plugin-rax-kraken": "1.1.1",
"build-plugin-rax-miniapp": "1.2.1",
"build-plugin-rax-pha": "1.2.2",
"build-plugin-rax-web": "1.2.2",
"build-plugin-rax-pha": "1.2.3",
"build-plugin-rax-web": "1.3.0",
"build-plugin-rax-weex": "1.1.0",
"build-plugin-ssr": "1.2.3",
"build-plugin-ssr": "1.3.0",
"chokidar": "^3.3.1",
"commander": "^5.0.0",
"create-cli-utils": "0.1.6",
Expand All @@ -50,4 +50,4 @@
"node": ">=10.13.0",
"npm": ">=3.0.0"
}
}
}
4 changes: 4 additions & 0 deletions packages/rax-webpack-config/CHANELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v2.0.0

- Chore: config `MiniCssExtractPlugin` in base config

8 changes: 4 additions & 4 deletions packages/rax-webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "rax-webpack-config",
"version": "1.1.0",
"version": "2.0.0",
"description": "rax base webpack config",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/raxjs/rax-scripts.git"
"url": "git+https://github.com/raxjs/rax-app.git"
},
"bugs": {
"url": "https://github.com/raxjs/rax-scripts/issues"
"url": "https://github.com/raxjs/rax-app/issues"
},
"homepage": "https://github.com/raxjs/rax-scripts/tree/master/packages/rax-webpack-config#readme",
"homepage": "https://github.com/raxjs/rax-app/tree/master/packages/rax-webpack-config#readme",
"dependencies": {
"@babel/core": "7.2.0",
"@babel/runtime": "^7.2.0",
Expand Down