Commits on Jul 12, 2016
  1. @XhmikosR

    Merge pull request #20287 from twbs/master-docs-img

    Losslessly compress docs images.
    XhmikosR committed on GitHub Jul 12, 2016
  2. @XhmikosR

    Losslessly compress docs images.

    Used zopfli 1.0.1, with `zopflipng -m --lossy_transparent -y --iterations=1000`
    
    Before: 23,7 KB (24.352 bytes)
    After:  23,5 KB (24.079 bytes)
    XhmikosR committed Jul 12, 2016
  3. @cvrebert

    button.js: Set disabled property in addition to disabled attribute to…

    … preserve behavior under jQuery 3 (#20278)
    
    This code ought to have used .prop instead of .attr in the first place,
    but we can't get rid of the attr manipulation now due to backward compatibility constraints.
    
    Refs https://github.com/jquery/jquery-migrate/blob/3.0.0/warnings.md#jqmigrate-jqueryfnremoveattr-no-longer-sets-boolean-properties
    Refs #16834
    
    [skip validator]
    cvrebert committed on GitHub Jul 12, 2016
  4. @dmethvin @cvrebert
  5. @cvrebert

    Port #20175 to v3

    [skip sauce]
    cvrebert committed Jul 11, 2016
  6. @cvrebert
  7. @cvrebert
  8. @XhmikosR

    Update anchor.js to v3.2.0.

    [ci skip]
    XhmikosR committed Jul 12, 2016
  9. @XhmikosR

    Merge pull request #20258 from twbs/fix-19063-v3

    Tell clean-css to inline source files into sourcemap
    XhmikosR committed on GitHub Jul 12, 2016
  10. @XhmikosR

    Update gems.

    [ci skip]
    XhmikosR committed Jul 12, 2016
  11. @cvrebert @XhmikosR

    Run `grunt`.

    cvrebert committed with XhmikosR Jul 7, 2016
  12. @cvrebert @XhmikosR
Commits on Jul 10, 2016
  1. @XhmikosR

    Merge pull request #20267 from twbs/master-deps

    Update devDependencies and gems.
    XhmikosR committed on GitHub Jul 11, 2016
  2. @XhmikosR

    Run grunt.

    [ci skip]
    XhmikosR committed Jul 10, 2016
  3. @XhmikosR

    Update gems.

    XhmikosR committed Jul 10, 2016
  4. @XhmikosR

    Update devDependencies.

    XhmikosR committed Jul 2, 2016
Commits on Jul 9, 2016
  1. @patrickhlauke @cvrebert

    Remove forced default focus outline

    As this causes non-standard dotted outline on checkboxes/radio buttons
    in OS X Firefox
    
    Fixes #19933
    Closes #19935
    
    [skip sauce]
    patrickhlauke committed with cvrebert May 19, 2016
Commits on Jul 8, 2016
  1. @cvrebert

    Merge pull request #20259 from twbs/backport-unit-fixes

    Backport JS unit test fixes from v4
    cvrebert committed on GitHub Jul 7, 2016
  2. @dmethvin @cvrebert

    Port #20198 to v3

    ScrollSpy unit test: Use single done() in a then() instead of multiple done()s
    
    Fixes test flakiness on OS X Safari and Android when using jQuery 3.
    Fixes #20182 more
    Refs #20191
    dmethvin committed with cvrebert Jun 28, 2016
  3. @dmethvin @cvrebert

    Port #20190 to v3

    Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182
    
    Instead of doing a new assert.async(), just do a single one for the entire test
    and let the .then() be async as well.
    dmethvin committed with cvrebert Jun 27, 2016
Commits on Jun 28, 2016
  1. @cvrebert

    Merge pull request #20199 from twbs/master-deps

    Update dependencies
    cvrebert committed on GitHub Jun 28, 2016
  2. @XhmikosR

    Run `grunt`.

    [ci skip]
    XhmikosR committed Jun 28, 2016
  3. @XhmikosR
  4. @XhmikosR

    Backport #20196 to v3.

    Use shx so that the npm scripts work everywhere the same.
    XhmikosR committed Jun 28, 2016
Commits on Jun 27, 2016
  1. @cvrebert @cvrebert

    Port #20183 to v3

    Add Wall of Browser Bugs entry for #20161 (#20183)
    
    Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
    cvrebert committed with cvrebert Jun 27, 2016
Commits on Jun 26, 2016
  1. @cvrebert @cvrebert

    Port #20176 to v3

    docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)
    
    [skip sauce]
    cvrebert committed with cvrebert Jun 25, 2016
Commits on Jun 24, 2016
  1. @cvrebert

    Port #20165 to v3

    [skip sauce]
    cvrebert committed Jun 23, 2016
Commits on Jun 22, 2016
  1. @cvrebert @cvrebert

    Port #20143 to v3

    Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143)
    
    Refs http://caniuse.com/#feat=css-nth-child-of
    Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo
    Refs https://crbug.com/304163
    Refs https://bugzil.la/854148
    
    [skip sauce]
    cvrebert committed with cvrebert Jun 22, 2016
  2. @cvrebert

    Port e0c768b to v3

    https://webkit.org/b/158340 has been fixed
    
    So remove its entry from the Wall.
    Refs #20012, #20024
    Refs http://trac.webkit.org/changeset/202324
    
    [ci skip]
    cvrebert committed Jun 21, 2016
Commits on Jun 20, 2016
  1. @alcalyn @cvrebert

    Copy fonts/ into dist/ recursively (#19817)

    [skip sauce]
    [skip validator]
    alcalyn committed with cvrebert Jun 20, 2016
Commits on Jun 8, 2016
  1. @cvrebert @cvrebert
  2. @cvrebert @cvrebert

    Port #20090 to v3

    https://crbug.com/460200 has been fixed! (#20090)
    
    So remove its entry from the Wall of Browser Bugs
    Refs #15832
    
    [skip sauce]
    [skip validator]
    cvrebert committed with cvrebert Jun 7, 2016
Commits on Jun 5, 2016
  1. @cvrebert

    ISSUE_TEMPLATE.md: Fix "questons" typo

    [ci skip]
    cvrebert committed Jun 5, 2016
Commits on Jun 4, 2016
  1. @cvrebert @cvrebert

    Port 10ce366 to v3

    https://bugzil.la/1278000 was marked as dupe of https://bugzil.la/577785
    
    Update Wall of Browser Bugs accordingly.
    Refs #19670
    
    [ci skip]
    cvrebert committed with cvrebert Jun 4, 2016
  2. @cvrebert @cvrebert

    Port #20037 to v3

    Add Wall of Browser Bugs entry for #19670 for Edge (#20037)
    
    See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7787318/
    Refs #19670
    
    [skip sauce]
    cvrebert committed with cvrebert Jun 3, 2016