Skip to content

Latest commit

 

History

History
116 lines (109 loc) · 9.08 KB

CHANGELOG_ARCHIVE.md

File metadata and controls

116 lines (109 loc) · 9.08 KB

2021.10.17 (2021-10-17)

bazel

Commit Type Description
3cc5232 feat add support for custom environment variables in integration tests (#270)
053cd9a feat introduce rule for running integration tests with Bazel
4c652ca feat provide remote-execution platform with network access.

ng-dev

Commit Type Description
8cec60f feat remove prerelease changelog entries when cutting a stable release (#260)
387b9d2 feat support removing all prerelease changelog entries (#260)
f31797a fix release: run yarn integrity and verify-trees checks before performing a release (#264)

Special Thanks

Joey Perrott and Paul Gschwendtner

2021.10.10 (2021-10-10)

ng-dev

Commit Type Description
87ee867 fix add DEPRECATION to invalid commit message (#250)
cce6d07 fix allow deprecations in PRs during feature freeze (#256)

Special Thanks

Alan Agius and Joey Perrott

2021.10.3 (2021-10-03)

Breaking Changes

ng-dev

  • claSignedLabel is not longer used as an attribute on the PullRequestConfig

ng-dev

Commit Type Description
2556d72 fix pr: check CLA status rather than label for CLA passing status on pr merges (#242)
2c6f847 fix pr: correctly retrieve both github checks and statuses and normalize them together (#242)
e638278 fix release: prepare-commit-message hook accidentally running when bump commit is created (#247)
eca29df fix only include LTS label as a target label if the release configuration is defined (#245)

Special Thanks

Joey Perrott and Paul Gschwendtner

2021.9.26 (2021-09-26)

Breaking Changes

ng-dev

  • MergeConfig has been renamed to PullRequestConfig and is now accessed via pullRequest on the provided ng-dev config.

bazel

Commit Type Description
0a83a42 feat protos: automatically generate typescript implementation of bazel test_status proto (#239)

ng-dev

Commit Type Description
cf92a66 feat ci: create a common tool for gathering test results from bazel (#239)
c3f5729 fix pr: rename MergeConfig to PullRequestConfig, discover the attribute at pullRequest instead of merge (#237)

Special Thanks

Joey Perrott

2021.9.19 (2021-09-19)

bazel

Commit Type Description
6aecdfb feat support for terser v5 and 2020 in rollup_bundle rule (#215)
57a4705 feat switch away from deprecated rollup plugins
703aefc fix no browsers matching for windows x86_64 cpu (#220)

ng-dev

Commit Type Description
33c7394 feat pr: include comment for PR merges on all autosquashed merges
284cb3d feat release: add marker between generated changelog entries (#212)
7bdd465 feat add safety checks for shallow repositories (#218)
5e1f351 fix pr: Move the cleanup of the merge attempt to the finally block (#216)
9416a56 fix pr: Use --deepen in place of --depth during fetches in rebasing
ad534e2 fix release: Use new changelog writer each time an entry is prepending to the changelog file (#224)
faae17f fix merge tool accidentally performing unauthenticated Github requests (#228)

Special Thanks

Joey Perrott, Paul Gschwendtner and renovate[bot]

2021.9.9 (2021-09-09)

bazel

Commit Type Description
0ffac18 feat support browsers for m1 platform

ng-dev

Commit Type Description
8747538 feat release: support prepending new release note entries to the changelog (#204)
f631e36 feat support performing configuration assertions in the getConfig function (#204)
c5da4aa fix release: fetch release notes compare tag and store it locally (#207)
12c4de0 fix set _ as the username in the URL when creating authenticated git URLs (#199)

Special Thanks

Joey Perrott and Paul Gschwendtner

2021.8.31 (2021-08-31)

ng-dev

Commit Type Description
2589dcd feat release: Allow retrieving the number of commits in the release notes (#180)
c76f891 feat allow for setting the cached configuration object imperatively (#180)
80b22b0 feat create a spinner utility (#183)
39af989 feat sort commits in release notes based on description

Special Thanks

Angular Robot, Charles Lyding, Joey Perrott and Paul Gschwendtner