feat(toolkit/ng-pro, toolkit/vue-pro): remove the ng-pro and vue-pro …#21
Merged
h-ivy merged 1 commit intoopentiny:devfrom Apr 17, 2023
fengyon:fengyon/remove-toolkit-ng-vue
Merged
feat(toolkit/ng-pro, toolkit/vue-pro): remove the ng-pro and vue-pro …#21h-ivy merged 1 commit intoopentiny:devfrom fengyon:fengyon/remove-toolkit-ng-vue
h-ivy merged 1 commit intoopentiny:devfrom
fengyon:fengyon/remove-toolkit-ng-vue
Conversation
…toolkits the ng-pro and vue-pro toolkits were removed because them were replaced by the toolkit/pro. BREAKING CHANGE: the ng-pro and vue-pro toolkits were deprecated and no longer developed
Contributor
|
移除时同步修改opentiny站点的指导文档 |
h-ivy
approved these changes
Apr 17, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR
the ng-pro and vue-pro toolkits were removed because them were replaced by the toolkit/pro.
BREAKING CHANGE: the ng-pro and vue-pro toolkits were deprecated and no longer developed
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
执行
tiny init vue-pro初始化 TinyVue项目执行
tiny init ng-pro初始化 TinyNG项目Issue Number: N/A
What is the new behavior?
执行
tiny init pro代替tiny init vue-proandtiny init ng-pro把
@opentiny/tiny-toolkit-vue-pro、@opentiny/tiny-toolkit-ng-pro标记为过时包@opentiny/tiny-toolkit-vue-pro 标记过时命令
npm deprecate @opentiny/tiny-toolkit-vue-pro@1.x "Run the 'tiny init pro' command using @opentiny/tiny-toolkit-pro instead of @opentiny/tiny-toolkit-ng-pro. @opentiny/tiny-toolkit-ng-pro is no longer supported, see details: https://github.com/opentiny/tiny-cli/pull/21"@opentiny/tiny-toolkit-ng-pro 标记过时命令
npm deprecate @opentiny/tiny-toolkit-ng-pro@1.x "Run the 'tiny init pro' command using @opentiny/tiny-toolkit-pro instead of @opentiny/tiny-toolkit-ng-pro. @opentiny/tiny-toolkit-ng-pro is no longer supported, see details: https://github.com/opentiny/tiny-cli/pull/21"Does this PR introduce a breaking change?
the ng-pro and vue-pro toolkits were deprecated and no longer developed
Other information
执行
npm deprecate <package-spec> <message>标记包过时: https://docs.npmjs.com/cli/v9/commands/npm-deprecate