-
Notifications
You must be signed in to change notification settings - Fork 26.5k
docs(changelog): cleanup 8.0.0 release notes #30740
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
Conversation
The removal of @angular/http is now mentioned under breaking changes. This removes several duplicate entries from the changelog and removes long and incorrect "closes" links to sources on Github. Those links were present in the commit message and are incorrectly seen as issue references. Additionally, code references are wrapped in backticks for proper formatting.
CHANGELOG.md
Outdated
|
||
* TypeScript 3.1 and 3.2 are no longer supported. | ||
|
||
Please update your TypeScript version to 3.3 | ||
Please update your TypeScript version to 3.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This (in combination with the above sentence) is a little confusing. Is 3.3 supported or not? Do people on 3.3 need to upgrade?
I think we should explicitly mention that either 3.3 is not supported or mention that they can upgrade to 3.3 as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. We should state that 3.3 is not supported and 3.4 is the one that is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, v3.3 is now mentioned not to be supported
CHANGELOG.md
Outdated
@@ -71,57 +71,54 @@ | |||
* **bazel:** Exclude common/upgrade* in metadata.tsconfig.json ([#30133](https://github.com/angular/angular/issues/30133)) ([6711f22](https://github.com/angular/angular/commit/6711f22)) | |||
* **bazel:** update peerDep ranges ([#30155](https://github.com/angular/angular/issues/30155)) ([6067583](https://github.com/angular/angular/commit/6067583)) | |||
* **bazel:** make name param in ng add optional ([#30074](https://github.com/angular/angular/issues/30074)) ([0b5f480](https://github.com/angular/angular/commit/0b5f480)) | |||
* **bazel:** Make sure only single copy of `[@angular](https://github.com/angular)/bazel` is installed ([#30072](https://github.com/angular/angular/issues/30072)) ([2905bf5](https://github.com/angular/angular/commit/2905bf5)) | |||
* **bazel:** Make sure only single copy of [@angular](https://github.com/angular)/bazel is installed ([#30072](https://github.com/angular/angular/issues/30072)) ([2905bf5](https://github.com/angular/angular/commit/2905bf5)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think all [@angular](https://github.com/angular)
links are generated by mistake, linking NPM group to the GitHub organization doesn't make any sense.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. @JoostK could you please remove thel links? thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@trotyl Good point, these have been fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for cleaning this up! Can you make the requested changes and then we can get this in? thanks again.
CHANGELOG.md
Outdated
|
||
* TypeScript 3.1 and 3.2 are no longer supported. | ||
|
||
Please update your TypeScript version to 3.3 | ||
Please update your TypeScript version to 3.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. We should state that 3.3 is not supported and 3.4 is the one that is.
CHANGELOG.md
Outdated
@@ -71,57 +71,54 @@ | |||
* **bazel:** Exclude common/upgrade* in metadata.tsconfig.json ([#30133](https://github.com/angular/angular/issues/30133)) ([6711f22](https://github.com/angular/angular/commit/6711f22)) | |||
* **bazel:** update peerDep ranges ([#30155](https://github.com/angular/angular/issues/30155)) ([6067583](https://github.com/angular/angular/commit/6067583)) | |||
* **bazel:** make name param in ng add optional ([#30074](https://github.com/angular/angular/issues/30074)) ([0b5f480](https://github.com/angular/angular/commit/0b5f480)) | |||
* **bazel:** Make sure only single copy of `[@angular](https://github.com/angular)/bazel` is installed ([#30072](https://github.com/angular/angular/issues/30072)) ([2905bf5](https://github.com/angular/angular/commit/2905bf5)) | |||
* **bazel:** Make sure only single copy of [@angular](https://github.com/angular)/bazel is installed ([#30072](https://github.com/angular/angular/issues/30072)) ([2905bf5](https://github.com/angular/angular/commit/2905bf5)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. @JoostK could you please remove thel links? thanks
merge-assistance: codefresh is still flaky. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
docs(changelog): cleanup 8.0.0 release notes
The removal of @angular/http is now mentioned under breaking changes.
This removes several duplicate entries from the changelog and removes
long and incorrect "closes" links to sources on Github. Those links were
present in the commit message and are incorrectly seen as issue references.
Additionally, code references are wrapped in backticks for proper formatting