-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Comparing changes
Open a pull request
base repository: angular/angular
base: 5.2.7
head repository: angular/angular
compare: 5.2.8
- 18 commits
- 43 files changed
- 11 contributors
Commits on Feb 28, 2018
-
build: update api golden files (#22402)
`ts-api-guardion` has been updated to accept new TypeScript syntax PR Close #22402
Configuration menu - View commit details
-
Copy full SHA for 9137650 - Browse repository at this point
Copy the full SHA 9137650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 089769d - Browse repository at this point
Copy the full SHA 089769dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec11e3 - Browse repository at this point
Copy the full SHA 0ec11e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1593bff - Browse repository at this point
Copy the full SHA 1593bffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 697d31a - Browse repository at this point
Copy the full SHA 697d31aView commit details
Commits on Mar 1, 2018
-
build(aio): initialise
exampleMap
correctly (#22502)The `exampleMap` needs to hold an hash object for each of the `collectExamples.exampleFolders` paths. Previously these hash objects were only created if there was actually an example file the hash's respective example folder. This could cause crashes during `yarn docs-watch` (and so also `yarn sync-and-serve`) if no examples were read in for a particular run of the doc-gen. PR Close #22502
Configuration menu - View commit details
-
Copy full SHA for f8e70fb - Browse repository at this point
Copy the full SHA f8e70fbView commit details -
build(aio): move link disambiguation from
getLinkInfo
to `getDocFro…Configuration menu - View commit details
-
Copy full SHA for 855e3a6 - Browse repository at this point
Copy the full SHA 855e3a6View commit details -
build(aio): improve accuracy of code auto-linking (#22494)
The new version of `dgeni-packages/typescript` no longer strips out "namespaces" from types, which was part of the problem of not autolinking correctly to `HttpEventType.Response`. Another part of the problem was that we did not include `.` characters when matching potential code blocks for auto-linking, which precluded properties of enums from being linked. Finally, members we not being given a `path` property, which is needed to effectively autolink to them. This is now set in the `simplifyMemberAnchors` processor. Closes #21375 PR Close #22494
Configuration menu - View commit details
-
Copy full SHA for 27962f8 - Browse repository at this point
Copy the full SHA 27962f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0d53f - Browse repository at this point
Copy the full SHA fe0d53fView commit details -
ci: speed up lint job on CircleCI (#22526)
When I enabled bazel remote caching, I also switched to running buildifier and skylint from the package.json script, which builds them from head. With remote caching, we do get cache hits for these, but looking up the action inputs actually takes quite a bit of time since we have to first fetch the remote repository, then do loading and analysis, then read the inputs to determine the cache key. It's more important to keep the lint job fast, so I'm reverting that part of the change for now. We can experiment with building them from head in a less critical repo. PR Close #22526
Configuration menu - View commit details
-
Copy full SHA for ff7e2e3 - Browse repository at this point
Copy the full SHA ff7e2e3View commit details
Commits on Mar 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a3f7e30 - Browse repository at this point
Copy the full SHA a3f7e30View commit details
Commits on Mar 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 984a13e - Browse repository at this point
Copy the full SHA 984a13eView commit details
Commits on Mar 6, 2018
-
fix(router): fix URL serialization so special characters are only enc…
…oded where needed (#22337) This change brings Angular largely in line with how AngularJS previously serialized URLs. This is based on RFC 3986 and resolves issues such as the above #10280 where URLs could be parsed, re-serialized, then parsed again producing a different result on the second parsing. Adjustments to be aware of in this commit: * URI fragments will now serialize the same as query strings * In the URI path or segments (portion prior to query string and/or fragment), the plus sign (`+`) and ampersand (`&`) will appear decoded * In the URL path or segments, parentheses values (`(` and `)`) will now appear percent encoded as `%28` and `%29` respectively * In the URL path or segments, semicolons will be encoded in their percent encoding `%3B` NOTE: Parentheses and semicolons denoting auxillary routes or matrix params will still appear in their decoded form -- only parentheses and semicolons used as values in a segment or key/value pair for matrix params will be encoded. While these changes are not considered breaking because applications should be decoding URLs and key/value pairs, it is possible that some unit tests will break if comparing hard-coded URLs in tests since that hard coded string will represent the old encoding. Therefore we are releasing this fix in the upcoming Angular v6 rather than adding it to a patch for v5. Fixes: #10280 PR Close #22337
Configuration menu - View commit details
-
Copy full SHA for 789a47e - Browse repository at this point
Copy the full SHA 789a47eView commit details -
docs: fix cli-quickstart doc and specs (#22338)
* tests were broken * incorrect instructions. * didn't match current CLI template for new project PR Close #22338
Configuration menu - View commit details
-
Copy full SHA for 5b7b208 - Browse repository at this point
Copy the full SHA 5b7b208View commit details -
docs(aio): update deprecated Http reference to HttpClientModule, remo…
Configuration menu - View commit details
-
Copy full SHA for 5876fb0 - Browse repository at this point
Copy the full SHA 5876fb0View commit details
Commits on Mar 7, 2018
-
docs: update RELEASE_SCHEDULE.md by pushing out v6 rc by one week
We are pushing RC and Final out by one week because of RxJS v6 complications that are blocking the release. No further delays are currently expected.
Configuration menu - View commit details
-
Copy full SHA for 4aeb04d - Browse repository at this point
Copy the full SHA 4aeb04dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdee824 - Browse repository at this point
Copy the full SHA bdee824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a236b4 - Browse repository at this point
Copy the full SHA 2a236b4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.2.7...5.2.8