Skip to content

Commit

Permalink
release: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui committed Sep 10, 2020
2 parents 82bd42a + 82851a6 commit e3346f1
Show file tree
Hide file tree
Showing 35 changed files with 683 additions and 171 deletions.
4 changes: 4 additions & 0 deletions extensions/iceworks-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.4.10

- docs: update text for find component and generate page

## 0.4.9

- feat: add create component to quick entry
Expand Down
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 Application Viewer",
"description": "Quick view your Universal Application(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "0.4.9",
"version": "0.4.10",
"engines": {
"vscode": "^1.41.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-app/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"extension.iceworksApp.showEntriesQuickPick.createComponent.detail": "Download coomponent materials to local",
"extension.iceworksApp.showEntriesQuickPick.openSettings.label": "Settings",
"extension.iceworksApp.showEntriesQuickPick.openSettings.detail": "Set the related functions provided by Iceworks",
"extension.iceworksApp.showEntriesQuickPick.showMaterialDocs.label": "Component Document",
"extension.iceworksApp.showEntriesQuickPick.showMaterialDocs.label": "Find Component",
"extension.iceworksApp.showEntriesQuickPick.showMaterialDocs.detail": "Quickly search and browse component documents",
"extension.iceworksApp.showEntriesQuickPick.runDebug.label": "Debug",
"extension.iceworksApp.showEntriesQuickPick.runDebug.detail": "Debug and Preview the application through VS Code",
Expand Down
6 changes: 3 additions & 3 deletions extensions/iceworks-app/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"extension.iceworksApp.showEntriesQuickPick.projectCreater.detail": "快速创建多端应用(例如:React/Rax/Vue...)",
"extension.iceworksApp.showEntriesQuickPick.generatePage.label": "使用区块组装页面",
"extension.iceworksApp.showEntriesQuickPick.generatePage.detail": "通过区块组装的方式生成页面",
"extension.iceworksApp.showEntriesQuickPick.createPage.label": "使用模板配置生成页面",
"extension.iceworksApp.showEntriesQuickPick.createPage.detail": "通过使用模板可视化配置的方式生成页面",
"extension.iceworksApp.showEntriesQuickPick.createPage.label": "使用模板生成页面",
"extension.iceworksApp.showEntriesQuickPick.createPage.detail": "通过可视化配置模板的方式生成页面",
"extension.iceworksApp.showEntriesQuickPick.generateComponent.label": "可视化搭建组件",
"extension.iceworksApp.showEntriesQuickPick.generateComponent.detail": "通过可视化方式搭建生成组件",
"extension.iceworksApp.showEntriesQuickPick.createComponent.label": "下载区块物料到本地",
Expand All @@ -13,7 +13,7 @@
"extension.iceworksApp.showEntriesQuickPick.materialImport.detail": "通过可视化操作添加组件到应用代码",
"extension.iceworksApp.showEntriesQuickPick.openSettings.label": "设置",
"extension.iceworksApp.showEntriesQuickPick.openSettings.detail": "设置 Iceworks 提供的相关功能",
"extension.iceworksApp.showEntriesQuickPick.showMaterialDocs.label": "组件文档",
"extension.iceworksApp.showEntriesQuickPick.showMaterialDocs.label": "查找组件",
"extension.iceworksApp.showEntriesQuickPick.showMaterialDocs.detail": "快速搜索组件文档并进行浏览",
"extension.iceworksApp.showEntriesQuickPick.runDebug.label": "启动调试",
"extension.iceworksApp.showEntriesQuickPick.runDebug.detail": "通过 VS Code 调试并预览应用",
Expand Down
4 changes: 2 additions & 2 deletions extensions/iceworks-material-helper/package.nls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"iceworksMaterialHelper.commands.start.title": "Iceworks: Import Material",
"iceworksMaterialHelper.commands.showAllMaterialQuickPicks.title": "Iceworks: Search Material Docs",
"iceworksMaterialHelper.commands.showDocumentMaterialQuickPicks.title": "Iceworks: Show Compoents Docs In Current File",
"iceworksMaterialHelper.commands.showAllMaterialQuickPicks.title": "Iceworks: Find Component",
"iceworksMaterialHelper.commands.showDocumentMaterialQuickPicks.title": "Iceworks: Find Components In Current File",
"iceworksMaterialHelper.configuration.openInBrowserDescription": "Whether open doc url inside VSCode, this function relys on 「Browser Preview」 extension,you need to install it manually before you can use this function"
}
2 changes: 1 addition & 1 deletion extensions/iceworks-material-helper/package.nls.zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"iceworksMaterialHelper.commands.start.title": "Iceworks: 添加组件",
"iceworksMaterialHelper.commands.showAllMaterialQuickPicks.title": "Iceworks: 查找组件",
"iceworksMaterialHelper.commands.showDocumentMaterialQuickPicks.title": "Iceworks: 展示当前文件的组件文档",
"iceworksMaterialHelper.commands.showDocumentMaterialQuickPicks.title": "Iceworks: 查找当前文件的组件",
"iceworksMaterialHelper.configuration.openInBrowserDescription": "是否在 VSCode 中打开网页,这个功能的实现依赖于 「Browser Preview」 插件,您需要手动安装此插件后才能使用这个功能。"
}
2 changes: 1 addition & 1 deletion extensions/iceworks-material-helper/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extension.iceworksMaterialHelper.getAllDocsInfo.sourceLoading": "Source Loading... Please try again later。",
"extension.iceworksMaterialHelper.getComponentQuickPicks.noMaterial": "No material matching this project。",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.label": "More",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.detail": "Display All Materials Doc",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.detail": "Display All Components",
"extension.iceworksMaterialHelper.getHoverItem.hoverItemLink": "[Docs for <%= componentName %> ](<%= commandUri %>)",
"extension.iceworksMaterialHelper.openInBorwser.noBrowserPreview": "You must install「vscode-browser-preview Extension」 to open url in vscode."
}
4 changes: 2 additions & 2 deletions extensions/iceworks-material-helper/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"extension.iceworksMaterialHelper.extension.title": "添加组件 - Iceworks",
"extension.iceworksMaterialHelper.getAllDocsInfo.sourceLoading": "正在加载资源中... 请稍后再试。",
"extension.iceworksMaterialHelper.getComponentQuickPicks.noMaterial": "没有找到符合此项目的物料库。",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.label": "更多物料",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.detail": "展示所有物料的文档",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.label": "更多组件",
"extension.iceworksMaterialHelper.getComponentQuickPicks.more.detail": "展示所有的组件",
"extension.iceworksMaterialHelper.getHoverItem.hoverItemLink": "[<%= componentName %> 文档](<%= commandUri %>)",
"extension.iceworksMaterialHelper.openInBorwser.noBrowserPreview": "你必须先安装 「vscode-browser-preview 插件」 才能在 vscode 内部浏览器中打开。"
}
4 changes: 4 additions & 0 deletions extensions/iceworks-ui-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.1.13

