| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-12-02 | [V4] Throw error when a plugin is in transition (#17823) | Johann | 4 | -2/+87 | |
| * Throw error when a plugin is in transition * Add unit tests about plugins in transition | |||||
| 2016-11-27 | Closes #21055: Prevents ScrollSpy from clearing active item when Safari ↵ | Rob Ruana | 1 | -0/+44 | |
| rubberbands (#21056) When the rubberband effect causes Safari to scroll past the top of the page, the value of scrollTop becomes negative. If the offset of the first ScrollSpy target is 0 - essentially if the target is at the top of the page - then ScrollSpy should not clear the active item. Conceptually, the first item should remain active when rubberbanding past the top of the page. This commit fixes issue #21055 by verifying the first scrollspy target is not at the top of the page before clearing the active nav-item. | |||||
| 2016-11-26 | Merge pull request #18900 from vlastikcz/v4-dev-buttonChange | Mark Otto | 1 | -0/+20 | |
| Button toggling - trigger change event on input. Fixes #16673, fixes #17599. | |||||
| 2016-11-26 | Merge pull request #19058 from Johann-S/carouselInput | Mark Otto | 1 | -0/+32 | |
| Carousel - Do not prevent on keydown for input and textarea | |||||
| 2016-11-26 | Merge branch 'v4-dev-18796' of https://github.com/maxbeatty/bootstrap into ↵ | Mark Otto | 1 | -0/+22 | |
| maxbeatty-v4-dev-18796 | |||||
| 2016-11-25 | Add test unit to check logic of ignoreBackdropClick (#18245) | Johann | 1 | -0/+13 | |
| 2016-11-25 | Added a virtual test | matus | 1 | -1/+7 | |
| 2016-11-25 | Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into ↵ | Mark Otto | 12 | -61/+74 | |
| bardiharborow-eslint | |||||
| 2016-11-25 | [Fix #17371][V4] Deactivating dropdown links in nav tab (#17642) | Matt Hernandez | 1 | -0/+32 | |
| * Fix bug with dropdown tab links not deactivating when other tab or dropdown link is clicked * Revise bug fix for more stability | |||||
| 2016-11-24 | Make JS compliant with the new ESLint rules. | Bardi Harborow | 11 | -61/+34 | |
| 2016-11-24 | Refactor ESLint configuration. | Bardi Harborow | 1 | -0/+40 | |
| 2016-11-13 | Update visual tests. | Bardi Harborow | 10 | -790/+760 | |
| 2016-10-31 | Making .tooltip('show') throw an error on elements with display:none (#20940) | Johann | 2 | -0/+25 | |
| 2016-10-28 | Merge pull request #17536 from Johann-S/testPadding | Mark Otto | 1 | -0/+38 | |
| [Fix #17400] Add tests about padding restoration | |||||
| 2016-10-25 | Use a single class name for opened/expanded/shown state of widgets | Johann-S | 8 | -61/+61 | |
| 2016-10-24 | Merge pull request #20467 from maxbeatty/v4-dev-17754 | Mark Otto | 1 | -0/+16 | |
| add support for ol in tab plugin | |||||
| 2016-10-19 | Fix bug multiple accordions collapse | Johann-S | 1 | -0/+23 | |
| 2016-10-12 | v4: Fix outdated utilites classes | vsn4ik | 3 | -9/+9 | |
| 2016-10-11 | Collapse using card component | Johann-S | 3 | -57/+57 | |
| 2016-10-09 | Merge pull request #17568 from Johann-S/fixCollapseHeight | Mark Otto | 1 | -0/+15 | |
| [Fix #17555][V4] fix resetting style on closing collapse | |||||
| 2016-10-09 | Update dependencies, including Babel to v6 and zeroUnits fix. | Bardi Harborow | 4 | -1461/+1854 | |
| 2016-10-03 | Fix broken/redirected links, moving to HTTPS where possible. (#20557) | Bardi Harborow | 2 | -6/+6 | |
| 2016-09-15 | replace some profanities (#20715) | VarelloThemes | 1 | -1/+1 | |
| 2016-08-04 | add support for ol in tab plugin. fixes #17754 | Max Beatty | 1 | -0/+16 | |
| 2016-08-04 | prevent navigating to area href when modal target. fixes #18796 | Max Beatty | 1 | -0/+22 | |
| 2016-06-28 | Support jQuery v3 in Bootstrap v4 (#20191) | Chris Rebert | 1 | -4/+4 | |
| * bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x | |||||
| 2016-06-28 | ScrollSpy unit test: Use single done() in a then() instead of multiple ↵ | Dave Methvin | 1 | -2/+2 | |
| done()s (#20198) Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191 | |||||
| 2016-06-27 | Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182 | Dave Methvin | 1 | -2/+2 | |
| Instead of doing a new assert.async(), just do a single one for the entire test and let the .then() be async as well. Closes #20190 | |||||
| 2016-06-26 | Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180) | Chris Rebert | 1 | -28/+26 | |
| Closes #19906 [skip validator] | |||||
| 2016-05-30 | Fix load & scroll event usage in ScrollSpy tests (#19986) | Chris Rebert | 1 | -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-29 | js/tests/unit/scrollspy.js: Fix "offsed" typos (#19985) | Chris Rebert | 1 | -2/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-26 | Update jQuery to v2.2.4. | XhmikosR | 1 | -4/+4 | |
| 2016-05-11 | Handle aria-hidden on modal container when showing/hiding | Patrick H. Lauke | 1 | -0/+17 | |
| Fixes #19878 | |||||
| 2016-03-19 | Update jQuery to v2.2.2. | XhmikosR | 1 | -4/+4 | |
| 2016-02-27 | JS visual tests: Remove usages of defunct .page-header class | Chris Rebert | 9 | -27/+9 | |
| [skip sauce] | |||||
| 2016-02-27 | Update tether to v1.2.0. | XhmikosR | 1 | -2/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-19 | Fix validation errors. | XhmikosR | 2 | -2/+2 | |
| [skip sauce] | |||||
| 2016-02-16 | Visual/manual test for checkbox/radio button kbd behavior | Patrick H. Lauke | 1 | -0/+5 | |
| 2016-02-16 | js/tests/index.html: Replace jQuery event alias methods with functions that ↵ | Chris Rebert | 1 | -1/+4 | |
| throw explanatory errors, instead of with undefined Refs https://github.com/twbs/bootstrap/pull/19219#issuecomment-184653699 [skip validator] | |||||
| 2016-02-01 | Carousel - Do not prevent on keydown for input and textarea | Johann-S | 1 | -0/+32 | |
| 2016-01-14 | Button toggling - trigger change event on input | Kotas Vlastimil | 1 | -0/+20 | |
| Bootstrap’s .button styles can be applied to other elements, such as labels, to provide checkbox or radio style button toggling. When the checkbox or radio state is changed, there should be triggered the change event. Currently, the change event is triggered on the Button, which is not correct. Only input fields do support the change event. | |||||
| 2015-12-24 | Merge pull request #18638 from twbs/fix-18365 | Chris Rebert | 1 | -0/+43 | |
| Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab | |||||
| 2015-12-22 | Add visual test for #18365 | Chris Rebert | 1 | -0/+43 | |
| See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802 | |||||
| 2015-12-22 | js/tests/unit/modal.js: Fix typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-12-03 | tests: bump QUnit to v1.20.0. | XhmikosR | 2 | -1783/+2123 | |
| [skip validator] | |||||
| 2015-11-19 | Remove stray </p> from js/tests/visual/scrollspy.html | Chris Rebert | 1 | -1/+0 | |
| [skip sauce] | |||||
| 2015-10-26 | Remove html5shiv and respond.js from test files. | XhmikosR | 10 | -73/+0 | |
| 2015-10-24 | Switch to jQuery 2.1.4. | XhmikosR | 1 | -5/+4 | |
| Now that we don't support IE 8 it's safe to do that. | |||||
| 2015-10-11 | Use Page Visibility API in Carousel; fixes #17706 | Johann-S | 1 | -1/+9 | |
| Avoids cycling carousels when the page isn't visible. Closes #17710 Refs #15566 | |||||
| 2015-10-02 | Add throw error for undefined method on plugins | Johann-S | 8 | -0/+96 | |
