-
Notifications
You must be signed in to change notification settings - Fork 27.4k
update changelog with 1.6.10 and 1.7.0-rc.0 #16528
Conversation
A BC notice for #16434 (comment) |
CHANGELOG.md
Outdated
[#15869](https://github.com/angular/angular.js/issues/15869), | ||
[#16512](https://github.com/angular/angular.js/issues/16512)) | ||
- **$compile:** | ||
- throw error in $onChanges immediately |
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 this should be backported to 1.6.x - but might technically be a BC because it removes the array and replaces it with an error
CHANGELOG.md
Outdated
[#12761](https://github.com/angular/angular.js/issues/12761), | ||
[#16325](https://github.com/angular/angular.js/issues/16325)) | ||
- **$httpParamSerializerJQLike:** | ||
- call functions as jQuery does |
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 has no BC notice - backport?
CHANGELOG.md
Outdated
- **$resource:** add support for `request` and `requestError` interceptors (#15674) | ||
([240a3d](https://github.com/angular/angular.js/commit/240a3ddbf12a9bb79754031be95dae4b6bd2dded), | ||
[#5146](https://github.com/angular/angular.js/issues/5146)) | ||
- **$rootScope:** allow suspending and resuming watchers on scope |
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.
Looks like this was forgotten to backport! Since it's a completely new API, there should be no problem with BC
e44fa7f
to
8b0bb3f
Compare
[#10076](https://github.com/angular/angular.js/issues/10076), | ||
[#16347](https://github.com/angular/angular.js/issues/16347)) | ||
- **$httpParamSerializerJQLike:** | ||
- call functions as jQuery does |
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 is also no backported - any ideas why?
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.
Let's leave it in 1.7, because there's another changeto the serializer that is only in 1.7
CHANGELOG.md
Outdated
[#5146](https://github.com/angular/angular.js/issues/5146)) | ||
- **$rootScope:** allow suspending and resuming watchers on scope | ||
([41d5c9](https://github.com/angular/angular.js/commit/41d5c90f170cc054b0f8f88220c22ef1ef6cc0a6), | ||
[#5301](https://github.com/angular/angular.js/issues/5301)) |
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.
Add the PR link: #16308
003b31e
to
621cc85
Compare
I've added the migration docs. Note that because our docs generation does not detect duplicate headlines, the table of contents for the migration guide doesn't completely work, e.g. |
LGTM from a quick look.
|
621cc85
to
22f6e9b
Compare
22f6e9b
to
19f6949
Compare
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change?
Please check if the PR fulfills these requirements
Other information: