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

Chore: component generator cdn url #435

Merged
merged 1 commit into from
Aug 16, 2020
Merged

Chore: component generator cdn url #435

merged 1 commit into from
Aug 16, 2020

Conversation

luhc228
Copy link
Contributor

@luhc228 luhc228 commented Aug 16, 2020

No description provided.

@luhc228 luhc228 self-assigned this Aug 16, 2020
@alvinhui alvinhui merged commit a7052af into release/0.6.0 Aug 16, 2020
alvinhui added a commit that referenced this pull request Aug 17, 2020
* chore: generate-material

* feat: support generate-component

* chore: fix

* chore: prettier

* chore: camelcase5.x because def generator not support 6.x(only node10.x)

* chore: set test case default registry

* chore: prettier fix

* fix: display incorrect Language

* fix: configHelper active events

* feat: support other material

* feat: support other material

* chore: prettier

* fix: options

* chore: rework

* fix: adaptor typo error

* chore: 去除无用参数

* chore: prettierr

* chore: prettierr

* fix: glob add dot

* chore: publish

* feat: update

* feat: update

* fix: ci

* fix: ci

* feat: update style dau

* fix: prettier:fix

* feat: update

* feat: update review

* feat: support all json files in config-helper

* feat: support theme package array

Co-authored-by: jason.yf <jason.yf@alibaba-inc.com>

* fix: ci

