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

Update Bootstrap to 3.3.6 #6294

Merged
merged 1 commit into from
Mar 11, 2016
Merged

Update Bootstrap to 3.3.6 #6294

merged 1 commit into from
Mar 11, 2016

Conversation

kkirsche
Copy link
Contributor

CSS

twbs/bootstrap#16492: Use @input-border-radius variables on input groups.
twbs/bootstrap#16529: Un-style the caret on <select>s in IE10+.
twbs/bootstrap#16562, twbs/bootstrap#16563: Create and implement a new @dl-horizontal-breakpoint variable to replace the @grid-float-breakpoint on .dl-horizontal.
twbs/bootstrap#16646, twbs/bootstrap#16651: Fix hover border covering active links in pagination.
twbs/bootstrap#16684: Fix border-radius not being set on two corners of vertical btn group.
twbs/bootstrap#16718: Full 4-digit Unicode escape sequences in CSS for asterisk and plus Glyphicons.
twbs/bootstrap#16769: Remove the min-height on modal headers and replace with a clearfix to avoid collapsing when no title exists.
twbs/bootstrap#16779: Adjust the padding on jumbotrons within containers.
twbs/bootstrap#16785: Round the padding on containers to match the new rounding of negative margins on rows.
twbs/bootstrap#16796: Ensure carousel controls are clickable in IE9.
twbs/bootstrap#16804: Indicate which buttons in a button group are selected, even when disabled.
twbs/bootstrap#16824: Correct a math error in the padding-top of .control-labels in large and small horizontal forms.
twbs/bootstrap#16975: Use @carousel-control-font-size for in specific pixel values.
twbs/bootstrap#17001: Fix borders on focused inputs in input groups.
JS

twbs/bootstrap#16865: Fix triggering of shown.bs.dropdown & hidden.bs.dropdown events so that relatedTarget property gets set properly.
twbs/bootstrap#16896: Note jQuery v3 incompatibility.

CSS

elastic#16492: Use @input-border-radius variables on input groups.
elastic#16529: Un-style the caret on <select>s in IE10+.
elastic#16562, elastic#16563: Create and implement a new @dl-horizontal-breakpoint variable to replace the @grid-float-breakpoint on .dl-horizontal.
elastic#16646, elastic#16651: Fix hover border covering active links in pagination.
elastic#16684: Fix border-radius not being set on two corners of vertical btn group.
elastic#16718: Full 4-digit Unicode escape sequences in CSS for asterisk and plus Glyphicons.
elastic#16769: Remove the min-height on modal headers and replace with a clearfix to avoid collapsing when no title exists.
elastic#16779: Adjust the padding on jumbotrons within containers.
elastic#16785: Round the padding on containers to match the new rounding of negative margins on rows.
elastic#16796: Ensure carousel controls are clickable in IE9.
elastic#16804: Indicate which buttons in a button group are selected, even when disabled.
elastic#16824: Correct a math error in the padding-top of .control-labels in large and small horizontal forms.
elastic#16975: Use @carousel-control-font-size for in specific pixel values.
elastic#17001: Fix borders on focused inputs in input groups.
JS

elastic#16865: Fix triggering of shown.bs.dropdown & hidden.bs.dropdown events so that relatedTarget property gets set properly.
elastic#16896: Note jQuery v3 incompatibility.
Accessibility

Docs

elastic#16630, elastic#16632: Update mention of not-allowed cursor in disabled checkboxes, radios, and fieldsets docs section.
elastic#16744: Mention in the README where Bootstrap's changelogs can be found.
elastic#16745: Add CHANGELOG.md file that points to GitHub Releases and our blog.
elastic#16747: Document that Collapse and Tab methods are asynchronous.
elastic#16793: Add example with visible <label> and input group addon.
elastic#16888: Add a local jQuery fallback.
elastic#16902: Fix grid in modal example by removing .container-fluid.
elastic#16965: Call out .icon-next, .icon-prev alternative classes for carousel.
elastic#17003: Add .col-offset-0 example addition to docs.
elastic#17726: Clarify the purpose of adding .in to the .fade of the initially-open Tab.
elastic#17729: Add Subresource Integrity (SRI) hashes to BootstrapCDN links
elastic#17742: Add CSS portion of IE10 viewport bug workaround to docs & examples
elastic#17809: Note that container: 'body' should be used for tooltips/popovers on tabular elements
elastic#17910: Document that .panel-title overrides the font size of <h1>–<h6> tags
elastic#18080: Document conflict between strict Content Security Policy and inline style attributes of .progress bars, and available workarounds
Packaging

elastic#16710: Add official NuGet package
elastic#16877, elastic#17693: Add support for Meteor 1.2.
Build tools

elastic#16589: Enable source maps for bootstrap.min.css.
elastic#17769: Setup Hound for JSHint linting in pull requests
Customizer

elastic#16897: Clarify that Collapse requires Component animations
Browser bugs

Signed-off-by: Kevin Kirsche <[email protected]>

elastic#16689: Add Wall of Browser Bugs entry for elastic#16671.
elastic#16691: Add Wall of Browser Bugs entry for elastic#15968.
elastic#16813/elastic#16839: Reported WebKit bug (http://wkbug.com/146896) for elastic#16809, which WebKit then fixed.
elastic#16840: Remove entry from Wall of Browser Bugs because http://wkbug.com/141804 has been fixed.
elastic#16841: Remove entry from Wall of Browser Bugs because http://wkbug.com/139803 has been fixed.
elastic#16842: Remove entry from Wall of Browser Bugs because http://wkbug.com/144990 has been fixed.
elastic#16881: Add Wall of Browser Bugs entry for elastic#16814.
elastic#16908: Remove entry from Wall of Browser Bugs because http://crbug.com/309483 is most likely invalid.
elastic#16994: Add Wall of Browser Bugs entry for elastic#16988.
elastic#17438 / elastic#14237: Add Wall of Browser Bugs entry for http://wkbug.com/149935
elastic#17712: Mention Chrome meta-bug on Wall of Browser Bugs
elastic#17753: Remove entry from Wall of Browser Bugs because http://bugzil.la/1048279 was closed as WONTFIX.
elastic#17820: Add Wall of Browser Bugs entry for http://crbug.com/534750
elastic#17902: Remove entry from Wall of Browser Bugs because http://wkbug.com/138167 has been fixed.
elastic#17906: Add Wall of Browser Bugs entry for elastic#14975
elastic#18111: Add Wall of Browser Bugs entry for http://wkbug.com/150715
@elasticsearch-release
Copy link

Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'.

@kkirsche kkirsche changed the title Update Bootstrap Update Bootstrap to 3.3.6 Feb 21, 2016
@epixa epixa added the review label Feb 25, 2016
@epixa
Copy link
Contributor

epixa commented Feb 25, 2016

jenkins, test it

@rashidkpc
Copy link
Contributor

Does this fix a specific issue you've noticed?

@kkirsche
Copy link
Contributor Author

kkirsche commented Mar 8, 2016

No. Simply a dependency update.

@rashidkpc
Copy link
Contributor

If someone wants to adopt and review this, cool, but I don't see a strong need to go through QA to bump bootstrap a minor version

@spalger
Copy link
Contributor

spalger commented Mar 11, 2016

LGTM

spalger added a commit that referenced this pull request Mar 11, 2016
@spalger spalger merged commit ab47d27 into elastic:master Mar 11, 2016
@tbragin tbragin added the v5.0.0 label Mar 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants