aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30Update npm shrinkwrapChris Rebert1-300/+314
2016-05-30Killed the grunt-eslint middleman; Long live ESLint.Chris Rebert2-10/+4
Refs #19908 [skip sauce] [skip validator]
2016-05-30Fix load & scroll event usage in ScrollSpy tests (#19986)Chris Rebert1-7/+7
* Use $.one() instead of $.on() since there are no $.off()s in the code. * Remove unnecessary namespacing of listeners for the `scroll` & `load` events. These are vanilla DOM events (not custom jQuery namespaced events) and we're not using jQuery namespacing to manage these event listeners either (e.g. `$.off()`). [skip validator]
2016-05-29js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985)Chris Rebert1-2/+2
[skip sauce] [skip validator]
2016-05-28Travis: Upgrade Node.js from v5 to v6 (#19980)Chris Rebert1-1/+1
v6 is the current stable version and will be an LTS version. v5 is not an LTS version. Refs https://github.com/nodejs/LTS
2016-05-28Update _flex.scssCatalin Zalog1-0/+1
2016-05-26Merge pull request #19894 from twbs/v4-dev-jquery223XhmikosR17-24/+24
Update jQuery to v2.2.4.
2016-05-26Bump gems.XhmikosR1-10/+10
2016-05-26Fix error with the new jQuery.XhmikosR1-1/+1
2016-05-26Update jQuery to v2.2.4.XhmikosR16-23/+23
2016-05-25https://webkit.org/b/144696 has been fixed (#19958)Chris Rebert1-10/+0
Remove its entry from the Wall of Browser Bugs Refs #16372 [skip sauce]
2016-05-25https://crbug.com/427994 has been fixed (#19948)Chris Rebert1-10/+0
Remove its entry from the Wall of Browser Bugs. [skip sauce]
2016-05-22Dropdown: remove dependency to role="menu", role="listbox" a and li elements ↵Pierre-Denis Vanduynslager1-6/+3
=> fix keyboard navigation
2016-05-21Merge pull request #19892 from heikojansen/patch-1Mark Otto2-5/+4
Remove reference to "loaded.bs.modal" event
2016-05-20http://bugzil.la/924068 closed as duplicate of http://bugzil.la/545685 (#19947)Chris Rebert1-1/+1
Update the Wall of Browser Bugs entry accordingly. [skip sauce]
2016-05-20Add "The Bootstrap Authors" to copyright notices (#19936)Chris Rebert14-4/+15
❤️❤️❤️ https://github.com/twbs/bootstrap/graphs/contributors
2016-05-20https://crbug.com/475128 has been fixed (#19946)Chris Rebert1-10/+0
Remove its entry from the Wall of Browser Bugs. Refs #16180 [skip sauce]
2016-05-19Mention removed modal option in migration docsHeiko Jansen1-1/+4
The `remote` option and the accompanying event have been removed.
2016-05-18Remove stray "~" in modal paddingRight value (#19932)akai1-1/+1
[skip validator]
2016-05-17Update _spacing.scssCatalin Zalog1-1/+2
2016-05-16Fix issue #16941 - HTML example in tooltip docsdumb1-1/+9
Added an example tooltip that uses HTML content, and expanded the description of the html option to clarify usage.
2016-05-16Merge pull request #19919 from dumb/v4-devPatrick H. Lauke1-1/+1
Fixed a small typo
2016-05-16Fixed a small typodumb1-1/+1
2016-05-16Update _custom-forms.scssCatalin Zalog1-0/+1
2016-05-15improve docs examples for .navbar-textMark Otto1-3/+17
2016-05-15Restore .navbar-text and add some basic examples to the docs /cc #18049Mark Otto2-1/+29
2016-05-14follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new varsMark Otto1-0/+2
2016-05-14Merge branch 'v4-navbars' of https://github.com/twbs/bootstrap into v4-navbarsMark Otto3-3/+34
2016-05-14add docs note to clear up #18599--active states for navbars can be on ↵Mark Otto1-0/+2
anchors or parents
2016-05-13Add dropdown menu example to navbar docsMark Otto1-0/+28
2016-05-13more navbar variablesMark Otto2-3/+6
2016-05-13Remove reference to "loaded.bs.modal" eventHeiko Jansen1-4/+0
Since the "remote" option is no longer available in v4 the reference to the "loaded.bs.modal" event is no longer needed, too.
2016-05-12correction, -toggler-*Mark Otto2-4/+4
2016-05-12new var for -toggle-border-radiusMark Otto2-1/+2
2016-05-12add new variable for -toggle-font-sizeMark Otto2-1/+3
2016-05-12clarify example with code commentMark Otto1-0/+2
2016-05-12gruntMark Otto8-12/+20
2016-05-12Merge pull request #19889 from twbs/v4-popoversMark Otto2-1/+6
v4: Couple popover fixes
2016-05-12Update collapsible navbar docsMark Otto1-1/+15
- Add .text-muted for text color control over .bg-inverse in the examples - Add a dark navbar collapse example
2016-05-12Alternate fix to #18865: Change the .navbar-toggler color for light/dark ↵Mark Otto1-2/+4
navbars as we do with the .navbar-brand
2016-05-12Merge pull request #19874 from patrickhlauke/v4-links-not-anchors-focusableMark Otto1-2/+3
Make named anchor/placeholder link style reset more specific
2016-05-12Restore hiding of the .popover-title with :emptyMark Otto1-0/+4
2016-05-12Alternate fix to #19006: Add a single variable for controlling that inner ↵Mark Otto2-1/+2
1px padding on .popover
2016-05-12Alphabetized carousel options & added "ride" to itRyan Burnett1-6/+12
2016-05-11gruntMark Otto8-8/+6
2016-05-11fixes #19429: mention grunt tasks in local dev in readmeMark Otto1-2/+3
2016-05-11Fixes #19563: Add variable for setting background-color on .bg-inverseMark Otto2-4/+2
2016-05-11gruntMark Otto8-28/+72
2016-05-11Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto3-15/+35
2016-05-11Fixes #19732: Mention change to list-group-item class and links/buttons in ↵Mark Otto1-0/+5
migration docs