Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/angular/angular.git. Pull mirroring updated .
  1. May 13, 2021
  2. May 11, 2021
  3. May 10, 2021
  4. May 07, 2021
  5. May 06, 2021
  6. May 05, 2021
    • Gourav102's avatar
      docs(common): Corrected the wrong formatting (#41945) · 46069ffe
      Gourav102 authored
      Removed the extra backtick character for `getLocaleTimeFormat()` link.
      PR Close #41945
      46069ffe
    • Paul Gschwendtner's avatar
      fix(dev-infra): do not set lts dist tag on packages from release-candidate train (#41946) · bd57bcb2
      Paul Gschwendtner authored
      Currently if a major release-train in the `release-candidate`/`feature-freeze`
      phase becomes `latest`, we intend to set the NPM LTS dist tag for all packages
      of the previous major (as the old release train in `latest` moves into LTS phase).
      
      The logic for this exists but the release tool sets the NPM dist tag for
      all packages of the new major. This means that the script might error if
      a new package is part of the new major; or it could cause a deleted
      package to not receive the LTS tag properly.
      
      PR Close #41946
      bd57bcb2
    • Dylan Hunn's avatar
      docs: add dylhunn to contributors (#41936) · 4ad5858e
      Dylan Hunn authored
      PR Close #41936
      4ad5858e
    • Pete Bacon Darwin's avatar
      fix(localize): relax error to warning for missing target (#41944) · 3150f9f6
      Pete Bacon Darwin authored
      Some localization workflows want to use the extracted source translation
      files directy back in the project as a target translation file.
      
      The extraction process generates files that only contain "source" messages
      and not "target" messages. This is actually valid for most translation formats
      but currently the Angular localization process expects target translation files
      to always contain target messages and will stop with an error in this case.
      
      Now, instead of an error, the translation file loader will log a warning,
      and then try to falback to a source message, only erroring if this is also
      missing.
      
      Fixes #21690
      
      PR Close #41944
      3150f9f6
    • Zach Arend's avatar
      build: fix crash when validating commit messages (#41949) · 2993cde8
      Zach Arend authored
      Fixes a crash when running the `ValidateFileModule`.
      
      PR Close #41949
      2993cde8
  7. May 04, 2021