-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5519 from alibaba/release-next
Release stable 2.x
- Loading branch information
Showing
25 changed files
with
117 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Auto Publisher | |
on: | ||
push: | ||
branches: | ||
- master | ||
- stable/2.x | ||
|
||
jobs: | ||
build-and-publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ice.js", | ||
"version": "2.6.6", | ||
"version": "2.6.7", | ||
"description": "command line interface and builtin plugin for icejs", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
@@ -29,12 +29,12 @@ | |
"build-plugin-ice-auth": "2.0.2", | ||
"build-plugin-ice-config": "2.0.2", | ||
"build-plugin-ice-logger": "2.0.0", | ||
"build-plugin-ice-mpa": "2.1.1", | ||
"build-plugin-ice-mpa": "2.1.2", | ||
"build-plugin-ice-request": "2.0.1", | ||
"build-plugin-ice-router": "2.1.3", | ||
"build-plugin-ice-ssr": "3.1.4", | ||
"build-plugin-ice-store": "2.0.8", | ||
"build-plugin-react-app": "2.2.3", | ||
"build-plugin-ice-store": "2.0.9", | ||
"build-plugin-react-app": "2.2.4", | ||
"build-plugin-pwa": "1.1.1", | ||
"build-plugin-speed": "1.0.1", | ||
"chalk": "^4.1.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,4 @@ | |
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
# 1.9.0 | ||
|
||
- [feat] bump react-activation to `^0.12.0` | ||
|
||
# 1.8.1 | ||
|
||
- [feat] compatible with ice.js 2.x | ||
- [feat] compatible with ice.js 2.x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-keep-alive", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"description": "implementation of the keep-alive function for ice", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
@@ -11,7 +11,7 @@ | |
"test": "__tests__" | ||
}, | ||
"dependencies": { | ||
"react-activation": "^0.7.0" | ||
"react-activation": "^0.12.0" | ||
}, | ||
"files": [ | ||
"lib", | ||
|
@@ -25,4 +25,4 @@ | |
"scripts": { | ||
"test": "echo \"Error: run tests from root\" && exit 1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# changelog | ||
|
||
## 2.1.2 | ||
|
||
- [feat] custom optimizeRuntime when build | ||
|
||
## 2.1.1 | ||
|
||
- [fix] additional analyze for auth | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-mpa", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "enable mpa project for icejs framework", | ||
"author": "[email protected]", | ||
"homepage": "", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-react-app", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "The basic webpack configuration for ice project", | ||
"author": "[email protected]", | ||
"main": "lib/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
// Fork create-test-server for OpenSSL error. | ||
const http = require('http'); | ||
const express = require('express'); | ||
const pify = require('pify'); | ||
|
||
const createTestServer = () => { | ||
const server = express(); | ||
server.http = http.createServer(server); | ||
|
||
server.set('etag', false); | ||
|
||
const send = fn => (req, res, next) => { | ||
const cb = typeof fn === 'function' ? fn(req, res, next) : fn; | ||
|
||
Promise.resolve(cb).then(val => { | ||
if (val) { | ||
res.send(val); | ||
} | ||
}); | ||
}; | ||
|
||
const get = server.get.bind(server); | ||
server.get = function () { | ||
const [path, ...handlers] = [...arguments]; | ||
|
||
for (const handler of handlers) { | ||
get(path, send(handler)); | ||
} | ||
}; | ||
|
||
server.listen = () => | ||
pify(server.http.listen.bind(server.http))().then(() => { | ||
server.port = server.http.address().port; | ||
server.url = `http://localhost:${server.port}`; | ||
}); | ||
|
||
server.close = () => | ||
pify(server.http.close.bind(server.http))().then(() => { | ||
server.port = undefined; | ||
server.url = undefined; | ||
}); | ||
|
||
return server.listen().then(() => server); | ||
}; | ||
|
||
module.exports = createTestServer; |
2 changes: 1 addition & 1 deletion
2
packages/plugin-request/__tests__/request.ts → ...ages/plugin-request/tests/request.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...es/plugin-request/__tests__/useRequest.ts → ...s/plugin-request/tests/useRequest.test.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
}, | ||
"exclude": [ | ||
"template/*", | ||
"__tests__/*" | ||
"tests/*" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,4 +34,4 @@ | |
"postcss-prefix-selector": "^1.15.0", | ||
"webpack-plugin-import": "^0.2.7" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "build-plugin-ice-store", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "builtin `@ice/store` in icejs", | ||
"author": "[email protected]", | ||
"homepage": "https://github.com/alibaba/ice#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters