Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 13.3.4
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.3.5
Choose a head ref
  • 9 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 21, 2022

  1. fix(docs-infra): include tslib into SystemJS config in `upgrade-mod…

    …ule` example app (#45706)
    
    This commit updates the SystemJS for one of the example apps (the `upgrade-module` one) to include a resolution rule for the `tslib`. This is needed in case `tslib` is referenced from the framework code (for example in case of downleveling of some operators). This makes it consistent with other example app configs.
    
    PR Close #45706
    AndrewKushnir authored and atscott committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6f50fd9 View commit details
    Browse the repository at this point in the history
  2. fix(docs-infra): fix placement of "Edit source" button on errors and …

    …diagnostics pages (#45634)
    
    This commit aligns the layout of errors and extended diagnostics pages
    more closely with other docs pages to ensure that the "Edit source"
    button is displayed correctly even when the heading is too long to fit
    on a single line. For error pages, in particular, this ensures that the
    button is not obscured by the error video.
    
    **Before:**
    ![error-pages before][1]
    
    **After:**
    ![error-pages after][2]
    
    [1]: https://user-images.githubusercontent.com/8604205/163408291-7aebd029-891c-4045-8fa2-a8e2b2b06dab.png
    [2]: https://user-images.githubusercontent.com/8604205/163408296-40e6df8e-aadc-4a82-978a-ab4d902b6f6e.png
    
    PR Close #45634
    gkalpak authored and atscott committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    81611db View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. fix(bazel): add this_is_bazel marker (#45728)

    Add marker for noting that this check confirms we are running in a bazel environment.
    
    PR Close #45728
    josephperrott authored and atscott committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    63398e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    3a645c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. fix(docs-infra): fix alert child margin issue (#45761)

    replace the generic `*` selector used in the alert styling with
    `p` (which is what gets generated from the markdown) as the styling adds
    margins which are not always wanted
    
    PR Close #45761
    dario-piotrowicz authored and atscott committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c5a6cff View commit details
    Browse the repository at this point in the history
  2. docs: make sure aio home has a non-ignored h1 (#45740)

    currently the aio home page presents a single h1 which is ignored by
    assistive technologies since it has its display set none, so replace it
    with a new h1 containing the main text of the page instead
    
    PR Close #45740
    dario-piotrowicz authored and atscott committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b838b4c View commit details
    Browse the repository at this point in the history
  3. docs: use proper sections in aio home (#45740)

    convert the `div` groups in the aio home page
    to proper `section`s with a valid heading/title
    
    PR Close #45740
    dario-piotrowicz authored and atscott committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    bed3362 View commit details
    Browse the repository at this point in the history
  4. docs: empty alt of aio home decorative images (#45740)

    in the aio home page the sections' decorative images provide an alt
    texts, which shouldn't actually be present
    (see: https://www.w3.org/WAI/tutorials/images/decorative/), empty such
    alt text for a better user experience
    
    PR Close #45740
    dario-piotrowicz authored and atscott committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    73fda73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cfb53d View commit details
    Browse the repository at this point in the history
Loading