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

Collapse module supports multi-target #21690

Closed
wants to merge 33 commits into from

Commits on Jan 6, 2017

  1. Configuration menu
    Copy the full SHA
    3af1b36 View commit details
    Browse the repository at this point in the history
  2. Revert "Use css transition-duration in transitionEndEmulator"

    This reverts commit 3af1b36.
    pvdlg committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    b86686e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8a45e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. Configuration menu
    Copy the full SHA
    f32f44f View commit details
    Browse the repository at this point in the history
  2. Set the default (emulated) transition to 350ms to match the default v…

    …alue of $transition-collapse
    pvdlg committed Jan 7, 2017
    Configuration menu
    Copy the full SHA
    d35d51d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

  1. Configuration menu
    Copy the full SHA
    fb1c6db View commit details
    Browse the repository at this point in the history
  2. Remove static duration in js modules

    Handle transition with multiple properties
    Move shared transition handling in Util function
    pvdlg committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    03ce98b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f7bc22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60bc69c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    785a59c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf359c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1af6581 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2017945 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2017

  1. Configuration menu
    Copy the full SHA
    69cefd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8be00b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f717a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4a9a6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d60c557 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68de8f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Simplify targets.length test

    pvdlg committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    89d2dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ddc2a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

  1. Configuration menu
    Copy the full SHA
    aa8a15d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    411a201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    161b439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c84355a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb27bab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86991c1 View commit details
    Browse the repository at this point in the history
  7. make getTargets to always return a JQuery to avoid calling JQuery on …

    …the same element further down
    pvdlg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    64e7b5b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8063c5a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'fix-getSelectorFromElement' into collapse-multi-target

    # Conflicts:
    #	js/src/alert.js
    pvdlg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    dd3371d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a9fb1e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    700c635 View commit details
    Browse the repository at this point in the history
  12. Revert "Merge branch 'use-css-transition-duration-in-js' into collaps…

    …e-multi-target"
    
    This reverts commit 86991c1, reversing
    changes made to fb27bab.
    pvdlg committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    caebde4 View commit details
    Browse the repository at this point in the history