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: emberjs/ember.js
base: 5da50516f788
Choose a base ref
...
head repository: emberjs/ember.js
compare: 2aee453e9972
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Aug 14, 2018

  1. Add v3.1.4 to CHANGELOG.md.

    [ci skip]
    (cherry picked from commit 9f84682)
    
    (cherry picked from commit 8974f23)
    rwjblue authored and kategengler committed Aug 14, 2018
    Copy the full SHA
    3b51225 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. Adapt publish_builds to expect just the npm token in an environment

    variable
    
    (cherry picked from commit 66f1548)
    kategengler committed Aug 20, 2018
    Copy the full SHA
    af60c28 View commit details
    Browse the repository at this point in the history
  2. Add v3.3.2 to CHANGELOG

    [ci skip]
    
    (cherry picked from commit 3247451)
    kategengler committed Aug 20, 2018
    Copy the full SHA
    94512a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. [BUGFIX beta] support mouseEnter/Leave events w/o jQuery

    As these events don't bubble, the `EventDispatcher`'s event delegation approach does not work here, when not using jQuery. jQuery has special handling of these events, by listening to `mouseover`/`mouseout` instead and dispatching fake `mouseenter`/`mouseleave` events. This adds similar handling to `EventDispatcher`'s native mode for these events.
    
    Fixes #16591
    
    (cherry picked from commit 7aa1ae7)
    simonihmig authored and kategengler committed Aug 21, 2018
    Copy the full SHA
    2aee453 View commit details
    Browse the repository at this point in the history