Skip to content

Latest commit

 

History

History
194 lines (182 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

194 lines (182 loc) · 11.4 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