Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(common): temporarily re-export and deprecate XhrFactory #41393

Closed

Commits on Mar 31, 2021

  1. fix(common): temporarily re-export and deprecate XhrFactory

    The moved `XhrFactory` still needs to be available from `@angular/common/http`
    for some libraries that were built prior to 12.0.0, otherwise they cannot be
    used in applications built post-12.0.0.
    
    This commit adds back the re-export of `XhrFactory` and deprecates it.
    petebacondarwin committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f625e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4c43b5 View commit details
    Browse the repository at this point in the history
  3. ci: do not try to publish directories that are not packages

    We now include `misc/angular-in-memory-web-api` in the packages that
    are build in the `dist/packages-dist` directory. But this package should
    not be published as an artifact.
    
    This commit prevents attempting to publishing the `misc` directory by
    first checking whether the directory contains a `package.json` file.
    petebacondarwin committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    8bdc4fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e30358 View commit details
    Browse the repository at this point in the history