- docs: update text for find component and generate page

## 0.1.12

- fix: fix form style.
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-ui-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Iceworks UI Builder",
"description": "Build UI by low-code way",
"publisher": "iceworks-team",
"version": "0.1.12",
"version": "0.1.13",
"engines": {
"vscode": "^1.41.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/iceworks-ui-builder/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"iceworksUIBuilder.commands.generateComponent.title": "Iceworks: Generate Component by visualization",
"iceworksUIBuilder.commands.createComponent.title": "Iceworks: Download Component Materials",
"iceworksUIBuilder.commands.generatePage.title": "Iceworks: Generate Page by assembling",
"iceworksUIBuilder.commands.createPage.title": "Iceworks: Create Page By Templates"
"iceworksUIBuilder.commands.createPage.title": "Iceworks: Generate Page by configure"
}
2 changes: 1 addition & 1 deletion extensions/iceworks-ui-builder/package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"iceworksUIBuilder.commands.generateComponent.title": "Iceworks: 可视化搭建组件",
"iceworksUIBuilder.commands.createComponent.title": "Iceworks: 下载物料到本地",
"iceworksUIBuilder.commands.generatePage.title": "Iceworks: 使用区块组装页面",
"iceworksUIBuilder.commands.createPage.title": "Iceworks: 使用模板创建页面"
"iceworksUIBuilder.commands.createPage.title": "Iceworks: 使用模板生成页面"
}
8 changes: 4 additions & 4 deletions extensions/iceworks-ui-builder/src/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extension.iceworksComponentGenerator.extension.webviewTitle": "Generate Component - Iceworks",
"extension.iceworksComponentBuilder.extension.webviewTitle": "Create Component - Iceworks",
"extension.iceworksPageBuilder.extensnion.webViewTitle": "Generate Page - Iceworks",
"extension.iceworksPageCreator.extensnion.webViewTitle": "Create Page - Iceworks"
"extension.iceworksComponentGenerator.extension.webviewTitle": "Generate Component by visualization - Iceworks",
"extension.iceworksComponentBuilder.extension.webviewTitle": "Download Component Materials - Iceworks",
"extension.iceworksPageBuilder.extensnion.webViewTitle": "Generate Page by assembling - Iceworks",
"extension.iceworksPageCreator.extensnion.webViewTitle": "Generate Page by configure - Iceworks"
}
8 changes: 4 additions & 4 deletions extensions/iceworks-ui-builder/src/locales/zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extension.iceworksComponentGenerator.extension.webviewTitle": "生成组件 - Iceworks",
"extension.iceworksComponentBuilder.extension.webviewTitle": "创建组件 - Iceworks",
"extension.iceworksPageBuilder.extensnion.webViewTitle": "生成页面 - Iceworks",
"extension.iceworksPageCreator.extensnion.webViewTitle": "创建页面 - Iceworks"
"extension.iceworksComponentGenerator.extension.webviewTitle": "可视化搭建组件 - Iceworks",
"extension.iceworksComponentBuilder.extension.webviewTitle": "下载区块物料到本地 - Iceworks",
"extension.iceworksPageBuilder.extensnion.webViewTitle": "使用区块组装页面 - Iceworks",
"extension.iceworksPageCreator.extensnion.webViewTitle": "使用模板生成页面 - Iceworks"
}
Loading

0 comments on commit e3346f1

Please sign in to comment.