aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)AuthorFilesLines
2015-01-03Merge branch 'master' into v4Mark Otto14-86/+51
Conflicts: Gruntfile.js dist/css/bootstrap-theme.css dist/css/bootstrap-theme.css.map dist/css/bootstrap-theme.min.css dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs/_data/glyphicons.yml docs/_includes/components/alerts.html docs/_includes/components/badges.html docs/_includes/components/breadcrumbs.html docs/_includes/components/button-dropdowns.html docs/_includes/components/button-groups.html docs/_includes/components/dropdowns.html docs/_includes/components/glyphicons.html docs/_includes/components/input-groups.html docs/_includes/components/jumbotron.html docs/_includes/components/labels.html docs/_includes/components/list-group.html docs/_includes/components/media.html docs/_includes/components/navbar.html docs/_includes/components/navs.html docs/_includes/components/page-header.html docs/_includes/components/pagination.html docs/_includes/components/panels.html docs/_includes/components/progress-bars.html docs/_includes/components/responsive-embed.html docs/_includes/components/thumbnails.html docs/_includes/components/wells.html docs/_includes/css/buttons.html docs/_includes/css/code.html docs/_includes/css/forms.html docs/_includes/css/grid.html docs/_includes/css/helpers.html docs/_includes/css/images.html docs/_includes/css/less.html docs/_includes/css/tables.html docs/_includes/css/type.html docs/_includes/customizer-variables.html docs/_includes/getting-started/accessibility.html docs/_includes/getting-started/disabling-responsiveness.html docs/_includes/getting-started/download.html docs/_includes/getting-started/whats-included.html docs/_includes/js/alerts.html docs/_includes/js/buttons.html docs/_includes/js/carousel.html docs/_includes/js/collapse.html docs/_includes/js/modal.html docs/_includes/js/overview.html docs/_includes/js/popovers.html docs/_includes/js/tabs.html docs/_includes/js/tooltips.html docs/_includes/nav/components.html docs/_includes/nav/javascript.html docs/_jade/customizer-variables.jade docs/_layouts/default.html docs/about.html docs/assets/css/docs.min.css docs/assets/css/src/docs.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/assets/js/src/customizer.js docs/customize.html docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css less/glyphicons.less less/mixins/vendor-prefixes.less less/navbar.less less/popovers.less less/tables.less less/theme.less less/tooltip.less less/variables.less package.json scss/_carousel.scss scss/_close.scss scss/_forms.scss test-infra/npm-shrinkwrap.json
2015-01-01Happy New Year :santa:Zlatan Vasović12-12/+12
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert4-81/+8
This reverts commit 1b3237629a316af41945e20837cf3a332798b264. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator]
2014-12-29Remove semicolons from #15425 because fatChris Rebert1-3/+3
2014-12-29Add regression test for #14244.Chris Rebert1-0/+38
Special thanks to @programcsharp [skip validator]
2014-12-29Merge pull request #43 from twbs/popover-arrowChris Rebert4-21/+21
rename .arrow => .popover-arrow
2014-12-29JSCS: enable requireSpaceBetweenArgumentsChris Rebert1-0/+1
New rule added in JSCS v1.9.0 Our JS already complies with this.
2014-12-29update JS to use .{tooltip,popover}-{left,right,top,bottom}Chris Rebert3-18/+18
2014-12-29rename .arrow => .popover-arrowChris Rebert2-3/+3
2014-12-29JSCS: enable requireSpaceBetweenArgumentsChris Rebert1-0/+1
New rule added in JSCS v1.9.0 Our JS already complies with this.
2014-12-17rename .item => .carousel-itemChris Rebert3-82/+82
2014-12-16Remove ancillary references to IE<9 in comments+docsChris Rebert1-1/+1
2014-12-15Remove IE8 compat shims from JS visual testsChris Rebert11-77/+0
2014-11-28Fix copy/paste errorDan Dascalescu1-1/+1
2014-11-20fix affix-top unit test to properly clean up after itselfChris Rebert1-0/+1
2014-11-17Fixes affix-top class not applyingNick O'Donoghue1-1/+1
Use scrollTop instead of colliderTop which uses the elements offset().top, as the offset top does not account for padding. This issue can be replicated by using a navbar-fixed-top and applying relevant padding to the body. (A navbar-static-top with no padding on the body does not encounter this issue) Fixes #15078 Closes #15154 by merging it
2014-11-17add unit test for affix-top for padding issueNick O'Donoghue1-0/+29
2014-11-15honor wrap option in Carousel.getItemForDirection; fixes #15144Chris Rebert1-7/+4
2014-11-15add unit tests for Carousel's 'wrap' optionChris Rebert1-0/+153
2014-11-14Collapse: Use $.fn.children instead of `>` in selectorHeinrich Fenkart1-1/+1
Fixes #15131.
2014-11-12bump version to v3.3.1v3.3.1Mark Otto12-23/+23
2014-11-12Dropdown: ignore keydown events coming from `input`s and `textarea`sHeinrich Fenkart2-1/+42
Fixes #15084.
2014-11-04Merge pull request #14993 from twbs/fix-14991Chris Rebert2-0/+43
Have Carousel ignore keyboard events from <input>s or <textarea>s
2014-11-05Center modal dialog at all timesHeinrich Fenkart1-8/+33
2014-11-04Have Carousel ignore keyboard events from <input>s or <textarea>s; fixes #14991Chris Rebert2-0/+43
2014-11-05Update head of all visual tests to use our basic templateHeinrich Fenkart11-13/+126
2014-11-04Fix modal backdrop overlaying the modal's scrollbarHeinrich Fenkart1-0/+18
Fixes #14916.
2014-10-30fix typo in commentChris Rebert1-1/+1
2014-10-30Fix the iOS 8 unit test failuresHeinrich Fenkart1-0/+7
Resolves #14919.
2014-10-30Use RegExp for button plugin's focus shimHeinrich Fenkart1-1/+1
Fixes #14923.
2014-10-29version bumpMark Otto12-23/+23
2014-10-29Independently delegate data-api selectorsBen-Russell3-5/+15
Fixes #14462. Closes #14463 by merging it.
2014-10-29Handle `collapsed` class on triggers even when manually invokedHeinrich Fenkart2-38/+99
Fixes #13636.
2014-10-29Merge pull request #14457 from hnrch02/button-set-val-after-event-loopHeinrich Fenkart2-7/+7
Change value of stateful button after event loop
2014-10-27Increase timeouts in tooltip unit tests to avoid spurious Sauce failuresChris Rebert1-31/+31
Fixes #14851
2014-10-26Remove faulty unit test from 9740d8bHeinrich Fenkart1-30/+0
This would only work with transitions but since we disable them for unit tests, this delivers unreliably results.
2014-10-26Follow-up to 9740d8b: fix small typoHeinrich Fenkart1-1/+1
2014-10-26Fix tooltip occasionally not hiding when using a hide delayPhil Hughes2-0/+33
Fixes #14375. Closes #14519 by merging it.
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown4-8/+95
Fixes #14167. Closes #14189 by merging it.
2014-10-26Follow-up to e8af21c: rm unused variable in unit testHeinrich Fenkart1-1/+1
2014-10-26Clear scrollspy selection above first sectionTadeu Zagallo2-6/+52
Closes #13563 by merging it.
2014-10-26Tabs plugin accessibilityCameron Little2-3/+38
Added support for `aria-expanded` toggling via JavaScript. Added `aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs. Added `aria-expanded` unit test for the tabs plugin. See also #13554. Closes #14154 by merging it.
2014-10-26Revert "Scrollspy: ignore invisible list items"Heinrich Fenkart1-1/+0
2014-10-23Merge pull request #14669 from vsn4ik/dropdown_event_targetHeinrich Fenkart1-1/+1
Use e.target instead :focus selector.
2014-10-22Fix IE8 unit test breakage introduced by #14767Heinrich Fenkart1-2/+6
2014-10-22Implement `hide` and `hidden` events for tabsPhil Hughes2-6/+91
Closes #14772.
2014-10-22Follow-up to e2cfbd5: Fix spaces in placement calculationHeinrich Fenkart1-4/+4
2014-10-22Fixes tooltip misplacements in scrollable viewports with auto positioningsaranya.r2-4/+108
Fixes #14756. Closes #14767.
2014-10-22Add `aria-pressed` to single toggle buttonsPatrick H. Lauke2-1/+21
also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819.
2014-10-22Don't fire show event if show is prevented because other element is still ↵Heinrich Fenkart2-5/+44
transitioning Fixes #14844. Closes #14845.