Skip to content

Latest commit

 

History

History
312 lines (292 loc) · 20.5 KB

CHANGELOG_ARCHIVE.md

File metadata and controls

312 lines (292 loc) · 20.5 KB

2022.2.20 (2022-02-20)

bazel

Commit Type Description
09cb90c feat karma: expose karma web test rule in shared karma code
a3ad969 feat setup karma web test wrapper with "local" debug target (#403)
5b35e20 fix karma: web test arguments not passed through

ng-dev

Commit Type Description
74b89a4 feat format: add staged files back (#405)

Special Thanks

Paul Gschwendtner, dario-piotrowicz and renovate[bot]

2022.2.13 (2022-02-13)

bazel

Commit Type Description
a3cbcf1 feat browsers: update chromium to 99.0.4759.0
f27b1d9 feat browsers: update firefox and geckodriver to v97.0
19e2bfd fix browsers: invalid browser firefox geckodriver checksum

ng-dev

Commit Type Description
1c1d5c5 fix pr: do not fail assertions for changes for target label when the fixup label is applied (#392)

Special Thanks

Alan Agius, Joey Perrott, Lukas Spirig, Paul Gschwendtner and renovate[bot]

2022.2.6 (2022-02-06)

bazel

Commit Type Description
a90f807 fix disable angular linker sourcemaps

ng-dev

Commit Type Description
c922f5b feat abbreviated SHA stamp (#373)

Special Thanks

Alan Agius, Derek Cormier, Joey Perrott, Paul Gschwendtner and renovate[bot]

2022.1.30 (2022-01-30)

bazel

Commit Type Description
b066f7b feat move devserver from angular/components to dev-infra
e7f43ba fix benchmark: expose benchpress test results as bazel test output
8298e12 fix benchmark: missing uuid runtime dependency for perf utils
98b0de7 fix benchmark: switch to http-server for perf tests to support Apple M1

ng-dev

Commit Type Description
68a5b58 feat format json files by default with prettier

Special Thanks

Paul Gschwendtner

2022.1.16 (2022-01-16)

bazel

Commit Type Description
47168ba feat allow options to be passed into esbuild ng linker plugin for bazel

Special Thanks

AleksanderBodurri and renovate[bot]

2021.12.19 (2021-12-19)

bazel

Commit Type Description
edafc47 fix do not always treat parts of app_bundle rule as testonly
8f9c560 fix unable to set tags for app_bundle rule due to conflict

ng-dev

Commit Type Description
0b4cae4 feat release: support experimental release packages
3ea42c1 fix release: resolved yarn instance not used for "release info" command
c24f7bf fix do not accidentally leak github tokens for errors

Special Thanks

Paul Gschwendtner and renovate[bot]

2021.12.12 (2021-12-12)

bazel

Commit Type Description
885008c fix benchmark angular compilation pipeline not working with APF v13

ng-dev

Commit Type Description
1516a4e fix release: do not error when yarn version of publish branch is older

Special Thanks

Paul Gschwendtner and renovate[bot]

2021.11.28 (2021-11-28)

ng-dev

Commit Type Description
30c518d feat add tooling to update vendored yarn version

Special Thanks

Joey Perrott

2021.11.21 (2021-11-21)

bazel

Commit Type Description
c0901db feat allow for linker mappings and external NPM package extraction in extract rule
8b007f3 feat allow for working directory to be configured in integration tests
32a04e0 feat introduce canonical place for esbuild bazel rules
e67feed feat introduce rule for bundling specs with optional angular linker

github-actions

Commit Type Description
912311a fix properly set the authentication token for feature request action (#306)

Special Thanks

Joey Perrott and Paul Gschwendtner

2021.11.14 (2021-11-14)

bazel

Commit Type Description
88d1b37 feat expose browser driver binaries through toolchain aliases
4144181 fix integration rule not working with legacy external runfiles disabled
afceae0 fix integration rule using incorrect casing for working dir of commands
ff39f60 fix integration test rule not able to setup mappings for resolutions (#286)

ng-dev

Commit Type Description
0474a28 fix release: properly ensure local ng-dev version is up-to-date

Special Thanks

Joey Perrott and Paul Gschwendtner

2021.11.7 (2021-11-07)

bazel

Commit Type Description
7605373 feat allow integration commands to resolve executables through expansion (#285)
8c73f43 feat create toolchain alias rule for browser metadata targets
818ad64 feat expose toolchain aliases for exposed browsers
21956b6 feat support bazel make variable expansion in integration test rule
baa69aa fix failure messages accidentally printing [Object object] for commands
4c02c1b fix integration test env variable expansion not respecting custom variables
4dc6a89 fix integration test rule not collecting transitive runfiles of data

ng-dev

Commit Type Description
1ac7a5f fix release: fix description for TagRecentMajorAsLatest action (#282)

tslint-rules

Commit Type Description
e34f1a6 feat move validate-import-for-esm-cjs-interop from framework

Special Thanks

Joey Perrott, Paul Gschwendtner and renovate[bot]

2021.10.31 (2021-10-31)

ng-dev

Commit Type Description
471437d feat format: support mjs and cjs files with prettier and clang-format (#274)

Special Thanks

Paul Gschwendtner

2021.10.24 (2021-10-24)

github-actions

Commit Type Description
6fb5d71 feat ensure pull requests with deprecation commits have a deprecation label (#269)

ng-dev

Commit Type Description
7b66fb5 fix release: ensure installed node modules do not break within Bazel (#271)

Special Thanks

Alan Agius, Joey Perrott and Paul Gschwendtner

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