Skip to content

Commit

Permalink
Release 1.3.1 (#923)
Browse files Browse the repository at this point in the history
* feat: update official materials #922 
* feat: update doctor codemod #902
* feat: update git url and readme #924 
* feat: update ali registry #926 
* feat: update sidebar-logo icon
* fix: fail to update material source #921
* fix: components-helper version update #925
  • Loading branch information
fyangstudio committed Jul 29, 2021
1 parent 0e2a21c commit 7dbe4b9
Show file tree
Hide file tree
Showing 83 changed files with 422 additions and 449 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hi! I’m really excited that you are interested in contributing to AppWorks. Be
Clone repo and initialize the setup environment:

```bash
$ git clone git@github.com:appworks-lab/pack.git
$ git clone git@github.com:appworks-lab/appworks.git
$ cd appworks && npm run setup # This will take about 20 minutes

# add dep to some package
Expand Down Expand Up @@ -114,7 +114,7 @@ Get a Personal Access Token:

Set Personal Access Token for Github Actions:

1. Visit [Actions secrets](https://github.com/appworks-lab/pack/settings/secrets/actions)
1. Visit [Actions secrets](https://github.com/appworks-lab/appworks/settings/secrets/actions)
2. Update `VSCE_TOKEN`:
![](https://img.alicdn.com/imgextra/i2/O1CN01NpeNCf2558rTm9812_!!6000000007474-2-tps-2880-1754.png_790x10000.jpg)

Expand Down
2 changes: 1 addition & 1 deletion .github/DOCUMENT_SPECIFIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

## License

[MIT](https://github.com/appworks-lab/pack/blob/master/LICENSE)
[MIT](https://github.com/appworks-lab/appworks/blob/master/LICENSE)
```

- When there is only one function, there is no need for a three-level title
Expand Down
2 changes: 1 addition & 1 deletion .github/O2_SPECIFIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AppWorks converts VS Code Pack to O2 Pack, this document describes the develop,
General O2 pack by following commands:

```bash
$ git clone git@github.com:appworks-lab/pack.git
$ git clone git@github.com:appworks-lab/appworks.git
$ cd appworks/
$ npm install
# before run this script, modify `pushExtension2Npm` param which is in `./config.ts` to true when publish to tnpm
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: |
npm run setup:packages
npm run dependency:check
npm run lint
npm run test
npm run coverage
env:
Expand All @@ -28,3 +29,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true

5 changes: 2 additions & 3 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
const { getESLintConfig } = require('@iceworks/spec');
const { getStylelintConfig } = require('@iceworks/spec');

// getESLintConfig(rule: 'rax'|'react'|'vue', customConfig?);
module.exports = getESLintConfig('react');
module.exports = getStylelintConfig('rax');
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ English | [简体中文](./README.zh-CN.md)
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details"><img src="https://vsmarketplacebadge.apphb.com/rating-star/iceworks-team.iceworks.svg" /></a>
<a href="https://github.com/appworks-lab/pack/actions"><img src="https://github.com/appworks-lab/pack/workflows/ci/badge.svg" /></a>
<a href="https://codecov.io/gh/appworks-lab/pack"><img src="https://img.shields.io/codecov/c/github/appworks-lab/pack/master.svg" alt="Test Coverage" /></a>
<a href="https://github.com/appworks-lab/pack/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="https://github.com/appworks-lab/appworks/actions"><img src="https://github.com/appworks-lab/appworks/workflows/ci/badge.svg" /></a>
<a href="https://github.com/appworks-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>

Expand All @@ -36,7 +35,7 @@ Use AppWorks to develop Universal Application quickly:

## Contributors

Feel free to report any questions as an [issue](https://github.com/appworks-lab/pack/issues/new), we'd love to have your helping hand on AppWorks.
Feel free to report any questions as an [issue](https://github.com/appworks-lab/appworks/issues/new), we'd love to have your helping hand on AppWorks.

If you're interested in AppWorks, see [CONTRIBUTING.md](./.github/CONTRIBUTING.md) for more information to learn how to get started.

Expand Down
6 changes: 3 additions & 3 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks"><img src="https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg" /></a>
<a href="https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details"><img src="https://vsmarketplacebadge.apphb.com/rating-star/iceworks-team.iceworks.svg" /></a>
<a href="https://github.com/appworks-lab/pack/actions"><img src="https://github.com/appworks-lab/pack/workflows/ci/badge.svg" /></a>
<a href="https://github.com/appworks-lab/appworks/actions"><img src="https://github.com/appworks-lab/appworks/workflows/ci/badge.svg" /></a>
<a href="https://codecov.io/gh/appworks-lab/pack"><img src="https://img.shields.io/codecov/c/github/appworks-lab/pack/master.svg" alt="Test Coverage" /></a>
<a href="https://github.com/appworks-lab/pack/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="https://github.com/appworks-lab/appworks/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
<a href="/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="GitHub license" /></a>
</p>

Expand All @@ -34,7 +34,7 @@

## 参与贡献

欢迎通过 [issue](https://github.com/appworks-lab/pack/issues/new) 反馈问题。
欢迎通过 [issue](https://github.com/appworks-lab/appworks/issues/new) 反馈问题。

如果对 `AppWorks` 感兴趣,请参考 [CONTRIBUTING.md](./.github/CONTRIBUTING.md) 学习如何贡献代码。

Expand Down
4 changes: 4 additions & 0 deletions extensions/application-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.0.4

- fix: fail to update the material source

## 1.0.3

- fix: can not get project info in dashboard when in external
Expand Down
4 changes: 2 additions & 2 deletions extensions/application-manager/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
English | [简体中文](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/README.zh-CN.md)
English | [简体中文](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.zh-CN.md)

# Application Manager

Expand Down Expand Up @@ -77,7 +77,7 @@ The dashboard shows some status of the current application. If your application
2. Add a customize device or delete devices
3. Select the custom device for debugging

For more information, please see [Reference Document](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/docs/debug.en.md)
For more information, please see [Reference Document](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.en.md)

### Node Dependencies

Expand Down
4 changes: 2 additions & 2 deletions extensions/application-manager/README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
简体中文 | [English](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/README.md)
简体中文 | [English](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md)

# 应用管理器

Expand Down Expand Up @@ -79,7 +79,7 @@
2. 添加或删除设备信息
3. 选择自定义的设备进行调试

更多请看[参考文档](https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/docs/debug.md)
更多请看[参考文档](https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.md)

### 依赖信息视图

Expand Down
Binary file modified extensions/application-manager/assets/sidebar-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions extensions/application-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Application Manager",
"description": "Quick view your Universal Application(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "1.0.3",
"version": "1.0.4",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -329,7 +329,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/appworks-lab/pack.git"
"url": "https://github.com/appworks-lab/appworks.git"
},
"scripts": {
"vscode:prepublish": "rm -rf build && npm run build:web && npm run build:extension",
Expand Down Expand Up @@ -368,9 +368,9 @@
"extensionDependencies": [
"iceworks-team.iceworks-project-creator"
],
"homepage": "https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/README.md",
"homepage": "https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/README.md",
"bugs": {
"url": "https://github.com/appworks-lab/pack/issues",
"url": "https://github.com/appworks-lab/appworks/issues",
"email": "iceworksteam@163.com"
}
}
2 changes: 1 addition & 1 deletion extensions/application-manager/src/debugConfig/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface IDebugConfig {
function writeConfigFile(filePath: string, config: IDebugConfig) {
fs.writeFileSync(
filePath,
'// See https://github.com/appworks-lab/pack/blob/master/extensions/application-manager/docs/debug.md \n' +
'// See https://github.com/appworks-lab/appworks/blob/master/extensions/application-manager/docs/debug.md \n' +
'// for the documentation about the AppWorks debug \n' +
`${JSON.stringify(config, null, ' ')}`,
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"repository": "https://github.com/appworks-lab/pack",
"repository": "https://github.com/appworks-lab/appworks",
"branch": "feat/test",
"isGit": true
}
2 changes: 1 addition & 1 deletion extensions/application-manager/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
},
"repository": {
"type": "git",
"url": "https://github.com/appworks-lab/pack.git"
"url": "https://github.com/appworks-lab/appworks.git"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Information = () => {
title: intl.formatMessage({ id: 'web.applicationManager.Welcome.Information.updates.title' }),
description: intl.formatMessage({ id: 'web.applicationManager.Welcome.Information.updates.desc' }),
linkName: intl.formatMessage({ id: 'web.applicationManager.Welcome.Information.updates.link' }),
link: 'https://github.com/appworks-lab/pack/releases',
link: 'https://github.com/appworks-lab/appworks/releases',
},
];

Expand Down
2 changes: 1 addition & 1 deletion extensions/application-manager/web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"resolveJsonModule": true
},
"include": ["src/*", ".ice"],
"include": ["src", ".ice"],
"exclude": ["node_modules", "public"]
}
62 changes: 33 additions & 29 deletions extensions/appworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,48 @@
# Change Log

## [1.3.1]
## [1.3.1](https://github.com/appworks-lab/appworks/releases/tag/v1.3.1)

- feat: update doctor codemod report [#920](https://github.com/appworks-lab/appworks/pull/920)
- feat: update official materials [#922](https://github.com/appworks-lab/appworks/pull/922)
- fix: fail to update material source [#921](https://github.com/appworks-lab/appworks/pull/921)
- fix: remove stylelint extension that causes some bugs in vscode

## [1.3.0](https://github.com/appworks-lab/pack/releases/tag/v1.3.0)

- feat: add jsx files propTypes auto complete [#902](https://github.com/appworks-lab/pack/pull/902)
- feat: add code snippets [#903](https://github.com/appworks-lab/pack/pull/903)
- feat: auto fill content in store's files when create [#908](https://github.com/appworks-lab/pack/pull/908)
- feat: add auto complete when import modules [#905](https://github.com/appworks-lab/pack/pull/905)
- fix: dashboard show 404 and 500 error [#911](https://github.com/appworks-lab/pack/pull/911)
- fix: eslint config `overrides` not work [#901](https://github.com/appworks-lab/pack/pull/901)
## [1.3.0](https://github.com/appworks-lab/appworks/releases/tag/v1.3.0)

## [1.2.1](https://github.com/appworks-lab/pack/releases/tag/v1.2.1)
- feat: add jsx files propTypes auto complete [#902](https://github.com/appworks-lab/appworks/pull/902)
- feat: add code snippets [#903](https://github.com/appworks-lab/appworks/pull/903)
- feat: auto fill content in store's files when create [#908](https://github.com/appworks-lab/appworks/pull/908)
- feat: add auto complete when import modules [#905](https://github.com/appworks-lab/appworks/pull/905)
- fix: dashboard show 404 and 500 error [#911](https://github.com/appworks-lab/appworks/pull/911)
- fix: eslint config `overrides` not work [#901](https://github.com/appworks-lab/appworks/pull/901)

- feat: support double click to select scaffold [#895](https://github.com/appworks-lab/pack/pull/895)
- feat: loading status when reinstalling deps [#896](https://github.com/appworks-lab/pack/pull/896)
- fix: build error in macos platform [#891](https://github.com/appworks-lab/pack/pull/891)
- fix: empty project wrong CodeMod notice [#894](https://github.com/appworks-lab/pack/pull/894)
## [1.2.1](https://github.com/appworks-lab/appworks/releases/tag/v1.2.1)

## [1.2.0](https://github.com/appworks-lab/pack/releases/tag/v1.2.0)
- feat: support double click to select scaffold [#895](https://github.com/appworks-lab/appworks/pull/895)
- feat: loading status when reinstalling deps [#896](https://github.com/appworks-lab/appworks/pull/896)
- fix: build error in macos platform [#891](https://github.com/appworks-lab/appworks/pull/891)
- fix: empty project wrong CodeMod notice [#894](https://github.com/appworks-lab/appworks/pull/894)

- feat: remove Auto Complete Tag Feat remove Auto Complete Tag [#878](https://github.com/appworks-lab/pack/pull/878)
- feat: add time master configuration enableDataAnalysisServices Feat add time master configuration [#871](https://github.com/appworks-lab/pack/pull/871)
- feat: update vscodeignore Feat update vscodeignore [#883](https://github.com/appworks-lab/pack/pull/883)
- feat: add codemod check to doctor package Feat add codemod check to doctor package [#870](https://github.com/appworks-lab/pack/pull/870)
- feat: doctor extension add codemod Feat doctor extension add codemod [#873](https://github.com/appworks-lab/pack/pull/873)
- fix: auto-complete-tag confused typescript coding [#877](https://github.com/appworks-lab/pack/issues/877)
- fix: command Find Components In Current File not working Fix command Find Components In Current File not working [#876](https://github.com/appworks-lab/pack/pull/876)
- fix: component docs link fix: component link [#884](https://github.com/appworks-lab/pack/pull/884)
## [1.2.0](https://github.com/appworks-lab/appworks/releases/tag/v1.2.0)

- feat: remove Auto Complete Tag Feat remove Auto Complete Tag [#878](https://github.com/appworks-lab/appworks/pull/878)
- feat: add time master configuration enableDataAnalysisServices Feat add time master configuration [#871](https://github.com/appworks-lab/appworks/pull/871)
- feat: update vscodeignore Feat update vscodeignore [#883](https://github.com/appworks-lab/appworks/pull/883)
- feat: add codemod check to doctor package Feat add codemod check to doctor package [#870](https://github.com/appworks-lab/appworks/pull/870)
- feat: doctor extension add codemod Feat doctor extension add codemod [#873](https://github.com/appworks-lab/appworks/pull/873)
- fix: auto-complete-tag confused typescript coding [#877](https://github.com/appworks-lab/appworks/issues/877)
- fix: command Find Components In Current File not working Fix command Find Components In Current File not working [#876](https://github.com/appworks-lab/appworks/pull/876)
- fix: component docs link fix: component link [#884](https://github.com/appworks-lab/appworks/pull/884)

## 1.1.0

- feat: hint user install types/rax [#854](https://github.com/appworks-lab/pack/pull/854)
- fix: rax-spa project targets null [#862](https://github.com/appworks-lab/pack/pull/862)
- Chore: update webview icon [#856](https://github.com/appworks-lab/pack/pull/856) [#846](https://github.com/appworks-lab/pack/pull/846)
- feat: add recommend extensions [#837](https://github.com/appworks-lab/pack/pull/837)
- fix: only exit process when prepublishOnly [#836](https://github.com/appworks-lab/pack/pull/836)
- fix: make sure that the start & end fields exist [#838](https://github.com/appworks-lab/pack/pull/838)
- feat: hint user install types/rax [#854](https://github.com/appworks-lab/appworks/pull/854)
- fix: rax-spa project targets null [#862](https://github.com/appworks-lab/appworks/pull/862)
- Chore: update webview icon [#856](https://github.com/appworks-lab/appworks/pull/856) [#846](https://github.com/appworks-lab/appworks/pull/846)
- feat: add recommend extensions [#837](https://github.com/appworks-lab/appworks/pull/837)
- fix: only exit process when prepublishOnly [#836](https://github.com/appworks-lab/appworks/pull/836)
- fix: make sure that the start & end fields exist [#838](https://github.com/appworks-lab/appworks/pull/838)
- fix: vsce [#576](https://github.com/microsoft/vscode-vsce/issues/576) .vscodeignore configuration

## 1.0.3
Expand All @@ -47,7 +51,7 @@

## 1.0.2

- Fix [#848](https://github.com/appworks-lab/pack/issues/848), remove [Chinese (Simplified) Language Pack for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans).
- Fix [#848](https://github.com/appworks-lab/appworks/issues/848), remove [Chinese (Simplified) Language Pack for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-zh-hans).

## 1.0.1

Expand Down
6 changes: 3 additions & 3 deletions extensions/appworks/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
English | [简体中文](https://github.com/appworks-lab/pack/blob/master/extensions/iceworks/README.zh-CN.md)
English | [简体中文](https://github.com/appworks-lab/appworks/blob/master/extensions/iceworks/README.zh-CN.md)

# AppWorks

[![Version for VS Code Extension](https://vsmarketplacebadge.apphb.com/version-short/iceworks-team.iceworks.svg?logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks)
[![Downloads](https://vsmarketplacebadge.apphb.com/downloads-short/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks)
[![Rating](https://vsmarketplacebadge.apphb.com/rating-star/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks&ssr=false#review-details)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/appworks-lab/pack/pulls)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/appworks-lab/appworks/pulls)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)

AppWorks is a Application Development Pack, provide visualization and intelligent technology to build Universal Application faster and better, support Web / H5 / MiniProgram Application.
Expand Down Expand Up @@ -82,4 +82,4 @@ AppWorks Pack extension installs these recommend extensions:

## Help

Open an [issue](https://github.com/appworks-lab/pack/issues/new), We will respond quickly to the submitted issues.
Open an [issue](https://github.com/appworks-lab/appworks/issues/new), We will respond quickly to the submitted issues.
Loading

0 comments on commit 7dbe4b9

Please sign in to comment.