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

Reduce calls to .height() in slot.js #1

Open
wants to merge 16 commits into
base: connected-sortables
Choose a base branch
from

Commits on Mar 22, 2017

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

Commits on May 11, 2017

  1. Fix deoptimization in v8

    Line 134 caused a `Bad value context for arguments value`. I think babel transpiles the default argument in a way that doesn't help v8. The other idea is we're calling it with either 2 or 3 arguments which also might lead to the deopt.
    scottmessinger authored May 11, 2017
    Configuration menu
    Copy the full SHA
    48f3a9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2ccd9 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    scottmessinger authored May 11, 2017
    Configuration menu
    Copy the full SHA
    304110e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f34b552 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Return if there is no document (e.g. in node)

    For running in Ember Fastboot
    scottmessinger authored May 19, 2017
    Configuration menu
    Copy the full SHA
    f2389a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

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

Commits on Mar 13, 2018

  1. Fix error

    scottmessinger authored Mar 13, 2018
    Configuration menu
    Copy the full SHA
    76ba966 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Update babel

    scottmessinger authored May 30, 2018
    Configuration menu
    Copy the full SHA
    9669bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0775afe View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Configuration menu
    Copy the full SHA
    da8fa43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    840e090 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    e5221a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d0c520 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    6a61bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65743e6 View commit details
    Browse the repository at this point in the history