Skip to content

Commit

Permalink
feat: Upgrade version and update change log (#83)
Browse files Browse the repository at this point in the history
* feat: upgrade version and add change log

* docs: use Chinese as default
  • Loading branch information
alvinhui authored Jun 10, 2020
1 parent bea750d commit d4cd8b9
Show file tree
Hide file tree
Showing 26 changed files with 210 additions and 122 deletions.
11 changes: 9 additions & 2 deletions extensions/iceworks-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
## Version 0.1.0
- Initial release
# Change Log

## 0.1.22

Spelling of unified brand name: Iceworks.

## 0.1.0

Initial release
34 changes: 34 additions & 0 deletions extensions/iceworks-app/README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
English | [简体中文](./README.md)

# Iceworks App

It helps you preview your Universal Application project, including the information of npm scripts, pages, components and node dependencies. It also supports quick installation or upgrade dependencies, adding new pages and components, and much more.

## Usage

### npm Scripts

- Support viewing the executable npm scripts of your app
- Support execute the npm scripts

![script.gif](https://img.alicdn.com/tfs/TB1of.nHFT7gK0jSZFpXXaTkpXa-1272-786.gif)

### Pages and Components

- Support jumping to corresponding pages and components
- Support adding pages and components(TODO)

![pages&components.gif](https://img.alicdn.com/tfs/TB1tfArHHY1gK0jSZTEXXXDQVXa-1265-760.gif)

### Node Dependencies

- Support viewing the project dependency information
- Support installing new dependencies and upgrading dependencies
- Support installing and reinstalling dependencies
- Support setting npm client and npm registry

![nodeDependencies.gif](https://img.alicdn.com/tfs/TB1SLgPXj39YK4jSZPcXXXrUFXa-1274-805.gif)

## License

[MIT](./LICENSE)
28 changes: 14 additions & 14 deletions extensions/iceworks-app/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
English | [简体中文](./README.zh-CN.md)
简体中文 | [English](./README.en.md)

# Iceworks App

It helps you preview your Universal Application project, including the information of npm scripts, pages, components and node dependencies. It also supports quick installation or upgrade dependencies, adding new pages and components, and much more.
它可以帮助你预览你的前端项目,包括 npm 脚本,页面,组件和依赖信息。它还支持快速安装或升级依赖,添加新页面和组件等等。

## Usage
## 用法

### npm Scripts
### npm 脚本信息

- Support viewing the executable npm scripts of your app
- Support execute the npm scripts
- 支持查看项目可执行的 npm 脚本
- 支持快速执行 npm 脚本

![script.gif](https://img.alicdn.com/tfs/TB1of.nHFT7gK0jSZFpXXaTkpXa-1272-786.gif)

### Pages and Components
### 页面和组件信息

- Support jumping to corresponding pages and components
- Support adding pages and components(TODO)
- 支持快速跳转至对应的页面和组件
- 支持快速添加页面和组件 (TODO)

![pages&components.gif](https://img.alicdn.com/tfs/TB1tfArHHY1gK0jSZTEXXXDQVXa-1265-760.gif)

### Node Dependencies
### 项目依赖信息

- Support viewing the project dependency information
- Support installing new dependencies and upgrading dependencies
- Support installing and reinstalling dependencies
- Support setting npm client and npm registry
- 支持查看项目的依赖信息
- 支持安装新依赖和升级依赖
- 支持一键安装和重装依赖
- 支持设置 npm 包管理工具和镜像地址

![nodeDependencies.gif](https://img.alicdn.com/tfs/TB1SLgPXj39YK4jSZPcXXXrUFXa-1274-805.gif)

Expand Down
34 changes: 0 additions & 34 deletions extensions/iceworks-app/README.zh-CN.md

This file was deleted.

2 changes: 1 addition & 1 deletion extensions/iceworks-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks App",
"description": "Universal Application Development Extension.",
"publisher": "iceworks-team",
"version": "0.1.21",
"version": "0.1.22",
"engines": {
"vscode": "^1.41.0"
},
Expand Down
8 changes: 6 additions & 2 deletions extensions/iceworks-component-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 0.1.0
## 0.1.3

- Initial release
Spelling of unified brand name: Iceworks.

## 0.1.0

Initial release
17 changes: 17 additions & 0 deletions extensions/iceworks-component-builder/README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
English | [简体中文](./README.md)

# Iceworks Component Builder

Create a component in a low-code way.

## Usage

![create-component](https://img.alicdn.com/tfs/TB1.WORe5cKOu4jSZKbXXc19XXa-960-600.gif)

1. Enter the component name (to be used as the folder name)
2. Select the block to be download
3. Click "generate component" button to generate component code

## License

[MIT](./LICENSE)
14 changes: 7 additions & 7 deletions extensions/iceworks-component-builder/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
English | [简体中文](./README.zh-CN.md)
简体中文 | [English](./README.en.md)

# Iceworks Component Builder
# Iceworks 组件创建器

Create a component in a low-code way.
使用低代码的方式创建前端组件。

## Usage
## 用法

![create-component](https://img.alicdn.com/tfs/TB1.WORe5cKOu4jSZKbXXc19XXa-960-600.gif)

1. Enter the component name (to be used as the folder name)
2. Select the block to be download
3. Click "generate component" button to generate component code
1. 输入组件名(将用作文件夹名)
2. 选择区块
3. 点击「生成组件」按钮,生成组件代码

## License

Expand Down
17 changes: 0 additions & 17 deletions extensions/iceworks-component-builder/README.zh-CN.md

This file was deleted.

2 changes: 1 addition & 1 deletion extensions/iceworks-component-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks Component Builder",
"description": "Build Component UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.2",
"version": "0.1.3",
"engines": {
"vscode": "^1.41.0"
},
Expand Down
8 changes: 6 additions & 2 deletions extensions/iceworks-page-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## Version 0.1.0
## 0.1.3

- Initial release
Spelling of unified brand name: Iceworks.

## 0.1.0

Initial release
17 changes: 17 additions & 0 deletions extensions/iceworks-page-builder/README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
English | [简体中文](./README.md)

# Iceworks Page Builder

Create a web page view in a low-code way.

## Usage

![create-page](https://img.alicdn.com/tfs/TB1mdpDJKT2gK0jSZFvXXXnFXXa-960-600.gif)

1. Enter the page name (to be used as the folder name)
2. Select the block to be used for the page from the block list on the right, click to add it to the page preview area on the left
3. Click "generate page" button to generate page code

## License

[MIT](./LICENSE)
16 changes: 8 additions & 8 deletions extensions/iceworks-page-builder/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
English | [简体中文](./README.zh-CN.md)
简体中文 | [English](./README.en.md)

# Iceworks Page Builder
# Iceworks 页面创建器

Create a web page view in a low-code way.
使用低代码的方式创建网页视图。

## Usage
## 用法

![create-page](https://img.alicdn.com/tfs/TB1mdpDJKT2gK0jSZFvXXXnFXXa-960-600.gif)
![创建页面](https://img.alicdn.com/tfs/TB1mdpDJKT2gK0jSZFvXXXnFXXa-960-600.gif)

1. Enter the page name (to be used as the folder name)
2. Select the block to be used for the page from the block list on the right, click to add it to the page preview area on the left
3. Click "generate page" button to generate page code
1. 输入页面名称(将用作文件夹名)
2. 从右侧区块列表中选择页面需要使用的区块,添加到左侧页面预览区
3. 点击“生成页面”按钮,生成页面代码

## License

Expand Down
17 changes: 0 additions & 17 deletions extensions/iceworks-page-builder/README.zh-CN.md

This file was deleted.

2 changes: 1 addition & 1 deletion extensions/iceworks-page-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks Page Builder",
"description": "Build Page UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git+https://github.com/ice-lab/iceworks.git"
Expand Down
11 changes: 11 additions & 0 deletions extensions/iceworks-project-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

## 0.1.2

- refactor: Spelling of unified brand name: Iceworks.
- fix: Open window logic
- fix: Standardization and unification of Chinese and English names

## 0.1.0

Initial release
13 changes: 13 additions & 0 deletions extensions/iceworks-project-creator/README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
English | [简体中文](./README.md)

# Iceworks Project Creator

Quick create a Universal Application project(React/Rax/Vue, etc).

## Quick Start

1. Select a scaffold
2. Input your project Infomation
3. Open project automatically

![project-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif)
12 changes: 7 additions & 5 deletions extensions/iceworks-project-creator/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
简体中文 | [English](./README.en.md)

# Iceworks Project Creator

Quick create a Universal Application project(React/Rax/Vue, etc).
快速创建多端应用(例如:React/Rax/Vue...)

## Quick Start
## 快速开始

1. Select a scaffold
2. Input your project Infomation
3. Open project automatically
1. 选择模板
2. 输入项目信息
3. 创建应用并自动打开项目

![project-creator](https://img.alicdn.com/tfs/TB1hCMnJuT2gK0jSZFvXXXnFXXa-1378-874.gif)
4 changes: 4 additions & 0 deletions extensions/iceworks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.2

Spelling of unified brand name: Iceworks.

## 0.1.1

Update link for logo in README.md.
Expand Down
28 changes: 28 additions & 0 deletions extensions/iceworks/README.en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
English | [简体中文](./README.md)

[![Version](https://vsmarketplacebadge.apphb.com/version/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks.iceworks)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/iceworks-team.iceworks.svg)](https://marketplace.visualstudio.com/items?itemName=iceworks.iceworks)

# Iceworks

Universal Application Development Pack, using low-code technology.

Includes following feature:

- [Project Viewer](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-app): Quick to view and build your Universal Application project
- [Project Creator](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-project-creator): Quick to create a new Universal Application project
- [Page Builder](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-page-builder): Build Page UI by low-code way
- [Component Builder](https://marketplace.visualstudio.com/items?itemName=iceworks-team.iceworks-component-builder): Build Component UI by low-code way

## Quick start

1. New Window in VS Code(`⇧⌘P`)
![](https://img.alicdn.com/tfs/TB1blgMJNz1gK0jSZSgXXavwpXa-1024-768.png)
2. Click Iceworks icon on the Activity Bar to open the Side Bar
![](https://img.alicdn.com/tfs/TB1G2cValBh1e4jSZFhXXcC9VXa-1024-768.png)
3. Click the "Create Project" button to start create a Universal Application
![](https://img.alicdn.com/tfs/TB1Y4oSJUY1gK0jSZFCXXcwqXXa-1024-768.png)
4. After the project is created, NPM script execution, page creation, component creation and other operations are performed in Iceworks Side Bar
![](https://img.alicdn.com/tfs/TB1hScTJKH2gK0jSZJnXXaT1FXa-1024-768.png)
5. More operations can be obtained by search 'iceworks' in the Command Panel
![](https://img.alicdn.com/tfs/TB16h7PJFP7gK0jSZFjXXc5aXXa-1024-768.png)
Loading

0 comments on commit d4cd8b9

Please sign in to comment.