Comparing v1.7.8...v1.7.9 · angular/angular.js · GitHub
Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.8
Choose a base ref
...
head repository: angular/angular.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.9
Choose a head ref
  • 11 commits
  • 15 files changed
  • 6 contributors

Commits on Mar 22, 2019

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

Commits on Mar 26, 2019

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

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    0007be1 View commit details
    Browse the repository at this point in the history
  2. chore(*): update jQuery from 3.2.1 to 3.4.0

    This updates jQuery to 3.4.0 to ensure future security fixes won't break it.
    
    Closes #16863
    mgol committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    019dded View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. fix(ngStyle): correctly remove old style when new style value is invalid

    Since d6098ee, old styles were not removed if `newStyles` specified an
    invalid value for the style (e.g. `false`). The assumption was that the
    new style would overwrite the old style value, but using an invalid
    value made browsers ignore the new value and thus keep the old style.
    This would typically happen when guarding a style with a boolean flag;
    e.g.: `ng-style="{backgroundColor: isError && 'red'}"`
    
    This commit essentially revers commit d6098ee, whose main purpose was
    to work around jquery/jquery#4185. The jQuery issue has been fixed in
    3.4.0, so that should not be a problem any more.
    
    Fixes #16860
    
    Closes #16868
    gkalpak committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5edd253 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

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

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    d97e6f1 View commit details
    Browse the repository at this point in the history
  2. chore(saucelabs): switch to latest version of desktop Safari

    The currently latest-1 version of desktop Safari (v12.0) on SauceLabs is
    completely unstable. Switching to the latest version (currently v12.1),
    which works fine.
    
    Closes #16888
    gkalpak committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    8a187f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. fix(angular.merge): do not merge __proto__ property

    By blocking `__proto__` on deep merging, this commit
    prevents the `Object` prototype from being polluted.
    petebacondarwin committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    726f49d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. docs($compile): fix typos and incorrect example

    (cherry picked from commit 1147f0e)
    gkalpak authored and mgol committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1b1684c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

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