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

Version 1.5 #201

Merged
merged 26 commits into from
May 13, 2014
Merged

Version 1.5 #201

merged 26 commits into from
May 13, 2014

Commits on Feb 3, 2014

  1. Configuration menu
    Copy the full SHA
    0048a8c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from rightsaidjames/develop

    Corrected 2 minor spelling mistakes in readme.md
    Robert DeLuca committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    82a8d74 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Update jquery.dropkick.js

    Remove duplicated and unnecessary lines.
    acemir committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    e2ef68d View commit details
    Browse the repository at this point in the history
  2. #179

    I think we can achieve the same goal with less lines of code
    acemir committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    1571e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. Issues fixes + Improvements

    ### Issues Fixes
    - Fix missing string on optionTemplate <#190>
    - Provides 'clone' and 'destroy' useful methods <#189>
    - Added 'updateField' on 'refresh' methods <#187>
    - Added possiblity to apply dropkick on detached DOM elements
    <#100>
    ### Improvements
    - Now you can optionally trigger the 'change' event along with the
    methods 'reset' or 'refresh'
    - Clicking on a selected element doesn't trigger the 'change' event
    anymore (Just like the <select> element's default behaviour)
    acemir committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    00de936 View commit details
    Browse the repository at this point in the history
  2. Update bower.json

    - DropKick was tested and confirmed that works with jQuery 1.7+
    - From the bower.json-spec: Do not include minified files.
    - Added minimal required css
    acemir committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    f020a3f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #191 from acemir/patch-1

    Issues fixes + Improvements
    Robert DeLuca committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    ec732dc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. Improved 'disabled' suport

    + Improved support 'disabled' for both <select> as to <option>
    + Provides a 'disable' method to enable/disable easily
    acemir committed May 6, 2014
    Configuration menu
    Copy the full SHA
    f450b6c View commit details
    Browse the repository at this point in the history
  2. Added optgroup support

    acemir committed May 6, 2014
    Configuration menu
    Copy the full SHA
    22010a3 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. Merge pull request #200 from acemir/develop

    Added "optgroup" support and improved "disabled" suport
    Robert DeLuca committed May 7, 2014
    Configuration menu
    Copy the full SHA
    8b48f91 View commit details
    Browse the repository at this point in the history
  2. Updated readme and version number in files

    Robert DeLuca committed May 7, 2014
    2 Configuration menu
    Copy the full SHA
    4076765 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. Configuration menu
    Copy the full SHA
    5da8be0 View commit details
    Browse the repository at this point in the history
  2. Peer review: removing missed dead code

    Robert DeLuca committed May 8, 2014
    Configuration menu
    Copy the full SHA
    aafc3a0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Configuration menu
    Copy the full SHA
    dec95a1 View commit details
    Browse the repository at this point in the history
  2. FOUC adjusts

    acemir committed May 9, 2014
    Configuration menu
    Copy the full SHA
    88c42ca View commit details
    Browse the repository at this point in the history
  3. FOUC adjusts for IE

    acemir committed May 9, 2014
    Configuration menu
    Copy the full SHA
    e93d09c View commit details
    Browse the repository at this point in the history
  4. FOUC adjusts for Win7

    IE11, FF29, Chrome34, Opera12.16 - Win7
    acemir committed May 9, 2014
    Configuration menu
    Copy the full SHA
    daa61c9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. Merge pull request #202 from acemir/version-1.5

    Proposes solution to prevent FOUC + Refactoring code
    Robert DeLuca committed May 11, 2014
    Configuration menu
    Copy the full SHA
    9afc2f5 View commit details
    Browse the repository at this point in the history
  2. Added gulp to project

    Robert DeLuca committed May 11, 2014
    Configuration menu
    Copy the full SHA
    7193b94 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'version-1.5' of https://github.com/Robdel12/DropKick in…

    …to version-1.5
    Robert DeLuca committed May 11, 2014
    Configuration menu
    Copy the full SHA
    7ac0689 View commit details
    Browse the repository at this point in the history
  4. Remove the insertion of "dk_fouc" class

    + FOUC solution works perfectly in all major browser running in Windows
    7, Windows 8 and Ubuntu 14.04
    + Verified also on OSX 10.6 but it performs only a mild difference in
    the position of the text
    acemir committed May 11, 2014
    Configuration menu
    Copy the full SHA
    c6a7382 View commit details
    Browse the repository at this point in the history
  5. Async loading GIST almost no FOUC

    Loading GIST asynchronously we hardly realize FOUC
    acemir committed May 11, 2014
    Configuration menu
    Copy the full SHA
    045a855 View commit details
    Browse the repository at this point in the history
  6. Revert "Async loading GIST almost no FOUC"

    This reverts commit 045a855.
    acemir committed May 11, 2014
    Configuration menu
    Copy the full SHA
    985d72d View commit details
    Browse the repository at this point in the history
  7. Async load GIST almost no FOUC

    Loading GIST asynchronously we hardly realize FOUC
    acemir committed May 11, 2014
    Configuration menu
    Copy the full SHA
    758e25a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #203 from acemir/version-1.5

    Remove the insertion of "dk_fouc" class
    Robert DeLuca committed May 11, 2014
    Configuration menu
    Copy the full SHA
    2270a2c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. Updated read me for 1.5 update

    Robert DeLuca committed May 13, 2014
    Configuration menu
    Copy the full SHA
    e9985f5 View commit details
    Browse the repository at this point in the history