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: vuejs/vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.13
Choose a base ref
...
head repository: vuejs/vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.14
Choose a head ref
  • 11 commits
  • 24 files changed
  • 5 contributors

Commits on Oct 15, 2022

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

Commits on Oct 16, 2022

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

Commits on Oct 19, 2022

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

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    a5afc4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3cf7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7db7f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5aed733 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e3d4e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1899ca View commit details
    Browse the repository at this point in the history
  7. fix(reactivity): avoid using WeakMap for IE compatibility

    Using a WeakMap polyfill isn't ideal because the reason we tried to use
    WeakMap was to work with non-extensible objects. However, WeakMap
    polyfill for non-extensible objects are non-weak and could lead to
    memory leaks.
    
    The trade-off is that we remove support for `readonly()` on
    non-extensible objects, which seems reasonable.
    
    close #12837
    yyx990803 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    29b5f58 View commit details
    Browse the repository at this point in the history
  8. release: v2.7.14

    yyx990803 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    9dd006b View commit details
    Browse the repository at this point in the history
Loading