* feat: Component Doc Helper (#405)

* feat: material doc panel init

* refactor: useReduce and add i nterface

* feat: add doc link in Hover

* fix: command in hoverItem

* feat: openInInternalBrowser

* feat: add document Material Finder

* feat: add setting and rename symbols

* feat: i18n

* refactor: solve the problems in the first round of review

* chore: update function name

Co-authored-by: alvinhui <alvin.hui@qq.com>

* chore: set prettier in pre-push

* chore: upgrade extension version for beta publish

* fix: quickPickItemDisplayMutipleTimes

* fix: display en in zh-cn model (#422)

* feat: component generator  (#377)

* feat: init lowcode project

* feat: add canvas and inner

* chore: eslintignore

* fix: lint

* feat: init component generator

* feat: support extra html

* feat: generate code

* fix: theme

* feat: schema param

* feat: support write file to local

* feat: init schema

* fix: package

* fix: remove unused packages

* chore: remove component generator web

* feat: transformTextComp&transformCompMap

* fix: lint

* chore: remove code

* feat: input component error prompt

* fix: lint

* chore: todo

* feat: support tsx

* feat: update assets cdn url

* chore: remove deps

* feat: add try catch in generateComponentCode

* fix: comment

* fix: i18n

* feat: component generator for quick pick (#419)

* feat: add component generator quickPick

* chore: change log

* fix: lint

* fix: config helper (#425)

* fix: command language && paltette

* fix: show source

* feat: make sure uri is validate

* style: fix by prettier

* docs: update config helper and material helper README (#423)

* docs: update changlog and README for config helper

* docs: update changelog and doc of material helper

* fix: update Docs and en build.json schema

* chore: update words

* chore: update docs

* feat: disable form input when submit (#426)

* feat: disable-form-input-when-submit

* fix: remove unused code

* chore: version&changeLog&i18n

* docs: update version and CHANGE.log (#427)

* fix: prettier ignore ejs

* docs: update description

* fix: webpack build error

* fix: comment

* fix: package version

* chore: version & changelog (#429)

* hotfix: create component error (#430)

* fix: create component error

* fix: console

* docs: change section order

* refactor: using generate component in quick pick

* feat: add more command for Iceworks status bar

* docs: typo

* refactor: Docs && Commands (#431)

* docs: change section order

* refactor: using generate component in quick pick

* feat: add more command for Iceworks status bar

* docs: typo

* chore: component service i18n (#434)

* chore: component-service i18n

* fix: comment

* docs: update iceworks-ui-builder README (#432)

* docs: update iceworks-ui-builder README

* fix: comment

* fix: typo

* chore: docs description

* chore: change cdnUrl (#435)

* hotfix: loss i18n

* feat: always register runBuild command

* feat: recordExecuteCommand

* style: fix by lint

Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com>
Co-authored-by: sspku-yqLiu <liuyongqi@pku.edu.cn>
Co-authored-by: yangfan <18767120422@163.com>
Co-authored-by: jason.yf <jason.yf@alibaba-inc.com>
Co-authored-by: sspku-yqLiu <56879942+sspku-yqLiu@users.noreply.github.com>
Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com>
Co-authored-by: luhc228 <luhengchang228@gmail.com>
@alvinhui alvinhui deleted the chore/cdnUrl branch August 18, 2020 14:30
alvinhui added a commit that referenced this pull request Aug 26, 2020
* Publish 0.6.0 (#437)

* chore: generate-material

* feat: support generate-component

* chore: fix

* chore: prettier

* chore: camelcase5.x because def generator not support 6.x(only node10.x)

* chore: set test case default registry

* chore: prettier fix

* fix: display incorrect Language

* fix: configHelper active events

* feat: support other material

* feat: support other material

* chore: prettier

* fix: options

* chore: rework

* fix: adaptor typo error

* chore: 去除无用参数

* chore: prettierr

* chore: prettierr

* fix: glob add dot

* chore: publish

* feat: update

* feat: update

* fix: ci

* fix: ci

* feat: update style dau

* fix: prettier:fix

* feat: update

* feat: update review

* feat: support all json files in config-helper

* feat: support theme package array

Co-authored-by: jason.yf <jason.yf@alibaba-inc.com>

* fix: ci

* feat: Component Doc Helper (#405)

* feat: material doc panel init

* refactor: useReduce and add i nterface

* feat: add doc link in Hover

* fix: command in hoverItem

* feat: openInInternalBrowser

* feat: add document Material Finder

* feat: add setting and rename symbols

* feat: i18n

* refactor: solve the problems in the first round of review

* chore: update function name

Co-authored-by: alvinhui <alvin.hui@qq.com>

* chore: set prettier in pre-push

* chore: upgrade extension version for beta publish

* fix: quickPickItemDisplayMutipleTimes

* fix: display en in zh-cn model (#422)

* feat: component generator  (#377)

* feat: init lowcode project

* feat: add canvas and inner

* chore: eslintignore

* fix: lint

* feat: init component generator

* feat: support extra html

* feat: generate code

* fix: theme

* feat: schema param

* feat: support write file to local

* feat: init schema

* fix: package

* fix: remove unused packages

* chore: remove component generator web

* feat: transformTextComp&transformCompMap

* fix: lint

* chore: remove code

* feat: input component error prompt

* fix: lint

* chore: todo

* feat: support tsx

* feat: update assets cdn url

* chore: remove deps

* feat: add try catch in generateComponentCode

* fix: comment

* fix: i18n

* feat: component generator for quick pick (#419)

* feat: add component generator quickPick

* chore: change log

* fix: lint

* fix: config helper (#425)

* fix: command language && paltette

* fix: show source

* feat: make sure uri is validate

* style: fix by prettier

* docs: update config helper and material helper README (#423)

* docs: update changlog and README for config helper

* docs: update changelog and doc of material helper

* fix: update Docs and en build.json schema

* chore: update words

* chore: update docs

* feat: disable form input when submit (#426)

* feat: disable-form-input-when-submit

* fix: remove unused code

* chore: version&changeLog&i18n

* docs: update version and CHANGE.log (#427)

* fix: prettier ignore ejs

* docs: update description

* fix: webpack build error

* fix: comment

* fix: package version

* chore: version & changelog (#429)

* hotfix: create component error (#430)

* fix: create component error

* fix: console

* docs: change section order

* refactor: using generate component in quick pick

* feat: add more command for Iceworks status bar

* docs: typo

* refactor: Docs && Commands (#431)

* docs: change section order

* refactor: using generate component in quick pick

* feat: add more command for Iceworks status bar

* docs: typo

* chore: component service i18n (#434)

* chore: component-service i18n

* fix: comment

* docs: update iceworks-ui-builder README (#432)

* docs: update iceworks-ui-builder README

* fix: comment

* fix: typo

* chore: docs description

* chore: change cdnUrl (#435)

* hotfix: loss i18n

* feat: always register runBuild command

* feat: recordExecuteCommand

* style: fix by lint

Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com>
Co-authored-by: sspku-yqLiu <liuyongqi@pku.edu.cn>
Co-authored-by: yangfan <18767120422@163.com>
Co-authored-by: jason.yf <jason.yf@alibaba-inc.com>
Co-authored-by: sspku-yqLiu <56879942+sspku-yqLiu@users.noreply.github.com>
Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com>
Co-authored-by: luhc228 <luhengchang228@gmail.com>

* fix: merge master

* fix: merge master

* docs: update demo

* chore: remove unnecessary file

* chore: remove unnecessary file

* chore: remove unnecessary file

* docs: using new demo

* docs: supports

* docs: new demos

* docs: add features

* docs: add more detail links

* docs: typo

* docs: add more badges

Co-authored-by: liuxiong.lx <liuxiong.lx@alibaba-inc.com>
Co-authored-by: sspku-yqLiu <liuyongqi@pku.edu.cn>
Co-authored-by: yangfan <18767120422@163.com>
Co-authored-by: jason.yf <jason.yf@alibaba-inc.com>
Co-authored-by: sspku-yqLiu <56879942+sspku-yqLiu@users.noreply.github.com>
Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com>
Co-authored-by: luhc228 <luhengchang228@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants